ClusterComm: Discrete Communication in Decentralized MARL using Internal Representation Clustering
Robert Müller, Hasan Turalic, Thomy Phan, Michael Kölle, Jonas Nüßlein, Claudia Linnhoff-Popien
TL;DR
ClusterComm addresses the challenge of scalable, decentralized coordination in MARL by discretizing agents' internal representations into discrete messages via Mini-Batch-K-Means. The approach avoids central control and parameter sharing, training with PPO and using two variants to explore normalization and direct centroid transmission. Across four diverse environments, ClusterComm outperforms NoComm and remains competitive with LatentComm, demonstrating that discrete, low-bandwidth communication can achieve robust cooperative behavior. The work highlights the practicality and robustness of internal-representation-based discretization for scalable decentralized coordination, with future directions including improved efficiency for many agents and reduced information loss through richer messaging schemes.
Abstract
In the realm of Multi-Agent Reinforcement Learning (MARL), prevailing approaches exhibit shortcomings in aligning with human learning, robustness, and scalability. Addressing this, we introduce ClusterComm, a fully decentralized MARL framework where agents communicate discretely without a central control unit. ClusterComm utilizes Mini-Batch-K-Means clustering on the last hidden layer's activations of an agent's policy network, translating them into discrete messages. This approach outperforms no communication and competes favorably with unbounded, continuous communication and hence poses a simple yet effective strategy for enhancing collaborative task-solving in MARL.
