Add task category to dataset card
#2
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,12 +1,14 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
| 3 |
tags:
|
| 4 |
- '- spacecraft'
|
| 5 |
- '- obstacle-avoidance'
|
| 6 |
- '- world-models'
|
| 7 |
- '- isaac-sim'
|
| 8 |
- '- trajectory-prediction'
|
| 9 |
-
pretty_name: Orbit-Planner Orbital Evasion Dataset
|
| 10 |
---
|
| 11 |
|
| 12 |
# Orbit-Planner Orbital Evasion Dataset
|
|
@@ -171,4 +173,4 @@ If you use this dataset in your research, please cite our
|
|
| 171 |
journal = {arXiv preprint arXiv:2608.16651},
|
| 172 |
year = {2026}
|
| 173 |
}
|
| 174 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
pretty_name: Orbit-Planner Orbital Evasion Dataset
|
| 4 |
+
task_categories:
|
| 5 |
+
- robotics
|
| 6 |
tags:
|
| 7 |
- '- spacecraft'
|
| 8 |
- '- obstacle-avoidance'
|
| 9 |
- '- world-models'
|
| 10 |
- '- isaac-sim'
|
| 11 |
- '- trajectory-prediction'
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
# Orbit-Planner Orbital Evasion Dataset
|
|
|
|
| 173 |
journal = {arXiv preprint arXiv:2608.16651},
|
| 174 |
year = {2026}
|
| 175 |
}
|
| 176 |
+
```
|