AnyBipe: An End-to-End Framework for Training and Deploying Bipedal Robots Guided by Large Language Models
Yifei Yao, Wentao He, Chenyu Gu, Jiaheng Du, Fuwei Tan, Zhen Zhu, Junguo Lu
TL;DR
The paper tackles the challenge of designing and deploying RL policies for bipedal robots, which is hindered by reward design complexity and a persistent sim-to-real gap. It proposes AnyBipe, an end-to-end framework guided by large language models, comprising three interconnected modules: (1) LLM-based reward design with structured prompt engineering, (2) RL training that leverages a reference policy to address cold-start convergence, and (3) a homomorphic evaluation loop that bridges simulation and real-world deployment. Key contributions include minimizing human intervention, integrating prior control knowledge, and enabling real-world feedback to refine rewards via homomorphic mapping, thereby accelerating convergence and improving safety in deployment. Experimental results across three robots and multiple LLMs show improvements in training stability, better sim-to-real alignment, and successful reality deployment, indicating strong potential for extending the approach to broader robotic tasks and settings.
Abstract
Training and deploying reinforcement learning (RL) policies for robots, especially in accomplishing specific tasks, presents substantial challenges. Recent advancements have explored diverse reward function designs, training techniques, simulation-to-reality (sim-to-real) transfers, and performance analysis methodologies, yet these still require significant human intervention. This paper introduces an end-to-end framework for training and deploying RL policies, guided by Large Language Models (LLMs), and evaluates its effectiveness on bipedal robots. The framework consists of three interconnected modules: an LLM-guided reward function design module, an RL training module leveraging prior work, and a sim-to-real homomorphic evaluation module. This design significantly reduces the need for human input by utilizing only essential simulation and deployment platforms, with the option to incorporate human-engineered strategies and historical data. We detail the construction of these modules, their advantages over traditional approaches, and demonstrate the framework's capability to autonomously develop and refine controlling strategies for bipedal robot locomotion, showcasing its potential to operate independently of human intervention.
