MASS: Multiplayer World Models with Authoritative Shared State
TLDR
Proposes MAS, a multiplayer world model that separates authoritative shared state from view rendering, achieving scalable and consistent multi-agent simulation.
Reasoning
The paper introduces a novel architecture that disentangles world dynamics from view rendering, addressing scalability and consistency issues in multiplayer environments. Strengths include clear methodology and strong empirical results on a benchmark, but limitations include evaluation only on a simple Snake environment and lack of real-world complexity.
Read-first score
Read-first score 46.6, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 55.
Field roles
Rank sensitivity
Stability: volatile; rank range: 515.
Keyword Scores
Deep Analysis
Innovations
- Disentanglement of world dynamics and view rendering into a learned Logic Engine and Rendering Engine
- Authoritative typed state as sole recurrent memory and synchronization reference, eliminating hand-crafted transition functions
- Scalable multi-agent simulation supporting 1,024 concurrent players and 10,000 recurrent steps
Methodology
MAS architecture with a Logic Engine that updates a global authoritative typed state from joint actions and a Rendering Engine that generates independent views on demand. The model is trained on a multiplayer Snake benchmark and compared against state-of-the-art multi-view world model baselines.
Key Results
MAS achieves higher state accuracy and lower cross-view inconsistency than baselines, and successfully scales to 1,024 players over 10,000 steps.