PettingZoo Documentation, The PettingZoo Team, 2024 (Farama Foundation) - Official documentation for the PettingZoo library, providing details on multi-agent environment APIs and examples.
Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environments, Ryan Lowe, YI WU, Aviv Tamar, Jean Harb, OpenAI Pieter Abbeel, Igor Mordatch, 2017Advances in Neural Information Processing Systems (NeurIPS) 30, Vol. 30 (Curran Associates, Inc.)DOI: 10.5591/978-1-57753-625-2 - Introduces the MADDPG algorithm, a foundational method for Centralized Training with Decentralized Execution (CTDE) in MARL.
RLlib Documentation, The Ray Project Developers, 2024 (Ray Project) - Official documentation for RLlib, a scalable reinforcement learning library that supports diverse MARL algorithms and their implementation.