English

Decentralized Transformers with Centralized Aggregation are Sample-Efficient Multi-Agent World Models

Machine Learning 2025-09-03 v2 Artificial Intelligence Multiagent Systems

Abstract

Learning a world model for model-free Reinforcement Learning (RL) agents can significantly improve the sample efficiency by learning policies in imagination. However, building a world model for Multi-Agent RL (MARL) can be particularly challenging due to the scalability issue in a centralized architecture arising from a large number of agents, and also the non-stationarity issue in a decentralized architecture stemming from the inter-dependency among agents. To address both challenges, we propose a novel world model for MARL that learns decentralized local dynamics for scalability, combined with a centralized representation aggregation from all agents. We cast the dynamics learning as an auto-regressive sequence modeling problem over discrete tokens by leveraging the expressive Transformer architecture, in order to model complex local dynamics across different agents and provide accurate and consistent long-term imaginations. As the first pioneering Transformer-based world model for multi-agent systems, we introduce a Perceiver Transformer as an effective solution to enable centralized representation aggregation within this context. Results on Starcraft Multi-Agent Challenge (SMAC) show that it outperforms strong model-free approaches and existing model-based methods in both sample efficiency and overall performance.

Keywords

Cite

@article{arxiv.2406.15836,
  title  = {Decentralized Transformers with Centralized Aggregation are Sample-Efficient Multi-Agent World Models},
  author = {Yang Zhang and Chenjia Bai and Bin Zhao and Junchi Yan and Xiu Li and Xuelong Li},
  journal= {arXiv preprint arXiv:2406.15836},
  year   = {2025}
}

Comments

Accepted by Transactions on Machine Learning Research

R2 v1 2026-06-28T17:15:52.785Z