TimeBreaker/MARL-papers-with-code

Multi-Agent Reinforcement Learning (MARL) papers with code

433

57 commits

updated Jul 10, 2026

See the code

README

MARL Papers with Code

This is a collection of Multi-Agent Reinforcement Learning (MARL) papers with code. I have selected some relatively important papers with open source code and categorized them by time and method.

For MARL papers and MARL resources, please refer to Multi Agent Reinforcement Learning papers 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): Added a Recent Papers with Code (2022–2026) section covering recent open-source work (value factorization, policy gradient, offline MARL, sequence/diffusion models, communication & coordination graphs, roles, ad hoc / zero-shot coordination, LLM-based multi-agent, adversarial/robust). Only papers with an official / well-known open-source repository are listed.

This repository is not for commercial purposes.

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

Overview

Classic Papers

Algorithms

CategoryPaperCodeAccepted atYear
Independent LearningIQL:Multi-Agent Reinforcement Learning: Independent vs. Cooperative Agentshttps://github.com/oxwhirl/pymarlICML1993
Value DecompositionVDN:Value-Decomposition Networks For Cooperative Multi-Agent Learninghttps://github.com/oxwhirl/pymarlAAMAS2017
Value DecompositionQMIX: Monotonic Value Function Factorisation for Deep Multi-Agent Reinforcement Learninghttps://github.com/oxwhirl/pymarlICML2018
Value DecompositionQTRAN: Learning to Factorize with Transformation for Cooperative Multi-Agent Reinforcement Learninghttps://github.com/oxwhirl/pymarlICML2019
Policy GradientCOMA:Counterfactual Multi-Agent Policy Gradientshttps://github.com/oxwhirl/pymarlAAAI2018
Policy GradientMADDPG:Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environmentshttps://github.com/openai/maddpgNIPS2017
CommunicationBiCNet:Multiagent Bidirectionally-Coordinated Nets: Emergence of Human-level Coordination in Learning to Play StarCraft Combat Gameshttps://github.com/Coac/CommNet-BiCnet2017
CommunicationCommNet:Learning Multiagent Communication with Backpropagationhttps://github.com/facebookarchive/CommNetNIPS2016
CommunicationIC3Net:Learning when to Communicate at Scale in Multiagent Cooperative and Competitive Taskshttps://github.com/IC3Net/IC3Net2018
CommunicationRIAL/RIDL:Learning to Communicate with Deep Multi-Agent Reinforcement Learninghttps://github.com/iassael/learning-to-communicateNIPS2016
ExplorationMAVEN:Multi-Agent Variational Explorationhttps://github.com/starry-sky6688/MARL-AlgorithmsNIPS2019

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

Other Papers

CategoryPaperCodeAccepted atYear
Graph Neural NetworkMulti-Agent Game Abstraction via Graph Attention Neural Networkhttps://github.com/starry-sky6688/MARL-AlgorithmsAAAI2020
Curriculum LearningFrom Few to More: Large-Scale Dynamic Multiagent Curriculum Learninghttps://github.com/starry-sky6688/MARL-AlgorithmsAAAI2020
Curriculum LearningEPC:Evolutionary Population Curriculum for Scaling Multi-Agent Reinforcement Learninghttps://github.com/qian18long/epciclr2020ICLR2020
Curriculum Learning/EmergentEmergent Tool Use From Multi-Agent Autocurriculahttps://github.com/openai/multi-agent-emergence-environmentsICLR2020
Curriculum LearningCooperative Multi-agent Control using deep reinforcement learninghttps://github.com/sisl/MADRLAAMAS2017
RoleROMA: Multi-Agent Reinforcement Learning with Emergent Roleshttps://github.com/TonghanWang/ROMAICML2020
RoleRODE: Learning Roles to Decompose Multi-Agent Taskshttps://github.com/TonghanWang/RODEICLR2021
RoleScaling Multi-Agent Reinforcement Learning with Selective Parameter Sharinghttps://github.com/uoe-agents/sepsICML2021
Opponent ModelingOpponent Modeling in Deep Reinforcement Learninghttps://github.com/hhexiy/opponentICML2016
Selfish AgentM3RL: Mind-aware Multi-agent Management Reinforcement Learninghttps://github.com/facebookresearch/M3RLICLR2019
CommunicationEmergence of grounded compositional language in multi-agent populationshttps://github.com/bkgoksel/emergent-languageAAAI2018
CommunicationFully decentralized multi-agent reinforcement learning with networked agentshttps://github.com/cts198859/deeprl_networkICML2018
Policy GradientDOP: Off-Policy Multi-Agent Decomposed Policy Gradientshttps://github.com/TonghanWang/DOPICLR2021
Policy GradientMAAC:Actor-Attention-Critic for Multi-Agent Reinforcement Learninghttps://github.com/shariqiqbal2810/MAACICML2019
EnvironmentEmergent Complexity via Multi-Agent Competitionhttps://github.com/openai/multiagent-competitionICLR2018
ExplorationEITI/EDTI:Influence-Based Multi-Agent Explorationhttps://github.com/TonghanWang/EITI-EDTIICLR2020
ExplorationLIIR: Learning Individual Intrinsic Reward in Multi-Agent Reinforcement Learninghttps://github.com/yalidu/liirNIPS2019
From Single-Agent to Multi-AgentMAPPO:The Surprising Effectiveness of MAPPO in Cooperative, Multi-Agent Gameshttps://github.com/marlbenchmark/on-policy2021
DiversityQ-DPP:Multi-Agent Determinantal Q-Learninghttps://github.com/QDPP-GitHub/QDPPICML2020
Ad Hoc TeamworkCollaQ:Multi-Agent Collaboration via Reward Attribution Decompositionhttps://github.com/facebookresearch/CollaQ2020
Value DecompositionNDQ: Learning Nearly Decomposable Value Functions Via Communication Minimizationhttps://github.com/TonghanWang/NDQICLR2020
Value DecompositionQPLEX: Duplex Dueling Multi-Agent Q-Learninghttps://github.com/wjh720/QPLEXICLR2021
Self-PlayTLeague: A Framework for Competitive Self-Play based Distributed Multi-Agent Reinforcement Learninghttps://github.com/tencent-ailab/TLeague2020
TransformerUPDeT: Universal Multi-agent Reinforcement Learning via Policy Decoupling with Transformershttps://github.com/hhhusiyi-monash/UPDeTICLR2021
Sparse RewardIndividual Reward Assisted Multi-Agent Reinforcement Learninghttps://github.com/MDrW/ICML2022-IRATICML2022
Ad HocOpen Ad Hoc Teamwork using Graph-based Policy Learninghttps://github.com/uoe-agents/GPLICLM2021
GeneralizationUNMAS: Multiagent Reinforcement Learningfor Unshaped Cooperative Scenarioshttps://github.com/James0618/unmasTNNLS2021
OtherSIDE: State Inference for Partially Observable Cooperative Multi-Agent Reinforcement Learninghttps://github.com/deligentfool/SIDEAAMAS2022
OtherContext-Aware Sparse Deep Coordination Graphshttps://github.com/TonghanWang/CASEC-MACO-benchmarkICLR2022

Recent Papers with Code (2022–2026)

A curated batch of recent MARL papers that ship an official or widely-used open-source implementation. Grouped by topic.

CategoryPaperCodeAccepted atYear
Value FactorizationResQ: A Residual Q Function-based Approach for MARL Value Factorizationhttps://github.com/xmu-rl-3dv/ResQNeurIPS2022
Value FactorizationDFAC: Factorizing Distributional Value Functions for Multi-Agent Reinforcement Learninghttps://github.com/j3soon/dfac-extendedJMLR2023
Value FactorizationRiskQ: Risk-sensitive Multi-Agent Reinforcement Learning Value Factorizationhttps://github.com/xmu-rl-3dv/RiskQNeurIPS2023
Value FactorizationSoft-QMIX: Integrating Maximum Entropy for Monotonic Value Function Factorizationhttps://github.com/WentseChen/Soft-QMIX2024
Value FactorizationDoF: A Diffusion Factorization Framework for Offline MARLhttps://github.com/xmu-rl-3dv/DoFICLR2025
Policy GradientHATRPO/HAPPO: Trust Region Policy Optimisation in Multi-Agent Reinforcement Learninghttps://github.com/morning9393/HAPPO-HATRPOICLR2022
Policy GradientA2PO: Order Matters: Agent-by-agent Policy Optimizationhttps://github.com/xihuai18/A2PO-ICLR2023ICLR2023
Policy GradientHARL: Heterogeneous-Agent Reinforcement Learninghttps://github.com/PKU-MARL/HARLJMLR2024
Policy GradientHASAC: Maximum Entropy Heterogeneous-Agent Reinforcement Learninghttps://github.com/PKU-MARL/HARLICLR2024
Policy GradientBPTA: Backpropagation Through Agentshttps://github.com/LiZhYun/BackPropagationThroughAgentsAAAI2024
Policy GradientOptimistic Multi-Agent Policy Gradienthttps://github.com/wenshuaizhao/optimappoICML2024
Offline MARLOMAR: Offline Multi-Agent Reinforcement Learning with Actor Rectificationhttps://github.com/ling-pan/OMARICML2022
Offline MARLCFCQL: Counterfactual Conservative Q Learning for Offline MARLhttps://github.com/thu-rllab/CFCQLNeurIPS2023
Offline MARLOMIGA: Offline MARL with Implicit Global-to-Local Value Regularizationhttps://github.com/ZhengYinan-AIR/OMIGANeurIPS2023
Offline MARLOG-MARL: Putting Data at the Centre of Offline Multi-Agent Reinforcement Learninghttps://github.com/instadeepai/og-marl2024
Sequence Model / DiffusionMAT: Multi-Agent Reinforcement Learning is a Sequence Modeling Problemhttps://github.com/PKU-MARL/Multi-Agent-TransformerNeurIPS2022
Sequence Model / DiffusionMADiff: Offline Multi-agent Learning with Diffusion Modelshttps://github.com/zbzhu99/madiffNeurIPS2024
Sequence Model / DiffusionOryx: A Scalable Sequence Model for Many-Agent Coordination in Offline MARLhttps://github.com/instadeepai/og-marlNeurIPS2025
CommunicationMAIC: Multi-Agent Incentive Communication via Decentralized Teammate Modelinghttps://github.com/mansicer/MAICAAAI2022
CommunicationMASIA: Efficient Multi-agent Communication via Self-supervised Information Aggregationhttps://github.com/chenf-ai/MASIANeurIPS2022
CommunicationCACOM: Context-aware Communication for Multi-agent Reinforcement Learninghttps://github.com/LXXXXR/CACOMAAMAS2024
CommunicationCommFormer: Learning Multi-Agent Communication from Graph Modeling Perspectivehttps://github.com/charleshsc/CommFormerICLR2024
Coordination GraphSOG: Self-Organized Group for Cooperative Multi-agent Reinforcement Learninghttps://github.com/thu-rllab/SOGNeurIPS2022
Coordination GraphGACG: Group-Aware Coordination Graph for Multi-Agent Reinforcement Learninghttps://github.com/Wei9711/GACGIJCAI2024
RoleACORM: Attention-Guided Contrastive Role Representations for MARLhttps://github.com/NJU-RL/ACORMICLR2024
DiversityDiCo: Controlling Behavioral Diversity in Multi-Agent Reinforcement Learninghttps://github.com/proroklab/ControllingBehavioralDiversityICML2024
Ad Hoc TeamworkNAHT: N-Agent Ad Hoc Teamworkhttps://github.com/carolinewang01/nahtNeurIPS2024
Zero-Shot CoordinationHSP: Learning Zero-Shot Cooperation with Humans, Assuming Humans Are Biasedhttps://github.com/samjia2000/HSPICLR2023
Zero-Shot CoordinationCOLE: Cooperative Open-ended Learning Framework for Zero-shot Coordinationhttps://github.com/liyang619/COLE-PlatformICML2023
Large Scale / Permutation InvariantHPN: Boosting MARL via Permutation Invariant and Permutation Equivariant Networkshttps://github.com/tjuHaoXiaotian/API-NetworkICLR2023
BenchmarkBenchMARL: Benchmarking Multi-Agent Reinforcement Learninghttps://github.com/facebookresearch/BenchMARLJMLR2024
LLM-based Multi-AgentCAMEL: Communicative Agents for "Mind" Exploration of LLM Societyhttps://github.com/camel-ai/camelNeurIPS2023
LLM-based Multi-AgentGenerative Agents: Interactive Simulacra of Human Behaviorhttps://github.com/joonspk-research/generative_agentsUIST2023
LLM-based Multi-AgentVoyager: An Open-Ended Embodied Agent with Large Language Modelshttps://github.com/MineDojo/VoyagerTMLR2023
LLM-based Multi-AgentAutoGen: Enabling Next-Gen LLM Applications via Multi-Agent Conversationhttps://github.com/microsoft/autogenCOLM2024
LLM-based Multi-AgentMetaGPT: Meta Programming for a Multi-Agent Collaborative Frameworkhttps://github.com/geekan/MetaGPTICLR2024
LLM-based Multi-AgentChatDev: Communicative Agents for Software Developmenthttps://github.com/OpenBMB/ChatDevACL2024
LLM-based Multi-AgentAgentVerse: Facilitating Multi-Agent Collaboration and Exploring Emergent Behaviorshttps://github.com/OpenBMB/AgentVerseICLR2024
LLM-based Multi-AgentCoELA: Building Cooperative Embodied Agents Modularly with Large Language Modelshttps://github.com/UMass-Embodied-AGI/Co-LLM-AgentsICLR2024
LLM-based Multi-AgentProAgent: Building Proactive Cooperative Agents with Large Language Modelshttps://github.com/PKU-Alignment/ProAgentAAAI2024
LLM-based Multi-AgentEureka: Human-Level Reward Design via Coding Large Language Modelshttps://github.com/eureka-research/EurekaICLR2024
LLM-based Multi-AgentLLM-Coordination: Evaluating Multi-agent Coordination Abilities in Large Language Modelshttps://github.com/eric-ai-lab/llm_coordinationNAACL Findings2025
Adversarial / RobustAMI: Attacking Cooperative MARL by Adversarial Minority Influencehttps://github.com/DIG-Beihang/AMI2023
Adversarial / RobustWALL: Wolfpack Adversarial Attack for Robust Multi-Agent Reinforcement Learninghttps://github.com/sunwoolee0504/WALLICML2025

TODO

Citation

If you find this repository useful, please cite our repo:

@misc{chen2021multi,
  author={Chen, Hao},
  title={Multi-Agent Reinforcement Learning Papers with Code},
  year={2021}
  publisher = {GitHub},
  journal = {GitHub Repository},
  howpublished = {\url{https://github.com/TimeBreaker/MARL-papers-with-code}}
}
marl
marl-papers
marl-resources
multiagent-reinforcement-learning

Contributors

TimeBreaker/MARL-papers-with-code

Multi-Agent Reinforcement Learning (MARL) papers with code

433

57 commits

updated Jul 10, 2026

See the code

README

MARL Papers with Code

This is a collection of Multi-Agent Reinforcement Learning (MARL) papers with code. I have selected some relatively important papers with open source code and categorized them by time and method.

For MARL papers and MARL resources, please refer to Multi Agent Reinforcement Learning papers 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): Added a Recent Papers with Code (2022–2026) section covering recent open-source work (value factorization, policy gradient, offline MARL, sequence/diffusion models, communication & coordination graphs, roles, ad hoc / zero-shot coordination, LLM-based multi-agent, adversarial/robust). Only papers with an official / well-known open-source repository are listed.

This repository is not for commercial purposes.

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

Overview

Classic Papers

Algorithms

CategoryPaperCodeAccepted atYear
Independent LearningIQL:Multi-Agent Reinforcement Learning: Independent vs. Cooperative Agentshttps://github.com/oxwhirl/pymarlICML1993
Value DecompositionVDN:Value-Decomposition Networks For Cooperative Multi-Agent Learninghttps://github.com/oxwhirl/pymarlAAMAS2017
Value DecompositionQMIX: Monotonic Value Function Factorisation for Deep Multi-Agent Reinforcement Learninghttps://github.com/oxwhirl/pymarlICML2018
Value DecompositionQTRAN: Learning to Factorize with Transformation for Cooperative Multi-Agent Reinforcement Learninghttps://github.com/oxwhirl/pymarlICML2019
Policy GradientCOMA:Counterfactual Multi-Agent Policy Gradientshttps://github.com/oxwhirl/pymarlAAAI2018
Policy GradientMADDPG:Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environmentshttps://github.com/openai/maddpgNIPS2017
CommunicationBiCNet:Multiagent Bidirectionally-Coordinated Nets: Emergence of Human-level Coordination in Learning to Play StarCraft Combat Gameshttps://github.com/Coac/CommNet-BiCnet2017
CommunicationCommNet:Learning Multiagent Communication with Backpropagationhttps://github.com/facebookarchive/CommNetNIPS2016
CommunicationIC3Net:Learning when to Communicate at Scale in Multiagent Cooperative and Competitive Taskshttps://github.com/IC3Net/IC3Net2018
CommunicationRIAL/RIDL:Learning to Communicate with Deep Multi-Agent Reinforcement Learninghttps://github.com/iassael/learning-to-communicateNIPS2016
ExplorationMAVEN:Multi-Agent Variational Explorationhttps://github.com/starry-sky6688/MARL-AlgorithmsNIPS2019

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

Other Papers

CategoryPaperCodeAccepted atYear
Graph Neural NetworkMulti-Agent Game Abstraction via Graph Attention Neural Networkhttps://github.com/starry-sky6688/MARL-AlgorithmsAAAI2020
Curriculum LearningFrom Few to More: Large-Scale Dynamic Multiagent Curriculum Learninghttps://github.com/starry-sky6688/MARL-AlgorithmsAAAI2020
Curriculum LearningEPC:Evolutionary Population Curriculum for Scaling Multi-Agent Reinforcement Learninghttps://github.com/qian18long/epciclr2020ICLR2020
Curriculum Learning/EmergentEmergent Tool Use From Multi-Agent Autocurriculahttps://github.com/openai/multi-agent-emergence-environmentsICLR2020
Curriculum LearningCooperative Multi-agent Control using deep reinforcement learninghttps://github.com/sisl/MADRLAAMAS2017
RoleROMA: Multi-Agent Reinforcement Learning with Emergent Roleshttps://github.com/TonghanWang/ROMAICML2020
RoleRODE: Learning Roles to Decompose Multi-Agent Taskshttps://github.com/TonghanWang/RODEICLR2021
RoleScaling Multi-Agent Reinforcement Learning with Selective Parameter Sharinghttps://github.com/uoe-agents/sepsICML2021
Opponent ModelingOpponent Modeling in Deep Reinforcement Learninghttps://github.com/hhexiy/opponentICML2016
Selfish AgentM3RL: Mind-aware Multi-agent Management Reinforcement Learninghttps://github.com/facebookresearch/M3RLICLR2019
CommunicationEmergence of grounded compositional language in multi-agent populationshttps://github.com/bkgoksel/emergent-languageAAAI2018
CommunicationFully decentralized multi-agent reinforcement learning with networked agentshttps://github.com/cts198859/deeprl_networkICML2018
Policy GradientDOP: Off-Policy Multi-Agent Decomposed Policy Gradientshttps://github.com/TonghanWang/DOPICLR2021
Policy GradientMAAC:Actor-Attention-Critic for Multi-Agent Reinforcement Learninghttps://github.com/shariqiqbal2810/MAACICML2019
EnvironmentEmergent Complexity via Multi-Agent Competitionhttps://github.com/openai/multiagent-competitionICLR2018
ExplorationEITI/EDTI:Influence-Based Multi-Agent Explorationhttps://github.com/TonghanWang/EITI-EDTIICLR2020
ExplorationLIIR: Learning Individual Intrinsic Reward in Multi-Agent Reinforcement Learninghttps://github.com/yalidu/liirNIPS2019
From Single-Agent to Multi-AgentMAPPO:The Surprising Effectiveness of MAPPO in Cooperative, Multi-Agent Gameshttps://github.com/marlbenchmark/on-policy2021
DiversityQ-DPP:Multi-Agent Determinantal Q-Learninghttps://github.com/QDPP-GitHub/QDPPICML2020
Ad Hoc TeamworkCollaQ:Multi-Agent Collaboration via Reward Attribution Decompositionhttps://github.com/facebookresearch/CollaQ2020
Value DecompositionNDQ: Learning Nearly Decomposable Value Functions Via Communication Minimizationhttps://github.com/TonghanWang/NDQICLR2020
Value DecompositionQPLEX: Duplex Dueling Multi-Agent Q-Learninghttps://github.com/wjh720/QPLEXICLR2021
Self-PlayTLeague: A Framework for Competitive Self-Play based Distributed Multi-Agent Reinforcement Learninghttps://github.com/tencent-ailab/TLeague2020
TransformerUPDeT: Universal Multi-agent Reinforcement Learning via Policy Decoupling with Transformershttps://github.com/hhhusiyi-monash/UPDeTICLR2021
Sparse RewardIndividual Reward Assisted Multi-Agent Reinforcement Learninghttps://github.com/MDrW/ICML2022-IRATICML2022
Ad HocOpen Ad Hoc Teamwork using Graph-based Policy Learninghttps://github.com/uoe-agents/GPLICLM2021
GeneralizationUNMAS: Multiagent Reinforcement Learningfor Unshaped Cooperative Scenarioshttps://github.com/James0618/unmasTNNLS2021
OtherSIDE: State Inference for Partially Observable Cooperative Multi-Agent Reinforcement Learninghttps://github.com/deligentfool/SIDEAAMAS2022
OtherContext-Aware Sparse Deep Coordination Graphshttps://github.com/TonghanWang/CASEC-MACO-benchmarkICLR2022

Recent Papers with Code (2022–2026)

A curated batch of recent MARL papers that ship an official or widely-used open-source implementation. Grouped by topic.

CategoryPaperCodeAccepted atYear
Value FactorizationResQ: A Residual Q Function-based Approach for MARL Value Factorizationhttps://github.com/xmu-rl-3dv/ResQNeurIPS2022
Value FactorizationDFAC: Factorizing Distributional Value Functions for Multi-Agent Reinforcement Learninghttps://github.com/j3soon/dfac-extendedJMLR2023
Value FactorizationRiskQ: Risk-sensitive Multi-Agent Reinforcement Learning Value Factorizationhttps://github.com/xmu-rl-3dv/RiskQNeurIPS2023
Value FactorizationSoft-QMIX: Integrating Maximum Entropy for Monotonic Value Function Factorizationhttps://github.com/WentseChen/Soft-QMIX2024
Value FactorizationDoF: A Diffusion Factorization Framework for Offline MARLhttps://github.com/xmu-rl-3dv/DoFICLR2025
Policy GradientHATRPO/HAPPO: Trust Region Policy Optimisation in Multi-Agent Reinforcement Learninghttps://github.com/morning9393/HAPPO-HATRPOICLR2022
Policy GradientA2PO: Order Matters: Agent-by-agent Policy Optimizationhttps://github.com/xihuai18/A2PO-ICLR2023ICLR2023
Policy GradientHARL: Heterogeneous-Agent Reinforcement Learninghttps://github.com/PKU-MARL/HARLJMLR2024
Policy GradientHASAC: Maximum Entropy Heterogeneous-Agent Reinforcement Learninghttps://github.com/PKU-MARL/HARLICLR2024
Policy GradientBPTA: Backpropagation Through Agentshttps://github.com/LiZhYun/BackPropagationThroughAgentsAAAI2024
Policy GradientOptimistic Multi-Agent Policy Gradienthttps://github.com/wenshuaizhao/optimappoICML2024
Offline MARLOMAR: Offline Multi-Agent Reinforcement Learning with Actor Rectificationhttps://github.com/ling-pan/OMARICML2022
Offline MARLCFCQL: Counterfactual Conservative Q Learning for Offline MARLhttps://github.com/thu-rllab/CFCQLNeurIPS2023
Offline MARLOMIGA: Offline MARL with Implicit Global-to-Local Value Regularizationhttps://github.com/ZhengYinan-AIR/OMIGANeurIPS2023
Offline MARLOG-MARL: Putting Data at the Centre of Offline Multi-Agent Reinforcement Learninghttps://github.com/instadeepai/og-marl2024
Sequence Model / DiffusionMAT: Multi-Agent Reinforcement Learning is a Sequence Modeling Problemhttps://github.com/PKU-MARL/Multi-Agent-TransformerNeurIPS2022
Sequence Model / DiffusionMADiff: Offline Multi-agent Learning with Diffusion Modelshttps://github.com/zbzhu99/madiffNeurIPS2024
Sequence Model / DiffusionOryx: A Scalable Sequence Model for Many-Agent Coordination in Offline MARLhttps://github.com/instadeepai/og-marlNeurIPS2025
CommunicationMAIC: Multi-Agent Incentive Communication via Decentralized Teammate Modelinghttps://github.com/mansicer/MAICAAAI2022
CommunicationMASIA: Efficient Multi-agent Communication via Self-supervised Information Aggregationhttps://github.com/chenf-ai/MASIANeurIPS2022
CommunicationCACOM: Context-aware Communication for Multi-agent Reinforcement Learninghttps://github.com/LXXXXR/CACOMAAMAS2024
CommunicationCommFormer: Learning Multi-Agent Communication from Graph Modeling Perspectivehttps://github.com/charleshsc/CommFormerICLR2024
Coordination GraphSOG: Self-Organized Group for Cooperative Multi-agent Reinforcement Learninghttps://github.com/thu-rllab/SOGNeurIPS2022
Coordination GraphGACG: Group-Aware Coordination Graph for Multi-Agent Reinforcement Learninghttps://github.com/Wei9711/GACGIJCAI2024
RoleACORM: Attention-Guided Contrastive Role Representations for MARLhttps://github.com/NJU-RL/ACORMICLR2024
DiversityDiCo: Controlling Behavioral Diversity in Multi-Agent Reinforcement Learninghttps://github.com/proroklab/ControllingBehavioralDiversityICML2024
Ad Hoc TeamworkNAHT: N-Agent Ad Hoc Teamworkhttps://github.com/carolinewang01/nahtNeurIPS2024
Zero-Shot CoordinationHSP: Learning Zero-Shot Cooperation with Humans, Assuming Humans Are Biasedhttps://github.com/samjia2000/HSPICLR2023
Zero-Shot CoordinationCOLE: Cooperative Open-ended Learning Framework for Zero-shot Coordinationhttps://github.com/liyang619/COLE-PlatformICML2023
Large Scale / Permutation InvariantHPN: Boosting MARL via Permutation Invariant and Permutation Equivariant Networkshttps://github.com/tjuHaoXiaotian/API-NetworkICLR2023
BenchmarkBenchMARL: Benchmarking Multi-Agent Reinforcement Learninghttps://github.com/facebookresearch/BenchMARLJMLR2024
LLM-based Multi-AgentCAMEL: Communicative Agents for "Mind" Exploration of LLM Societyhttps://github.com/camel-ai/camelNeurIPS2023
LLM-based Multi-AgentGenerative Agents: Interactive Simulacra of Human Behaviorhttps://github.com/joonspk-research/generative_agentsUIST2023
LLM-based Multi-AgentVoyager: An Open-Ended Embodied Agent with Large Language Modelshttps://github.com/MineDojo/VoyagerTMLR2023
LLM-based Multi-AgentAutoGen: Enabling Next-Gen LLM Applications via Multi-Agent Conversationhttps://github.com/microsoft/autogenCOLM2024
LLM-based Multi-AgentMetaGPT: Meta Programming for a Multi-Agent Collaborative Frameworkhttps://github.com/geekan/MetaGPTICLR2024
LLM-based Multi-AgentChatDev: Communicative Agents for Software Developmenthttps://github.com/OpenBMB/ChatDevACL2024
LLM-based Multi-AgentAgentVerse: Facilitating Multi-Agent Collaboration and Exploring Emergent Behaviorshttps://github.com/OpenBMB/AgentVerseICLR2024
LLM-based Multi-AgentCoELA: Building Cooperative Embodied Agents Modularly with Large Language Modelshttps://github.com/UMass-Embodied-AGI/Co-LLM-AgentsICLR2024
LLM-based Multi-AgentProAgent: Building Proactive Cooperative Agents with Large Language Modelshttps://github.com/PKU-Alignment/ProAgentAAAI2024
LLM-based Multi-AgentEureka: Human-Level Reward Design via Coding Large Language Modelshttps://github.com/eureka-research/EurekaICLR2024
LLM-based Multi-AgentLLM-Coordination: Evaluating Multi-agent Coordination Abilities in Large Language Modelshttps://github.com/eric-ai-lab/llm_coordinationNAACL Findings2025
Adversarial / RobustAMI: Attacking Cooperative MARL by Adversarial Minority Influencehttps://github.com/DIG-Beihang/AMI2023
Adversarial / RobustWALL: Wolfpack Adversarial Attack for Robust Multi-Agent Reinforcement Learninghttps://github.com/sunwoolee0504/WALLICML2025

TODO

Citation

If you find this repository useful, please cite our repo:

@misc{chen2021multi,
  author={Chen, Hao},
  title={Multi-Agent Reinforcement Learning Papers with Code},
  year={2021}
  publisher = {GitHub},
  journal = {GitHub Repository},
  howpublished = {\url{https://github.com/TimeBreaker/MARL-papers-with-code}}
}
marl
marl-papers
marl-resources
multiagent-reinforcement-learning

Contributors