Update README.md
Browse files
README.md
CHANGED
|
@@ -12,6 +12,18 @@ tags:
|
|
| 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
|
|
|
|
| 12 |
|
| 13 |
# AION: Aerial Indoor Object-Goal Navigation Using Dual-Policy Reinforcement Learning
|
| 14 |
|
| 15 |
+
## Demo Video
|
| 16 |
+
|
| 17 |
+
<iframe
|
| 18 |
+
width="800"
|
| 19 |
+
height="450"
|
| 20 |
+
src="https://www.youtube.com/embed/TgsUm6bb7zg"
|
| 21 |
+
title="AION Demo"
|
| 22 |
+
frameborder="0"
|
| 23 |
+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
|
| 24 |
+
allowfullscreen>
|
| 25 |
+
</iframe>
|
| 26 |
+
|
| 27 |
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.
|
| 28 |
|
| 29 |
## Files
|