releases.shpreview

Dependencies optional via extras; RL API restructured

v0.6.0

July 6, 2026LeRobotView original ↗
12 features8 enhancements18 fixesThis release12 featuresNew capabilities8 enhancementsImprovements to existing features18 fixesBug fixesAI-tallied from the release notes
From the original release noteView original ↗

Release Blog

https://huggingface.co/blog/lerobot-release-v060

⚠️ Breaking changes (v0.5.1 -> v0.6.0)

v0.6.0 cleans house, and a few changes need your attention when upgrading:

  • pip install lerobot no longer includes dataset or training dependencies; add the extra you need (e.g. lerobot[training]).
  • Some import paths have changed. Please use the canonical public entry points rather than internal submodule paths.
  • GR00T N1.5 is replaced by N1.7 (pin lerobot==0.5.1 if you need N1.5).
  • The minimum PyTorch version is now 2.7.
  • eval_freq was renamed to env_eval_freq in the train config.
  • The RL stack was rebuilt: the sac policy type is now gaussian_actor under the new modular RL API.
  • Legacy per-frame subtask_index annotations are superseded by the new language columns.
  • --dataset.vcodec was renamed to --dataset.rgb_encoder.vcodec, such that RGB and depth cameras video codecs may be set separately.

What's Changed

New Contributors

Full Changelog: https://github.com/huggingface/lerobot/compare/v0.5.1...v0.6.0

Fetched July 6, 2026

Dependencies optional via extras; RL API restructured… — releases.sh