This is a collection of Multi-Agent Reinforcement Learning (MARL) papers. Each category is a potential start point for you to start your research. Some papers are listed more than once because they belong to multiple categories.
For MARL papers with code and MARL resources, please refer to MARL Papers with Code and MARL Resources Collection.
I will continually update this repository and I welcome suggestions. (missing important papers, missing categories, invalid links, etc.) This is only a first draft so far and I'll add more resources in the next few months.
Update (2026): A large batch of recent papers (2022–2026) has been added across most categories, plus three new sections — LLM-based Multi-Agent, Zero-Shot Coordination and Generalization — and a Recent Surveys (2022–2026) list.
This repository is not for commercial purposes.
My email: chenhao915@mails.ucas.ac.cn
| Paper | Code | Accepted at | Year |
|---|---|---|---|
| Bayesian Opponent Exploitation in Imperfect-Information Games | IEEE Conference on Computational Intelligence and Games | 2018 | |
| LOLA:Learning with Opponent-Learning Awareness | AAMAS | 2018 | |
| Variational Autoencoders for Opponent Modeling in Multi-Agent Systems | 2020 | ||
| Stable Opponent Shaping in Differentiable Games | 2018 | ||
| Opponent Modeling in Deep Reinforcement Learning | https://github.com/hhexiy/opponent | ICML | 2016 |
| Game Theory-Based Opponent Modeling in Large Imperfect-Information Games | AAMAS | 2011 | |
| Agent Modelling under Partial Observability for Deep Reinforcement Learning | NIPS | 2021 |
| Paper | Code | Accepted at | Year |
|---|---|---|---|
| AlphaStar:Grandmaster level in StarCraft II using multi-agent reinforcement learning | Nature | 2019 |
| Paper | Code | Accepted at | Year |
|---|---|---|---|
| Mean Field Multi-Agent Reinforcement Learning | ICML | 2018 | |
| Efficient Ridesharing Order Dispatching with Mean Field Multi-Agent Reinforcement Learning | The world wide web conference | 2019 | |
| Bayesian Multi-type Mean Field Multi-agent Imitation Learning | NIPS | 2020 |
| Paper | Code | Accepted at | Year |
|---|---|---|---|
| A Survey on Transfer Learning for Multiagent Reinforcement Learning Systems | Journal of Artificial Intelligence Research | 2019 | |
| Parallel Knowledge Transfer in Multi-Agent Reinforcement Learning | 2020 |
| Paper | Code | Accepted at | Year |
|---|---|---|---|
| Model-based Multi-Agent Reinforcement Learning with Cooperative Prioritized Sweeping | 2020 |
| Paper | Code | Accepted at | Year |
|---|---|---|---|
| MANAS: Multi-Agent Neural Architecture Search | 2019 |
| Paper | Code | Accepted at | Year |
|---|---|---|---|
| MAMPS: Safe Multi-Agent Reinforcement Learning via Model Predictive Shielding | 2019 | ||
| Safer Deep RL with Shallow MCTS: A Case Study in Pommerman | 2019 |
| Paper | Code | Accepted at | Year |
|---|---|---|---|
| Networked Multi-Agent Reinforcement Learning in Continuous Spaces | IEEE conference on decision and control | 2018 | |
| Value Propagation for Decentralized Networked Deep Multi-agent Reinforcement Learning | NIPS | 2019 | |
| Fully Decentralized Multi-Agent Reinforcement Learning with Networked Agents | ICML | 2018 |
For more adversarial / robust RL papers (single-agent and multi-agent), see Adversarial Reinforcement Learning Papers.
Large Language Model (LLM) based multi-agent systems and the intersection of LLMs with (multi-agent) reinforcement learning. This is an emerging and fast-moving area.
If you find this repository useful, please cite our repo:
@misc{chen2021multi,
author={Chen, Hao},
title={Multi-Agent Reinforcement Learning Papers},
year={2021}
publisher = {GitHub},
journal = {GitHub Repository},
howpublished = {\url{https://github.com/TimeBreaker/Multi-Agent-Reinforcement-Learning-papers}}
}
60 commits
4 commits
This is a collection of Multi-Agent Reinforcement Learning (MARL) papers. Each category is a potential start point for you to start your research. Some papers are listed more than once because they belong to multiple categories.
For MARL papers with code and MARL resources, please refer to MARL Papers with Code and MARL Resources Collection.
I will continually update this repository and I welcome suggestions. (missing important papers, missing categories, invalid links, etc.) This is only a first draft so far and I'll add more resources in the next few months.
Update (2026): A large batch of recent papers (2022–2026) has been added across most categories, plus three new sections — LLM-based Multi-Agent, Zero-Shot Coordination and Generalization — and a Recent Surveys (2022–2026) list.
This repository is not for commercial purposes.
My email: chenhao915@mails.ucas.ac.cn
| Paper | Code | Accepted at | Year |
|---|---|---|---|
| Bayesian Opponent Exploitation in Imperfect-Information Games | IEEE Conference on Computational Intelligence and Games | 2018 | |
| LOLA:Learning with Opponent-Learning Awareness | AAMAS | 2018 | |
| Variational Autoencoders for Opponent Modeling in Multi-Agent Systems | 2020 | ||
| Stable Opponent Shaping in Differentiable Games | 2018 | ||
| Opponent Modeling in Deep Reinforcement Learning | https://github.com/hhexiy/opponent | ICML | 2016 |
| Game Theory-Based Opponent Modeling in Large Imperfect-Information Games | AAMAS | 2011 | |
| Agent Modelling under Partial Observability for Deep Reinforcement Learning | NIPS | 2021 |
| Paper | Code | Accepted at | Year |
|---|---|---|---|
| AlphaStar:Grandmaster level in StarCraft II using multi-agent reinforcement learning | Nature | 2019 |
| Paper | Code | Accepted at | Year |
|---|---|---|---|
| Mean Field Multi-Agent Reinforcement Learning | ICML | 2018 | |
| Efficient Ridesharing Order Dispatching with Mean Field Multi-Agent Reinforcement Learning | The world wide web conference | 2019 | |
| Bayesian Multi-type Mean Field Multi-agent Imitation Learning | NIPS | 2020 |
| Paper | Code | Accepted at | Year |
|---|---|---|---|
| A Survey on Transfer Learning for Multiagent Reinforcement Learning Systems | Journal of Artificial Intelligence Research | 2019 | |
| Parallel Knowledge Transfer in Multi-Agent Reinforcement Learning | 2020 |
| Paper | Code | Accepted at | Year |
|---|---|---|---|
| Model-based Multi-Agent Reinforcement Learning with Cooperative Prioritized Sweeping | 2020 |
| Paper | Code | Accepted at | Year |
|---|---|---|---|
| MANAS: Multi-Agent Neural Architecture Search | 2019 |
| Paper | Code | Accepted at | Year |
|---|---|---|---|
| MAMPS: Safe Multi-Agent Reinforcement Learning via Model Predictive Shielding | 2019 | ||
| Safer Deep RL with Shallow MCTS: A Case Study in Pommerman | 2019 |
| Paper | Code | Accepted at | Year |
|---|---|---|---|
| Networked Multi-Agent Reinforcement Learning in Continuous Spaces | IEEE conference on decision and control | 2018 | |
| Value Propagation for Decentralized Networked Deep Multi-agent Reinforcement Learning | NIPS | 2019 | |
| Fully Decentralized Multi-Agent Reinforcement Learning with Networked Agents | ICML | 2018 |
For more adversarial / robust RL papers (single-agent and multi-agent), see Adversarial Reinforcement Learning Papers.
Large Language Model (LLM) based multi-agent systems and the intersection of LLMs with (multi-agent) reinforcement learning. This is an emerging and fast-moving area.
If you find this repository useful, please cite our repo:
@misc{chen2021multi,
author={Chen, Hao},
title={Multi-Agent Reinforcement Learning Papers},
year={2021}
publisher = {GitHub},
journal = {GitHub Repository},
howpublished = {\url{https://github.com/TimeBreaker/Multi-Agent-Reinforcement-Learning-papers}}
}
60 commits
4 commits