Towards Efficient LLM Grounding for Embodied Multi-Agent Collaboration
Yang Zhang, Shixin Yang, Chenjia Bai, Fei Wu, Xiu Li, Zhen Wang, Xuelong Li
TL;DR
This work tackles the inefficiency of grounding LLM-driven planning in embodied multi-agent tasks by introducing Reinforced Advantage Feedback (ReAd). ReAd uses a critic to learn joint and local advantage functions from LLM-planned data, then treats the LLM planner as an optimizer to maximize these advantages, yielding two refinement modes: ReAd-S (sequential) and ReAd-J (joint). The approach is theoretically grounded via advantage-weighted regression extended to multi-agent settings and empirically validated on DV-RoCoBench and Overcooked-AI, showing higher success rates and substantially fewer environment interactions and LLM queries. These results demonstrate that advantage-based feedback can effectively ground LLMs for coordinated embodied tasks at a higher efficiency than physical verification-based methods.
Abstract
Grounding the reasoning ability of large language models (LLMs) for embodied tasks is challenging due to the complexity of the physical world. Especially, LLM planning for multi-agent collaboration requires communication of agents or credit assignment as the feedback to re-adjust the proposed plans and achieve effective coordination. However, existing methods that overly rely on physical verification or self-reflection suffer from excessive and inefficient querying of LLMs. In this paper, we propose a novel framework for multi-agent collaboration that introduces Reinforced Advantage feedback (ReAd) for efficient self-refinement of plans. Specifically, we perform critic regression to learn a sequential advantage function from LLM-planned data, and then treat the LLM planner as an optimizer to generate actions that maximize the advantage function. It endows the LLM with the foresight to discern whether the action contributes to accomplishing the final task. We provide theoretical analysis by extending advantage-weighted regression in reinforcement learning to multi-agent systems. Experiments on Overcooked-AI and a difficult variant of RoCoBench show that ReAd surpasses baselines in success rate, and also significantly decreases the interaction steps of agents and query rounds of LLMs, demonstrating its high efficiency for grounding LLMs. More results are given at https://embodied-read.github.io
