We introduce RynnWorld-Teleop, a robot-centric generative world model that instantiates the paradigm of digital teleoperation—decoupling robot data collection from physical hardware constraints. By transforming an operator's real-time hand-pose stream into high-fidelity egocentric robotic videos from a single reference image, RynnWorld-Teleop enables the scaling of expert trajectories in a purely virtual environment. Our framework integrates depth-aware skeletal conditioning with a progressive human-to-robot training curriculum, allowing it to inherit rich manipulation priors from large-scale human datasets. To support interactive use, we distill the model into a causal, autoregressive student capable of real-time streaming. Policies trained exclusively on RynnWorld-Teleop synthetic data achieve effective zero-shot Sim2Real transfer, demonstrating its power as a high-fidelity data engine for scaling dexterous robotic learning.
[2026.07.07] 🔥🔥 Release our code and model checkpoints!!
📦 This Repository
This repository hosts the SFT (full fine-tune) checkpoint of RynnWorld-Teleop. Given a first-frame image and a hand-pose / skeleton control video, the model generates a high-fidelity egocentric robotic video.
--control_type add|concat|add-plus: how the control signal is merged
For real-time streaming inference with the distilled causal student, please see the RynnWorld-Teleop-Causal checkpoint.
🏋️ Training
We train the teacher model in three stages:
Stage 0 — Pretrain (egocentric human videos): Full-parameter SFT on large-scale egocentric data, no control-video conditioning. Absorbs general manipulation priors.
Stage 1 — Control-conditioned fine-tuning: Adds a zero-initialized control_patch_embedding (Conv3d) and a learnable control_scale to inject hand-pose control video into the diffusion process. LoRA (lightweight) and Full-SFT (best quality) variants are provided.
Distillation → Causal student: Distilled into a causal autoregressive model for real-time streaming.
Full training scripts, configs, and data-preparation instructions are available in the code repository.
📑 Citation
If you find this project useful, please cite:
bibtex
1@article{rynnworld_teleop,
2 title = {RynnWorld-Teleop: An Action-Conditioned World Model for Digital Teleoperation},
3 author = {DAMO Academy, Alibaba Group},
4 year = {2026},
5}