Browse State-of-the-Art › Multi-agent Reinforcement Learning
Multi-agent Reinforcement Learning
522 papers with code · 3 benchmarks · 9 datasets archive 2025-07-28
The target of Multi-agent Reinforcement Learning is to solve complex problems by integrating multiple agents that focus on different sub-tasks. In general, there are two types of multi-agent systems: independent and cooperative systems.
Source: Show, Describe and Conclude: On Exploiting the Structure Information of Chest X-Ray Reports
Description from the archive archive 2025-07-28.
Benchmarks archive 2025-07-28
3 leaderboard tables shown for this task, 3 with rows (a “benchmark” on this site is a table with at least one row, as on /sota), ordered by row count. “Best model” is the first row in the archive's own order at snapshot; nothing is re-ranked here and metric direction is not recorded in the archive. PwC's Trend sparklines are not in the archive, so that column is omitted.
| Dataset | Best model (first row in archive order) | Paper | Code | Syntology | Compare |
|---|---|---|---|---|---|
| ParticleEnvs Cooperative Communication (1 row) | MATD3 | Reducing Overestimation Bias in Multi-Agent Domains Using Double... | code | Syntology ran 3 of 13 samples · 10 unverified | Compare |
| SMAC-Exp (1 row) | DRIMA | Neural Processes with Stochastic Attention: Paying more attention... | code | — | Compare |
| UAV Logistics (1 row) | Fusion-Multi-Actor-Attention-Critic | Multiagent Reinforcement Learning Based on... | code | — | Compare |
Syntology column: samples harvested from the paper's repositories and executed on synthesized fixtures; “ran” is not a correctness claim and does not order the table. A dash means no Syntology record for that paper, not a recorded non-run. Read from the graph 2026-09-24.
Libraries
Not in the archive: the export carries no per-task library table, so there is nothing to show at snapshot 2025-07-28.
Datasets archive 2025-07-28
9 datasets whose archive record lists this task, ordered by the archive's paper count.
Subtasks archive 2025-07-28
1 subtask in the archive's task tree.
Most implemented papers archive 2025-07-28
30 shown of 522 papers with code (1,718 tagged with this task in all), ordered by repositories listed in the archive, not by stars (the archive holds no stars, so PwC's “Social” and “Latest” sorts cannot be reproduced). Papers without a page here are shown as plain text.
-
7 Jun 2017 86 repositories listed Syntology ran 75 of 143 samples · 68 unverified · 99 pointer-only (licence)We explore deep reinforcement learning methods for multi-agent domains.
-
11 Feb 2019 23 repositories listed Syntology ran 6 of 15 samples · 9 unverified · 13 pointer-only (licence)In this paper, we propose the StarCraft Multi-Agent Challenge (SMAC) as a benchmark problem to fill this gap.
-
2 Mar 2021 19 repositories listed Syntology ran 2 of 2 samples · 0 unverifiedThis is often due to the belief that PPO is significantly less sample efficient than off-policy methods in multi-agent systems.
-
30 Mar 2018 18 repositories listed Syntology ran 9 of 11 samples · 2 unverified · 6 pointer-only (licence)At the same time, it is often possible to train the agents in a centralised fashion in a simulated or laboratory setting, where global state information is available and communication constraints are lifted.
-
23 Sep 2021 11 repositories listed Syntology ran 2 of 5 samples · 3 unverifiedIn this paper, we extend the theory of trust region learning to MARL.
-
16 Jun 2017 10 repositories listedWe study the problem of cooperative multi-agent reinforcement learning with a single joint reward signal.
-
10 Oct 2019 9 repositories listed Syntology ran 1 of 5 samples · 4 unverifiedThe goal of RLCard is to bridge reinforcement learning and imperfect information games, and push forward the research of reinforcement learning in domains with multiple agents, large state and action space, and sparse…
-
18 Nov 2020 7 repositories listedMost recently developed approaches to cooperative multi-agent reinforcement learning in the \emph{centralized training with decentralized execution} setting involve estimating a centralized, joint value function.
-
3 Aug 2020 6 repositories listed Syntology ran 2 of 4 samples · 2 unverifiedThis paper presents a novel MARL approach, called duPLEX dueling multi-agent Q-learning (QPLEX), which takes a duplex dueling network architecture to factorize the joint value function.
-
13 Sep 2017 6 repositories listed Syntology ran 3 of 3 samples · 0 unverifiedWe also show that the LOLA update rule can be efficiently calculated using an extension of the policy gradient estimator, making the method suitable for model-free RL.
-
19 Oct 2020 5 repositories listed Syntology ran 0 of 5 samples · 5 unverified · 5 pointer-only (licence)We open-source the SMARTS platform and the associated benchmark tasks and evaluation metrics to encourage and empower research on multi-agent learning for autonomous driving.
-
23 Feb 2018 5 repositories listedTo this end, we propose two decentralized actor-critic algorithms with function approximation, which are applicable to large-scale MARL problems where both the number of states and the number of agents are massively…
-
28 Feb 2017 5 repositories listedMany real-world problems, such as network packet routing and urban traffic control, are naturally modeled as multi-agent reinforcement learning (RL) problems.
-
14 Aug 2024 4 repositories listedMost RL agents exhibit a limited capacity to generalize, often focusing narrowly on specific scenarios, and are usually evaluated in similar or even the same scenarios seen during training.
-
10 Nov 2021 4 repositories listedIn addition, with such modularization, the training algorithm of DeCOM separates the original constrained optimization into an unconstrained optimization on reward and a constraints satisfaction problem on costs.
-
6 Oct 2021 4 repositories listed Syntology ran 1 of 7 samples · 6 unverified · 1 pointer-only (licence)To fill these gaps, in this work, we formulate the safe MARL problem as a constrained Markov game and solve it with policy optimisation methods.
-
21 Jun 2020 4 repositories listed Syntology ran 0 of 5 samples · 5 unverifiedIn this work we aim to solve this problem by optimizing the efficiency and resource utilization of reinforcement learning algorithms instead of relying on distributed computation.
-
18 Jun 2020 4 repositories listedWe show in particular that this projection can fail to recover the optimal policy even with access to Q^*, which primarily stems from the equal weighting placed on each joint action.
-
4 Dec 2019 4 repositories listedLearning to be informative when observed by others is an interesting challenge for Reinforcement Learning (RL): Fundamentally, RL requires agents to explore in order to discover good policies.
-
16 Oct 2019 4 repositories listed Syntology ran 2 of 3 samples · 1 unverified · 2 pointer-only (licence)We specifically focus on QMIX [40], the current state-of-the-art in this domain.
-
4 Jun 2019 4 repositories listed Syntology ran 0 of 2 samples · 2 unverifiedWhile multi-agent interactions can be naturally modeled as a graph, the environment has traditionally been considered as a black box.
-
14 May 2019 4 repositories listed Syntology ran 0 of 1 samples · 1 unverified · 1 pointer-only (licence)We explore value-based solutions for multi-agent reinforcement learning (MARL) tasks in the centralized training with decentralized execution (CTDE) regime popularized recently.
-
11 May 2019 4 repositories listed Syntology ran 3 of 3 samples · 0 unverified · 3 pointer-only (licence)To enable cooperation of traffic signals, in this paper, we propose a model, CoLight, which uses graph attentional networks to facilitate communication.
-
20 Jul 2017 4 repositories listedHere we show that deep reinforcement learning can be used instead.
-
10 Feb 2017 4 repositories listedWe introduce sequential social dilemmas that share the mixed incentive structure of matrix game social dilemmas but also require agents to learn policies that implement their strategic intentions.
-
16 Nov 2023 3 repositories listed Syntology ran 0 of 23 samples · 23 unverifiedBenchmarks are crucial in the development of machine learning algorithms, with available environments significantly influencing reinforcement learning (RL) research.
-
2 Aug 2022 3 repositories listedThe development of autonomous agents which can interact with other agents to accomplish a given task is a core area of research in artificial intelligence and machine learning.
-
11 Feb 2022 3 repositories listed Syntology ran 0 of 2 samples · 2 unverifiedOver the last few years, the Shapley value, a solution concept from cooperative game theory, has found numerous applications in machine learning.
-
31 Aug 2021 3 repositories listed Syntology ran 0 of 7 samples · 7 unverifiedWe present WarpDrive, a flexible, lightweight, and easy-to-use open-source RL framework that implements end-to-end deep multi-agent RL on a single GPU (Graphics Processing Unit), built on PyCUDA and PyTorch.
-
3 Mar 2021 3 repositories listedRobotic simulators are crucial for academic research and education as well as the development of safety-critical applications.
Syntology lines on 18 of the papers shown; no Syntology record for the others (a paper without an arXiv id cannot be joined to the graph, and absence from the graph layer is not a recorded non-run). “Ran” means the sample executed on a synthesized fixture, not that the paper's result was reproduced. Read from the graph 2026-09-24.
Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections