Dyna Robotics Introduces Dyna-2: A World-Action Model Pre-Trained on 1 Million Hours of Human Video

Dyna Robotics has released Dyna-2, a world-action model pre-trained on more than one million hours of egocentric human video. That volume equates…

By Vane August 13, 2026 4 min read
Dyna Robotics Introduces Dyna-2: A World-Action Model Pre-Trained on 1 Million Hours of Human Video

Dyna Robotics has released Dyna-2, a world-action model pre-trained on more than one million hours of egocentric human video. That volume equates to roughly 170 years of continuous waking experience. The system tests whether ordinary human footage can substitute for the action-labelled data that currently bottlenecks robot learning. Researchers trained a data ladder ranging from 1,000 to 1,000,000 hours and measured the resulting performance. Three outcomes emerged: a scaling law on human data, the first transfer of that law to unseen robot data, and evidence that video prediction drives the transfer.

Is it deployable?

Yes, but as a vendor-operated system, not as downloadable weights. Dyna Robotics has announced no public checkpoint, API, or license for Dyna-2. Deployment today means buying a Dyna robot cell, not self-hosting a model.

  • Which companies: Dyna-1 robots already run in production in hotels, restaurants, and laundromats, per the company’s August 10, 2026 announcement. That points at mid-market service operators and multi-site enterprises with repetitive, stationary manipulation work. It is not a fit for solo builders or research labs wanting local inference.
  • Industries: Hospitality, commercial laundry, food service, light assembly and kitting, and facilities cleaning.
  • Applications: The 14 post-training tasks map cleanly to real work: trash tray clearing, first-aid kitting, tote construction, food scooping, rope tying, hanger preparation, and targeted drink retrieval from a fridge.

What is Dyna-2

Dyna-2 is a world-action model (WAM): one generative model that denoises future video and a future action chunk, jointly or separately, on a video-diffusion backbone. It was pre-trained on more than one million hours of egocentric human video, roughly 170 years of continuous waking experience.

Architecturally it is a mixture of transformers. Video and action are tokenized separately and get distinct DiT layer stacks that attend to each other. Proprioception feeds directly into the action transformer. Video tokens use causal masking; action tokens use bidirectional self-attention and attend to context video tokens. Video tokens cross-attend to text, but text does not directly influence action tokens.

Training uses flow matching. A video loss and an action loss share a trunk as two separate marginal velocity fields. Because the action network never takes the noised video latent as an argument, the policy stays reactive at inference — it neither generates nor attends to predicted future video. The action transformer is deliberately shallower and joins the video stream early, which the team says improves real-time latency without costing performance.

The three scaling results

Dyna Robotics cut nested subsets of exactly 1,000, 10,000, 100,000, and 1,000,000 hours, keeping identical proportions from each source. A larger budget only adds data, so curve differences cannot be attributed to distribution shift. A fixed, disjoint 100-hour validation set scores every rung.

  1. A scaling law holds on human data to one million hours: All four metrics improve monotonically and fit power laws: held-out MSE = 0.0691·D^-0.0184 (R²=0.919), accuracy@0.5 = 0.357·D^+0.0203 (R²=0.865). Across the ladder, accuracy@0.1 rises 51% against 12% for MSE.
  2. That law transfers to robot data the model never saw: The same checkpoints were scored zero-shot on 39 tasks across two stationary bimanual YAM platforms — 12 internal, 27 from xdof ABC. Zero-shot action MSE = 0.306·D^-0.0713 (R²=0.884). The team reports an inflection between 10k and 100k hours.
  3. The objective matters, and video is a separate axis: Joint denoising beat action-only on 39 of 39 tasks at every action scale. Holding action-labelled data fixed at 50,000 hours and adding video-only hours drops zero-shot robot MSE from 0.340 to 0.120. Notably, held-out human error does not improve — the benefit of video is specifically cross-embodiment generalization.

On-robot results

Each rung was post-trained on 14 tasks, at most 10 hours of robot data each, across three embodiments: 6-DOF YAM arms with parallel-jaw grippers, the same arms with WUJI-2 20-DOF dexterous hands, and a semi-humanoid prototype. Post-training used robot data only — no human-robot alignment, no co-training.

Mean normalized score rose 20% → 28% → 45% → 53% across the ladder, best on 9 of 14 tasks at one million hours. Lockbox Key Turning is the threshold case: 0% up to 100,000 hours, then 90%. Bottle Cap Untwisting was post-trained on roughly 10 minutes of demonstrations and still climbed to 50%.

Against Dyna-1 — the company’s production VLA initialized from Qwen3-VL-4B — an early Dyna-2 reached 1.55× success rate and 1.12× grade, pooled over 7 tasks and 3 checkpoints. At unseen customer sites, Dyna-2 passed production criteria 87% versus Dyna-1’s 46%, though both pass near 100% in house. A distillation pipeline also cuts video sampling from 10,203 ms to 110 ms on one H100.

What it means

For operators, the shift is from training on scarce, expensive robot demonstrations to training on abundant human video. Dyna-2 allows a single model to generalise across different robot bodies without retraining on robot data. The system is not open source; it is sold as a complete cell. For businesses running fleets of robots, the ability to scale performance from 20% to 53% simply by adding more human video data is a tangible operational improvement.

Scroll to Top