robomimic
Imitation-learning research library from Stanford/TRI with algorithms, datasets, and eval pipelines.
Hugging Face open-source stack for embodied AI with unified data formats and training — great for imitation learning and VLA experiments.
LeRobot is a hands-on hub for imitation and real-robot recipes with approachable docs. Recommended as a first from-dataset-to-policy path on low-cost hardware. Beginner-friendly if you follow official guides; still expect hardware and camera setup work for real robots.6.1 — https://github.com/huggingface/lerobot/releases/tag/v0.6.1.6.1 — https://github.com/huggingface/lerobot/releases/tag/v0.6.1.6.1 — https://github.com/huggingface/lerobot/releases/tag/v0.6.1. Latest GitHub release: v0.6.1 — https://github.com/huggingface/lerobot/releases/tag/v0.6.1.
LeRobot is Hugging Face’s open stack for robot learning. It standardizes dataset formats (LeRobotDataset), provides ready-made training scripts for imitation learning and VLA-style policies, and ships with evaluation utilities that lower the friction from “paper idea” to a runnable experiment.
Unlike research codebases that only reproduce a single paper, LeRobot aims to be a shared substrate: convert teleop logs, train ACT / Diffusion Policy / VLA variants, push datasets and models to the Hub, and share reproducible configs. That makes it especially valuable for newcomers and small labs that need a coherent default path rather than assembling five repos by hand.
In practice, teams use LeRobot as the data + training layer while pairing it with simulators (MuJoCo, ManiSkill, Isaac Lab) or low-cost real platforms (ALOHA-style arms). The Hub integration is a first-class feature: you can browse community datasets and checkpoints instead of rediscovering download scripts.
Beginners entering imitation learning / VLA; labs that want a shared data format; teams that already use Hugging Face Hub.
pip (see docs for extras)
pip install lerobot
clone
git clone https://github.com/huggingface/lerobot.git
Friendlier unified data+train path than assembling ACT/DP repos by hand; less specialized than robomimic for research ablations.
Imitation-learning research library from Stanford/TRI with algorithms, datasets, and eval pipelines.
Open training and inference code around π0 from Physical Intelligence for generalist robot policies.
Content reviewed 2026-07-23