Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

⭐ The first foundational model available on LeRobot ⭐ Pi0 is the most advanced Vision Language Action model. It takes natural language commands as input and directly output autonomous behavior. It was trained by Physical Intelligence and ported to pytorch by Pablo Montalvo 👇🧵

130,941 Aufrufe • vor 1 Jahr •via X (Twitter)

11 Kommentare

Profilbild von Remi Cadene
Remi Cadenevor 1 Jahr

Take a look at the code:

Profilbild von Remi Cadene
Remi Cadenevor 1 Jahr

You can now download and use the pretrained policy just like transformers: policy = Pi0Policy.from_pretrained("lerobot/pi0") action =

Profilbild von Remi Cadene
Remi Cadenevor 1 Jahr

Even cooler, you can finetune it directly on your dataset. Here is an example with @DAubakirovaa 's dataset: python lerobot/scripts/train.py \ --policy.path=lerobot/pi0 \ --dataset.repo_id=danaaubakirova/koch_test Visualize her dataset here:

Profilbild von Remi Cadene
Remi Cadenevor 1 Jahr

The original code in Jax is available over here:

Profilbild von Remi Cadene
Remi Cadenevor 1 Jahr

We have full blog post with more details!

Profilbild von AssemblyAI
AssemblyAIvor 1 Jahr

Announcing: Our most advanced speech-to-text model goes beyond accuracy to capture the real-world complexity of human conversation and deliver reliable, source-of-truth audio data. Explore Universal-2 updates 👇

Profilbild von Muhammad Ahmed
Muhammad Ahmedvor 1 Jahr

@LeRobotHF @physical_int @m_olbap that is so cool , Thanks @LeRobotHF ! Is this model somewhat similar to OpenVLA (which is also on hugging face) ? For instance with OpenVLA we get action output tokens for a single armed robot. Can i simply replace OpenVLA with this without changing the inference pipeline ?

Profilbild von Remi Cadene
Remi Cadenevor 1 Jahr

@LeRobotHF @physical_int @m_olbap Pi0 was trained with much more data! Yes you should be as our policy includes all the preprocessing and post processing. Only requirements: images need to be in float32 [0,1] range.

Profilbild von Igor Beaver
Igor Beavervor 1 Jahr

@LeRobotHF @physical_int @m_olbap Incredible gift!

Profilbild von Venky
Venkyvor 1 Jahr

@LeRobotHF @physical_int @m_olbap Super. The LLM moment for Robotics is here. The gap is closing fast. Eagerly awaiting for the weights. Also, would be great to have some blog or tutorial on how one can do this from scratch.

Profilbild von Remi Cadene
Remi Cadenevor 1 Jahr

@LeRobotHF @physical_int @m_olbap We ported the weights already. We are working on a tutorial to reproduce this on more affordable robots

Ähnliche Videos

Chinese robotics company Astribot released their latest World-Action Model (WAM), Lumo-2. Technical breakdown: - based on a frozen 🥶 Qwen-3.5 4B VLM - trained in 3 progressive stages: 1. Action is aligned with latent world dynamics (an abstract representation of action). Real-world actions are anchored to physical constraints, while the latent space is guided to focus on motion-relevant changes. This bidirectional relationship makes the model physically grounded -> critical for a world model. 2. Action is aligned with vision and language. Reusing the vision backbone and action encoder from the frozen VLM, the authors add a custom vocabulary (for new actions), a semantic module, an action decoder, and an action projector. This aligns the (new) action representations with the (existing) vision-language semantic space. Most importantly: it builds a direct mapping from natural-language instructions to motor execution. 3. End-to-end training on language, video, and robot data. Only the new modules (everything outside the frozen backbone) are trained end-to-end across temporal reasoning, physical understanding, long-horizon, and dexterous manipulation. At the end of the day, Lumo-2 is not the best on benchmarks, but that's not the point. What's genuinely new: - a way to combine latent world modeling and action generation through progressive alignment - a physically-grounded latent dynamics space - it lifts performance on unseen objects using un-annotated human egocentric video + Vision Pro captures, no special transfer algorithm needed Why it matters: - the whole model is thin trainable adapters (semantic module, action decoder/projector) on a frozen 4B backbone (cheap) - that scale is suited for real-time embedded inference (~2.71× decode speedup, no accuracy loss) - its real moat is long-horizon execution, where the added temporal memory pays off far more than on any other task As a result, this robot can now make your latte (5x sped up video):

Léo

32,331 Aufrufe • vor 2 Monaten

🚨 BREAKING: Microsoft's first robotics foundation model! 🤯 Microsoft just announced Rho-alpha (ρα), their first robotics model derived from the Phi series of vision-language models. Rho-alpha translates natural language commands into control signals for robotic systems performing bimanual manipulation tasks. Commands like "push the green button with the right gripper," "pull out the red wire," "flip the top switch on," or "turn the knob to position 5" get executed directly by dual-arm robots. What makes this different from standard vision-language-action (VLA) models is the additional modalities. Rho-alpha is a VLA+ model that adds tactile sensing to the perceptual mix, with plans to incorporate force feedback. On the learning side, the model is designed to continually improve during deployment by learning from human feedback. The training approach combines trajectories from physical demonstrations and simulated tasks with web-scale visual question answering data. Since teleoperation data is scarce and expensive, Microsoft is using NVIDIA Isaac Sim on Azure to generate physically accurate synthetic datasets via reinforcement learning. These simulated trajectories get combined with commercial and open physical demonstration datasets. The model is currently under evaluation on dual-arm setups and humanoid robots. Microsoft is opening an Early Access Program for organizations interested in evaluating Rho-alpha. Robots that can adapt to dynamic situations and human preferences are more useful in real environments and more trusted by the people operating them. Read more here: ~~ ♻️ Join the weekly robotics newsletter, and never miss any news →

Lukas Ziegler

61,026 Aufrufe • vor 8 Monaten