TimeBreaker/Multi-Agent-Reinforcement-Learning-papers

Multi-Agent Reinforcement Learning (MARL) papers

316

64 commits

updated Jul 10, 2026

See the code

README

Multi-Agent Reinforcement Learning papers

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

Overview

Reviews

Recent Reviews (Since 2019)

Recent Surveys (2022–2026)

Other Reviews (Before 2019)

Environments

EnvironmentPaperCodeAccepted atYear
StarCraftThe StarCraft Multi-Agent Challengehttps://github.com/oxwhirl/smacNIPS2019
StarCraftSMACv2: A New Benchmark for Cooperative Multi-Agent Reinforcement Learninghttps://github.com/oxwhirl/smacv22022
StarCraftBenchmarking Multi-Agent Deep Reinforcement Learning Algorithms in Cooperative Taskshttps://github.com/uoe-agents/epymarlNIPS2021
FootballGoogle Research Football: A Novel Reinforcement Learning Environmenthttps://github.com/google-research/footballAAAI2020
PettingZooPettingZoo: Gym for Multi-Agent Reinforcement Learninghttps://github.com/Farama-Foundation/PettingZooNIPS2021
Melting PotScalable Evaluation of Multi-Agent Reinforcement Learning with Melting Pothttps://github.com/deepmind/meltingpotICML2021
MuJoCoMuJoCo: A physics engine for model-based controlhttps://github.com/deepmind/mujocoIROS2012
MALibMALib: A Parallel Framework for Population-based Multi-agent Reinforcement Learninghttps://github.com/sjtu-marl/malib2021
MAgentMAgent: A many-agent reinforcement learning platform for artificial collective intelligencehttps://github.com/Farama-Foundation/MAgentAAAI2018
Neural MMONeural MMO: A Massively Multiagent Game Environment for Training and Evaluating Intelligent Agentshttps://github.com/openai/neural-mmo2019
MPEMulti-Agent Actor-Critic for Mixed Cooperative-Competitive Environmentshttps://github.com/openai/multiagent-particle-envsNIPS2017
PommermanPommerman: A multi-agent playgroundhttps://github.com/MultiAgentLearning/playground2018
HFOHalf Field Offense: An Environment for Multiagent Learning and Ad Hoc Teamworkhttps://github.com/LARG/HFOAAMAS Workshop2016
JaxMARLJaxMARL: Multi-Agent RL Environments and Algorithms in JAXhttps://github.com/flairox/jaxmarlNeurIPS D&B2024
Melting Pot 2.0Melting Pot 2.0https://github.com/google-deepmind/meltingpot2022
OvercookedOn the Utility of Learning about Humans for Human-AI Coordinationhttps://github.com/HumanCompatibleAI/overcooked_aiNeurIPS2019
GigastepGigastep - One Billion Steps per Second Multi-agent Reinforcement Learninghttps://github.com/mlech26l/gigastepNeurIPS D&B2023
POGEMAPOGEMA: A Benchmark Platform for Cooperative Multi-Agent Pathfindinghttps://github.com/Cognitive-AI-Systems/pogemaICLR2025
MOMAlandMOMAland: A Set of Benchmarks for Multi-Objective Multi-Agent Reinforcement Learninghttps://github.com/Farama-Foundation/momaland2024
MARBLERMARBLER: Standardized Evaluation of Multi-Robot Reinforcement Learning Algorithmshttps://github.com/GT-STAR-Lab/MARBLERIEEE MRS2023

Dealing With Credit Assignment Issue

Value Decomposition

PaperCodeAccepted atYear
VDN:Value-Decomposition Networks For Cooperative Multi-Agent Learninghttps://github.com/oxwhirl/pymarlAAMAS2017
QMIX: Monotonic Value Function Factorisation for Deep Multi-Agent Reinforcement Learninghttps://github.com/oxwhirl/pymarlICML2018
QTRAN: Learning to Factorize with Transformation for Cooperative Multi-Agent Reinforcement Learninghttps://github.com/oxwhirl/pymarlICML2019
NDQ: Learning Nearly Decomposable Value Functions Via Communication Minimizationhttps://github.com/TonghanWang/NDQICLR2020
CollaQ:Multi-Agent Collaboration via Reward Attribution Decompositionhttps://github.com/facebookresearch/CollaQ2020
SQDDPG:Shapley Q-Value: A Local Reward Approach to Solve Global Reward Gameshttps://github.com/hsvgbkhgbv/SQDDPGAAAI2020
QPD:Q-value Path Decomposition for Deep Multiagent Reinforcement LearningICML2020
Weighted QMIX: Expanding Monotonic Value Function Factorisation for Deep Multi-Agent Reinforcement Learninghttps://github.com/oxwhirl/wqmixNIPS2020
QTRAN++: Improved Value Transformation for Cooperative Multi-Agent Reinforcement Learning2020
QPLEX: Duplex Dueling Multi-Agent Q-Learninghttps://github.com/wjh720/QPLEXICLR2021
ResQ: A Residual Q Function-based Approach for Multi-Agent Reinforcement Learning Value Factorizationhttps://github.com/xmu-rl-3dv/ResQNeurIPS2022
TransfQMix: Transformers for Leveraging the Graph Structure of Multi-Agent Reinforcement Learning ProblemsAAMAS2023
DFAC: A Unified Framework for Factorizing Distributional Value Functions for Multi-Agent Reinforcement Learninghttps://github.com/j3soon/dfac-extendedJMLR2023
RiskQ: Risk-sensitive Multi-Agent Reinforcement Learning Value Factorizationhttps://github.com/xmu-rl-3dv/RiskQNeurIPS2023
QFree: A Universal Value Function Factorization for Multi-Agent Reinforcement Learning2023
ConcaveQ: Non-Monotonic Value Function Factorization via Concave RepresentationsAAAI2024
Soft-QMIX: Integrating Maximum Entropy for Monotonic Value Function Factorizationhttps://github.com/WentseChen/Soft-QMIX2024
DuelMIX: On Stateful Value Factorization in Multi-Agent Reinforcement LearningAAMAS2025
DoF: A Diffusion Factorization Framework for Offline Multi-Agent Reinforcement Learninghttps://github.com/xmu-rl-3dv/DoFICLR2025
Beyond Monotonicity: Revisiting Factorization Principles in Multi-Agent Q-LearningAAAI2026

Other Methods

Policy Gradient

PaperCodeAccepted atYear
MADDPG:Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environmentshttps://github.com/openai/maddpgNIPS2017
COMA:Counterfactual Multi-Agent Policy Gradientshttps://github.com/oxwhirl/pymarlAAAI2018
IPPO:Is Independent Learning All You Need in the StarCraft Multi-Agent Challenge?2020
MAPPO:The Surprising Effectiveness of MAPPO in Cooperative, Multi-Agent Gameshttps://github.com/marlbenchmark/on-policy2021
MAAC:Actor-Attention-Critic for Multi-Agent Reinforcement Learninghttps://github.com/shariqiqbal2810/MAACICML2019
DOP: Off-Policy Multi-Agent Decomposed PolicyGradientshttps://github.com/TonghanWang/DOPICLR2021
M3DDPG:Robust Multi-Agent Reinforcement Learning via Minimax Deep Deterministic Policy GradientAAAI2019
HATRPO/HAPPO: Trust Region Policy Optimisation in Multi-Agent Reinforcement Learninghttps://github.com/morning9393/HAPPO-HATRPOICLR2022
HAML: Heterogeneous-Agent Mirror Learning: A Continuum of Solutions to Cooperative MARL2022
Revisiting Some Common Practices in Cooperative Multi-Agent Reinforcement LearningICML2022
A2PO: Order Matters: Agent-by-agent Policy Optimizationhttps://github.com/xihuai18/A2PO-ICLR2023ICLR2023
FP3O: Enabling Proximal Policy Optimization in Multi-Agent Cooperation with Parameter-Sharing Versatility2023
HARL: Heterogeneous-Agent Reinforcement Learninghttps://github.com/PKU-MARL/HARLJMLR2024
HASAC: Maximum Entropy Heterogeneous-Agent Reinforcement Learninghttps://github.com/PKU-MARL/HARLICLR2024
BPTA: Backpropagation Through Agentshttps://github.com/LiZhYun/BackPropagationThroughAgentsAAAI2024
Optimistic Multi-Agent Policy Gradienthttps://github.com/wenshuaizhao/optimappoICML2024

Communication

Communication Without Bandwidth Constraint

PaperCodeAccepted atYear
CommNet:Learning Multiagent Communication with Backpropagationhttps://github.com/facebookarchive/CommNetNIPS2016
BiCNet:Multiagent Bidirectionally-Coordinated Nets: Emergence of Human-level Coordination in Learning to Play StarCraft Combat Gameshttps://github.com/Coac/CommNet-BiCnet2017
VAIN: Attentional Multi-agent Predictive ModelingNIPS2017
IC3Net:Learning when to Communicate at Scale in Multiagent Cooperative and Competitive Taskshttps://github.com/IC3Net/IC3Net2018
VBC:Efficient Communication in Multi-Agent Reinforcement Learning via Variance Based ControlNIPS2019
Graph Convolutional Reinforcement Learning for Multi-Agent Cooperation2018
NDQ:Learning Nearly Decomposable Value Functions Via Communication MinimizationNDQ: Learning Nearly Decomposable Value Functions Via Communication Minimizationhttps://github.com/TonghanWang/NDQICLR2020
RIAL/RIDL:Learning to Communicate with Deep Multi-Agent Reinforcement Learninghttps://github.com/iassael/learning-to-communicateNIPS2016
ATOC:Learning Attentional Communication for Multi-Agent CooperationNIPS2018
Fully decentralized multi-agent reinforcement learning with networked agentshttps://github.com/cts198859/deeprl_networkICML2018
TarMAC: Targeted Multi-Agent CommunicationICML2019
MAIC: Multi-Agent Incentive Communication via Decentralized Teammate Modelinghttps://github.com/mansicer/MAICAAAI2022
MASIA: Efficient Multi-agent Communication via Self-supervised Information Aggregationhttps://github.com/chenf-ai/MASIANeurIPS2022
CACOM: Context-aware Communication for Multi-agent Reinforcement Learninghttps://github.com/LXXXXR/CACOMAAMAS2024
CommFormer: Learning Multi-Agent Communication from Graph Modeling Perspectivehttps://github.com/charleshsc/CommFormerICLR2024
T2MAC: Targeted and Trusted Multi-Agent Communication through Selective EngagementAAAI2024
MA3C: Communication-Robust Multi-Agent Learning by Adaptable Auxiliary Multi-Agent Adversary GenerationFrontiers of Computer Science2024

Communication Under Limited Bandwidth

Emergent

Opponent Modeling

Game Theoretic

Hierarchical

Ad Hoc Teamwork

League Training

Curriculum Learning

Mean Field

Transfer Learning

Meta Learning

Fairness

Exploration

Dense Reward Exploration

Sparse Reward Exploration

Uncategorized

Graph Neural Network

Model-based

NAS

Safe Multi-Agent Reinforcement Learning

From Single-Agent to Multi-Agent

Discrete-Continuous Hybrid Action Space / Parameterized Action Space

Role

Diversity

Sparse Reward

Large Scale

DTDE

Decision Transformer

Offline MARL

Adversarial

For more adversarial / robust RL papers (single-agent and multi-agent), see Adversarial Reinforcement Learning Papers.

Multi-Agent Path Finding

  • TODO

LLM-based Multi-Agent

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.

PaperCodeAccepted atYear
CAMEL: Communicative Agents for "Mind" Exploration of Large Language Model Societyhttps://github.com/camel-ai/camelNeurIPS2023
Generative Agents: Interactive Simulacra of Human Behaviorhttps://github.com/joonspk-research/generative_agentsUIST2023
Reflexion: Language Agents with Verbal Reinforcement Learninghttps://github.com/noahshinn/reflexionNeurIPS2023
Voyager: An Open-Ended Embodied Agent with Large Language Modelshttps://github.com/MineDojo/VoyagerTMLR2023
AutoGen: Enabling Next-Gen LLM Applications via Multi-Agent Conversationhttps://github.com/microsoft/autogenCOLM2024
MetaGPT: Meta Programming for a Multi-Agent Collaborative Frameworkhttps://github.com/geekan/MetaGPTICLR2024
ChatDev: Communicative Agents for Software Developmenthttps://github.com/OpenBMB/ChatDevACL2024
AgentVerse: Facilitating Multi-Agent Collaboration and Exploring Emergent Behaviorshttps://github.com/OpenBMB/AgentVerseICLR2024
CoELA: Building Cooperative Embodied Agents Modularly with Large Language Modelshttps://github.com/UMass-Embodied-AGI/Co-LLM-AgentsICLR2024
ProAgent: Building Proactive Cooperative Agents with Large Language Modelshttps://github.com/PKU-Alignment/ProAgentAAAI2024
Eureka: Human-Level Reward Design via Coding Large Language Modelshttps://github.com/eureka-research/EurekaICLR2024
MacNet: Scaling Large Language Model-based Multi-Agent Collaborationhttps://github.com/OpenBMB/ChatDevICLR2025
LLM-Coordination: Evaluating and Analyzing Multi-agent Coordination Abilities in Large Language Modelshttps://github.com/eric-ai-lab/llm_coordinationNAACL Findings2025
GAMMA: Learning to Cooperate with Humans using Generative AgentsNeurIPS2024
Speaking the Language of Teamwork: LLM-Guided Credit Assignment in Multi-Agent Reinforcement Learning2025

Zero-Shot Coordination

Generalization

To be Categorized

TODO

  • Multi-Agent Path Finding
  • Generalization in MARL

Citation

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

Contributors

TimeBreaker/Multi-Agent-Reinforcement-Learning-papers

Multi-Agent Reinforcement Learning (MARL) papers

316

64 commits

updated Jul 10, 2026

See the code

README

Multi-Agent Reinforcement Learning papers

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

Overview

Reviews

Recent Reviews (Since 2019)

Recent Surveys (2022–2026)

Other Reviews (Before 2019)

Environments

EnvironmentPaperCodeAccepted atYear
StarCraftThe StarCraft Multi-Agent Challengehttps://github.com/oxwhirl/smacNIPS2019
StarCraftSMACv2: A New Benchmark for Cooperative Multi-Agent Reinforcement Learninghttps://github.com/oxwhirl/smacv22022
StarCraftBenchmarking Multi-Agent Deep Reinforcement Learning Algorithms in Cooperative Taskshttps://github.com/uoe-agents/epymarlNIPS2021
FootballGoogle Research Football: A Novel Reinforcement Learning Environmenthttps://github.com/google-research/footballAAAI2020
PettingZooPettingZoo: Gym for Multi-Agent Reinforcement Learninghttps://github.com/Farama-Foundation/PettingZooNIPS2021
Melting PotScalable Evaluation of Multi-Agent Reinforcement Learning with Melting Pothttps://github.com/deepmind/meltingpotICML2021
MuJoCoMuJoCo: A physics engine for model-based controlhttps://github.com/deepmind/mujocoIROS2012
MALibMALib: A Parallel Framework for Population-based Multi-agent Reinforcement Learninghttps://github.com/sjtu-marl/malib2021
MAgentMAgent: A many-agent reinforcement learning platform for artificial collective intelligencehttps://github.com/Farama-Foundation/MAgentAAAI2018
Neural MMONeural MMO: A Massively Multiagent Game Environment for Training and Evaluating Intelligent Agentshttps://github.com/openai/neural-mmo2019
MPEMulti-Agent Actor-Critic for Mixed Cooperative-Competitive Environmentshttps://github.com/openai/multiagent-particle-envsNIPS2017
PommermanPommerman: A multi-agent playgroundhttps://github.com/MultiAgentLearning/playground2018
HFOHalf Field Offense: An Environment for Multiagent Learning and Ad Hoc Teamworkhttps://github.com/LARG/HFOAAMAS Workshop2016
JaxMARLJaxMARL: Multi-Agent RL Environments and Algorithms in JAXhttps://github.com/flairox/jaxmarlNeurIPS D&B2024
Melting Pot 2.0Melting Pot 2.0https://github.com/google-deepmind/meltingpot2022
OvercookedOn the Utility of Learning about Humans for Human-AI Coordinationhttps://github.com/HumanCompatibleAI/overcooked_aiNeurIPS2019
GigastepGigastep - One Billion Steps per Second Multi-agent Reinforcement Learninghttps://github.com/mlech26l/gigastepNeurIPS D&B2023
POGEMAPOGEMA: A Benchmark Platform for Cooperative Multi-Agent Pathfindinghttps://github.com/Cognitive-AI-Systems/pogemaICLR2025
MOMAlandMOMAland: A Set of Benchmarks for Multi-Objective Multi-Agent Reinforcement Learninghttps://github.com/Farama-Foundation/momaland2024
MARBLERMARBLER: Standardized Evaluation of Multi-Robot Reinforcement Learning Algorithmshttps://github.com/GT-STAR-Lab/MARBLERIEEE MRS2023

Dealing With Credit Assignment Issue

Value Decomposition

PaperCodeAccepted atYear
VDN:Value-Decomposition Networks For Cooperative Multi-Agent Learninghttps://github.com/oxwhirl/pymarlAAMAS2017
QMIX: Monotonic Value Function Factorisation for Deep Multi-Agent Reinforcement Learninghttps://github.com/oxwhirl/pymarlICML2018
QTRAN: Learning to Factorize with Transformation for Cooperative Multi-Agent Reinforcement Learninghttps://github.com/oxwhirl/pymarlICML2019
NDQ: Learning Nearly Decomposable Value Functions Via Communication Minimizationhttps://github.com/TonghanWang/NDQICLR2020
CollaQ:Multi-Agent Collaboration via Reward Attribution Decompositionhttps://github.com/facebookresearch/CollaQ2020
SQDDPG:Shapley Q-Value: A Local Reward Approach to Solve Global Reward Gameshttps://github.com/hsvgbkhgbv/SQDDPGAAAI2020
QPD:Q-value Path Decomposition for Deep Multiagent Reinforcement LearningICML2020
Weighted QMIX: Expanding Monotonic Value Function Factorisation for Deep Multi-Agent Reinforcement Learninghttps://github.com/oxwhirl/wqmixNIPS2020
QTRAN++: Improved Value Transformation for Cooperative Multi-Agent Reinforcement Learning2020
QPLEX: Duplex Dueling Multi-Agent Q-Learninghttps://github.com/wjh720/QPLEXICLR2021
ResQ: A Residual Q Function-based Approach for Multi-Agent Reinforcement Learning Value Factorizationhttps://github.com/xmu-rl-3dv/ResQNeurIPS2022
TransfQMix: Transformers for Leveraging the Graph Structure of Multi-Agent Reinforcement Learning ProblemsAAMAS2023
DFAC: A Unified Framework for Factorizing Distributional Value Functions for Multi-Agent Reinforcement Learninghttps://github.com/j3soon/dfac-extendedJMLR2023
RiskQ: Risk-sensitive Multi-Agent Reinforcement Learning Value Factorizationhttps://github.com/xmu-rl-3dv/RiskQNeurIPS2023
QFree: A Universal Value Function Factorization for Multi-Agent Reinforcement Learning2023
ConcaveQ: Non-Monotonic Value Function Factorization via Concave RepresentationsAAAI2024
Soft-QMIX: Integrating Maximum Entropy for Monotonic Value Function Factorizationhttps://github.com/WentseChen/Soft-QMIX2024
DuelMIX: On Stateful Value Factorization in Multi-Agent Reinforcement LearningAAMAS2025
DoF: A Diffusion Factorization Framework for Offline Multi-Agent Reinforcement Learninghttps://github.com/xmu-rl-3dv/DoFICLR2025
Beyond Monotonicity: Revisiting Factorization Principles in Multi-Agent Q-LearningAAAI2026

Other Methods

Policy Gradient

PaperCodeAccepted atYear
MADDPG:Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environmentshttps://github.com/openai/maddpgNIPS2017
COMA:Counterfactual Multi-Agent Policy Gradientshttps://github.com/oxwhirl/pymarlAAAI2018
IPPO:Is Independent Learning All You Need in the StarCraft Multi-Agent Challenge?2020
MAPPO:The Surprising Effectiveness of MAPPO in Cooperative, Multi-Agent Gameshttps://github.com/marlbenchmark/on-policy2021
MAAC:Actor-Attention-Critic for Multi-Agent Reinforcement Learninghttps://github.com/shariqiqbal2810/MAACICML2019
DOP: Off-Policy Multi-Agent Decomposed PolicyGradientshttps://github.com/TonghanWang/DOPICLR2021
M3DDPG:Robust Multi-Agent Reinforcement Learning via Minimax Deep Deterministic Policy GradientAAAI2019
HATRPO/HAPPO: Trust Region Policy Optimisation in Multi-Agent Reinforcement Learninghttps://github.com/morning9393/HAPPO-HATRPOICLR2022
HAML: Heterogeneous-Agent Mirror Learning: A Continuum of Solutions to Cooperative MARL2022
Revisiting Some Common Practices in Cooperative Multi-Agent Reinforcement LearningICML2022
A2PO: Order Matters: Agent-by-agent Policy Optimizationhttps://github.com/xihuai18/A2PO-ICLR2023ICLR2023
FP3O: Enabling Proximal Policy Optimization in Multi-Agent Cooperation with Parameter-Sharing Versatility2023
HARL: Heterogeneous-Agent Reinforcement Learninghttps://github.com/PKU-MARL/HARLJMLR2024
HASAC: Maximum Entropy Heterogeneous-Agent Reinforcement Learninghttps://github.com/PKU-MARL/HARLICLR2024
BPTA: Backpropagation Through Agentshttps://github.com/LiZhYun/BackPropagationThroughAgentsAAAI2024
Optimistic Multi-Agent Policy Gradienthttps://github.com/wenshuaizhao/optimappoICML2024

Communication

Communication Without Bandwidth Constraint

PaperCodeAccepted atYear
CommNet:Learning Multiagent Communication with Backpropagationhttps://github.com/facebookarchive/CommNetNIPS2016
BiCNet:Multiagent Bidirectionally-Coordinated Nets: Emergence of Human-level Coordination in Learning to Play StarCraft Combat Gameshttps://github.com/Coac/CommNet-BiCnet2017
VAIN: Attentional Multi-agent Predictive ModelingNIPS2017
IC3Net:Learning when to Communicate at Scale in Multiagent Cooperative and Competitive Taskshttps://github.com/IC3Net/IC3Net2018
VBC:Efficient Communication in Multi-Agent Reinforcement Learning via Variance Based ControlNIPS2019
Graph Convolutional Reinforcement Learning for Multi-Agent Cooperation2018
NDQ:Learning Nearly Decomposable Value Functions Via Communication MinimizationNDQ: Learning Nearly Decomposable Value Functions Via Communication Minimizationhttps://github.com/TonghanWang/NDQICLR2020
RIAL/RIDL:Learning to Communicate with Deep Multi-Agent Reinforcement Learninghttps://github.com/iassael/learning-to-communicateNIPS2016
ATOC:Learning Attentional Communication for Multi-Agent CooperationNIPS2018
Fully decentralized multi-agent reinforcement learning with networked agentshttps://github.com/cts198859/deeprl_networkICML2018
TarMAC: Targeted Multi-Agent CommunicationICML2019
MAIC: Multi-Agent Incentive Communication via Decentralized Teammate Modelinghttps://github.com/mansicer/MAICAAAI2022
MASIA: Efficient Multi-agent Communication via Self-supervised Information Aggregationhttps://github.com/chenf-ai/MASIANeurIPS2022
CACOM: Context-aware Communication for Multi-agent Reinforcement Learninghttps://github.com/LXXXXR/CACOMAAMAS2024
CommFormer: Learning Multi-Agent Communication from Graph Modeling Perspectivehttps://github.com/charleshsc/CommFormerICLR2024
T2MAC: Targeted and Trusted Multi-Agent Communication through Selective EngagementAAAI2024
MA3C: Communication-Robust Multi-Agent Learning by Adaptable Auxiliary Multi-Agent Adversary GenerationFrontiers of Computer Science2024

Communication Under Limited Bandwidth

Emergent

Opponent Modeling

Game Theoretic

Hierarchical

Ad Hoc Teamwork

League Training

Curriculum Learning

Mean Field

Transfer Learning

Meta Learning

Fairness

Exploration

Dense Reward Exploration

Sparse Reward Exploration

Uncategorized

Graph Neural Network

Model-based

NAS

Safe Multi-Agent Reinforcement Learning

From Single-Agent to Multi-Agent

Discrete-Continuous Hybrid Action Space / Parameterized Action Space

Role

Diversity

Sparse Reward

Large Scale

DTDE

Decision Transformer

Offline MARL

Adversarial

For more adversarial / robust RL papers (single-agent and multi-agent), see Adversarial Reinforcement Learning Papers.

Multi-Agent Path Finding

  • TODO

LLM-based Multi-Agent

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.

PaperCodeAccepted atYear
CAMEL: Communicative Agents for "Mind" Exploration of Large Language Model Societyhttps://github.com/camel-ai/camelNeurIPS2023
Generative Agents: Interactive Simulacra of Human Behaviorhttps://github.com/joonspk-research/generative_agentsUIST2023
Reflexion: Language Agents with Verbal Reinforcement Learninghttps://github.com/noahshinn/reflexionNeurIPS2023
Voyager: An Open-Ended Embodied Agent with Large Language Modelshttps://github.com/MineDojo/VoyagerTMLR2023
AutoGen: Enabling Next-Gen LLM Applications via Multi-Agent Conversationhttps://github.com/microsoft/autogenCOLM2024
MetaGPT: Meta Programming for a Multi-Agent Collaborative Frameworkhttps://github.com/geekan/MetaGPTICLR2024
ChatDev: Communicative Agents for Software Developmenthttps://github.com/OpenBMB/ChatDevACL2024
AgentVerse: Facilitating Multi-Agent Collaboration and Exploring Emergent Behaviorshttps://github.com/OpenBMB/AgentVerseICLR2024
CoELA: Building Cooperative Embodied Agents Modularly with Large Language Modelshttps://github.com/UMass-Embodied-AGI/Co-LLM-AgentsICLR2024
ProAgent: Building Proactive Cooperative Agents with Large Language Modelshttps://github.com/PKU-Alignment/ProAgentAAAI2024
Eureka: Human-Level Reward Design via Coding Large Language Modelshttps://github.com/eureka-research/EurekaICLR2024
MacNet: Scaling Large Language Model-based Multi-Agent Collaborationhttps://github.com/OpenBMB/ChatDevICLR2025
LLM-Coordination: Evaluating and Analyzing Multi-agent Coordination Abilities in Large Language Modelshttps://github.com/eric-ai-lab/llm_coordinationNAACL Findings2025
GAMMA: Learning to Cooperate with Humans using Generative AgentsNeurIPS2024
Speaking the Language of Teamwork: LLM-Guided Credit Assignment in Multi-Agent Reinforcement Learning2025

Zero-Shot Coordination

Generalization

To be Categorized

TODO

  • Multi-Agent Path Finding
  • Generalization in MARL

Citation

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

Contributors