Crypto news

18.06.2026
10:11

NVIDIA ENPIRE: AI agents take over robot training — a breakthrough in physical world automation

The robotics industry is on the verge of a fundamental shift. A research group combining efforts from Nvidia, Carnegie Mellon University, and the University of California, Berkeley, has introduced the ENPIRE framework. This is not just another algorithm; it is a full-fledged ecosystem where AI agents for programming autonomously manage the learning cycle of physical robots, minimizing human involvement.

The key idea of ENPIRE is to transform the learning process from a manual, expensive, and slow one into an automated pipeline. The system operates in a closed loop: the robot performs a task, the environment automatically evaluates the result and returns to its initial state, and the AI agent analyzes errors, rewrites code, and launches the next iteration of trials. This transfers the concept of "AutoResearch" from the digital world to the physical one, where every experiment is subject to real-world constraints—friction, grasping errors, and sensor imperfections.

How ENPIRE Works: Four Pillars of Autonomy

The framework consists of four key modules: Environment (automatic scene reset, verification, and safety), Policy Improvement (improving control policies), Rollout (evaluating policies on physical robots), and Evolution (log analysis, literature search for ideas, infrastructure changes, and code fixes). After the initial environment setup, a human can observe the process but is not required to intervene. The agent receives data from video, trajectories, and reward functions, formulates a hypothesis, modifies code, tests the result, and saves improvements.

Real Results: 99% Success and Scaling

In real-world experiments, ENPIRE demonstrated impressive metrics. On manipulation tasks such as pushing a T-shaped object (Push-T) or inserting pins into 4mm diameter holes (Pin Insertion), the system achieved success in 99% of cases when the agent was given up to eight attempts. It is important to emphasize that this reflects the system's ability to learn from errors, not the accuracy of a single action.

The most interesting aspect is scaling. In an experiment with eight robotic stations sharing results via Git, training time was drastically reduced. For Push-T, it dropped from approximately five hours to two, and for Pin Insertion, from over 90 minutes to 40. This proves that the collective intelligence of AI agents can exponentially accelerate physical learning.

Limitations and a Look to the Future

However, one should not rush to conclusions. Scaling also revealed bottlenecks. As the robot fleet grows, time for coordination, log reading, and waiting for responses from the underlying language model increases, reducing robot utilization. Token consumption also rises. Moreover, ENPIRE currently works successfully on a limited set of manipulation tasks. It is not a universal key to autonomously mastering any physical skills in an open environment without careful engineering preparation.

My analysis: ENPIRE is not just a step forward; it is a paradigm shift. We are moving from an era where engineers write code for robots to an era where AI agents write code for training robots. This could radically reduce the cost and time of deploying robotics in industry, logistics, and everyday life. However, the question of how this approach will scale to tasks with high uncertainty and variability remains open. The next 12-18 months will show how flexible this technology proves to be outside laboratory conditions.