Network Topology and Information Efficiency of Multi-Agent Systems: Study based on MARL
Xinren Zhang, Sixi Cheng, Zixin Zhong, Jiadong Yu
TL;DR
This paper addresses how network topology and information efficiency of communications influence MARL under non-stationarity and partial observability. It introduces a Directed Acyclic Graph (DAG) topology with learned order and depth, and two metrics—$IEI$ and $SEI$—to quantify message compactness and specialization. Empirical results on Grid World tasks show that directed and sequential communication improves coordination while reducing communication rounds, with deeper DAGs especially beneficial in heterogeneous settings; integrating the efficiency metrics into training speeds convergence and enhances success. Overall, the work demonstrates that adaptive communication topologies combined with information-aware messaging are essential for scalable, robust multi-agent coordination in complex environments.
Abstract
Multi-agent systems (MAS) solve complex problems through coordinated autonomous entities with individual decision-making capabilities. While Multi-Agent Reinforcement Learning (MARL) enables these agents to learn intelligent strategies, it faces challenges of non-stationarity and partial observability. Communications among agents offer a solution, but questions remain about its optimal structure and evaluation. This paper explores two underexamined aspects: communication topology and information efficiency. We demonstrate that directed and sequential topologies improve performance while reducing communication overhead across both homogeneous and heterogeneous tasks. Additionally, we introduce two metrics -- Information Entropy Efficiency Index (IEI) and Specialization Efficiency Index (SEI) -- to evaluate message compactness and role differentiation. Incorporating these metrics into training objectives improves success rates and convergence speed. Our findings highlight that designing adaptive communication topologies with information-efficient messaging is essential for effective coordination in complex MAS.
