Back to Blog
Physical AIJuly 10, 20266 min read

World Models & Game Data: Teaching Robots to Imagine

Genie 3, Cosmos 3, Dreamer 4 — world models became the defining AI battleground of 2026, with LeCun and Fei-Fei Li both betting their next decade on them. Robots don't play games, but they learn to predict consequences. Here's why labs collect game data, and why real robot video still grounds it all.

By Tbrain Research

World Models & Game Data: Teaching Robots to Imagine

A world model is an AI that imagines what happens next: give it a scene and an action, and it predicts the frames that follow. With a good one, a robot can simulate "if I push this cup, it tips" before it ever moves — planning safely in its head instead of breaking dishes to find out. In 2026, world models became the most contested frontier in AI.

Multi-camera rig scanning an object in 3D
Ground truth for the imagination: a multi-camera spatial-capture rig reconstructs a real object in 3D — the physical reality a world model's predictions have to match.

The 2026 landscape moved fast

Three releases reset expectations, and they split cleanly by philosophy:

SystemOrgWhat's newAccess
Genie 3Google DeepMindReal-time interactive 3D worlds at 24 fps; latent-action learned from raw videoClosed API preview
Cosmos 3NVIDIAPhysics-aware synthetic video; shared latent action space across embodimentsSelf-hostable, Apache-2.0, 2M+ downloads
Dreamer 4DeepMind"Training Agents Inside Scalable World Models" — policy learned in imaginationResearch

Genie 3 learns a compressed latent action space from raw video with no labeled actions, then lets you steer the world it dreams. Cosmos 3 took the practitioner path — open weights on Hugging Face, past two million downloads. Alongside them, a wave of robotics-specific work — DreamGen, DreamDojo (44,000 hours of egocentric video), DreamZero — pushed the thesis that you can train a policy largely inside the model's imagination.

The unlock wasn't prettier video. It was closing the loop: generating frames conditioned on a specific action, in real time, so an agent can act, see the consequence, and react.

The capital followed the thesis. Yann LeCun left Meta to launch AMI Labs on a reported €500M raise to build systems that understand physics rather than predict text; Fei-Fei Li's World Labs shipped "Marble" to make world-model generation commercially available. When two of the field's most-cited researchers both bet their next decade on world models, the signal is hard to ignore.

How Cosmos 3 became the practitioner's default

Cosmos 3 won adoption for an unglamorous reason: you can actually run it. Where Genie 3 sits behind a closed API, NVIDIA shipped Cosmos with open weights under a permissive license, and it crossed two million downloads. Technically, its trick is an omnimodal design that maps many robot embodiments into a single shared latent action space while preserving each body's structure — domain-aware projection layers keep a humanoid's actions distinct from a gripper arm's even inside one model. For a robotics team that means one world model can generate physics-aware training video across a whole fleet, instead of one model per robot. But a synthetic-video generator is only as physically honest as the real footage it was grounded on. Self-hostable convenience doesn't remove the real-data requirement; it just relocates it to your capture pipeline.

So why do labs collect game data?

Per-frame object mask with a stable track ID and QC pass
The (frame, action) pair world models crave: every frame carrying a linked action label — here a per-object mask (SAM3, cup · track_id=3, PASS). In a game that label is free; in the real world it has to be earned.

To teach "action → consequence," you need (frame, action) pairs — and in a game, every keystroke is a free, perfect, frame-synced action label. Games give you infinite, controllable, resettable environments where failing a million times costs nothing. DeepMind's earlier GameNGen reproduced DOOM inside a neural network; the Genie line generates playable worlds outright. It is the cheapest imaginable source of the exact supervision world models crave.

Why games alone will never be enough

RGB frame beside its metric depth heatmap
Real friction, real depth: an RGB frame and its metric depth map (MoGe) anchor a model in physics a game-only world never sees — soft objects, occlusion, true distances.

A model that only knows game physics won't survive real friction, soft fabric, variable lighting, and the thousand-and-one ways a real object refuses to behave. Simulation amplifies data; it does not replace ground truth. The recipe every serious lab converges on is the same:

  1. Learn dynamics cheaply and at massive scale in games and simulation.
  2. Ground the world model in real, action-labeled robot and egocentric video so its predictions match physical reality.
  3. Use the grounded model to plan, generate synthetic edge cases, and cut real-world trial-and-error.

That middle step is the expensive one — and the defensible one. Real, diverse, synchronized, QC'd demonstrations are the scarce ingredient that keeps an imagined world honest. Feed a world model desynced or metric-inconsistent grounding data and it learns the wrong physics; every downstream plan inherits the error.

Grounding is a data-quality problem in disguise

Performer in a marker-based motion-capture suit
Lab-grade motion capture: marker-based ground-truth trajectories with hardware-clock sync are what keep an imagined world honest instead of confidently wrong.

The unglamorous requirements are exactly the ones a capture pipeline has to earn: hardware-clock synchronization across every stream, metric depth with a world-scale sanity check (an object's position ‖t‖ has to land inside real workspace bounds, e.g. 0.1–5 m), and clean per-object tracks. Miss any of them and the "ground truth" quietly lies.

The compute reality check

Rows of servers in a data center
World models trade a data bill for a compute bill — training on spatial video costs exponentially more than text. Nobody can afford to burn those GPU-hours grounding on broken data.

World models aren't a free shortcut around data — they trade a data bill for a compute bill. Training on visual and spatial data demands exponentially more compute than training a text model, which is why the serious entrants are compute-rich labs and GPU vendors. The consequence buyers should internalize: because compute is the expensive part, nobody can afford to burn it grounding a model on bad real data. The garbage-in-garbage-out tax is paid in GPU-hours.

From imagination to the factory floor

The payoff, when the grounding is right, is concrete. A grounded world model lets a policy rehearse a manipulation in latent space, generate synthetic variations of a rare edge case, and check "what happens if I push here" before committing a motor command — cutting real-world trial-and-error and the broken hardware that comes with it. But every one of those imagined rollouts is only as trustworthy as the real episodes that anchored the model's physics. Ground it on production-grade capture and it plans like the real world; ground it on desynced footage and it confidently hallucinates.

What this means if you're building

Synchronized, QC'd production capture with masks and hand tracks
Production-grade capture — synchronized, depth- and world-scale-checked, QC'd, with object masks and hand skeletons — is the real world a world model has to be grounded on. That's the foundry.

World models don't reduce your need for real data — they raise the bar on its quality. That's the foundry Tbrain runs: real, action-paired capture from production environments, hardware-clock synchronized, depth- and world-scale-checked, QC'd against 15 hard rules, and delivered in the RLDS and LeRobot formats these training stacks expect. Teach a robot to imagine all you want — just make sure the world it learned from was real. Ask us for a grounded sample.

Keep reading

Related articles