Crypto news

18.06.2026
10:47

NVIDIA ENPIRE: How AI Agents Turn Robots into Autonomous Researchers

Robotics is on the verge of a fundamental shift. We are accustomed to the fact that training physical robots is an expensive, slow, and labor-intensive process requiring the constant presence of engineers. However, a new development presented by researchers in collaboration with leading universities is changing this paradigm. This is the ENPIRE framework, which allows AI agents not just to write code for robots, but to independently conduct a full cycle of experiments on real hardware, from task formulation to error analysis and algorithm improvement.

Autonomous Learning Cycle: From Code to Physical Action

The key innovation of ENPIRE lies in creating a closed "action-evaluation-correction" loop. The robot performs a task, the environment automatically records the result and returns to its initial state, after which the AI agent analyzes the logs, rewrites the code, and launches a new series of trials. This transfers the concept of AutoResearch from the digital world to the physical one, where each experiment is associated with real constraints: friction, grasping errors, imperfect cameras.

The framework consists of four key modules: Environment (automatic scene reset and logging), Policy Improvement (control policy improvement), Rollout (evaluation on physical robots), and Evolution (log analysis, idea generation, and code correction). After the initial setup, which still requires human involvement, the cycle can proceed with virtually no external intervention.

Practical Results and Scaling

The effectiveness of ENPIRE was demonstrated on a range of manipulation tasks, such as pushing a T-shaped object (Push-T) and inserting pins into holes with a diameter of 4 mm (Pin Insertion). In real-world tests, the system showed a success rate of 99% when given up to eight attempts, indicating its ability to learn from errors and adapt. In the RoboCasa household task simulator, ENPIRE outperformed systems like Nvidia's GR00T and CaP-X.

The most impressive experiment involved scaling to a fleet of eight robotic stations. The stations shared successful solutions via Git, which reduced the training time for the Push-T task from five hours to two hours, and for Pin Insertion from 90 minutes to 40 minutes. This clearly demonstrates how the collective intelligence of AI agents can accelerate physical learning.

Limitations and a Look to the Future

However, one should not think that the problem is completely solved. Scaling revealed new bottlenecks: as the number of robots increases, the time for agent coordination and log reading grows, leading to incomplete equipment utilization. Additionally, token consumption rises sharply. ENPIRE is currently effective on a limited set of manipulation tasks, and its results do not mean that robots are ready to autonomously master arbitrary skills in unstructured environments without prior engineering preparation.

My analysis: ENPIRE is not just another tool for robotics. It is a demonstration of how language models and agent systems are beginning to blur the line between digital programming and the physical world. Although we are still far from fully autonomous robots that learn "from scratch," this framework lays the foundation for a new era where robots will not just execute code but actively explore and adapt to reality. Investors and developers in the AI and robotics fields should closely monitor this direction.