MIRA powers real-time Rocket League on B200
According to TheRundownAI, Kyutai Labs and General Intuition ran a 5B-parameter MIRA to render Rocket League at 20 fps on one B200, open-sourcing code and data.
SourceAnalysis
Researchers from kyutai_labs and gen_intuition collaborated with Epic Games to create MIRA, a 5 billion parameter neural network that simulates complete 2v2 Rocket League matches at 20 frames per second on a single Nvidia B200 GPU. The model generates every frame from learned patterns in video footage and controller inputs alone, eliminating any need for traditional physics engines, rendering pipelines or explicit 3D representations.
Key Takeaways
- MIRA demonstrates how large-scale video-trained models can replace entire game simulation stacks, opening pathways for cost-efficient content creation and testing environments across entertainment and training industries.
- Training relied exclusively on 1,000 match hours of real gameplay data, highlighting scalable data collection methods that reduce dependence on hand-crafted assets and specialized engineering teams.
- Limited context retention of roughly four seconds creates replay inconsistencies, underscoring immediate needs for longer memory architectures in production deployments of similar world models.
Technical Deep Dive
The architecture learns game dynamics directly from pixel sequences and action logs. This end-to-end approach removes intermediate layers of code that traditionally handle ball trajectories, vehicle collisions and visual rendering. According to The Rundown AI, the system maintains coherent play for full matches while running efficiently on one high-end GPU, proving feasibility for real-time inference in complex interactive scenarios.
Model Training and Data Pipeline
Developers fed the network synchronized video frames paired with controller states. Over extensive training iterations the model internalized rules such as boost mechanics, aerial maneuvers and goal scoring without explicit programming. Open-sourcing of code, technical report and dataset enables broader experimentation by academic and commercial teams seeking similar simulation capabilities.
Business Impact and Opportunities
Game studios can leverage MIRA-style models to generate synthetic training environments for AI agents or human players, slashing development costs associated with physics tuning and asset creation. Monetization strategies include licensing simulation APIs for esports analytics platforms, virtual training modules for professional athletes, and procedural content tools for live service games. Implementation challenges center on memory constraints and consistency during extended sessions, which can be mitigated through hybrid systems that combine neural rendering with lightweight rule-based corrections for critical events.
Competitive advantages accrue to early adopters who integrate such models into cloud gaming services, reducing server hardware requirements while maintaining visual fidelity. Regulatory considerations remain minimal for entertainment use cases, yet ethical best practices around data provenance and hallucination transparency should guide deployment to avoid misleading user experiences.
Future Outlook
Continued scaling of context windows will likely extend coherent simulation horizons beyond four seconds, enabling full match replays and longer strategic planning within neural environments. Industry shifts toward foundation models for games may consolidate power among organizations with massive video datasets, reshaping competitive landscapes. Predictions point to widespread adoption in robotics simulation and autonomous vehicle testing, where video-only learning accelerates development cycles and lowers barriers for smaller innovators.
Frequently Asked Questions
What is MIRA?
MIRA is a 5B-parameter model developed by kyutai_labs and gen_intuition with Epic Games that simulates Rocket League entirely through neural networks trained on video and controller data.
How does the model run without a physics engine?
It learns all dynamics implicitly from pixel and input sequences, generating frames directly at 20 fps on a single Nvidia B200 without explicit 3D or physics components.
What are the main limitations?
The model retains context for only about four seconds, leading to hallucinations during replays such as inventing goals after forgetting prior events.
Is the project open source?
Yes, the code, technical report and a 1,000-match-hour dataset have been released publicly to support further research and applications.
The Rundown AI
@TheRundownAIUpdating the world’s largest AI newsletter keeping 2,000,000+ daily readers ahead of the curve. Get the latest AI news and how to apply it in 5 minutes.