docs/source/index.mdx
State-of-the-art machine learning for real-world robotics
š¤ LeRobot provides a hardware-agnostic, Python-native interface for controlling real robots - from affordable arms like the SO-ARM101 to full humanoids. Plus the tools to record, store, and share the datasets they generate. Every dataset uses the standardized LeRobotDataset format (synchronized video + action/state data) and can be streamed directly from the Hugging Face Hub.
š¤ On top of that data, LeRobot implements state-of-the-art policies - from lightweight imitation-learning models like ACT to large vision-language-action models like Ļā and SmolVLA - all trainable, shareable, and deployable with the same handful of CLI commands.
The goal: lower the barrier to entry for robotics, so that everyone can contribute to, and benefit from, shared datasets and pretrained models.
<div align="center" style="display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; margin: 20px 0;"> <a href="https://discord.gg/s3KuuzsPFb" target="_blank"> </a> <a href="https://x.com/LeRobotHF" target="_blank"> </a> <a href="https://huggingface.co/lerobot" target="_blank"> </a> </div> <div align="center"> </div>Teleoperate ā Record ā Train ā Deploy
New here? Install LeRobot, then pick your path:
<div class="grid grid-cols-1 md:grid-cols-3 gap-4 my-6"> <div class="border dark:border-gray-700 rounded-lg p-4 shadow"> <div class="text-lg font-semibold mb-2">š§ I have a robot</div> <p class="text-gray-700 dark:text-gray-300 text-sm"> LeRobot supports a wide range of arms and mobile robots. Popular picks: </p> <ul class="text-gray-700 dark:text-gray-300 text-sm list-disc pl-5 mb-2"> <li> <a href="./so101">SO-101</a> - our flagship, low-cost arm </li> <li> <a href="./lekiwi">LeKiwi</a> - a mobile base with an arm on top </li> <li> <a href="./koch">Koch v1.1</a> - a long-time community favorite </li> <li> or find yours under <strong>Robots</strong> in the sidebar </li> </ul> <p class="text-gray-700 dark:text-gray-300 text-sm"> Once it's assembled and calibrated, record a dataset and train your first policy with the <a href="./il_robots">imitation learning tutorial</a> - or skip the CLI entirely with <a href="./lelab">LeLab</a>, a browser GUI for the same workflow. </p> </div> <div class="border dark:border-gray-700 rounded-lg p-4 shadow"> <div class="text-lg font-semibold mb-2">š» No hardware yet</div> <p class="text-gray-700 dark:text-gray-300 text-sm"> You can still train and evaluate policies without owning a robot: </p> <ul class="text-gray-700 dark:text-gray-300 text-sm list-disc pl-5 mb-2"> <li> train on an existing <a href="https://huggingface.co/datasets?other=LeRobot"> LeRobot dataset </a> from the Hub </li> <li> evaluate in <a href="./envhub">simulation</a>, against benchmarks like LIBERO or Meta-World </li> <li> try the free <a href="./notebooks">Colab notebooks</a> - nothing to install </li> </ul> </div> <div class="border dark:border-gray-700 rounded-lg p-4 shadow"> <div class="text-lg font-semibold mb-2">š¤ I want to contribute</div> <p class="text-gray-700 dark:text-gray-300 text-sm"> Start with the <a href="./contributing">Contributing guide</a>, then <a href="./bring_your_own_policies">add a new policy</a> or <a href="./integrate_hardware">bring your own hardware</a>. </p> </div> </div>Running into issues? A few of the most frequent ones:
cmake, ffmpeg, CUDA) - see the Troubleshooting section of the Installation guide.