Hey all, happy to see this here! This was a colab between General Intuition (that I’m part of), Kyutai and Epic Games.
You can read plenty of details in the blog post and tech report but the TLDR is that we trained a multiplayer world model on 10k hours of Rocket League data. We optimized it to be playable at 20fps on a single GPU.
So what you see in the demo is fully generated: there’s no graphics or physics engine. Instead it’s a 5b neural network that takes actions in and gives pixels out.
Tim Sweeney’s interviews on the uses of GenAI for game development have been some of the best takes I’ve heard. He’s mentioned how GenAI is great at filling in the gaps or treating assets, but no world simulation means no deep persistence or authoring for a whole new unique game world.
What is the conversation like within Epic now? Is this still the view? What is the future for simulations like this?
Could a network be trained to transform physics state directly into the latent state and back?
Having a direct transformation would enable some interesting experiments.
How is the latent state different when everything else stays the same, but you change one physics value, like player one velocity? Is there a cyclical pattern of activation that correlates strongly with the seconds digit of the clock? Can you decode the latent state, give players full boost, and then re-encode it for infinite boost, without losing continuity?
Edit: There sure are a lot of papers on interpretability.