nielsr HF Staff commited on
Commit
a0f251f
·
verified ·
1 Parent(s): 7772d33

Add task category to dataset card

Browse files

This PR adds the missing `task_categories` metadata to the dataset card, making it discoverable under the `robotics` category on the Hub. The existing comprehensive documentation remains unchanged.

Files changed (1) hide show
  1. README.md +4 -2
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
+ ```