File size: 1,080 Bytes
3f9ecaa 966b692 3f9ecaa 966b692 3f9ecaa b8624ed 3707469 b8624ed 3f9ecaa 966b692 3f9ecaa 966b692 3f9ecaa ca671a8 966b692 3f9ecaa 966b692 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | ---
datasets:
- ZichenYan/AION-dataset-files
license: mit
pipeline_tag: robotics
tags:
- reinforcement-learning
- drones
- aerial-navigation
- object-goal-navigation
---
# AION: Aerial Indoor Object-Goal Navigation Using Dual-Policy Reinforcement Learning
AION is an end-to-end dual-policy reinforcement learning (RL) framework that decouples exploration and goal-reaching behaviors into two specialized policies for vision-based aerial ObjectNav without relying on external localization or global maps.
## Files
| Checkpoint | Description |
|------------|-------------|
| `AION-g.dat` | Goal-reaching model |
| `AION-e.dat` | Exploration model |
## Links
- 📄 Paper: [arXiv](https://arxiv.org/abs/2601.15614)
- 💻 Code: [GitHub](https://github.com/Zichen-Yan/AION)
## Citation
```bibtex
@article{yan2026aion,
title={AION: Aerial Indoor Object-Goal Navigation Using Dual-Policy Reinforcement Learning},
author={Yan, Zichen and Hou, Yuchen and Wang, Shenao and Gao, Yichao and Huang, Rui and Zhao, Lin},
journal={arXiv preprint arXiv:2601.15614},
year={2026}
}
``` |