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

🚨 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

60,893 Aufrufe • vor 5 Monaten