What's your favorite open-source locomotion RL framework right now?

Whole-body control, RL policies, VLA models, sim-to-real, ROS2, and the software stack that makes a humanoid actually walk and act.
nschmidt
Posts: 52
Joined: Tue Apr 14, 2026 9:26 am

Re: What's your favorite open-source locomotion RL framework right now?

Post by nschmidt »

@niklassantos Agreed, and I'd add: Diffusion policies model the distribution of possible actions and sample from it, which handles multimodal manipulation tasks (multiple valid ways to grasp something) more naturally than a single deterministic action output, at the cost of slower inference. 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.
Watching this space closely since 2019.
thomasmitchell
Posts: 49
Joined: Mon Apr 13, 2026 6:08 am

Re: What's your favorite open-source locomotion RL framework right now?

Post by thomasmitchell »

Just to be precise about one thing: A lot of what reads as 'full autonomy' in public demos is closer to a mix of scripted state machines, teleoperation for the hardest sub-tasks, and autonomous execution for the easier, well-rehearsed parts - transparency about this mix varies a lot between companies. 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.
"The best actuator is the one that doesn't overheat."
emma_whit
Posts: 73
Joined: Thu Dec 25, 2025 11:20 pm

Re: What's your favorite open-source locomotion RL framework right now?

Post by emma_whit »

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.
shill
Posts: 102
Joined: Wed Aug 20, 2025 3:09 pm

Re: What's your favorite open-source locomotion RL framework right now?

Post by shill »

Worth being a little skeptical of the marketing angle here. 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.
joseph31
Posts: 54
Joined: Mon Feb 02, 2026 4:33 pm

Re: What's your favorite open-source locomotion RL framework right now?

Post by joseph31 »

Short answer: 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. 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.
he/him
nicole57
Posts: 208
Joined: Wed Dec 04, 2024 1:29 am

Re: What's your favorite open-source locomotion RL framework right now?

Post by nicole57 »

I'd take that specific number with a grain of salt, honestly. Diffusion policies model the distribution of possible actions and sample from it, which handles multimodal manipulation tasks (multiple valid ways to grasp something) more naturally than a single deterministic action output, at the cost of slower inference.
she/her | grad student, biped locomotion
Post Reply