Update pipeline tag to robotics

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +13 -7
README.md CHANGED
@@ -1,20 +1,29 @@
1
  ---
 
 
2
  license: mit
 
3
  tags:
4
  - reinforcement-learning
5
  - drones
6
  - aerial-navigation
7
  - object-goal-navigation
8
- pipeline_tag: reinforcement-learning
9
- datasets:
10
- - ZichenYan/AION-dataset-files
11
  ---
 
12
  # AION: Aerial Indoor Object-Goal Navigation Using Dual-Policy Reinforcement Learning
 
 
 
13
  ## Files
14
  | Checkpoint | Description |
15
  |------------|-------------|
16
  | `AION-g.dat` | Goal-reaching model |
17
  | `AION-e.dat` | Exploration model |
 
 
 
 
 
18
  ## Citation
19
  ```bibtex
20
  @article{yan2026aion,
@@ -23,7 +32,4 @@ datasets:
23
  journal={arXiv preprint arXiv:2601.15614},
24
  year={2026}
25
  }
26
- ```
27
- ## Links
28
- - ๐Ÿ“„ Paper: [arXiv](https://arxiv.org/abs/2601.15614)
29
- - ๐Ÿ’ป Code: [GitHub](https://github.com/Zichen-Yan/AION)
 
1
  ---
2
+ datasets:
3
+ - ZichenYan/AION-dataset-files
4
  license: mit
5
+ pipeline_tag: robotics
6
  tags:
7
  - reinforcement-learning
8
  - drones
9
  - aerial-navigation
10
  - object-goal-navigation
 
 
 
11
  ---
12
+
13
  # AION: Aerial Indoor Object-Goal Navigation Using Dual-Policy Reinforcement Learning
14
+
15
+ 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.
16
+
17
  ## Files
18
  | Checkpoint | Description |
19
  |------------|-------------|
20
  | `AION-g.dat` | Goal-reaching model |
21
  | `AION-e.dat` | Exploration model |
22
+
23
+ ## Links
24
+ - ๐Ÿ“„ Paper: [arXiv](https://arxiv.org/abs/2601.15614)
25
+ - ๐Ÿ’ป Code: [GitHub](https://github.com/Zichen-Yan/AION)
26
+
27
  ## Citation
28
  ```bibtex
29
  @article{yan2026aion,
 
32
  journal={arXiv preprint arXiv:2601.15614},
33
  year={2026}
34
  }
35
+ ```