AI

NVIDIA GR00T 1.7 and Isaac Teleop Land in Hugging Face LeRobot

Shar Hendrix 5 min read

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.

VR teleop, blue arm placing vials, silver humanoid holding an apple
Header collage from the LeRobot + GR00T 1.7 announcement: VR teleop, SO-style arm, humanoid grasp. Source: Hugging Face / NVIDIA.

What you get

From the HF post (and linked docs):

  • GR00T 1.7 open VLA weights on Hugging Face (nvidia/GR00T-N1.7-3B path 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 groot extras → record a task like “pick up vial and put it into the rack” → lerobot-train with policy.type=grootlerobot-rollout on the follower robot.
Diagram: collect with Isaac Teleop, store LeRobot dataset, train GR00T 1.7, deploy
Collect → store → train → deploy diagram from the LeRobot GR00T write-up. Source: Hugging Face / NVIDIA.

The LIBERO numbers they publish

On the LIBERO tabletop suite (language-annotated manipulation), the HF post reports LeRobot-hosted checkpoints:

SuiteGR00T 1.5 (LeRobot)GR00T 1.7 (LeRobot)
Spatial82%95%
Object99%100%
Goal98%
Long82%93%
Average87%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.

Sources