让大模型智能体像人一样协作规划,提升复杂任务效率
CaPo: Cooperative Plan Optimization for Efficient Embodied Multi-Agent Cooperation
- 分两阶段协作:先共同制定详细计划,再根据进展动态调整
- 在多智能体运输和看护任务中,任务完成率显著优于现有方法
- 适合需要长期协作的场景,如搜救、机器人团队协同
本文针对基于大语言模型(LLM)的具身智能体间的协作问题,提出合作计划优化(CaPo)框架。传统方法常临时决策、缺乏战略规划,导致冗余动作与失败。为解决此问题,CaPo借鉴人类协作方式,包含两个阶段:1)元计划生成——各智能体分析任务、讨论并共同制定包含详细步骤的元计划,确保长期战略与协调一致性;2)进度自适应元计划与执行——基于最新进展(如发现目标物体)通过多轮讨论动态调整计划,消除冗余动作。在ThreeDworld多智能体运输与沟通式看护任务上的实验表明,CaPo显著提升任务完成率与效率,优于当前最优方法。代码已开源。
原文摘要 · Abstract (English)
In this work, we address the cooperation problem among large language model (LLM) based embodied agents, where agents must cooperate to achieve a common goal. Previous methods often execute actions extemporaneously and incoherently, without long-term strategic and cooperative planning, leading to redundant steps, failures, and even serious repercussions in complex tasks like search-and-rescue missions where discussion and cooperative plan are crucial. To solve this issue, we propose Cooperative Plan Optimization (CaPo) to enhance the cooperation efficiency of LLM-based embodied agents. Inspired by human cooperation schemes, CaPo improves cooperation efficiency with two phases: 1) meta-plan generation, and 2) progress-adaptive meta-plan and execution. In the first phase, all agents analyze the task, discuss, and cooperatively create a meta-plan that decomposes the task into subtasks with detailed steps, ensuring a long-term strategic and coherent plan for efficient coordination. In the second phase, agents execute tasks according to the meta-plan and dynamically adjust it based on their latest progress (e.g., discovering a target object) through multi-turn discussions. This progress-based adaptation eliminates redundant actions, improving the overall cooperation efficiency of agents. Experimental results on the ThreeDworld Multi-Agent Transport and Communicative Watch-And-Help tasks demonstrate that CaPo achieves much higher task completion rate and efficiency compared with state-of-the-arts.The code is released at https://github.com/jliu4ai/CaPo.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。