AIAny
Icon for item

NVIDIA Isaac GR00T

A vision-language-action foundation model and reference stack for generalized humanoid and cross-embodiment robot manipulation. Provides pretrained checkpoints, demo datasets, and tooling for fine-tuning, evaluation, and deployment (ONNX/TensorRT); released as Early Access.

Introduction

Why this matters

Generalist robot control is still fragmented: research models excel in perception or planning, but rarely provide an end-to-end stack that transfers skills across different robot embodiments. GR00T reframes this by training a single vision-language-action (VLA) foundation model that can accept images and language and produce continuous actions for diverse embodied platforms — enabling zero-shot inference on pretrain embodiments and straightforward post-training for new robots.

What Sets It Apart
  • Cross-embodiment transfer via relative EEF action space — actions are represented as deltas from the current end-effector pose, which lets priors learned from human egocentric video and multiple robot datasets transfer more effectively to new hardware.
  • VLM + diffusion transformer architecture — pairs a vision-language backbone (Cosmos-Reason2/Qwen3-VL in N1.7) with a diffusion-style transformer head that denoises continuous actions, improving language-following and manipulation fidelity.
  • Large, mixed pretraining and practical tooling — N1.7 uses a mix of robot demonstrations plus ~20k hours of EgoScale human video; the repo bundles demo datasets, finetune/eval scripts, checkpoint ids on Hugging Face, and server-client APIs for open- and closed-loop testing.
  • Deployment-ready exports — workflows and scripts for ONNX and TensorRT exports, plus guidance for running on devices from desktop GPUs to Jetson/Thor and DGX-class servers (Early Access support model).
Who It's For and Trade-offs

Great fit if you are a robotics researcher or integrator who wants a single pretrained VLA model to prototype manipulation across multiple robot platforms, or to fine-tune a base model to a specific embodiment (Franka Panda, DROID, WidowX, etc.). The codebase and checkpoints are commercially licensable (NVIDIA model license) and the repository includes evaluation and deployment paths.

Look elsewhere if you need a lightweight on-device controller ready for low-power embedded platforms without additional engineering — GR00T N1.7 expects significant compute for training and higher-tier GPUs for recommended fine-tuning and inference. Also note this is an Early Access release: APIs, stability, and GA guarantees are still maturing.

More Items

Analyzes adversarial weaknesses of World-Action Models (WAMs) via BadWAM, a framework that crafts visual perturbations to decouple a model’s imagined future from its executed actions. Introduces two attack modes—action-only (disruptive) and imagination-preserving (stealthy)—and shows large drops in closed-loop task success (e.g., 96.5%→43.1%).

GitHub
AI Deploy2018

Serves machine learning and deep learning models for cloud, data center, edge and embedded environments. Supports multiple frameworks and backends, dynamic and sequence batching, HTTP/gRPC APIs, Docker deployment and NVIDIA-optimized runtimes.

GitHub
AI Train2025

An asynchronous, high-throughput framework for large-scale reinforcement learning and agentic training that scales to 1T+ MoE models and 1000+ GPUs, with native verifiers integration, end-to-end SFT/RL/evals, and Slurm/Kubernetes deployment; requires NVIDIA GPUs.