How much of 'autonomy' in recent demos is actually scripted vs learned?

Whole-body control, RL policies, VLA models, sim-to-real, ROS2, and the software stack that makes a humanoid actually walk and act.
diego.moore6
Posts: 155
Joined: Thu May 08, 2025 8:48 am

Re: How much of 'autonomy' in recent demos is actually scripted vs learned?

Post by diego.moore6 »

Not sure I fully agree here. 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.
Building > buying.
nicole57
Posts: 208
Joined: Wed Dec 04, 2024 1:29 am

Re: How much of 'autonomy' in recent demos is actually scripted vs learned?

Post by nicole57 »

@diego.moore6 This is exactly the kind of context I was looking for. 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.
she/her | grad student, biped locomotion
george92
Posts: 108
Joined: Thu Sep 25, 2025 4:18 pm

Re: How much of 'autonomy' in recent demos is actually scripted vs learned?

Post by george92 »

@nicole57 This matches what I've seen too. Domain randomization - varying friction, mass, sensor noise, and even visual textures during training - is one of the more reliable tricks for improving sim-to-real transfer, but overdoing it can make training slower to converge and produce overly conservative policies. 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. Kind of makes me think about how different this all looked even three years ago.
she/her | grad student, biped locomotion
sarah.santos3
Posts: 213
Joined: Thu Feb 13, 2025 5:30 am

Re: How much of 'autonomy' in recent demos is actually scripted vs learned?

Post by sarah.santos3 »

Minor factual note: 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. 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.
they/them
dchen
Posts: 182
Joined: Wed Nov 13, 2024 6:51 am

Re: How much of 'autonomy' in recent demos is actually scripted vs learned?

Post by dchen »

Yeah, this tracks with what I've read as well. 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. Makes me wonder how this looks in another five years.
dubois35
Posts: 280
Joined: Mon Sep 09, 2024 12:01 pm

Re: How much of 'autonomy' in recent demos is actually scripted vs learned?

Post by dubois35 »

@dchen This is exactly the kind of context I was looking for. 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.
they/them
lbianchi
Posts: 81
Joined: Mon Sep 15, 2025 6:56 pm

Re: How much of 'autonomy' in recent demos is actually scripted vs learned?

Post by lbianchi »

@dubois35 That's the official framing, at least - reality tends to lag a bit. 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. 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.
sarahbernard
Posts: 52
Joined: Mon Nov 10, 2025 10:15 pm

Re: How much of 'autonomy' in recent demos is actually scripted vs learned?

Post by sarahbernard »

@lbianchi Can I ask a dumb follow-up - 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. 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. This whole thread is a good reminder how young this field still is.
he/him
emma_whit
Posts: 73
Joined: Thu Dec 25, 2025 11:20 pm

Re: How much of 'autonomy' in recent demos is actually scripted vs learned?

Post by emma_whit »

Ran into exactly this myself. ROS2 remains common in research and early-stage products for its tooling and ecosystem, but a number of production humanoid companies run custom, more tightly-optimized middleware for their real-time control loops, using ROS2-like tooling mainly for development, visualization, and non-real-time subsystems. 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.
richard36
Posts: 96
Joined: Tue Jul 29, 2025 9:43 am

Re: How much of 'autonomy' in recent demos is actually scripted vs learned?

Post by richard36 »

Sorry if this is a basic question, but 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. 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.
"The best actuator is the one that doesn't overheat."
Post Reply