ICML2026
LLM-Guided Communication for Cooperative Multi-Agent Reinforcement Learning
Sangjun Bae, Yisak Park, Sanghyeon Lee, Seungyul Han
被引用 2 次
摘要
Communication is a key component in multiagent reinforcement learning (MARL) for mitigating partial observability, yet prior approaches often rely on inefficient information exchange or fail to transmit sufficient state information. To address this, we propose LLM-driven Multi-Agent Communication (LMAC), which leverages an LLM's reasoning capability to design a communication protocol that enables all agents to reconstruct the underlying state as accurately and uniformly as possible. LMAC iteratively refines the protocol using an explicit state-awareness criterion, improving state recovery while narrowing differences in agents' knowledge. Experiments on diverse MARL benchmarks show that LMAC improves state reconstruction across agents and yields substantial performance gains over prior communication baselines. Code is available at https://saaangjun.github. io/LMAC/ .