Back to the episode map

Research Note

GR00T N1 Architecture and Artifact Record

The original GR00T N1 was a vision-language-action model. It received camera observations, language instructions, robot state, and an embodiment identifier, then generate

Aug 4, 20263 min readBy Dalton Anderson

GR00T N1 Architecture and Artifact Record

Plain-language model

The original GR00T N1 was a vision-language-action model. It received camera observations, language instructions, robot state, and an embodiment identifier, then generated a sequence of continuous robot actions.

NVIDIA described the March 2025 model as two tightly coupled systems. A vision-language component interpreted observations and instructions. A diffusion or flow-matching action component generated continuous actions. The paper describes joint end-to-end training and post-training for robot-specific tasks.

https://arxiv.org/abs/2503.14734

https://developer.nvidia.com/blog/accelerate-generalist-humanoid-robot-development-with-nvidia-isaac-gr00t-n1/

Original model-card details

The original Hugging Face card identifies image frames, proprioceptive state, language instruction, and embodiment ID as inputs. It identifies a flow-matching transformer that reconstructs continuous actions from noise at inference time.

https://huggingface.co/nvidia/GR00T-N1-2B

The card names a 2B-parameter artifact but also describes a lightweight N1-1B architecture. This inconsistency should be preserved as a source limitation rather than harmonized by inference.

The training record describes cross-embodiment human and synthetic data plus robot sensors, state, and actuator data. Evaluation spans named simulation suites and selected real GR-1 tasks. The reported results belong to those tasks, embodiments, comparators, and evaluation settings.

Artifact-level meaning of open

ArtifactOriginal N1 recordInterpretation boundary
PaperPublic arXiv paperExplains methods and reported evaluations
Model weightsPublic N1-2B model cardAvailable under linked NVIDIA terms
CodePublic Isaac-GR00T repository and releaseVersion and license must be tied to a tag or commit
DataSelected public physical-AI datasetsEach dataset has its own scope, provenance, and license
SimulatorSeparate Isaac Sim artifactAvailability and license are not inherited from the model
Hardware and servicesSeparate NVIDIA and partner productsNot made open by the model release

"Open source," "open model," "open weights," and "open platform" should not be used as synonyms.

Data and adaptation boundary

The launch post describes a data pyramid. Broad human video supplies visual and task semantics. Synthetic data supplies controllable trajectories and variation. Real robot data supplies embodiment-specific state and action evidence.

The available checkpoint does not define a new robot's sensors, kinematics, action space, control rate, calibration, tools, timing, workcell, task tolerance, or risk. Those remain adaptation and system-integration work.

Current-version note

The current N1.7 repository reviewed on July 28, 2026 is a later system. It describes a Cosmos-Reason2-2B or Qwen3-VL-based VLM, relative end-effector actions, a GR00T-specific LeRobot v2 data format, a larger base checkpoint, and updated fine-tuning, evaluation, export, and deployment workflows.

https://github.com/NVIDIA/Isaac-GR00T

Those properties help explain how the project evolved. They must not be presented as features of the original N1 launch.

Safety boundary

The original model card says N1 was not tested or intended for mission-critical applications requiring functional safety. A model output is not a safety function. A public explainer must not present model availability, benchmark success, or repository deployment instructions as approval for a physical application.

Sources

Follow the evidence.

  1. osha.gov: chapter 4osha.gov
  2. arxiv.org: 2503arxiv.org
  3. developer.nvidia.com: gr00tdeveloper.nvidia.com
  4. osha.gov: standardsosha.gov
  5. developer.nvidia.com: accelerate generalist humanoid robot development with nvidia isaac gr00t n1developer.nvidia.com
  6. developer.nvidia.com: develop humanoid robot policies end to end with nvidia isaac gr00tdeveloper.nvidia.com
  7. Official Isaac GR00T repositorygithub.com
  8. docs.isaacsim.omniverse.nvidia.comdocs.isaacsim.omniverse.nvidia.com
  9. youtu.be: bA3VpE9diD0youtu.be
  10. developer.nvidia.com: enhance robot learning with synthetic trajectory data generated by world foundation modelsdeveloper.nvidia.com
  11. docs.isaacsim.omniverse.nvidia.com: tutorial replicator amr navigationdocs.isaacsim.omniverse.nvidia.com
  12. nist.gov: performance emergency response robotsnist.gov
  13. nist.gov: agility performance robotic systemsnist.gov
  14. github.com: releasesgithub.com
  15. huggingface.co: GR00T N1 2Bhuggingface.co
  16. daltonanderson.ghost.io: nvidias open source robot brain the future of aidaltonanderson.ghost.io
  17. open.spotify.com: 5FEgqx6vLKqP5goN69bUnaopen.spotify.com
  18. nist.gov: robotics test facilitynist.gov
GR00T N1 Architecture and Artifact Record