Any4LeRobot: A tool collection for LeRobot

[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/Tavish9/any4lerobot) [![Python versions](https://img.shields.io/pypi/pyversions/lerobot)](https://www.python.org/downloads/) [![LeRobot Dataset](https://img.shields.io/badge/dynamic/json?url=https://api.github.com/repos/tavish9/any4lerobot/commits?per_page=1&query=$[0].commit.committer.date&label=LeRobot&color=blue)](https://github.com/huggingface/lerobot) [![LeRobot Dataset](https://img.shields.io/badge/LeRobot%20Dataset-v2.1-ff69b4.svg)](https://github.com/huggingface/lerobot/pull/711) [![License](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
> [!IMPORTANT] > > **Star and Contribute**, let's make community of robotics better and better! ๐Ÿ”ฅ A curated collection of utilities for [LeRobot Projects](https://github.com/huggingface/lerobot), including data conversion scripts, preprocessing tools, training workflow helpers and etc.. ## ๐Ÿš€ What's New - **\[2025.05.16\]** We have supported Data Conversion from LeRobot to RLDS! ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ - **\[2025.05.12\]** We have supported Data Conversion from RoboMIND to LeRobot! ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ - **\[2025.04.20\]** We add Dataset Version Converter for LeRobotv2.0 to LeRobotv2.1! ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ - **\[2025.04.15\]** We add Dataset Merging Tool for merging multi-source lerobot datasets! ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ - **\[2025.04.14\]** We have supported Data Conversion from AgiBotWorld to LeRobot! ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ - **\[2025.04.11\]** We change the repo from `openx2lerobot` to `any4lerobot`, making a โ€‹โ€‹universal toolbox for LeRobotโ€‹โ€‹! ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ - **\[2025.02.19\]** We have supported Data Conversion from Open X-Embodiment to LeRobot! ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ ## โœจ Features - โ€‹**โ€‹Data Conversionโ€‹**โ€‹: - [x] [Open X-Embodiment to LeRobot](./openx2lerobot/README.md) - [x] [AgiBot-World to LeRobot](./agibot2lerobot/README.md) - [x] [RoboMIND to LeRobot](./robomind2lerobot/README.md) - [x] [LeRobot to RLDS](./lerobot2rlds/README.md) - โ€‹**Version Conversionโ€‹**โ€‹: - [x] [LeRobotv2.0 to LeRobotv2.1](./utils/version_convert/README.md) - [ ] LeRobotv2.1 to LeRobotv2.0 - **Other Utils**: - [x] [Dataset Merging](./utils/dataset_merging/README.md) ## ๐Ÿ“š Awesome works supporting LeRobot - [SpatialVLA](https://github.com/SpatialVLA/SpatialVLA): a spatial-enhanced vision-language-action model that is trained on 1.1 Million real robot episodes ![GitHub Repo stars](https://img.shields.io/github/stars/SpatialVLA/SpatialVLA) - [lerobotdepot](https://github.com/maximilienroberti/lerobotdepot): a reoi for hardware, components, and 3D-printable projects compatible with the LeRobot library ![GitHub Repo stars](https://img.shields.io/github/stars/maximilienroberti/lerobotdepot) - [openpi](https://github.com/Physical-Intelligence/openpi): the official implemenation of $ฯ€_0$: A Vision-Language-Action Flow Model for General Robot Control ![GitHub Repo stars](https://img.shields.io/github/stars/Physical-Intelligence/openpi) - [Isaac-GR00T](https://github.com/NVIDIA/Isaac-GR00T): NVIDIA Isaac GR00T N1 is the world's first open foundation model for generalized humanoid robot reasoning and skills ![GitHub Repo stars](https://img.shields.io/github/stars/NVIDIA/Isaac-GR00T) - [unitree_IL_lerobot](https://github.com/unitreerobotics/unitree_IL_lerobot): a training framework enabling the training and testing of data collected using Unitree's G1 robot ![GitHub Repo stars](https://img.shields.io/github/stars/unitreerobotics/unitree_IL_lerobot) - [LeRobotTutorial-CN](https://github.com/CSCSX/LeRobotTutorial-CN): a tutorial for LeRobot in Chinese ![GitHub Repo stars](https://img.shields.io/github/stars/CSCSX/LeRobotTutorial-CN) ## ๐Ÿ“‚ Public Resources - Available datasets in LeRobot format: - [Open X-Embodiment Dataset](https://huggingface.co/IPEC-COMMUNITY) - [Open X-Embodiment Visualizer](https://huggingface.co/spaces/IPEC-COMMUNITY/openx_dataset_lerobot_v2.0) ## ๐Ÿ‘ทโ€โ™‚๏ธ Contributing We appreciate all contributions to improving Any4LeRobot. Please refer to the contributing guideline for the best practice.



## ๐Ÿค Acknowledgements Special thanks to the [LeRobot teams](https://github.com/huggingface/lerobot) for making this great framework.

๐Ÿ”Back to top