Add GR00T N1.7 training and rollout support - #64
Merged
Conversation
nicolas-rabault
self-requested a review
July 16, 2026 13:21
nicolas-rabault
requested changes
Jul 16, 2026
nicolas-rabault
left a comment
Member
There was a problem hiding this comment.
Nice feature, verified all the GR00T/RTC flags against lerobot v0.6.0, they're correct.
Drop the committed frontend/dist/; CI (build_frontend.yml) rebuilds it on main; it just bloats the diff (~1.4MB) and will conflict.
EAOZONE
force-pushed
the
main
branch
3 times, most recently
from
July 16, 2026 14:06
d5ad370 to
8fe8bac
Compare
nicolas-rabault
previously approved these changes
Aug 3, 2026
nicolas-rabault
left a comment
Member
There was a problem hiding this comment.
Thanks for the thorough follow-up,.
nicolas-rabault
self-requested a review
August 3, 2026 14:11
nicolas-rabault
approved these changes
Aug 3, 2026
nicolas-rabault
left a comment
Member
There was a problem hiding this comment.
Heads up, I rebased your branch onto main and force-pushed. Your six commits are intact, the only changes were resolving conflicts in the committed frontend/dist bundle (all resolved to main's version, so the branch no longer touches dist at all) and one commit wrapping two lines over the ruff limit.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds training and rollout support for NVIDIA GR00T N1.7.
Validation
pytest -q tests/test_train.py tests/test_rollout.py— 34 passednpm run build— passedgit diff --check— passedNotes
The repository-wide frontend lint reports pre-existing errors in unrelated files. All frontend files changed by this PR pass ESLint.