Sparse Topology-Aware Pairwise Scoring for Large-Scale Multi-Agent Reinforcement Learning
Abstract
Lay Summary
When many AI agents need to work together — for example, coordinating a fleet of robots or managing large-scale infrastructure — they must communicate to share information. However, as the number of agents grows, having every agent talk to every other agent becomes prohibitively expensive, much like trying to hold a conversation in a room with hundreds of people all speaking at once. We designed a communication scheme called SOPS that organizes agents into a structured network where each agent only needs to talk to a small number of carefully chosen partners. The network is designed so that information can still spread to all agents within just a few hops, similar to the "six degrees of separation" concept in social networks. On top of this structure, agents learn to dynamically select the most useful communication links based on the current task. Our approach enables large teams of agents to coordinate effectively while using far less communication bandwidth, and agents trained on small teams can transfer their learned strategies to much larger teams without retraining.