At CES 2026 in Las Vegas, Boston Dynamics walked its Atlas humanoid robot onto the floor — not as a prototype, not as a research demo, but as a production-ready machine. Within weeks of that debut, Atlas was lifting a 50-pound mini-fridge with a policy trained entirely in simulation. No real-world training runs. No gradual introduction to physical objects. The robot had never lifted a real box during training. It had only ever lifted virtual ones.
In internal testing, Atlas handled loads exceeding 100 pounds — beyond the weight range it had been trained on. The policy generalised. The robot adapted without additional tuning.
This is sim-to-real transfer, and it is becoming the dominant paradigm for training physical AI. The implications go well beyond one impressive robot.
The gap that held robotics back
For years, the obvious question was: why not just train robots in simulation? It’s cheap. It’s fast. You can fail a million times without breaking anything or injuring anyone. The problem was what researchers called the sim-to-real gap.
Physics simulation isn’t perfect. Small errors accumulate — friction coefficients slightly off, mass distributions that don’t quite match, sensor noise that behaves differently in the physical world. A policy trained in an imperfect simulation learns to exploit that imperfection. Move it to a physical robot, and the policy breaks. Often catastrophically.
The solution, developed over several years and now reaching production maturity, has two parts: better simulation, and deliberate imperfection.
Domain randomization is the deliberate imperfection part. Instead of training in one precise simulated reality, you intentionally vary the physics parameters throughout training — vary the mass, the friction, the lighting, the object shapes. The policy can’t rely on any single version of how the world behaves. It has to learn something more fundamental — something robust enough to handle whatever the real world presents. When the policy encounters the genuine article, it has already learned to cope with variance.
NVIDIA’s infrastructure layer
The infrastructure that makes this work at scale is NVIDIA Isaac Lab — an open-source, modular framework for robot learning in physically accurate virtual environments, built on NVIDIA Isaac Sim and NVIDIA Omniverse.
The key capability is GPU-based parallelisation. Isaac Lab can run thousands of simultaneous simulation instances, compressing what would otherwise take months of real-world trial-and-error into hours of computation. Boston Dynamics expanded its formal collaboration with NVIDIA in March 2025 specifically to develop next-generation AI capabilities for Atlas using this stack. The production Atlas runs on NVIDIA Jetson Thor.
NVIDIA’s position here is worth noting. Isaac Lab is open-source — released as neutral infrastructure for the entire robotics industry. The playbook is familiar: own the picks-and-shovels layer, let everyone else build on top. As humanoid robotics scales from hundreds of units to tens of thousands, whoever owns the training infrastructure owns a meaningful part of the value chain. NVIDIA is making a deliberate bet that this is that layer.
What Atlas can do now
The CES 2026 debut was the first time Atlas appeared as a production product — a machine Boston Dynamics intends to deploy at scale, not demonstrate in a lab. The public showcase featured Atlas lifting a 50-pound mini-fridge, with the key detail being that the locomotion and manipulation policy was developed entirely through Isaac Lab, with zero real-world training for that specific task. Zero-shot: policy trained in simulation, turned on in the real world, and it worked.
Internal testing went further. Atlas handled loads exceeding 100 pounds — beyond its training distribution — and adapted without additional tuning. Zero-shot deployment doesn’t just mean it worked. It means it worked better than its training conditions required.
The research behind this comes primarily from the Robotics & AI Institute (formerly The AI Institute), led by Boston Dynamics founder Marc Raibert. Their whole-body learning framework coordinates Atlas’s full-body dynamics for industrial manipulation tasks — not just arm movements, but coordinated motion across the entire system.
At CES, Boston Dynamics also announced a partnership with Google DeepMind to integrate Gemini Robotics foundation models into Atlas — adding language understanding and semantic reasoning on top of the physical capabilities developed through sim-to-real training. Hyundai, which owns Boston Dynamics, has announced plans for 30,000 Atlas units per year, destined for Hyundai factories globally.
Why simulation wins
The underlying logic compounds quickly. A robot learning in the real world is constrained by physics and time — one task, one environment, one speed. A robot training in simulation can run thousands of simultaneous instances, in randomised environments, around the clock. The data volume isn’t comparable.
There’s also the safety argument. You want a robot to attempt a dangerous manoeuvre hundreds of thousands of times before it does it in a factory. Simulation makes that possible without destroying hardware or injuring anyone.
The self-driving analogy is instructive. Waymo’s vehicles have accumulated billions of miles in simulation. Tesla trains its Full Self-Driving policies on a massive synthetic data pipeline. Simulation-first training wasn’t an obvious choice in autonomous vehicles a decade ago — it became the obvious choice because real-world data alone, however abundant, couldn’t cover the long tail of edge cases. Robotics is following the same arc, arriving at the same conclusion faster because the prior art already exists.
What’s still hard
Sim-to-real is maturing, but it hasn’t solved everything. Contact-rich manipulation — the fine dexterity required to screw a bolt, handle a soft object, or operate a standard door handle — remains genuinely difficult to simulate accurately. Small errors in how simulated surfaces interact produce policies that fail at the crucial last centimetre of a task.
Long-horizon tasks, where a robot must plan and execute a multi-step sequence with semantic understanding of what it’s doing, are still mostly unsolved at the physical execution level. Unexpected environments continue to surprise deployed systems in ways that lab and factory floors don’t.
These aren’t reasons to doubt the trajectory. They’re the specific problems the field is working on next. Boston Dynamics trained Atlas to work before it was built. The question is no longer whether simulation-first training works. The question is how far it scales — and the answer, so far, keeps coming back: further than expected.
References
- Boston Dynamics, “Boston Dynamics Expands Collaboration with NVIDIA” (Mar 2025) — bostondynamics.com
- NVIDIA Technical Blog, “Closing the Sim-to-Real Gap: Training Spot Quadruped Locomotion with NVIDIA Isaac Lab” — developer.nvidia.com
- TechTimes, “Boston Dynamics Reveals How Atlas Learned to Lift 100-Pound Loads” (May 2026) — techtimes.com
- Humanoids Daily, “The Alien in the Factory: Boston Dynamics Launches Production-Ready Atlas at CES 2026” — humanoidsdaily.com
- Boston Dynamics & Google DeepMind partnership announcement — bostondynamics.com
- NVIDIA, “Robot Learning in Simulation Using NVIDIA Isaac Lab” — nvidia.com
- Euronews, “Nvidia and Boston Dynamics CES latest” (Jan 2026) — euronews.com