Skip to main content

GR00T N1.5 Policy

GR00T N1.5 is an open foundation model from NVIDIA designed for generalized humanoid robot reasoning and skills. It is a cross-embodiment model that accepts multimodal input, including language and images, to perform manipulation tasks in diverse environments. This document outlines the specifics of its integration and usage within the LeRobot framework.

Model Overview

NVIDIA Isaac GR00T N1.5 is an upgraded version of the GR00T N1 foundation model. It is built to improve generalization and language-following abilities for humanoid robots. Developers and researchers can post-train GR00T N1.5 with their own real or synthetic data to adapt it for specific humanoid robots or tasks. GR00T N1.5 (specifically the GR00T-N1.5-3B model) is built using pre-trained vision and language encoders. It utilizes a flow matching action transformer to model a chunk of actions, conditioned on vision, language, and proprioception. An overview of GR00T Its strong performance comes from being trained on an expansive and diverse humanoid dataset, which includes:
  • Real captured data from robots.
  • Synthetic data generated using NVIDIA Isaac GR00T Blueprint.
  • Internet-scale video data.
This approach allows the model to be highly adaptable through post-training for specific embodiments, tasks, and environments.

Installation Requirements

As of today, GR00T N1.5 requires flash attention for it’s internal working. We are working on making this optional, but in the meantime that means that we require an extra installation step and it can only be used in CUDA enabled devices.
  1. Following the Environment Setup of our Installation Guide. Attention don’t install lerobot in this step.
  2. Install Flash Attention by running:
  1. Install LeRobot by running:

Usage

To use GR00T in your LeRobot configuration, specify the policy type as:

Training

Training Command Example

Here’s a complete training command for finetuning the base GR00T model on your own dataset:

Performance Results

Libero Benchmark Results

[!NOTE] Follow our instructions for Libero usage: Libero
GR00T has demonstrated strong performance on the Libero benchmark suite. To compare and test its LeRobot implementation, we finetuned the GR00T N1.5 model for 30k steps on the Libero dataset and compared the results to the GR00T reference results. These results demonstrate GR00T’s strong generalization capabilities across diverse robotic manipulation tasks. To reproduce these results, you can follow the instructions in the Libero section.

Evaluate in your hardware setup

Once you have trained your model using your parameters you can run inference in your downstream task. Follow the instructions in Imitation Learning for Robots. For example:

License

This model follows the Apache 2.0 License, consistent with the original GR00T repository.