Building Open-Ended Embodied Agent via Language-Policy Bidirectional Adaptation
Shaopeng Zhai, Jie Wang, Tianyi Zhang, Fuxian Huang, Qi Zhang, Ming Zhou, Jing Hou, Yu Qiao, Yu Liu
TL;DR
OpenPAL tackles open-ended embodied agents by bi-directionally aligning a language-model planner with a goal-conditioned RL policy in two stages. Stage I pre-trains the LLM to generate instruction-aligned goals and trains a goal-conditioned policy, while Stage II co-trains them to achieve instruction open-endedness through RL with agent feedback and intrinsic reward shaping. The approach is validated in Contra, showing improved goal completion, generalization to unseen goals, and robust LLM-generated goals, with a detailed LLM fine-tuning and co-training protocol. This framework advances practical human–AI collaboration for open-ended tasks, while acknowledging limitations in goal-space scope and modality expansion for future work.
Abstract
Building embodied agents on integrating Large Language Models (LLMs) and Reinforcement Learning (RL) have revolutionized human-AI interaction: researchers can now leverage language instructions to plan decision-making for open-ended tasks. However, existing research faces challenges in meeting the requirement of open-endedness. They typically either train LLM/RL models to adapt to a fixed counterpart, limiting exploration of novel skills and hindering the efficacy of human-AI interaction. To this end, we present OpenPAL, a co-training framework comprising two stages: (1) fine-tuning a pre-trained LLM to translate human instructions into goals for planning, and goal-conditioned training a policy for decision-making; (2) co-training to align the LLM and policy, achieving instruction open-endedness. We conducted experiments using Contra, an open-ended FPS game, demonstrating that an agent trained with OpenPAL not only comprehends arbitrary instructions but also exhibits efficient execution. These results suggest that OpenPAL holds the potential to construct open-ended embodied agents in practical scenarios.
