TimeBreaker/MARL-resources-collection

A Collection of Multi-Agent Reinforcement Learning (MARL) Resources

266

72 commits

updated Jul 10, 2026

See the code

README

MARL Resources Collection

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.

Update (2026): Added recent open-source environments/benchmarks (JaxMARL, SMACv2, Melting Pot 2.0, Gigastep, POGEMA, ...), a new MARL Libraries / Frameworks section, a new LLM-based Multi-Agent Systems section, and a Recent Surveys (2022–2026) list.

This repository is not for commercial purposes.

My email: chenhao915@mails.ucas.ac.cn

Overview

Courses

Important Conferences

  • AAMAS, AAAI, IJCAI, ICLR, ICML, NIPS
  • Sorted by difficulty (roughly)

Reviews

Recent Reviews (Since 2019)

Recent Surveys (2022–2026)

Other Reviews (Before 2019)

Books

Open Source Environments

Newer Environments / Benchmarks (2022–2026)

  • SMACv2 — an improved, procedurally-generated version of the StarCraft Multi-Agent Challenge. Paper
  • JaxMARL — a large collection of GPU-accelerated MARL environments (including SMAX, an SMAC re-implementation) and baseline algorithms in JAX; extremely fast. Paper
  • Melting Pot 2.0 — DeepMind's suite for evaluating generalization to novel social situations (cooperation, competition, deception). Paper
  • Overcooked-AI — a benchmark for human-AI coordination; the de-facto standard for zero-shot coordination research. Paper
  • Gigastep — one billion steps per second multi-agent RL; large-scale aerial/ground combat scenarios. Paper
  • POGEMA — a fast benchmark platform for cooperative multi-agent pathfinding (MAPF). Paper
  • MOMAland — Farama's benchmarks for multi-objective multi-agent RL. Paper
  • MARBLER — standardized evaluation of multi-robot RL algorithms on the Robotarium. Paper
  • MABIM / ReplenishmentEnv — a versatile MARL benchmark for inventory management. Paper

MARL Libraries / Frameworks

Training libraries and algorithm frameworks (as opposed to task environments).

  • MARLlib — a Ray/RLlib-based library unifying many MARL algorithms across a wide range of environments through a standardized interface. Paper
  • BenchMARL — a TorchRL-backed benchmarking library for reproducible, standardized comparison of MARL algorithms, tasks and models. Paper
  • EPyMARL — Extended PyMARL adding more algorithms (IPPO, MAA2C, etc.) and environments.
  • pymarlzooplus — a further-extended PyMARL/EPyMARL benchmarking suite for complex fully-cooperative tasks. Paper
  • Mava — InstaDeep's research-friendly JAX framework for scalable MARL.
  • JaxMARL — bundles both JAX environments and baseline MARL algorithms.
  • TorchRL — PyTorch-native RL library with first-class multi-agent support (MAPPO, IPPO, QMIX, MADDPG); the backend of BenchMARL.

LLM-based Multi-Agent Systems

The intersection of Large Language Models and multi-agent systems has become a very active area. A few widely-used open-source frameworks:

Research Groups

OrganizationReaearcherLab homepage (if any)
OxfordShimon Whiteson, Jakob N. Foersterlink
University College London (UCL)Jun Wang
Tsinghua University (THU)Chongjie Zhanglink
Tsinghua University (THU)Yi Wu
Peking University (PKU)Zongqing Lu
HUAWEIHangyu Mao
Nanjing University (NJU)Yang Yu
FacebookYuandong Tian
Tianjin University (TJU)Jianye Haolink
University of Illinois at Urbana-Champaign (UIUC)Kaiqing Zhang
Peking University (PKU)Yaodong YangLink
Nanyang Technological University (NTU)Bo An
Shanghai Jiao Tong University (SJTU)Weinan Zhanglink
University of Chinese Academy of Sciences (UCAS)Haifeng Zhanglink
University of EdinburghStefano V. Albrechtlink GitHub
University College London (UCL)UCL Deciding, Acting, and Reasoning with Knowledge (DARK) LabLink
University of MarylandFurong HuangLink

Companies

Paper Lists

Talks

In English

In Chinese

Useful Resources

In English

In Chinese

TODO

  • The Research Groups part needs to be completed
  • The Companies part needs to be completed
  • The Useful Resources part needs to be perfected

Citation

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}}
}
marl
multi-agent-learning
multiagent-learning
multiagent-reinforcement-learning

Contributors

TimeBreaker/MARL-resources-collection

A Collection of Multi-Agent Reinforcement Learning (MARL) Resources

266

72 commits

updated Jul 10, 2026

See the code

README

MARL Resources Collection

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.

Update (2026): Added recent open-source environments/benchmarks (JaxMARL, SMACv2, Melting Pot 2.0, Gigastep, POGEMA, ...), a new MARL Libraries / Frameworks section, a new LLM-based Multi-Agent Systems section, and a Recent Surveys (2022–2026) list.

This repository is not for commercial purposes.

My email: chenhao915@mails.ucas.ac.cn

Overview

Courses

Important Conferences

  • AAMAS, AAAI, IJCAI, ICLR, ICML, NIPS
  • Sorted by difficulty (roughly)

Reviews

Recent Reviews (Since 2019)

Recent Surveys (2022–2026)

Other Reviews (Before 2019)

Books

Open Source Environments

Newer Environments / Benchmarks (2022–2026)

  • SMACv2 — an improved, procedurally-generated version of the StarCraft Multi-Agent Challenge. Paper
  • JaxMARL — a large collection of GPU-accelerated MARL environments (including SMAX, an SMAC re-implementation) and baseline algorithms in JAX; extremely fast. Paper
  • Melting Pot 2.0 — DeepMind's suite for evaluating generalization to novel social situations (cooperation, competition, deception). Paper
  • Overcooked-AI — a benchmark for human-AI coordination; the de-facto standard for zero-shot coordination research. Paper
  • Gigastep — one billion steps per second multi-agent RL; large-scale aerial/ground combat scenarios. Paper
  • POGEMA — a fast benchmark platform for cooperative multi-agent pathfinding (MAPF). Paper
  • MOMAland — Farama's benchmarks for multi-objective multi-agent RL. Paper
  • MARBLER — standardized evaluation of multi-robot RL algorithms on the Robotarium. Paper
  • MABIM / ReplenishmentEnv — a versatile MARL benchmark for inventory management. Paper

MARL Libraries / Frameworks

Training libraries and algorithm frameworks (as opposed to task environments).

  • MARLlib — a Ray/RLlib-based library unifying many MARL algorithms across a wide range of environments through a standardized interface. Paper
  • BenchMARL — a TorchRL-backed benchmarking library for reproducible, standardized comparison of MARL algorithms, tasks and models. Paper
  • EPyMARL — Extended PyMARL adding more algorithms (IPPO, MAA2C, etc.) and environments.
  • pymarlzooplus — a further-extended PyMARL/EPyMARL benchmarking suite for complex fully-cooperative tasks. Paper
  • Mava — InstaDeep's research-friendly JAX framework for scalable MARL.
  • JaxMARL — bundles both JAX environments and baseline MARL algorithms.
  • TorchRL — PyTorch-native RL library with first-class multi-agent support (MAPPO, IPPO, QMIX, MADDPG); the backend of BenchMARL.

LLM-based Multi-Agent Systems

The intersection of Large Language Models and multi-agent systems has become a very active area. A few widely-used open-source frameworks:

Research Groups

OrganizationReaearcherLab homepage (if any)
OxfordShimon Whiteson, Jakob N. Foersterlink
University College London (UCL)Jun Wang
Tsinghua University (THU)Chongjie Zhanglink
Tsinghua University (THU)Yi Wu
Peking University (PKU)Zongqing Lu
HUAWEIHangyu Mao
Nanjing University (NJU)Yang Yu
FacebookYuandong Tian
Tianjin University (TJU)Jianye Haolink
University of Illinois at Urbana-Champaign (UIUC)Kaiqing Zhang
Peking University (PKU)Yaodong YangLink
Nanyang Technological University (NTU)Bo An
Shanghai Jiao Tong University (SJTU)Weinan Zhanglink
University of Chinese Academy of Sciences (UCAS)Haifeng Zhanglink
University of EdinburghStefano V. Albrechtlink GitHub
University College London (UCL)UCL Deciding, Acting, and Reasoning with Knowledge (DARK) LabLink
University of MarylandFurong HuangLink

Companies

Paper Lists

Talks

In English

In Chinese

Useful Resources

In English

In Chinese

TODO

  • The Research Groups part needs to be completed
  • The Companies part needs to be completed
  • The Useful Resources part needs to be perfected

Citation

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}}
}
marl
multi-agent-learning
multiagent-learning
multiagent-reinforcement-learning

Contributors