GitPedia

InternNav

InternRobotics' open platform for building generalized navigation foundation models.

From InternRoboticsΒ·Updated June 12, 2026Β·View on GitHubΒ·

InternNav is an All-in-one open-source toolbox for embodied navigation based on PyTorch, Habitat and Isaac Sim. The project is written primarily in Jupyter Notebook, distributed under the MIT License license, first published in 2025. Key topics include: mllms, navigation, robotics, spatial-ai, spatial-intelligence.

Latest release: 0.3.1β€” InternNav v0.3.1 Release
February 11, 2026View Changelog β†’
<div align="center">

demo

HomePage
Technical Report β€” InternVLA-N1
DualVLN Paper β€” arXiv
doc
GitHub star chart
GitHub Issues
<a href="https://cdn.vansin.top/taoyuan.jpg"><img src="https://img.shields.io/badge/WeChat-07C160?logo=wechat&logoColor=white" height="20" style="display:inline"></a>
Discord

</div>

🏠 Introduction

InternNav is an All-in-one open-source toolbox for embodied navigation based on PyTorch, Habitat and Isaac Sim.

Highlights

  • Modular Support of the Entire Navigation System

We support modular customization and study of the entire navigation system, including vision-language navigation with discrete action space (VLN-CE), visual navigation (VN) given point/image/trajectory goals, and the whole VLN system with continuous trajectory outputs.

  • Compatibility with Mainstream Simulation Platforms

The toolbox is compatible with different training and evaluation requirements, supporting different environments for the usage of mainstream simulation platforms such as Habitat and Isaac Sim.

  • Comprehensive Datasets, Models and Benchmarks

The toolbox supports the most comprehensive 6 datasets & benchmarks and 10+ popular baselines, including both mainstream and our established brand new ones.

  • State of the Art

The toolbox supports the most advanced high-quality navigation dataset, InternData-N1, which includes 3k+ scenes and 830k VLN data covering diverse embodiments and scenes, and the first dual-system navigation foundation model with leading performance on all the benchmarks and zero-shot generalization capability in the real world, InternVLA-N1.

πŸ”₯ News

TimeUpdate
2026/01InternNav v0.3.0 released.
2025/12We introduce Interactive Instance Goal Navigation (IIGN) and release VL-LN Bench to enable InternVLA-N1 to solve this task, with large-scale dialog-trajectory collection plus training and evaluation support. See our website for details.
2025/12Training code for InternVLA-N1 and the corresponding usage doc is now available. This release provides two model configurations: InternVLA-N1 (Dual System)<span style="color: #28a745; font-size: 0.9em"> with NavDP*</span> and InternVLA-N1 (Dual System)<span style="color: #28a745; font-size: 0.9em"> DualVLN </span>. For model architecture and training details, please refer to the DualVLN paper.
2025/11InternNav v0.2.0 released β€” added distributed evaluation support for VLN-PE.
2025/10Add a inference-only demo of InternVLA-N1.
2025/10InternVLA-N1 technical report is released. Please check our homepage.
2025/09Real-world deployment code of InternVLA-N1 released. Upload 3D printing files for Unitree Go2.
2025/07Hosting the πŸ† IROS 2025 Grand Challenge (see updates at official website)
2025/07InternNav v0.1.1 released

πŸ“‹ Table of Contents

πŸ“š Getting Started

Please refer to the documentation for quick start with InternNav, from installation to training or evaluating supported models.

πŸ“¦ Overview

πŸ§ͺ Supported Benchmarks

<table align="center"> <tbody> <tr align="center" valign="bottom"> <td> <b>VLN Benchmarks</b> </td> <td> <b>VN Benchmarks</b> </td> </tr> <tr align="center" valign="top"> <td> <ul> <li align="left"><a href="https://arxiv.org/abs/2004.02857">VLN-CE</a></li> <li align="left"><a href="https://arxiv.org/abs/2507.13019">VLN-PE</a></li> </ul> </td> <td> <ul> <li align="left"><a href="https://arxiv.org/abs/2505.08712">Cluttered Environments</a></li> <li align="left"><a href="https://arxiv.org/abs/2505.08712">GRScenes-100</a></li> </ul> </td> </tbody> </table>

πŸ€— Model Zoo & Downloads

<table align="center"> <tbody> <tr align="center" valign="bottom"> <td> <b>🧠 VLN Single-System</b> </td> <td> <b>🎯 VN System (System1)</b> </td> <td> <b>🀝 VLN Multi-System</b> </td> </tr> <tr align="center" valign="top"> <td> <ul> <li align="left"><a href="https://huggingface.co/InternRobotics/VLN-PE">Seq2Seq</a></li> <li align="left"><a href="https://huggingface.co/InternRobotics/VLN-PE">CMA</a></li> <li align="left"><a href="https://huggingface.co/InternRobotics/VLN-PE">RDP</a></li> <li align="left"><a href="https://github.com/InternRobotics/StreamVLN">StreamVLN</a> <em>(coming soon)</em></li> </ul> </td> <td> <ul> <li align="left"><a href="https://github.com/InternRobotics/NavDP?tab=readme-ov-file#%EF%B8%8F-installation-of-baseline-library">DD-PPO</a></li> <li align="left"><a href="https://github.com/InternRobotics/NavDP?tab=readme-ov-file#%EF%B8%8F-installation-of-baseline-library">iPlanner</a></li> <li align="left"><a href="https://github.com/InternRobotics/NavDP?tab=readme-ov-file#%EF%B8%8F-installation-of-baseline-library">ViPlanner</a></li> <li align="left"><a href="https://github.com/InternRobotics/NavDP?tab=readme-ov-file#%EF%B8%8F-installation-of-baseline-library">GNM</a></li> <li align="left"><a href="https://github.com/InternRobotics/NavDP?tab=readme-ov-file#%EF%B8%8F-installation-of-baseline-library">ViNT</a></li> <li align="left"><a href="https://github.com/InternRobotics/NavDP?tab=readme-ov-file#%EF%B8%8F-installation-of-baseline-library">NoMad</a></li> <li align="left"><a href="https://github.com/InternRobotics/NavDP?tab=readme-ov-file#%EF%B8%8F-installation-of-baseline-library">NavDP <small>InternVLA-N1 (System 1)</small></a></li> </ul> </td> <td> <ul> <li align="left"><a href="https://huggingface.co/InternRobotics/InternVLA-N1-System2">InternVLA-N1 (System 2)</a> + <a href="https://github.com/InternRobotics/NavDP?tab=readme-ov-file#%EF%B8%8F-installation-of-baseline-library" style="color: #1e90ff;">Decoupled System1</a></li> <li align="left"><a href="https://huggingface.co/InternRobotics/InternVLA-N1-w-NavDP">InternVLA-N1 (Dual System) <small>w/ NavDP*</small> </a> <small> (NavDP*</small> indicates joint tuning with System 2)</li> <li align="left"><a href="https://huggingface.co/InternRobotics/InternVLA-N1-DualVLN">InternVLA-N1 (Dual System) <small>DualVLN</small></a></li> </ul> </td> </tbody> </table> <!-- **πŸ“ Note:** - VLN-CE RxR benchmark and StreamVLN model will be supported soon. - **NE**: Navigation Error (lower is better) β€’ **OS**: Oracle Success (higher is better) β€’ **SR**: Success Rate (higher is better) β€’ **SPL**: Success weighted by Path Length (higher is better) -->

πŸ“Š Benchmark Results

<u>VLN-CE Benchmarks</u>

πŸ“ R2R Dataset

ModelObservationNE ↓OS ↑SR ↑SPL ↑
InternVLA-N1-wo-dagger (S2) + ShortestPathFollower-4.8960.655.452.1
InternVLA-N1-wo-dagger (Dual System) <span style="color: #28a745; font-size: 0.9em"> with NavDP*</span>RGB-D4.8363.358.254.0
InternVLA-N1 (S2) + ShortestPathFollower-4.2568.360.955.2
InternVLA-N1 (Dual System)<span style="color: #28a745; font-size: 0.9em"> with NavDP*</span>RGB-D4.2270.464.158.1
InternVLA-N1 (Dual System)<span style="color: #28a745; font-size: 0.9em"> DualVLN </span>RGB4.0570.764.358.5

πŸ“ RxR Dataset

ModelObservationNE ↓SR ↑SPL ↑nDTW ↑
InternVLA-N1 (S2) + ShortestPathFollower-5.7163.555.046.8
InternVLA-N1 (Dual System)<span style="color: #28a745; font-size: 0.9em"> with NavDP*</span>RGB-D4.7059.750.669.7
InternVLA-N1 (Dual System)<span style="color: #28a745; font-size: 0.9em"> DualVLN </span>RGB4.5861.451.870.0

<u>VLN-PE Benchmarks</u>

πŸ“ Flash Controller on R2R Unseen

ModelNE ↓OS ↑SR ↑SPL ↑
Seq2Seq8.2743.015.79.7
CMA7.5245.024.418.2
RDP6.9842.524.917.5
InternVLA-N1 (System 2) + iPlanner4.9155.5347.0741.09
InternVLA-N1 (System 2) + NavDP4.2267.3358.7250.98
InternVLA-N1 (Dual System)<span style="color: #28a745; font-size: 0.9em"> DualVLN </span>3.9069.9363.6256.49

πŸ“ Physical Controller on R2R Unseen

ModelNE ↓OS ↑SR ↑SPL ↑
Seq2Seq7.8828.115.110.7
CMA7.2631.422.118.6
RDP6.7236.925.217.7
InternVLA-N1 (Dual System)<span style="color: #28a745; font-size: 0.9em"> DualVLN </span>4.6655.951.642.49

<u>Visual Navigation Benchmarks</u>

πŸ“ ClutteredEnv Dataset

ModelSR ↑SPL ↑
iPlanner84.883.6
ViPlanner72.472.3
NavDP <InternVLA-N1 (System 1)>89.887.7

πŸ“ InternScenes Dataset

ModelSR ↑SPL ↑
iPlanner48.846.7
ViPlanner54.352.5
NavDP <InternVLA-N1 (System 1)>65.760.7

πŸ”§ Customization

Please refer to the tutorial for advanced usage of InternNav, including customization of datasets, models and experimental settings.

πŸ‘₯ Contribute

If you would like to contribute to InternNav, please check out our contribution guide.
For example, raising issues, fixing bugs in the framework, and adapting or adding new policies and data to the framework.

Note: We welcome the feedback of the model's zero-shot performance when deploying in your own environment. Please show us your results and offer us your future demands regarding the model's capability. We will select the most valuable ones and collaborate with users together to solve them in the next few months :)

πŸš€ Community Deployment & Best Practices

We are excited to see InternNav being deployed and extended by the community across different robots and real-world scenarios.
Below are selected community-driven deployment guides and solution write-ups, which may serve as practical references for advanced users.

πŸ”— Citation

If you find our InternVLA-N1 (Dual System) model helpful, please cite our ICLR paper and previous technical report:

bibtex
@inproceedings{ wei2026ground, title={Ground Slow, Move Fast: A Dual-System Foundation Model for Generalizable Vision-Language Navigation}, author={Meng Wei and Chenyang Wan and Jiaqi Peng and Xiqian Yu and Yuqiang Yang and Delin Feng and Wenzhe Cai and Chenming Zhu and Tai Wang and Jiangmiao Pang and Xihui Liu}, booktitle={The Fourteenth International Conference on Learning Representations}, year={2026}, url={https://openreview.net/forum?id=GK4rznYwhn} } @misc{internvla-n1, title = {{InternVLA-N1: An} Open Dual-System Navigation Foundation Model with Learned Latent Plans}, author = {InternNav Team}, year = {2025}, booktitle={arXiv}, }

If you use this InternNav codebase to develop your method, please cite our codebase:

bibtex
@misc{internnav2025, title = {{InternNav: InternRobotics'} open platform for building generalized navigation foundation models}, author = {InternNav Contributors}, howpublished={\url{https://github.com/InternRobotics/InternNav}}, year = {2025} }
<details><summary>If you use the specific pretrained models and benchmarks, please kindly cite the original papers below.</summary>
BibTex
@inproceedings{vlnpe, title={Rethinking the Embodied Gap in Vision-and-Language Navigation: A Holistic Study of Physical and Visual Disparities}, author={Wang, Liuyi and Xia, Xinyuan and Zhao, Hui and Wang, Hanqing and Wang, Tai and Chen, Yilun and Liu, Chengju and Chen, Qijun and Pang, Jiangmiao}, booktitle={Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)}, year={2025} } @inproceedings{streamvln, title = {StreamVLN: Streaming Vision-and-Language Navigation via SlowFast Context Modeling}, author = {Wei, Meng and Wan, Chenyang and Yu, Xiqian and Wang, Tai and Yang, Yuqiang and Mao, Xiaohan and Zhu, Chenming and Cai, Wenzhe and Wang, Hanqing and Chen, Yilun and Liu, Xihui and Pang, Jiangmiao}, booktitle={2026 IEEE International Conference on Robotics and Automation (ICRA)}, year = {2026} } @inproceedings{navdp, title = {NavDP: Learning Sim-to-Real Navigation Diffusion Policy with Privileged Information Guidance}, author = {Wenzhe Cai, Jiaqi Peng, Yuqiang Yang, Yujian Zhang, Meng Wei, Hanqing Wang, Yilun Chen, Tai Wang and Jiangmiao Pang}, booktitle={2026 IEEE International Conference on Robotics and Automation (ICRA)}, year = {2026}, }
</details>

πŸ“„ License

InternNav's codes are MIT licensed.
The open-sourced InternData-N1 data are under the <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License </a><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/80x15.png" /></a>.
Other datasets like VLN-CE inherit their own distribution licenses.

πŸ‘ Acknowledgement

  • InternUtopia (Previously GRUtopia): The closed-loop evaluation and GRScenes-100 data in this framework relies on the InternUtopia framework.
  • Diffusion Policy: Diffusion policy implementation.
  • LongCLIP: Long-text CLIP model.
  • VLN-CE: Vision-and-Language Navigation in Continuous Environments based on Habitat.
  • Qwen2.5-VL: The pretrained vision-language foundation model.
  • LeRobot: The data format used in this project largely follows the conventions of LeRobot.

Contributors

Showing top 12 contributors by commit count.

View all contributors on GitHub β†’

This article is auto-generated from InternRobotics/InternNav via the GitHub API.Last fetched: 6/13/2026