Official implementation of [AstraNav-World: World Model for Foresight Control and Consistency]
100
stars
1
commits
Python
primary language
Jan 21, 2026
updated
Clone the repo:
git clone https://github.com/amap-cvlab/AstraNav-World.git
Install Training dependencies:
# Ensure torch >= 2.6.0
pip install -r requirements.txt
cd wan
pip install .
Install habitat-sim and habitat-lab for inference
r2r&rxr and ovon have different version dependencies.
● habitat-sim
r2r&rxr: git clone https://github.com/facebookresearch/habitat-sim.git && cd habitat-sim && git checkout v0.1.7
Ovon: git clone https://github.com/facebookresearch/habitat-sim.git && cd habitat-sim && git checkout v0.2.3
pip install -r requirements.txt
python setup.py install --headless
● habitat-lab
r2r&rxr: git clone https://github.com/facebookresearch/habitat-lab && cd habitat-lab && git checkout v0.1.7
ovon: git clone https://github.com/chongchong2025/habitat-lab && cd habitat-lab && git checkout v0.2.3_waypoint
python -m pip install -r habitat-baselines/habitat_baselines/rl/requirements.txt
python -m pip install -r habitat-baselines/habitat_baselines/rl/ddppo/requirements.txt
pip install -e .
cd habitat-baselines
pip install -e .
| Models | Download Link |
|---|---|
| Action-Former | ModelScope |
● r2r & rxr
cd infer_r2r_rxr
bash eval_r2r.sh
bash eval_rxr.sh
● ovon
cd infer_ovon
bash eval_ovon.sh
If you find this repository useful, please consider giving a star ⭐ and citation
@article{hu2025astranav,
title={AstraNav-World: World Model for Foresight Control and Consistency},
author={Hu, Junjun and Chen, Jintao and Bai, Haochen and Luo, Minghua and Xie, Shichao and Chen, Ziyi and Liu, Fei and Chu, Zedong and Xue, Xinda and Ren, Botao and others},
journal={arXiv preprint arXiv:2512.21714},
year={2025}
}
@article{xue2025omninav,
title={OmniNav: A Unified Framework for Prospective Exploration and Visual-Language Navigation},
author={Xue, Xinda and Hu, Junjun and Luo, Minghua and Shichao, Xie and Chen, Jintao and Xie, Zixun and Kuichen, Quan and Wei, Guo and Xu, Mu and Chu, Zedong},
journal={arXiv preprint arXiv:2509.25687},
year={2025}
}
Thanks to OmniNav, Navid, MTU3D, and Ovon for open-sourcing the construction of training data and the closed-loop inference code. Their contributions have significantly enriched the open-source community.
1 commits
Python
99.3%
Official implementation of [AstraNav-World: World Model for Foresight Control and Consistency]
100
stars
1
commits
Python
primary language
Jan 21, 2026
updated
Clone the repo:
git clone https://github.com/amap-cvlab/AstraNav-World.git
Install Training dependencies:
# Ensure torch >= 2.6.0
pip install -r requirements.txt
cd wan
pip install .
Install habitat-sim and habitat-lab for inference
r2r&rxr and ovon have different version dependencies.
● habitat-sim
r2r&rxr: git clone https://github.com/facebookresearch/habitat-sim.git && cd habitat-sim && git checkout v0.1.7
Ovon: git clone https://github.com/facebookresearch/habitat-sim.git && cd habitat-sim && git checkout v0.2.3
pip install -r requirements.txt
python setup.py install --headless
● habitat-lab
r2r&rxr: git clone https://github.com/facebookresearch/habitat-lab && cd habitat-lab && git checkout v0.1.7
ovon: git clone https://github.com/chongchong2025/habitat-lab && cd habitat-lab && git checkout v0.2.3_waypoint
python -m pip install -r habitat-baselines/habitat_baselines/rl/requirements.txt
python -m pip install -r habitat-baselines/habitat_baselines/rl/ddppo/requirements.txt
pip install -e .
cd habitat-baselines
pip install -e .
| Models | Download Link |
|---|---|
| Action-Former | ModelScope |
● r2r & rxr
cd infer_r2r_rxr
bash eval_r2r.sh
bash eval_rxr.sh
● ovon
cd infer_ovon
bash eval_ovon.sh
If you find this repository useful, please consider giving a star ⭐ and citation
@article{hu2025astranav,
title={AstraNav-World: World Model for Foresight Control and Consistency},
author={Hu, Junjun and Chen, Jintao and Bai, Haochen and Luo, Minghua and Xie, Shichao and Chen, Ziyi and Liu, Fei and Chu, Zedong and Xue, Xinda and Ren, Botao and others},
journal={arXiv preprint arXiv:2512.21714},
year={2025}
}
@article{xue2025omninav,
title={OmniNav: A Unified Framework for Prospective Exploration and Visual-Language Navigation},
author={Xue, Xinda and Hu, Junjun and Luo, Minghua and Shichao, Xie and Chen, Jintao and Xie, Zixun and Kuichen, Quan and Wei, Guo and Xu, Mu and Chu, Zedong},
journal={arXiv preprint arXiv:2509.25687},
year={2025}
}
Thanks to OmniNav, Navid, MTU3D, and Ovon for open-sourcing the construction of training data and the closed-loop inference code. Their contributions have significantly enriched the open-source community.
1 commits
Python
99.3%