HyperAIHyperAI

Command Palette

Search for a command to run...

4 months ago

Counterfactual Multi-Agent Policy Gradients

Jakob Foerster; Gregory Farquhar; Triantafyllos Afouras; Nantas Nardelli; Shimon Whiteson

Counterfactual Multi-Agent Policy Gradients

Abstract

Cooperative multi-agent systems can be naturally used to model many real world problems, such as network packet routing and the coordination of autonomous vehicles. There is a great need for new reinforcement learning methods that can efficiently learn decentralised policies for such systems. To this end, we propose a new multi-agent actor-critic method called counterfactual multi-agent (COMA) policy gradients. COMA uses a centralised critic to estimate the Q-function and decentralised actors to optimise the agents' policies. In addition, to address the challenges of multi-agent credit assignment, it uses a counterfactual baseline that marginalises out a single agent's action, while keeping the other agents' actions fixed. COMA also uses a critic representation that allows the counterfactual baseline to be computed efficiently in a single forward pass. We evaluate COMA in the testbed of StarCraft unit micromanagement, using a decentralised variant with significant partial observability. COMA significantly improves average performance over other multi-agent actor-critic methods in this setting, and the best performing agents are competitive with state-of-the-art centralised controllers that get access to the full state.

Code Repositories

hanhanAnderson/LSF-SAC
pytorch
Mentioned in GitHub
puyuan1996/MARL
pytorch
Mentioned in GitHub
TonghanWang/NDQ
pytorch
Mentioned in GitHub
gingkg/smac
pytorch
Mentioned in GitHub
nice-hku/cl2marl-smac
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
smac-on-smac-def-armored-parallelCOMA
Median Win Rate: 0.0
smac-on-smac-def-armored-sequentialCOMA
Median Win Rate: 0.0
smac-on-smac-def-infantry-parallelCOMA
Median Win Rate: 50.0
smac-on-smac-def-infantry-sequentialCOMA
Median Win Rate: 28.1
smac-on-smac-def-outnumbered-parallelCOMA
Median Win Rate: 0.0
smac-on-smac-def-outnumbered-sequentialCOMA
Median Win Rate: 0.0
smac-on-smac-off-complicated-parallelCOMA
Median Win Rate: 0.0
smac-on-smac-off-complicated-sequentialCOMA
Median Win Rate: 0.0
smac-on-smac-off-distant-parallelCOMA
Median Win Rate: 0.0
smac-on-smac-off-distant-sequentialCOMA
Median Win Rate: 0.0
smac-on-smac-off-hard-parallelCOMA
Median Win Rate: 0.0
smac-on-smac-off-hard-sequentialCOMA
Median Win Rate: 0.0
smac-on-smac-off-near-parallelCOMA
Median Win Rate: 20.0
smac-on-smac-off-near-sequentialCOMA
Median Win Rate: 0.0
smac-on-smac-off-superhard-parallelCOMA
Median Win Rate: 0.0
smac-on-smac-off-superhard-sequentialCOMA
Median Win Rate: 0.0

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Counterfactual Multi-Agent Policy Gradients | Papers | HyperAI