LARM: Large Auto-Regressive Model for Long-Horizon Embodied Intelligence (2405.17424v2)
Abstract: Recent embodied agents are primarily built based on reinforcement learning (RL) or LLMs. Among them, RL agents are efficient for deployment but only perform very few tasks. By contrast, giant LLM agents (often more than 1000B parameters) present strong generalization while demanding enormous computing resources. In this work, we combine their advantages while avoiding the drawbacks by conducting the proposed referee RL on our developed large auto-regressive model (LARM). Specifically, LARM is built upon a lightweight LLM (fewer than 5B parameters) and directly outputs the next action to execute rather than text. We mathematically reveal that classic RL feedbacks vanish in long-horizon embodied exploration and introduce a giant LLM based referee to handle this reward vanishment during training LARM. In this way, LARM learns to complete diverse open-world tasks without human intervention. Especially, LARM successfully harvests enchanted diamond equipment in Minecraft, which demands significantly longer decision-making chains than the highest achievements of prior best methods.
- Significant-gravitas/auto-gpt: An experimental open-source attempt to make gpt-4 fully autonomous. (2023), https://github.com/Significant-Gravitas/Auto-GPT/tree/master
- Chrisley, R.: Embodied artificial intelligence. Artificial Intelligence (2003)
- OpenAI: Chatgpt. https://openai.com/blog/chatgpt/ (2023)