Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

MADiff: Offline Multi-agent Learning with Diffusion Models

About

Offline reinforcement learning (RL) aims to learn policies from pre-existing datasets without further interactions, making it a challenging task. Q-learning algorithms struggle with extrapolation errors in offline settings, while supervised learning methods are constrained by model expressiveness. Recently, diffusion models (DMs) have shown promise in overcoming these limitations in single-agent learning, but their application in multi-agent scenarios remains unclear. Generating trajectories for each agent with independent DMs may impede coordination, while concatenating all agents' information can lead to low sample efficiency. Accordingly, we propose MADiff, which is realized with an attention-based diffusion model to model the complex coordination among behaviors of multiple agents. To our knowledge, MADiff is the first diffusion-based multi-agent learning framework, functioning as both a decentralized policy and a centralized controller. During decentralized executions, MADiff simultaneously performs teammate modeling, and the centralized controller can also be applied in multi-agent trajectory predictions. Our experiments demonstrate that MADiff outperforms baseline algorithms across various multi-agent learning tasks, highlighting its effectiveness in modeling complex multi-agent interactions. Our code is available at https://github.com/zbzhu99/madiff.

Zhengbang Zhu, Minghuan Liu, Liyuan Mao, Bingyi Kang, Minkai Xu, Yong Yu, Stefano Ermon, Weinan Zhang• 2023

Related benchmarks

TaskDatasetResultRank
Multi-agent Trajectory PredictionNBA dataset
ADE7.92
26
Multi-agent Trajectory PredictionFootball Trajectory Dataset (test)
JADE0.58
20
Multi-Agent Reinforcement LearningMPE Predator Prey Medium
Mean Episode Return142.3
19
Multi-Agent Reinforcement LearningMPE Predator Prey (Expert)
Mean Episode Return225.2
19
Multi-Agent Reinforcement LearningMPE Cooperative Navigation (CN) v1 (Expert)
Normalized Score95
19
Multi-agent continuous controlMA-MuJoCo 6Halfcheetah-Medium
Average Performance4.41e+3
16
Multi-Agent Reinforcement LearningMPE Predator Prey (Medium Replay)
Mean Episode Return114.1
15
Trajectory PredictionNBA SportVU 2015-2016 season (test)
minADE@1.0s0.25
15
Multi-Agent Reinforcement LearningMPE Predator Prey (Random)
Mean Episode Return2
15
Multi-agent NavigationEmpty Map (test)
Success Rate55
12
Showing 10 of 71 rows
...

Other info

Follow for update