LeRobot v0.5.0 was recently released — the library's largest update to date, merging over 200 pull requests and bringing in more than 50 new contributors.
Hardware Highlight: Unitree G1 Humanoid Robot
For the first time, LeRobot supports a complete humanoid robot system:
- Locomotion: walking and navigation
- Manipulation: fine-grained object manipulation
- Teleoperation: remote control interface
- Whole-Body Control (WBC): coordinating walking and manipulation simultaneously
- Streaming video encoding: zero wait time between episodes
- Image training speed: 10x faster
- Encoding speed: 3x faster
- Python 3.12+ minimum version requirement
- Migration to Transformers v5 completed
- NVIDIA IsaacLab-Arena integration (GPU-accelerated simulation)
- Third-party policy plugin system
- EnvHub: load simulation environments directly from the Hugging Face Hub
This marks LeRobot's expansion from desktop robot arms to full-body embodied intelligence systems.
New Policy Models
| Policy | Highlights | |--------|------------| | Pi0-FAST | Autoregressive VLA using FAST tokenization | | Real-Time Chunking | Inference-stage technique that significantly improves response speed | | Wall-X | Cross-embodiment control based on Qwen2.5-VL | | X-VLA | Vision-language-action model based on Florence-2 | | SARM | Stage-aware reward modeling to tackle long-horizon tasks | | PEFT | Support for fine-tuning methods such as LoRA |
Performance Improvements
Infrastructure
Project: https://github.com/huggingface/lerobot Documentation: https://huggingface.co/docs/lerobot