EmboCoach-Bench: Benchmarking AI Agents on Developing Embodied Robots
Zixing Lei, Genjia Liu, Yuanshuo Zhang, Qipeng Liu, Chuan Wen, Shanghang Zhang, Wenzhao Lian, Siheng Chen
TL;DR
EmboCoach-Bench presents a first-of-its-kind benchmark to evaluate Large Language Models as autonomous engineers in embodied AI, moving beyond static code generation to a dynamic, environment-aware, repository-level development loop. By formalizing each task as a triplet T = (D_prd, P_sys, C_env) and providing an integrated Agent-Environment Interface, the framework enables Draft-Debug-Improve cycles that leverage environment feedback to co-evolve policies and architectures across 32 tasks and four simulators. Empirical results show consistent, substantial gains over human baselines and single-shot baselines, with agents recovering from pathological failures and achieving high or near-perfect success in several tasks. The work demonstrates a scalable path toward self-evolving embodied intelligence, reducing reliance on manual engineering and moving toward autonomous, compute-powered robotic development that can generalize across platforms and modalities, thereby accelerating real-world deployment of embodied AI systems.
Abstract
The field of Embodied AI is witnessing a rapid evolution toward general-purpose robotic systems, fueled by high-fidelity simulation and large-scale data collection. However, this scaling capability remains severely bottlenecked by a reliance on labor-intensive manual oversight from intricate reward shaping to hyperparameter tuning across heterogeneous backends. Inspired by LLMs' success in software automation and science discovery, we introduce \textsc{EmboCoach-Bench}, a benchmark evaluating the capacity of LLM agents to autonomously engineer embodied policies. Spanning 32 expert-curated RL and IL tasks, our framework posits executable code as the universal interface. We move beyond static generation to assess a dynamic closed-loop workflow, where agents leverage environment feedback to iteratively draft, debug, and optimize solutions, spanning improvements from physics-informed reward design to policy architectures such as diffusion policies. Extensive evaluations yield three critical insights: (1) autonomous agents can qualitatively surpass human-engineered baselines by 26.5\% in average success rate; (2) agentic workflow with environment feedback effectively strengthens policy development and substantially narrows the performance gap between open-source and proprietary models; and (3) agents exhibit self-correction capabilities for pathological engineering cases, successfully resurrecting task performance from near-total failures through iterative simulation-in-the-loop debugging. Ultimately, this work establishes a foundation for self-evolving embodied intelligence, accelerating the paradigm shift from labor-intensive manual tuning to scalable, autonomous engineering in embodied AI field.
