AILGFeb 29, 2024

RL-GPT: Integrating Reinforcement Learning and Code-as-policy

arXiv:2402.19299v140 citationsh-index: 11NIPS
Originality Incremental advance
AI Analysis

This addresses the problem of precise control in embodied AI tasks for researchers and practitioners, offering an incremental improvement by combining existing methods in a novel hierarchical structure.

The paper tackles the challenge of integrating high-level planning via code with low-level control via reinforcement learning in embodied tasks, introducing RL-GPT, a two-level hierarchical framework that outperforms traditional RL and GPT agents, achieving SOTA performance on MineDojo tasks and obtaining diamonds in Minecraft within a day on an RTX3090.

Large Language Models (LLMs) have demonstrated proficiency in utilizing various tools by coding, yet they face limitations in handling intricate logic and precise control. In embodied tasks, high-level planning is amenable to direct coding, while low-level actions often necessitate task-specific refinement, such as Reinforcement Learning (RL). To seamlessly integrate both modalities, we introduce a two-level hierarchical framework, RL-GPT, comprising a slow agent and a fast agent. The slow agent analyzes actions suitable for coding, while the fast agent executes coding tasks. This decomposition effectively focuses each agent on specific tasks, proving highly efficient within our pipeline. Our approach outperforms traditional RL methods and existing GPT agents, demonstrating superior efficiency. In the Minecraft game, it rapidly obtains diamonds within a single day on an RTX3090. Additionally, it achieves SOTA performance across all designated MineDojo tasks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes