
ENPIRE (Environment, Policy Improvement, Rollout, Evolution) is a harness framework for coding agents that turns real-world robot policy learning into a controllable optimization procedure that agents can manage. It was developed at NVIDIA GEAR Lab (Generalist Embodied Agent Research) in collaboration with Carnegie Mellon University and UC Berkeley. It was announced on June 17, 2026 during GTC 2026. NVIDIA has indicated plans to release it as open source.
Powered by ENPIRE, frontier coding agents autonomously developed policies reaching a 99% pass@8 success rate on challenging real-world dexterous manipulation tasks: Push T, organizing pins into a pin box (Pin Insertion), GPU insertion into a motherboard socket, and tying and cutting a zip-tie. Experiments ran on a fleet of eight dual-arm robots. The authors propose two efficiency metrics for multi-agent physical autoresearch: Mean Robot Utilization (MRU) and Mean Token Utilization (MTU).
The team evaluated three coding agents on the AutoEnvBench benchmark: Codex (GPT-5.5), Claude Code (Opus 4.7), and Kimi Code (Kimi K2.6). The benchmark tracks agent-driven research progress over wall-clock time on Push-T (heuristic learning) and Pin Insertion (gradient-based learning) tasks.
A Developer Tool is software designed to support the development workflow, including configuration, debugging, testing, monitoring, validation, and integration of robotic and embedded systems. Examples include IDE plugins, visual debuggers, log analysers, hardware-in-the-loop (HIL) test harnesses, and code-generation utilities specific to robotics platforms.
A Runtime is the environment or execution layer used to run code, load libraries, manage dependencies, and operate applications or services — either in real time or during normal system operation. In robotics this includes real-time operating system (RTOS) runtimes, ROS 2 executor runtimes, containerised execution environments (Docker, podman), and embedded C++ runtimes on microcontrollers.
NVIDIA GEAR Lab experiments with a fleet of eight dual-arm robots performing four manipulation tasks: Push T, Pin Insertion, GPU Insertion, and Tie/Cut Zip-tie.
Research project by NVIDIA GEAR Lab + CMU + UC Berkeley, announced as open source (code release date not announced).
Per-station specification from the experiments. All policy inference and on-station computation run on a single GPU per station, with no shared cluster. The policy runs at 30 Hz, low-level controllers at 100 Hz over the CAN bus.
License family: Proprietary – Commercial
No version history.