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.
Why: One of the friendliest unified training and data-format frameworks today
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.
Content reviewed 2026-07-23