English

Scalable Multi-Agent Reinforcement Learning through Intelligent Information Aggregation

Multiagent Systems 2023-05-17 v3 Artificial Intelligence Robotics

Abstract

We consider the problem of multi-agent navigation and collision avoidance when observations are limited to the local neighborhood of each agent. We propose InforMARL, a novel architecture for multi-agent reinforcement learning (MARL) which uses local information intelligently to compute paths for all the agents in a decentralized manner. Specifically, InforMARL aggregates information about the local neighborhood of agents for both the actor and the critic using a graph neural network and can be used in conjunction with any standard MARL algorithm. We show that (1) in training, InforMARL has better sample efficiency and performance than baseline approaches, despite using less information, and (2) in testing, it scales well to environments with arbitrary numbers of agents and obstacles. We illustrate these results using four task environments, including one with predetermined goals for each agent, and one in which the agents collectively try to cover all goals. Code available at https://github.com/nsidn98/InforMARL.

Keywords

Cite

@article{arxiv.2211.02127,
  title  = {Scalable Multi-Agent Reinforcement Learning through Intelligent Information Aggregation},
  author = {Siddharth Nayak and Kenneth Choi and Wenqi Ding and Sydney Dolan and Karthik Gopalakrishnan and Hamsa Balakrishnan},
  journal= {arXiv preprint arXiv:2211.02127},
  year   = {2023}
}

Comments

9 pages, 7 figures, 8 tables, 5 pages appendix, Code: https://github.com/nsidn98/InforMARL

R2 v1 2026-06-28T05:08:52.114Z