Revisiting Multi-Agent World Modeling from a Diffusion-Inspired Perspective
Yang Zhang, Xinran Li, Jianing Ye, Shuang Qiu, Delin Qu, Xiu Li, Chongjie Zhang, Chenjia Bai

TL;DR
This paper introduces DIMA, a diffusion-inspired world model for multi-agent reinforcement learning that simplifies environment modeling and achieves state-of-the-art results on multiple benchmarks.
Contribution
It proposes a novel diffusion-inspired approach to multi-agent world modeling, improving accuracy and efficiency over prior methods.
Findings
DIMA outperforms previous models in final return and sample efficiency.
The diffusion-inspired approach effectively captures agent dependencies.
State-of-the-art results on MAMuJoCo and Bi-DexHands benchmarks.
Abstract
World models have recently attracted growing interest in Multi-Agent Reinforcement Learning (MARL) due to their ability to improve sample efficiency for policy learning. However, accurately modeling environments in MARL is challenging due to the exponentially large joint action space and highly uncertain dynamics inherent in multi-agent systems. To address this, we reduce modeling complexity by shifting from jointly modeling the entire state-action transition dynamics to focusing on the state space alone at each timestep through sequential agent modeling. Specifically, our approach enables the model to progressively resolve uncertainty while capturing the structured dependencies among agents, providing a more accurate representation of how agents influence the state. Interestingly, this sequential revelation of agents' actions in a multi-agent system aligns with the reverse process in…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsMulti-Agent Systems and Negotiation
MethodsDiffusion
