This is a collection of Multi-Agent Reinforcement Learning (MARL) Resources. The purpose of this repository is to give beginners a better understanding of MARL and accelerate the learning process. Note that some of the resources are written in Chinese and only important papers that have a lot of citations were listed.
I will continually update this repository and I welcome suggestions. (missing important papers, missing important resources, invalid links, etc.) This is only a first draft so far and I'll add more resources in the next few months.
This repository is not for commercial purposes.
My email: chenhao915@mails.ucas.ac.cn
- Courses
- Important Conferences
- Reviews
- Books
- Open Source Environments
- Research Groups
- Companies
- Paper List
- Talks
- Useful Resources
- TODO
- RLChina
- UCL Multi-agent AI
- SJTU Multi-Agent Reinforcement Learning Tutorial
- SJTU Reinforcement Learning
- AAMAS, AAAI, IJCAI, ICLR, ICML, NIPS
- Sorted by difficulty (roughly)
- A Survey and Critique of Multiagent Deep Reinforcement Learning
- An Overview of Multi-Agent Reinforcement Learning from Game Theoretical Perspective
- Multi-Agent Reinforcement Learning: A Selective Overview of Theories and Algorithms
- A Review of Cooperative Multi-Agent Deep Reinforcement Learning
- Dealing with Non-Stationarity in Multi-Agent Deep Reinforcement Learning
- A Survey of Learning in Multiagent Environments: Dealing with Non-Stationarity
- Deep Reinforcement Learning for Multi-Agent Systems: A Review of Challenges, Solutions and Applications
- A Survey on Transfer Learning for Multiagent Reinforcement Learning Systems
- If multi-agent learning is the answer, what is the question?
- Multiagent learning is not the answer. It is the question
- Is multiagent deep reinforcement learning the answer or the question? A brief survey Note that A Survey and Critique of Multiagent Deep Reinforcement Learning is an updated version of this paper with the same authors.
- Evolutionary Dynamics of Multi-Agent Learning: A Survey
- (Worth reading although they're not recent reviews.)
- Multiagent systems: Algorithmic, game-theoretic, and logical foundations
- Multi‐Agent Machine Learning A Reinforcement Approach
- StarCraft Micromanagement Environment
- pymarl is the original environment mentioned in the paper The StarCraft Multi-Agent Challenge. Note that pymarl is based on SMAC.
- MARL-Algorithms is a simplified implementation of pymarl
- EPyMARL is a extended python MARL framework with more environments (Level Based Foraging, Multi-Robot Warehouse, Multi-Agent Particle Environment) and more algorithms. Paper
- pymarl2 added code-level tricks to the original pymarl. Paper
- Multi-Agent Particle Environment PyTorch Implementation
- Neural MMO: A Massively Multiagent Game Environment for Training and Evaluating Intelligent Agents
- OpenSpiel: A Framework for Reinforcement Learning in Games
- Hanabi-learning-environment
- RoboCup 2D Half Field Offense
- Pommerman
- Multi-agent-emergence-environments
- Google Research Football
- MAgent Note that the original project is no longer maintained.
- DI-engine
- MARLlib is a MARL Extension for RLlib
- Multiagent Mujoco
- PettingZoo website
- Safe Policy Optimization (SafePO)
- (I personally recommend the first two environments for beginners, especially EPyMARL.)
Organization | Reaearcher | Lab homepage (if any) |
---|---|---|
Oxford | Shimon Whiteson, Jakob N. Foerster | link |
University College London (UCL) | Jun Wang | |
Tsinghua University (THU) | Chongjie Zhang | link |
Tsinghua University (THU) | Yi Wu | |
Peking University (PKU) | Zongqing Lu | |
HUAWEI | Hangyu Mao | |
Nanjing University (NJU) | Yang Yu | |
Yuandong Tian | ||
Tianjin University (TJU) | Jianye Hao | link |
University of Illinois at Urbana-Champaign (UIUC) | Kaiqing Zhang | |
Peking University (PKU) | Yaodong Yang | Link |
Nanyang Technological University (NTU) | Bo An | |
Shanghai Jiao Tong University (SJTU) | Weinan Zhang | link |
University of Chinese Academy of Sciences (UCAS) | Haifeng Zhang | link |
University of Edinburgh | Stefano V. Albrecht | link GitHub |
University College London (UCL) | UCL Deciding, Acting, and Reasoning with Knowledge (DARK) Lab | Link |
University of Maryland | Furong Huang | Link |
- https://github.com/TimeBreaker/Multi-Agent-Reinforcement-Learning-papers
- https://github.com/TimeBreaker/MARL-papers-with-code
- https://github.com/LantaoYu/MARL-Papers
- https://www.youtube.com/watch?v=W_9kcQmaWjo
- https://www.youtube.com/watch?v=TMTT2z8lifA
- https://www.youtube.com/watch?v=Yd6HNZnqjis
- https://www.youtube.com/watch?v=ufFue5_gR4c
- https://www.techbeat.net/talk-info?id=501
- https://www.bilibili.com/video/av457780236/
- https://space.bilibili.com/551888585/channel/detail?cid=167587
- https://www.bilibili.com/video/BV1ig4y1v7xU
- https://www.bilibili.com/video/BV18z411q7Kc
- https://www.bilibili.com/video/BV1k5411V7ue
- https://dblp.uni-trier.de/
- https://paperswithcode.com/
- https://www.connectedpapers.com
- https://deeplearn.org
- https://spinningup.openai.com/
- https://github.com/openai/spinningup
- https://github.com/Jinjiarui/hrl-papers
- http://www.neurondance.com/
- https://www.zhihu.com/question/376068768
- https://www.zhihu.com/question/323584412
- https://zhuanlan.zhihu.com/p/372558232
- https://space.bilibili.com/4801051?spm_id_from=333.788.b_765f7570696e666f.2
- https://www.zhihu.com/people/tian-yuan-dong
- https://www.zhihu.com/people/eyounx
- https://www.zhihu.com/people/wan-shang-zhu-ce-de
- Wechat public account: AIORHHC; RLCN
- https://www.bilibili.com/video/av925922430/
- https://www.bilibili.com/video/av626777400/
- https://github.com/NeuronDance/DeepRL
- The Research Groups part needs to be completed
- The Companies part needs to be completed
- The Useful Resources part needs to be perfected
If you find this repository useful, please cite our repo:
@misc{chen2021collection,
author={Chen, Hao},
title={A Collection of Multi-Agent Reinforcement Learning Resources},
year={2021}
publisher = {GitHub},
journal = {GitHub Repository},
howpublished = {\url{https://github.com/TimeBreaker/MARL-resources-collection}}
}