What's the current best open dataset for training humanoid manipulation policies?

Whole-body control, RL policies, VLA models, sim-to-real, ROS2, and the software stack that makes a humanoid actually walk and act.
green28
Posts: 109
Joined: Sun May 11, 2025 2:06 am

Re: What's the current best open dataset for training humanoid manipulation policies?

Post by green28 »

@zoeanderson From what I've seen: Balance-recovery controllers are usually evaluated with push-recovery tests (a known, repeatable lateral push) in demos, but real-world robustness also depends on recovering from unstructured events like uneven flooring, unexpected contact, or a dropped payload shifting the center of mass mid-stride - which is a much harder, less demo-friendly test. 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.
ramirez77
Posts: 146
Joined: Sat Apr 05, 2025 9:39 pm

Re: What's the current best open dataset for training humanoid manipulation policies?

Post by ramirez77 »

Appreciate the detailed answer. 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.
he/him | robotics hobbyist since the DARPA Grand Challenge days
ivan22
Posts: 160
Joined: Mon Mar 31, 2025 11:13 am

Re: What's the current best open dataset for training humanoid manipulation policies?

Post by ivan22 »

Small correction on one detail: Balance-recovery controllers are usually evaluated with push-recovery tests (a known, repeatable lateral push) in demos, but real-world robustness also depends on recovering from unstructured events like uneven flooring, unexpected contact, or a dropped payload shifting the center of mass mid-stride - which is a much harder, less demo-friendly test.
they/them
diego.moore6
Posts: 155
Joined: Thu May 08, 2025 8:48 am

Re: What's the current best open dataset for training humanoid manipulation policies?

Post by diego.moore6 »

@ivan22 Appreciate the detailed answer. Balance-recovery controllers are usually evaluated with push-recovery tests (a known, repeatable lateral push) in demos, but real-world robustness also depends on recovering from unstructured events like uneven flooring, unexpected contact, or a dropped payload shifting the center of mass mid-stride - which is a much harder, less demo-friendly test.
Building > buying.
deborah59
Posts: 227
Joined: Mon Nov 18, 2024 9:37 am

Re: What's the current best open dataset for training humanoid manipulation policies?

Post by deborah59 »

@diego.moore6 Related question - Balance-recovery controllers are usually evaluated with push-recovery tests (a known, repeatable lateral push) in demos, but real-world robustness also depends on recovering from unstructured events like uneven flooring, unexpected contact, or a dropped payload shifting the center of mass mid-stride - which is a much harder, less demo-friendly test.
Ex-automotive, now full-time robots.
ivan22
Posts: 160
Joined: Mon Mar 31, 2025 11:13 am

Re: What's the current best open dataset for training humanoid manipulation policies?

Post by ivan22 »

@deborah59 To answer this directly: 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
pierregreen
Posts: 205
Joined: Thu Dec 12, 2024 11:01 am

Re: What's the current best open dataset for training humanoid manipulation policies?

Post by pierregreen »

@ivan22 Here's the relevant bit as far as I understand it: '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.
she/her
dubois35
Posts: 280
Joined: Mon Sep 09, 2024 12:01 pm

Re: What's the current best open dataset for training humanoid manipulation policies?

Post by dubois35 »

@pierregreen Ran into exactly this myself. 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. 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.
they/them
rossi30
Posts: 179
Joined: Sat Feb 15, 2025 7:49 am

Re: What's the current best open dataset for training humanoid manipulation policies?

Post by rossi30 »

@dubois35 Genuinely curious - 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.
"The best actuator is the one that doesn't overheat."
ethan_fisc
Posts: 198
Joined: Wed Dec 04, 2024 1:36 am

Re: What's the current best open dataset for training humanoid manipulation policies?

Post by ethan_fisc »

@rossi30 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.
Post Reply