Skip to content

Building Worlds That Train Robots — Real-to-Sim-to-Real (R2S2R) as a Scalable Engine for Training and Evaluating Robot Policies

World Labs’ Real-to-Sim-to-Real (R2S2R) engine, developed with the newly-acquired SceniX team, turns a single physical robot task into a controllable, reusable simulated world that supports both policy training and predictive evaluation. Real-to-Sim reconstructs the robot, sensors, scene, objects, and interactions into a world model that preserves both visual appearance and interaction dynamics; Sim-to-Real then trains policies entirely in that simulation and uses closed-loop rollouts there to predict which policies and checkpoints will succeed on hardware. The headline claims: policies trained with zero real-world training data transfer directly across diverse robots and tasks spanning rigid, articulated, and deformable objects, and simulation ranking of policies matches hardware ranking on both in-distribution and out-of-distribution ALOHA cube-handover states. The post positions the simulator (not the renderer or the planner) as the linchpin of a world-model stack for robotics — a follow-through on World Labs’ earlier functional taxonomy of world models.

  • R2S2R closes the loop between real-to-sim reconstruction and sim-to-real policy transfer such that policies trained entirely in the reconstructed simulation transfer directly to diverse real robots without any real-world training data, across rigid, articulated, deformable-cable, and cluttered pick-and-place tasks [§Sim-to-Real / Training].
  • Real-to-sim requires more than a traditional simulator: a generative world modeling system outputs high-fidelity visual appearance, accurate geometry, and realistic physics/dynamics jointly to achieve alignment, validated by matched open-loop interactions in simulation vs reality [§Real-to-Sim].
  • One aligned world is policy- and embodiment-agnostic: the same reconstructed task can serve multiple policies, sensors, and robot embodiments, turning each simulated world into reusable infrastructure rather than a one-off simulator [§Sim-to-Real / Training].
  • On an ALOHA bimanual cube-handover task, closed-loop policy rollouts in simulation reproduce the boundary between success and failure — not just final success rates — across policy architectures, training configurations, and both in-distribution and held-out (OOD) cube positions [§Simulation reproduces real-world behavior].
  • Simulation ranks policies correctly: across policy architectures, training configs, and ID/OOD settings, better-in-sim implies better-on-hardware, and simulation tracks improvements and plateaus across checkpoints and reveals similar spatial regions of success and failure [§Simulation predicts real-world performance].
  • The right use of aligned simulation is as a high-throughput evaluation layer — screen checkpoints, catch regressions, guide data iteration, and reserve costly hardware evaluation for the most promising policies — not necessarily to match absolute real-world success rates exactly [§Simulation predicts real-world performance].
  • The simulator is the linchpin of the world-model stack (per World Labs’ earlier functional taxonomy of renderers / simulators / planners): it is the primitive where an agent can act, learn, and be evaluated, and closing the R2S/S2R loop operationalises that claim [§Closing the loop].

The post describes the engine at a system level. On the real-to-sim side, World Labs captures a physical task — robot, sensors, surroundings, objects, task demonstrations — and reconstructs it as an interactive world using a generative world modeling system that jointly outputs (a) high-fidelity visual appearance, (b) accurate geometry, and (c) realistic physics/dynamics. Because real environments are noisy in ways cameras cannot fully measure (uncertain shape/weight/friction, deforming cables and packaging, sensor drift), the system “combines different representations and modeling techniques according to what matters for each task” — a hybrid rather than a single geometric or generative representation. Each reconstructed world is validated by matched open-loop interactions — running the same trajectory in sim and reality and comparing observations, object responses, and outcomes side-by-side. No architecture details, no representation choice (Gaussian splat vs mesh vs signed-distance-field vs learned latent), no physics-engine dependency, and no training-data description are disclosed.

On the sim-to-real side, an aligned world becomes a training and evaluation substrate: object configurations, robot states, viewpoints, appearance, physical properties, speed, and difficulty are varied systematically in simulation to expose policies to conditions that would be expensive or unsafe on hardware, and simulation supplies supervision (precise object states, contacts, visibility, forces, and counterfactual outcomes) that is hard to obtain on real robots. The closed-loop cycle is: find weakness → generate the right interactive experience → improve policy → return to hardware. Evaluation is quantified on an ALOHA bimanual cube-handover task via closed-loop policy rollouts in both simulation and reality, with cube positions partitioned into ID (used to post-train the policy) and OOD (held-out) sets to test whether sim→real ranking generalises. No numerical success rates are given in the post text itself.

Reported results are qualitative-plus-relative rather than tabulated. On the real-to-sim side, the post claims a “new bar for sim-real alignment in robot manipulation” — appearance and dynamics matched across rigid, articulated, and deformable objects and contact-rich interactions — but shows the evidence as paired video comparisons rather than metric tables. On the training side, policies trained with zero real-world training data transferred directly to multiple real robot platforms and “operated autonomously for extended periods without failure or human intervention” across deformable cables, articulated boxes, rigid objects, and cluttered pick-and-place. On the evaluation side, the ALOHA cube-handover experiments show that (a) sim rollouts reproduce the same success/failure boundary as hardware around policy edge cases, (b) across policy architectures and training configurations, sim-vs-real policy ranking is preserved on both ID and OOD cube positions, (c) sim tracks improvements and plateaus across training checkpoints, and (d) sim reveals similar spatial regions of success and failure. The post explicitly does not claim absolute success-rate parity — it argues that ranking + failure-region prediction is what matters for engineering decisions.

R2S2R is World Labs’ concrete follow-through on the functional-taxonomy-of-world-models argument in A Functional Taxonomy of World Models that the simulator — not the renderer, not the planner — is the linchpin, and it lands in a very active slice of the wiki. The three closest cousins on the “video → runnable twin” axis are Agentic Real2Sim: Physics-based World Modeling with Vision-Language Agents, which frames real2sim as a VLM-agent orchestration problem over VFM+physics tools and targets episodic twins; SimFoundry: Modular and Automated Scene Generation for Policy Learning and Evaluation, NVIDIA GEAR’s hand-composed modular VFM+physics pipeline with automated affordance-preserving cousins; and Worlds in One Demo: A Synthetic Data Engine for Learning Open-World Mobile Manipulation (WANDA), which multiplies a single mobile-manipulation demo into many training trajectories via Gaussian-splat backgrounds and retargeted trajectories. R2S2R differs from all three in scope: it commits to a joint appearance-geometry-physics generative system (rather than orchestrating existing tools) and it makes the evaluation half load-bearing — sim-as-a-benchmark rather than sim-as-a-data-multiplier, complementing GigaWorld-1: A Roadmap to Build World Models for Robot Policy Evaluation which stakes out roughly the same ground with GigaBrain’s WMBench. The ranking-preservation claim is the strongest empirical bet in the post: it slots into the growing body of evidence that “sim doesn’t have to match reality — it has to rank correctly” (Scale Robot Policy Evaluation with Ray (Distributed Sim-Eval on Anyscale), RoboDojo: A Unified Sim-and-Real Benchmark for Comprehensive Evaluation of Generalist Robot Manipulation Policies), and if it holds up on more than the ALOHA cube-handover task, it would justify using an R2S2R-style engine as the primary policy-eval layer for real-world deployment rather than as a supplement to hardware trials.