Загрузка видео...

Не удалось загрузить видео

На главную

⭐ 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 просмотров • 1 год назад •via X (Twitter)

Комментарии: 11

Фото профиля Remi Cadene
Remi Cadene1 год назад

Take a look at the code:

Фото профиля Remi Cadene
Remi Cadene1 год назад

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

Фото профиля Remi Cadene
Remi Cadene1 год назад

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:

Фото профиля Remi Cadene
Remi Cadene1 год назад

The original code in Jax is available over here:

Фото профиля Remi Cadene
Remi Cadene1 год назад

We have full blog post with more details!

Фото профиля AssemblyAI
AssemblyAI1 год назад

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 👇

Фото профиля Muhammad Ahmed
Muhammad Ahmed1 год назад

@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 ?

Фото профиля Remi Cadene
Remi Cadene1 год назад

@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.

Фото профиля Igor Beaver
Igor Beaver1 год назад

@LeRobotHF @physical_int @m_olbap Incredible gift!

Фото профиля Venky
Venky1 год назад

@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.

Фото профиля Remi Cadene
Remi Cadene1 год назад

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

Похожие видео

🚨 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 просмотров • 5 месяцев назад