Multiplayer Interactive World Models with Representation Autoencoders
Summary
Researchers introduce the first multiplayer world model designed for highly dynamic, interactive environments, exemplified by the game Rocket League. This 5-billion-parameter latent diffusion model conditions on multiple agents' action streams, learning to attribute scene changes to specific players and maintaining coherence under diverse action combinations. Trained on 10,000 hours of Rocket League gameplay from publicly available bots, the model generates four-player matches in real time at 20 frames per second on a single Nvidia B200 GPU. Its rollouts demonstrate remarkable stability, maintaining distributional quality for five minutes, the longest horizon measured, and continuing for hours in practice without collapse. The work systematically investigates design choices like video codecs, generative objectives, and multiplayer conditioning, while also releasing its dataset, codebase, and a live demo to support further research.
Key takeaway
For AI Scientists developing interactive simulation environments, this research demonstrates that large-scale latent diffusion models can achieve unprecedented stability and physical coherence in multiplayer settings. You should consider conditioning your world models on individual agent action streams to improve attribution and long-term consistency. Explore the released dataset and codebase to accelerate your own development of robust, dynamic multiplayer simulations.
Key insights
A 5-billion-parameter latent diffusion model can simulate complex multiplayer physics with long-term stability.
Principles
- Conditioning on multiple agent actions improves world model coherence.
- Long-term stability in dynamic environments is achievable with sufficient scale.
- Targeted evaluations are crucial for physical understanding.
Method
The model uses a latent diffusion architecture, trained on action streams from multiple agents in a complex physics environment, to predict future states.
In practice
- Use latent diffusion for complex physics simulation.
- Condition world models on individual agent actions.
- Evaluate physical understanding beyond visual fidelity.
Topics
- Multiplayer World Models
- Latent Diffusion Models
- Game AI
- Rocket League
- Physics Simulation
- Generative Models
Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Computer Vision Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.