Robotics evidence map · Published 2026-07-12

What have world models actually achieved in robotics?

Real robots have learned and planned with world models. The hard part is separating those demonstrations from general-purpose robotics.

Short answer / 一句话结论

World models have enabled online learning, visual prediction and image-goal control on several physical robots. But the public evidence is concentrated in short tasks, controlled workspaces and developer-run evaluations. It shows that the mechanisms can work; it does not establish general, long-horizon or robot-data-free intelligence.

English

What counts as a robotics world model here?

This article includes a system only when it learns action-conditioned predictive states or dynamics and uses those predictions for planning, control or policy learning. A visual encoder, a robot policy or a generated robot video is not enough by itself. The included systems still differ: Dreamer learns a task policy through imagined latent rollouts; visual foresight plans through predicted images; V-JEPA 2-AC optimizes actions against predicted representations.

1. Real-world online learning: DayDreamer

DayDreamer is direct evidence that a learned latent world model can support reinforcement learning on physical hardware rather than only in simulation. The authors used the same Dreamer algorithm and main hyperparameters across four robot-task setups, but each setup was trained separately. This was not one shared model transferring zero-shot between robots.

  • Unitree A1: one reported training run learned to roll over, stand and walk in about one hour; after pushing began, it adapted for roughly ten more minutes.
  • UR5: visual pick-and-place reached about 2.5 objects per minute after eight hours.
  • XArm: reached about 3.1 objects per minute after ten hours; the soft object was attached to the gripper with a string to reduce corner failures.
  • Sphero: learned navigation to a fixed goal in about two hours with a dense distance reward.

The boundary matters as much as the times. The arm tasks used explicit rewards, the “human performance” reference came from three people operating the UR5 for 20 minutes each, and the authors warn that hours of hardware learning create wear and may require intervention or repair. DayDreamer supports physical feasibility and sample reuse—not reward-free learning, transfer without retraining or unattended deployment.

2. Image-goal planning in new labs: V-JEPA 2-AC

V-JEPA 2 first pretrains a video representation model, then freezes its encoder and trains an action-conditioned predictor. The post-training subset contains under 62 hours from DROID: short Franka videos plus end-effector state. “Unlabeled” here means no task type, reward or success label; actions are still constructed from adjacent end-effector states.

The authors deployed the same weights on Franka arms in two labs that were not part of DROID. In Table 2 on PDF page 14, each lab/task/object cell contains ten trials. Averaged across the two labs, the paper reports 100% reach; grasp at 65% for a cup and 25% for a box; reach-with-object at 75% for both; and pick-and-place at 80% for a cup and 65% for a box.

These are meaningful closed-loop results, but “zero-shot” has a local meaning: the deployment labs supplied no training data and the system received no task-specific finetuning there. It does not mean no robot interaction data. The hardware remained Franka + RobotiQ; the team manually tried camera positions before choosing one that worked; and pick-and-place used multiple human-provided image subgoals. The paper also identifies autoregressive error accumulation and growing action-search space as long-horizon limits.

3. Cross-robot data helps, but adaptation is not zero-shot

RoboNet studies predictive control across data from multiple robots. Its strongest held-out-robot result is not direct transfer. The target robot contributes 300–400 trajectories for finetuning.

Target robotFrom scratchPretrain + target finetuneWhat it means
Kuka10% with 400; 30% with 1,80040% with 400Pretraining reduced target-data needs in this protocol.
Franka20% with 400; 35% with 8,00040% with 400Useful adaptation, not zero-shot embodiment transfer.
Baxter33% with 30083% from Sawyer-only pretraining; 58% from all RoboNetMore diverse pretraining was not always better.

The authors caution that tasks differed across robots and human judges determined success. The tasks were mostly low-fidelity pushing and pick-and-place. They also report underfitting even with much larger video-prediction models. The result is best read as a data-efficiency finding inside a narrow protocol.

4. What controlled benchmarks can—and cannot—show

DINO-WM and TD-MPC2 make the algorithmic case clearer. DINO-WM learns patch-feature dynamics from offline trajectories and plans toward observation goals in six controlled benchmark environments. TD-MPC2 evaluates latent model-predictive control across 104 tasks in four benchmark domains; its 80-task model uses 50 Meta-World and 30 DMControl tasks, 545 million replay-buffer transitions and scales to 317 million parameters.

Those experiments support planning and control under their protocols. They are not physical-robot deployments. Task count is not a count of real-world abilities, and benchmark performance does not establish hardware robustness or safety.

5. Reproduction changes the picture without erasing the original result

A 2026 TMLR paper, What Drives Success in Physical Planning with Joint-Embedding Predictive World Models?, retrained V-JEPA 2-AC and reported that the public implementation's two-step rollout loss did not match the formula in the paper. After fixing it, the authors retrained the model. They also found that planner choice could materially change results in their benchmarks.

This is valuable code-level reproduction, not a rerun of V-JEPA 2 Table 2. Its DROID evaluation used offline action scores on 16 collected Franka videos, and RoboCasa was simulated. Bardes and LeCun overlap with the original V-JEPA line, so the evidence is best classified as cross-protocol reproduction with author overlap.

A second study, stable-worldmodel-v1, reimplemented DINO-WM on Push-T. It reports 94% success for goals drawn from expert trajectories, 12% for random-policy trajectory goals, and 4%–20% under tested unseen visual or physical variations. Its planning budget also differs from the original protocol, and Yann LeCun is again an overlapping author. This is a useful robustness result, not independent real-robot validation.

The evidence state

In our bounded search through public paper, web and code indexes up to 12 July 2026, we did not find a third-party reproduction of these systems on the same physical-robot tasks and protocols. We did find the two author-overlap reproductions above. “Not found in this search” is not “does not exist,” and lack of independent reproduction is not evidence that the original capability is false.

The most defensible summary is therefore: mechanisms work, tasks remain limited, and validation is still thin. Robotics world models have moved beyond simulation-only claims. They have not yet earned the stronger label of general physical intelligence.

Evidence map / 证据地图

EvidenceSourcesBoundary
World models have supported learning or planning on physical robots.DayDreamer; V-JEPA 2; Visual ForesightDifferent methods and developer-run protocols; not repeated validation of one general system.
V-JEPA 2-AC reports closed-loop image-goal manipulation in two new labs.V-JEPA 2, pp. 8–15, Table 2Same embodiment; 10 trials per cell; manual camera selection and image subgoals.
RoboNet pretraining reduced target-robot data needs in its experiments.RoboNet, Tables 3–5Required 300–400 target-robot trajectories; not zero-shot cross-embodiment control.
Later studies expose implementation, planner and robustness sensitivity.JEPA-WM TMLR 2026; stable-worldmodel v2Both have original-route author overlap and do not reproduce the same physical-robot task.
No same-protocol third-party physical-robot reproduction was found in the bounded search.Replication search audit, 2026-07-12A search-status statement, not proof that no reproduction exists.

Sources

Technical claim mapping / 技术判断映射

Structured claim and source IDs are available in claims.json, sources.json and articles.json.