model releaseNVIDIA

NVIDIA Releases GR00T N1.7, 3B-Parameter Open-Source Humanoid Robot Model Trained on 20,854 Hours of Human Video

TL;DR

NVIDIA released GR00T N1.7, a 3-billion parameter open-source Vision-Language-Action model for humanoid robots with commercial licensing. The model was trained on 20,854 hours of human egocentric video data and demonstrates the first documented scaling law for robot dexterity, where increasing human video data from 1,000 to 20,000 hours more than doubles task completion rates.

2 min read
0

NVIDIA Releases GR00T N1.7, 3B-Parameter Open-Source Humanoid Robot Model Trained on 20,854 Hours of Human Video

NVIDIA released NVIDIA Isaac GR00T N1.7, a 3-billion parameter open-source Vision-Language-Action (VLA) model for humanoid robots. The model is commercially licensed and available now on Hugging Face and GitHub.

Model Architecture and Specifications

GR00T N1.7 uses an Action Cascade architecture with two distinct systems:

  • System 2 (Vision-Language Model): A Cosmos-Reason2-2B backbone processes image tokens and language instructions to produce high-level action tokens for task decomposition and multi-step reasoning
  • System 1 (Diffusion Transformer): A 32-layer DiT converts the VLM's output and live robot state into precise motor commands in real time

The model accepts RGB image frames at any resolution, natural language instructions, and robot proprioceptive state (joint positions, velocities, end-effector poses) as inputs. It outputs continuous-value action vectors mapped to the robot's degrees of freedom.

NVIDIA has validated the model across locomotion-manipulation, tabletop manipulation, and dexterous bimanual tasks on Unitree G1, Bimanual Manipulator YAM, and AGIBot Genie 1 platforms.

Training on Human Egocentric Video

The model was pre-trained on 20,854 hours of human egocentric video spanning more than 20 task categories, including manufacturing, retail, healthcare, and home environments. This represents a significant increase from the few thousand hours of robot teleoperation data used to train the previous N1.6 version.

According to NVIDIA, the training data came from sensorized human video with ego cameras, wrist cameras, and hand tracking. The company's research revealed what it describes as the first documented scaling law for robot dexterity: increasing human egocentric data from 1,000 to 20,000 hours more than doubles average task completion rates.

This scaling enables 22 degree-of-freedom hands to perform contact-rich tasks like small parts assembly and handling fragile components.

Deployment and Fine-Tuning

The model is commercially licensed and supports NVIDIA Ampere, Hopper, Lovelace, Blackwell, and Jetson platforms. Inference performance at 4 denoising steps with a single camera view is documented in the GitHub repository.

GR00T N1.7 supports fine-tuning on custom robot embodiments using the LeRobot dataset format. Pre-registered embodiments include UNITREE_G1, LIBERO_PANDA, and OXE_WIDOWX. The model is a drop-in replacement for N1.6 with existing embodiment configurations carrying over.

NVIDIA states the model is factory-floor ready for production deployments in material handling, packaging, and inspection tasks.

What This Means

GR00T N1.7 represents a shift in robot training methodology from teleoperation-based data collection to human video pre-training. The documented scaling law suggests that robot dexterity can improve predictably with more human video data, potentially reducing the need for expensive robot demonstration data. The commercial licensing and open-source release make the model immediately deployable in production environments, though real-world performance across diverse manufacturing settings remains to be independently verified. The 3B parameter size makes the model computationally feasible for edge deployment on robots while maintaining the reasoning capabilities needed for multi-step tasks.

Related Articles

model release

Tencent Open-Sources Hy4 Preview: 770B-Parameter MoE Model with 1M-Token Context

Tencent's Hy Team has open-sourced Hy4 preview, a 770-billion-parameter Mixture-of-Experts model with 49 billion activated parameters and a 1-million-token context window. The model is available under Apache 2.0 alongside an FP8-quantized variant, with Tencent claiming it beats GLM 5.3 and Kimi K3 on internal engineering evaluations.

benchmark

Nvidia Claims Groq 3 LPX Hits 3,400 Tokens/Sec, 4x Cerebras — But Needs 64 Chips to Do It

Nvidia's new Groq 3 LPX inference accelerator hit 3,400 tokens per second on Gemma 4 31B, a figure the company says is four times faster than Cerebras. Experts note the benchmark uses at least 64 LPX chips versus Cerebras' one or two accelerators, making the comparison far less clean than it appears.

model release

Tencent Releases Hy4 Preview: 770B-Parameter MoE Model with 1M Context for Coding Agents

Tencent has released Hy4 preview, a mixture-of-experts model with 770B total parameters and 49B active parameters, targeting coding agents and multi-step tool-use workflows. The model ships with a 1 million token context window and is priced at $0.834 per 1M input tokens and $2.501 per 1M output tokens.

model release

Google Launches Gemini 3.5 Transcribe with 4.0% Word Error Rate Across 85 Languages

Google has released Gemini 3.5 Transcribe, a speech-to-text model that automatically detects 85 languages, removes filler words, and corrects misspoken phrases. The company claims a 4.0 percent word error rate for streaming audio and 70 percent lower latency than its predecessor, Chirp 3.

Comments

Loading...