Cross-embodiment training - does it actually transfer between robot bodies?

Whole-body control, RL policies, VLA models, sim-to-real, ROS2, and the software stack that makes a humanoid actually walk and act.
larrysokolov
Posts: 76
Joined: Fri Aug 15, 2025 4:23 pm

Re: Cross-embodiment training - does it actually transfer between robot bodies?

Post by larrysokolov »

@novikova63 Side note that might be relevant: Model predictive control (MPC) is still very much alive in production humanoids, often working alongside or underneath learned policies - MPC handles short-horizon dynamically-consistent trajectory optimization while learned components handle perception, task-level decisions, or recovery behaviors that are hard to hand-model. 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.
he/him
arjunsanchez
Posts: 74
Joined: Sun Nov 23, 2025 3:20 am

Re: Cross-embodiment training - does it actually transfer between robot bodies?

Post by arjunsanchez »

@larrysokolov Worth being a little skeptical of the marketing angle here. '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.
he/him | robotics hobbyist since the DARPA Grand Challenge days
rossi30
Posts: 179
Joined: Sat Feb 15, 2025 7:49 am

Re: Cross-embodiment training - does it actually transfer between robot bodies?

Post by rossi30 »

@arjunsanchez Slight correction, though the overall point stands: 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. '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.
"The best actuator is the one that doesn't overheat."
amara.brown
Posts: 40
Joined: Tue Jun 02, 2026 5:53 am

Re: Cross-embodiment training - does it actually transfer between robot bodies?

Post by amara.brown »

Short answer: 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.
Ex-automotive, now full-time robots.
scott21
Posts: 256
Joined: Fri Oct 11, 2024 9:57 am

Re: Cross-embodiment training - does it actually transfer between robot bodies?

Post by scott21 »

@amara.brown Counterpoint: 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. 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
karen_kim
Posts: 116
Joined: Wed Jun 25, 2025 11:18 pm

Re: Cross-embodiment training - does it actually transfer between robot bodies?

Post by karen_kim »

@scott21 Small correction on one detail: 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.
kim37
Posts: 109
Joined: Mon Jul 21, 2025 11:21 pm

Re: Cross-embodiment training - does it actually transfer between robot bodies?

Post by kim37 »

@karen_kim To answer this directly: 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.
Post Reply