NVIDIA Isaac GR00T N1.7
https://arxiv.org/abs/2503.14734
Dual-system (VLM "System 2" + Diffusion Transformer "System 1") jointly trained end-to-end; planner outputs persist as conditioning context across action generation. N1.7 adopts relative end-effector action space — incremental spatial memory via positional history.
At a glance
- Type
- Slow VLM planner + fast diffusion action model
- Tier
- T3
- Created
- 2025-03
- Latest release
- n1.7-release 2026-04-18
- License
- Apache-2.0
- GitHub
- 6.9k★ +133/mo Python
- Pricing
- searched not found
- Funding
- searched not found
Taxonomy
- storage
- kv-cache
- retrieval
- attention
- persistence
- session
- update
- read-only
- unit
- trajectory
- governance
- inspectable
- conflict
- n/a
When to use
Optimised for: real-time perception + spatial reasoning + multi-modal sensor fusion
Anti-fit: not for non-embodied / non-physical use cases
Pros & cons
Pros
Foundation humanoid robot model from NVIDIA — the closest thing to a 'GPT for robots' so far.
Cons
Closed weights; production deployment limited; sim-to-real transfer track record still being established.
Claims & capabilities
Open foundation model. Generalises across quadrupeds, tabletop arms, mobile manipulators.
Technical surface
- API surface
- not applicable — research paper
- Backend storage
- not applicable — research paper
- Deployment
- Open-source (Apache-2.0); self-hosted
- Embedding model
- not applicable — research paper
- Multi-tenancy
- not applicable — research paper
- MCP
- not applicable — research paper, no deployed product
- A2A
- not applicable — research paper, no deployed product
- OpenTelemetry
- not applicable — research paper, no deployed product
Similar systems
Other vertical / domain-specific ai memory in the catalog, ranked by inbound references.
- NVIDIA ReMEmbR T3
Builds long-horizon memory by captioning video segments with VILA, storing captions with timestamps + 3D position coordinates in MilvusDB. At query time, LLM iterates retrieval across text, time, and position modalities. Deployed on Nova Carter robot (Jetson Orin).
- Abridge T1
Clinician-assist ambient documentation. Source mapping: every AI-generated summary element traced back to the source utterance. Audit-and-trust layer over episodic memory. Built on proprietary 1.5M+ medical-encounter dataset.
- ASAPP GenerativeAgent T1
Treats memory as first-class architecture. Captures the digital footprint of every interaction; retrieves preference and history at engagement time. Public example: airline knowing a frequent flyer wants aisle seats with her son — preference-aware, not just history-lookup.
- BenevolentAI T1
Target identification / drug repurposing / mechanism tracing. 85+ data sources, petabyte-scale, rebuilt every few weeks. Wet-lab results re-enter the graph and shift downstream predictions — institutional experimental memory closing a feedback loop.
- Causaly T1
Drug discovery / target identification / causal mechanism tracing. The graph is the memory: 7 years of curated biomedical cause-effect relationships compounding with each new ingestion. Scientific RAG retrieves from a versioned causal substrate.
- Character.ai T1
Chat Memories (user-defined facts), auto-memories for c.ai+ subscribers, pinned memories, in-context retention. PipSqueak 2 model (April 2026) reduces in-conversation drift. Memory Visualization meter forthcoming.