Multi-Agent Reinforcement Learning: A Review of Algorithms and Applications, Kaiqing Zhang, Zhuoran Yang, Tamer Başar, 2019Foundations and Trends in Machine Learning, Vol. 12 (Now Publishers)DOI: 10.1561/2200000083 - This comprehensive review covers various MARL algorithms, including independent learners, CTDE, and discusses parameter sharing as a common technique, especially for homogeneous agents.
Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environments, Ryan Lowe, Yi Wu, Aviv Tamar, Jean Harb, Pieter Abbeel, Igor Mordatch, 2017Advances in Neural Information Processing Systems, Vol. 30 (NeurIPS)DOI: 10.5591/978-1-57783-000-8-124 - This influential paper introduces MADDPG, a CTDE framework, and highlights the non-stationarity problem of independent learning, providing context for why solutions like parameter sharing are needed. While not solely about parameter sharing, it's a prominent architecture where parameter sharing can be naturally applied for homogeneous agents within the CTDE paradigm.
Parameter Sharing with Role-Based Networks for Multi-Agent Reinforcement Learning, Arash Omidshafiei, Jason Ma, Michael A. Hutter, Shariq Iqbal, Jonathan P. How, 2019Proceedings of the AAAI Conference on Artificial Intelligence, Vol. 33 (Association for the Advancement of Artificial Intelligence (AAAI))DOI: 10.1609/aaai.v33i01.33014546 - This paper specifically explores variants of parameter sharing, such as role-based sharing and partial sharing, aligning directly with the 'Variants and Extensions' section.