🤖 AI Summary
This work addresses the lack of autonomous, self-improving mechanisms for dexterous manipulation in real-world settings. It introduces ENPIRE—the first closed-loop framework that integrates embodied agents with physical robotic manipulation to enable fully autonomous policy optimization without human intervention. ENPIRE establishes a reproducible physical feedback loop through automatic environment resetting, parallel physical rollouts, outcome verification, and policy evolution informed by execution logs and prior literature. The framework achieves a 99% success rate on challenging tasks such as pegboard organization, cable tie fastening, and tool use, while supporting multi-agent collaboration and robot swarm–accelerated training, thereby substantially enhancing the efficiency of autonomous policy refinement in real-world environments.
📝 Abstract
Achieving dexterous robotic manipulation in the real world heavily relies on human supervision and algorithm engineering, which becomes a central bottleneck in the pursuit of general physical intelligence. Although emerging coding agents can generate code to automate algorithm search, their successes remain largely confined in digital environments. We conjecture that the missing abstraction to automate robotics research is a repeatable feedback loop for real-world policy improvement: reset the scene, execute a policy, verify the outcome, and refine the next iteration. To bridge this gap, we introduce ENPIRE, a harness framework for coding agents that instantiates this physical feedback routine with four core modules: an Environment module (EN) for automatic reset and verification, a Policy Improvement module (PI) that launches policy refinement, a Rollout module (R) to evaluate policies with one or multiple physical robots operating in parallel, and an Evolution module (E) in which coding agents analyze logs, consult literature, improve training infrastructure and algorithm code to address failure modes. This closed-loop system transforms real-world manipulation learning into a controllable optimization procedure, minimizing human effort while allowing fair ablations across training recipe and agent variants. Powered by ENPIRE, frontier coding agents can autonomously train a policy to achieve a 99% success rate on challenging, dexterous manipulation tasks, such as organizing a pin box, fastening a zip tie, and tool use, a process that further accelerates when we dispatch an agent team on a robot fleet. Our results suggest a practical and scalable path toward deploying coding agents to autonomously advancing robotics in the physical world.