VLA models explained for people who aren't ML researchers

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: VLA models explained for people who aren't ML researchers

Post by chenperez »

Worth being a little skeptical of the marketing angle here. 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.
Building > buying.
dubois35
Posts: 280
Joined: Mon Sep 09, 2024 12:01 pm

Re: VLA models explained for people who aren't ML researchers

Post by dubois35 »

This is a great summary, thanks. 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.
they/them
Post Reply