Transformer World Model for Sample Efficient Multi-Agent Reinforcement Learning
TLDR
A transformer-based world model for multi-agent RL that achieves state-of-the-art sample efficiency via decentralized imagination and teammate prediction.
Reasoning
The paper presents a novel architecture with strong empirical results across multiple benchmarks and ablation studies, but the abstract lacks discussion of limitations or comparisons to other world model variants.
Read-first score
Read-first score 58.9, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 49.
Field roles
Rank sensitivity
Stability: volatile; rank range: 364.
Keyword Scores
Deep Analysis
Innovations
- Multi-Agent Transformer World Model (MATWM) combining decentralized imagination with semi-centralized critic
- Teammate prediction module for modeling and anticipating others' behavior under partial observability
- Prioritized replay mechanism to address non-stationarity by training on recent experiences
Methodology
MATWM is a transformer-based world model for multi-agent reinforcement learning that uses a decentralized imagination framework, a semi-centralized critic, and a teammate prediction module. It incorporates a prioritized replay mechanism to adapt to evolving policies. The model is evaluated on vector- and image-based environments including StarCraft Multi-Agent Challenge, PettingZoo, and MeltingPot.
Key Results
MATWM achieves state-of-the-art performance, outperforming both model-free and prior world model approaches, and demonstrates strong sample efficiency with near-optimal performance in as few as 50K environment interactions.