LeRobot v0.6.0: Imagine, Evaluate, Improve
Summary
LeRobot v0.6.0, released on July 7, 2026, significantly advances robot learning by closing the loop from imagination to evaluation and improvement. This update introduces world model policies like VLA-JEPA, LingBot-VA, and FastWAM, enabling robots to predict future actions. It expands the VLA model zoo with GR00T N1.7, MolmoAct2, EO-1, Multitask DiT, and EVO1, alongside a new reward models API featuring Robometer and TOPReward for success detection. The release also integrates six new simulation benchmarks, including LIBERO-plus and RoboCasa365, under a unified `lerobot-eval` CLI. Dataset capabilities are enhanced with depth support, VLM-powered language annotation, custom video encoding, and up to 2x faster loading. Training and deployment workflows are streamlined via the `lerobot-rollout` CLI with DAgger-style corrections, FSDP for large models, and cloud training on HF Jobs.
Key takeaway
For Machine Learning Engineers developing robot policies, LeRobot v0.6.0 offers a unified platform to accelerate your development and deployment cycle. You can now utilize world models for more robust policy training, employ new reward models for automated success detection, and efficiently gather corrective data with the DAgger strategy in `lerobot-rollout`. This release enables you to scale training with FSDP and rigorously evaluate models across six new simulation benchmarks, streamlining your path to deployable robot intelligence.
Key insights
LeRobot v0.6.0 closes the robot learning loop by integrating policies that imagine, reward models for success detection, and robust evaluation benchmarks.
Principles
- World model supervision can enhance VLAs without incurring inference overhead.
- General-purpose reward models can score task progress from raw video and language.
- Off-the-shelf VLMs can serve as zero-shot reward functions.
Method
The `lerobot-rollout` CLI enables DAgger-style human-in-the-loop correction, where users intervene on policy failures to collect corrective training data. The `lerobot-annotate` CLI automates rich language annotation of datasets using VLMs.
In practice
- Fine-tune VLA-JEPA from Hub checkpoints for world-model-supervised learning.
- Deploy MolmoAct2 zero-shot on SO-100/101 robots with ~12 GB VRAM.
- Re-encode existing dataset videos using `lerobot-edit-dataset` for custom codecs.
Topics
- Robot Learning
- World Models
- Vision-Language-Action Models
- Reward Models
- Robotics Benchmarking
- Dataset Annotation
Code references
Best for: MLOps Engineer, AI Scientist, Research Scientist, Robotics Engineer, Machine Learning Engineer, AI Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Hugging Face - Blog.