Hierarchical Consensus-Based Multi-Agent Reinforcement Learning for Multi-Robot Cooperation Tasks
Pu Feng, Junkang Liang, Size Wang, Xin Yu, Xin Ji, Yiting Chen, Kui Zhang, Rongye Shi, Wenjun Wu
TL;DR
The paper tackles the CTDE gap in multi-agent cooperation by deriving a global consensus from local observations through contrastive learning, enabling coordinated behavior without explicit inter-agent communication. It introduces HC-MARL, a framework comprising a Consensus Builder and a Hierarchical Consensus Mechanism that generates short-term and long-term consensus layers, dynamically weighted by an adaptive attention mechanism. The approach is integrated into MAPPO-like architectures and validated through three cooperative tasks in simulation and real-world E-puck experiments, showing improved efficiency and task performance over baselines. Ablation studies identify optimal numbers of consensus categories and layers, and real-world tests confirm practical viability, underscoring HC-MARL’s potential for scalable, communication-free coordination in robotic teams.
Abstract
In multi-agent reinforcement learning (MARL), the Centralized Training with Decentralized Execution (CTDE) framework is pivotal but struggles due to a gap: global state guidance in training versus reliance on local observations in execution, lacking global signals. Inspired by human societal consensus mechanisms, we introduce the Hierarchical Consensus-based Multi-Agent Reinforcement Learning (HC-MARL) framework to address this limitation. HC-MARL employs contrastive learning to foster a global consensus among agents, enabling cooperative behavior without direct communication. This approach enables agents to form a global consensus from local observations, using it as an additional piece of information to guide collaborative actions during execution. To cater to the dynamic requirements of various tasks, consensus is divided into multiple layers, encompassing both short-term and long-term considerations. Short-term observations prompt the creation of an immediate, low-layer consensus, while long-term observations contribute to the formation of a strategic, high-layer consensus. This process is further refined through an adaptive attention mechanism that dynamically adjusts the influence of each consensus layer. This mechanism optimizes the balance between immediate reactions and strategic planning, tailoring it to the specific demands of the task at hand. Extensive experiments and real-world applications in multi-robot systems showcase our framework's superior performance, marking significant advancements over baselines.
