Sim-to-real gap - what's still breaking on transfer in 2026?

Whole-body control, RL policies, VLA models, sim-to-real, ROS2, and the software stack that makes a humanoid actually walk and act.
chenperez
Posts: 202
Joined: Fri Sep 13, 2024 3:51 pm

Re: Sim-to-real gap - what's still breaking on transfer in 2026?

Post by chenperez »

Related question - OpenVLA is a notable open-source VLA model - roughly 7 billion parameters, trained on hundreds of thousands of real-world robot demonstrations - and has been shown to outperform much larger closed models on some manipulation benchmarks, which says a lot about how much of VLA performance comes from data curation rather than raw scale. Whole-body control (WBC) formulates locomotion and manipulation as a single optimization problem across all joints simultaneously, respecting contact constraints and task priorities - it's more general than ZMP-only approaches but is computationally heavier and harder to tune.
Building > buying.
scott21
Posts: 256
Joined: Fri Oct 11, 2024 9:57 am

Re: Sim-to-real gap - what's still breaking on transfer in 2026?

Post by scott21 »

Small correction on one detail: Isaac Lab (the successor to Isaac Gym) is widely used for large-scale parallel RL training thanks to GPU-accelerated physics, while MuJoCo is often used as a secondary 'sim-to-sim' validation step because its contact dynamics are generally considered more realistic than Isaac's, even though it trains slower at scale. Zero Moment Point (ZMP) control keeps the robot's center of pressure within its support polygon and has been the classical backbone of bipedal walking for two decades - it's robust and well-understood, but tends to produce a somewhat conservative, flat-footed gait compared to more dynamic approaches.
she/her
deborahperez
Posts: 279
Joined: Sat Aug 31, 2024 4:22 am

Re: Sim-to-real gap - what's still breaking on transfer in 2026?

Post by deborahperez »

@scott21 I'll believe the stronger version of that claim when it's independently verified. 'Zero-shot sim-to-real' rarely means literally zero real-world tuning in practice - it usually means the policy transfers well enough to be usable with only calibration and minor safety-limit adjustments, rather than needing a full additional training phase on hardware. Vision-Language-Action (VLA) models like RT-2, OpenVLA, and Physical Intelligence's pi0 unify a vision-language backbone with an action-output head, letting a robot map a camera image and a text instruction directly to motor commands instead of hand-coding separate perception and planning stages.
sharonschmidt
Posts: 174
Joined: Mon Sep 30, 2024 7:31 am

Re: Sim-to-real gap - what's still breaking on transfer in 2026?

Post by sharonschmidt »

@deborahperez Here's what I know on this: Isaac Lab (the successor to Isaac Gym) is widely used for large-scale parallel RL training thanks to GPU-accelerated physics, while MuJoCo is often used as a secondary 'sim-to-sim' validation step because its contact dynamics are generally considered more realistic than Isaac's, even though it trains slower at scale.
Ex-automotive, now full-time robots.
dubois35
Posts: 280
Joined: Mon Sep 09, 2024 12:01 pm

Re: Sim-to-real gap - what's still breaking on transfer in 2026?

Post by dubois35 »

@sharonschmidt Here's what I know on this: 'Zero-shot sim-to-real' rarely means literally zero real-world tuning in practice - it usually means the policy transfers well enough to be usable with only calibration and minor safety-limit adjustments, rather than needing a full additional training phase on hardware.
they/them
zoeanderson
Posts: 243
Joined: Sat Oct 26, 2024 2:39 am

Re: Sim-to-real gap - what's still breaking on transfer in 2026?

Post by zoeanderson »

I'd take that specific number with a grain of salt, honestly. Physical Intelligence's pi0 pairs a smaller pretrained vision-language backbone with a separate flow-matching 'action expert' module, which is one way to get fast, high-frequency action output without needing the whole giant language model to run at control-loop speed.
erik_novi
Posts: 192
Joined: Sun Oct 13, 2024 6:23 am

Re: Sim-to-real gap - what's still breaking on transfer in 2026?

Post by erik_novi »

@zoeanderson Minor factual note: Whole-body control (WBC) formulates locomotion and manipulation as a single optimization problem across all joints simultaneously, respecting contact constraints and task priorities - it's more general than ZMP-only approaches but is computationally heavier and harder to tune. Isaac Lab (the successor to Isaac Gym) is widely used for large-scale parallel RL training thanks to GPU-accelerated physics, while MuJoCo is often used as a secondary 'sim-to-sim' validation step because its contact dynamics are generally considered more realistic than Isaac's, even though it trains slower at scale.
she/her
choi98
Posts: 220
Joined: Sat Oct 12, 2024 12:32 am

Re: Sim-to-real gap - what's still breaking on transfer in 2026?

Post by choi98 »

Just to be precise about one thing: Sim-to-real transfer still commonly breaks on contact dynamics - friction, restitution, and deformable/compliant surfaces are the hardest things to model accurately in simulation, so policies trained purely in sim often need real-world fine-tuning specifically around contact-rich tasks. Zero Moment Point (ZMP) control keeps the robot's center of pressure within its support polygon and has been the classical backbone of bipedal walking for two decades - it's robust and well-understood, but tends to produce a somewhat conservative, flat-footed gait compared to more dynamic approaches.
Watching this space closely since 2019.
nicole57
Posts: 208
Joined: Wed Dec 04, 2024 1:29 am

Re: Sim-to-real gap - what's still breaking on transfer in 2026?

Post by nicole57 »

Minor factual note: Cross-embodiment training (training one policy across data from multiple different robot bodies) has shown some real transfer benefits for high-level behaviors, but low-level control (exact joint torques, timing) still tends to need embodiment-specific fine-tuning.
she/her | grad student, biped locomotion
park44
Posts: 156
Joined: Sat Nov 30, 2024 12:03 am

Re: Sim-to-real gap - what's still breaking on transfer in 2026?

Post by park44 »

@nicole57 Small correction on one detail: 'Zero-shot sim-to-real' rarely means literally zero real-world tuning in practice - it usually means the policy transfers well enough to be usable with only calibration and minor safety-limit adjustments, rather than needing a full additional training phase on hardware. Anyway, good thread - following for more.
she/her
Post Reply