Bridging Training and Execution via Dynamic Directed Graph-Based Communication in Cooperative Multi-Agent Systems
Zhuohui Zhang, Bin He, Bin Cheng, Gang Li
TL;DR
This work tackles the reliance on global state in centralized training for cooperative multi-agent reinforcement learning by introducing TGCNet, which models communication as dynamic directed graphs and bridges training and execution. It combines a graph coarsening network to approximate global state with a Transformer-based multi-key gated communication mechanism, enabling selective, bidirectional information exchange without requiring global state inputs. Theoretical analysis and architectural design support end-to-end training, while extensive experiments on Hallway, Level-Based Foraging, and SMAC demonstrate state-of-the-art performance and robust ablations. The approach yields interpretable communication patterns and scalable coordination, with potential impact on real-world multi-agent systems where global state is unavailable or costly to obtain.
Abstract
Multi-agent systems must learn to communicate and understand interactions between agents to achieve cooperative goals in partially observed tasks. However, existing approaches lack a dynamic directed communication mechanism and rely on global states, thus diminishing the role of communication in centralized training. Thus, we propose the Transformer-based graph coarsening network (TGCNet), a novel multi-agent reinforcement learning (MARL) algorithm. TGCNet learns the topological structure of a dynamic directed graph to represent the communication policy and integrates graph coarsening networks to approximate the representation of global state during training. It also utilizes the Transformer decoder for feature extraction during execution. Experiments on multiple cooperative MARL benchmarks demonstrate state-of-the-art performance compared to popular MARL algorithms. Further ablation studies validate the effectiveness of our dynamic directed graph communication mechanism and graph coarsening networks.
