English

Revisiting Parameter Sharing in Multi-Agent Deep Reinforcement Learning

Machine Learning 2023-11-01 v8 Artificial Intelligence Multiagent Systems Machine Learning

Abstract

Parameter sharing, where each agent independently learns a policy with fully shared parameters between all policies, is a popular baseline method for multi-agent deep reinforcement learning. Unfortunately, since all agents share the same policy network, they cannot learn different policies or tasks. This issue has been circumvented experimentally by adding an agent-specific indicator signal to observations, which we term "agent indication". Agent indication is limited, however, in that without modification it does not allow parameter sharing to be applied to environments where the action spaces and/or observation spaces are heterogeneous. This work formalizes the notion of agent indication and proves that it enables convergence to optimal policies for the first time. Next, we formally introduce methods to extend parameter sharing to learning in heterogeneous observation and action spaces, and prove that these methods allow for convergence to optimal policies. Finally, we experimentally confirm that the methods we introduce function empirically, and conduct a wide array of experiments studying the empirical efficacy of many different agent indication schemes for image based observation spaces.

Keywords

Cite

@article{arxiv.2005.13625,
  title  = {Revisiting Parameter Sharing in Multi-Agent Deep Reinforcement Learning},
  author = {J. K. Terry and Nathaniel Grammel and Sanghyun Son and Benjamin Black and Aakriti Agrawal},
  journal= {arXiv preprint arXiv:2005.13625},
  year   = {2023}
}
R2 v1 2026-06-23T15:51:58.565Z