English

Decentralized Multi-Agent Reinforcement Learning with Global State Prediction

Robotics 2023-08-29 v2 Artificial Intelligence Machine Learning Multiagent Systems

Abstract

Deep reinforcement learning (DRL) has seen remarkable success in the control of single robots. However, applying DRL to robot swarms presents significant challenges. A critical challenge is non-stationarity, which occurs when two or more robots update individual or shared policies concurrently, thereby engaging in an interdependent training process with no guarantees of convergence. Circumventing non-stationarity typically involves training the robots with global information about other agents' states and/or actions. In contrast, in this paper we explore how to remove the need for global information. We pose our problem as a Partially Observable Markov Decision Process, due to the absence of global knowledge on other agents. Using collective transport as a testbed scenario, we study two approaches to multi-agent training. In the first, the robots exchange no messages, and are trained to rely on implicit communication through push-and-pull on the object to transport. In the second approach, we introduce Global State Prediction (GSP), a network trained to forma a belief over the swarm as a whole and predict its future states. We provide a comprehensive study over four well-known deep reinforcement learning algorithms in environments with obstacles, measuring performance as the successful transport of the object to the goal within a desired time-frame. Through an ablation study, we show that including GSP boosts performance and increases robustness when compared with methods that use global knowledge.

Keywords

Cite

@article{arxiv.2306.12926,
  title  = {Decentralized Multi-Agent Reinforcement Learning with Global State Prediction},
  author = {Joshua Bloom and Pranjal Paliwal and Apratim Mukherjee and Carlo Pinciroli},
  journal= {arXiv preprint arXiv:2306.12926},
  year   = {2023}
}
R2 v1 2026-06-28T11:11:59.198Z