Skip to content

Release v0.6.0

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Jul 10:41
30da8e6

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: v0.5.1...v0.6.0