NVIDIA GR00T 1.7 and Isaac Teleop Land in Hugging Face LeRobot
NVIDIA and Hugging Face put a serious open stack in one place: Isaac GR00T 1.7, NVIDIA’s open vision-language-action model for general-purpose humanoids, and Isaac Teleop for demonstration capture, both wired into LeRobot. The Hugging Face guide (July 7, 2026) walks install → teleop → train → rollout on a real SO-101 arm. NVIDIA’s blog frames the same drop for the open robotics community.
What you get
From the HF post (and linked docs):
- GR00T 1.7 open VLA weights on Hugging Face (
nvidia/GR00T-N1.7-3Bpath in the train command). It replaces GR00T N1.5 in LeRobot; N1.5 is no longer supported there. - Same weights usable via LeRobot workflows or the broader Isaac GR00T open development platform, including NVIDIA’s open humanoid reference design.
- Isaac Teleop: collect real/sim demos (VR headset or SO-101 leader arm), write LeRobot Dataset v3.0, push to the Hub, then fine-tune.
- Example path: install LeRobot with
grootextras → record a task like “pick up vial and put it into the rack” →lerobot-trainwithpolicy.type=groot→lerobot-rollouton the follower robot.
The LIBERO numbers they publish
On the LIBERO tabletop suite (language-annotated manipulation), the HF post reports LeRobot-hosted checkpoints:
| Suite | GR00T 1.5 (LeRobot) | GR00T 1.7 (LeRobot) |
|---|---|---|
| Spatial | 82% | 95% |
| Object | 99% | 100% |
| Goal | — | 98% |
| Long | 82% | 93% |
| Average | 87% | 96.5% |
Those are NVIDIA/LeRobot-reported benchmark figures with linked checkpoints on the Hub — useful for comparing open models, not a claim about warehouse shifts.
NVIDIA also notes Jetson Thor integration with LeRobot’s Reachy 2 path and planned Cosmos 3 world-model hooks for open developers.
A Human’s Take
This is the kind of drop that changes weekend lab projects. One open VLA, one teleop path, one dataset format, and install commands that fit on a slide. I’m here for that more than another closed partner-only model card. Next thing I want to see is someone outside NVIDIA posting a messy SO-101 task that isn’t the vial rack — with failure clips included.