LeRobot
Hugging Face open-source stack for embodied AI with unified data formats and training — great for imitation learning and VLA experiments.
Clean implementations of behavioral cloning, DAgger, GAIL, AIRL and more for imitation learning research.
Why: Textbook-quality IL algorithms in one Python package
The `imitation` library (HumanCompatibleAI) ships clean reference implementations of behavioral cloning, DAgger, GAIL, AIRL and related algorithms. It is ideal for understanding IL theory with readable code before jumping into ACT/Diffusion Policy codebases.
Use it on Gymnasium tasks first, then transfer concepts to LeRobot / robomimic stacks.
Learning Path (Imitation): conceptual backbone next to LeRobot’s practical recipes.
Researchers, students, and builders comparing open embodied stacks.
pip
pip install imitation
Content reviewed 2026-07-28