Add task category: robotics
Browse filesThis PR adds the `task_categories: ['robotics']` metadata to the dataset card.
The paper abstract and the "Recommended for" section in the dataset card itself highlight the dataset's applicability to "robotics embodied AI tasks," "physical manipulation and navigation," and "pretraining vision-action models for transfer to embodied AI (robotic manipulation, navigation)." Adding this metadata will improve the dataset's discoverability on the Hugging Face Hub for researchers in the robotics domain.
README.md
CHANGED
|
@@ -1,12 +1,14 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-4.0
|
| 3 |
tags:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# D2E-480p
|
|
@@ -143,4 +145,4 @@ For FHD/QHD resolution, see [D2E-Original](https://huggingface.co/datasets/open-
|
|
| 143 |
journal={arXiv preprint arXiv:2510.05684},
|
| 144 |
year={2025}
|
| 145 |
}
|
| 146 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-4.0
|
| 3 |
tags:
|
| 4 |
+
- vision-action
|
| 5 |
+
- embodied-ai
|
| 6 |
+
- game-dataset
|
| 7 |
+
- imitation-learning
|
| 8 |
+
- pretraining
|
| 9 |
+
- OWA
|
| 10 |
+
task_categories:
|
| 11 |
+
- robotics
|
| 12 |
---
|
| 13 |
|
| 14 |
# D2E-480p
|
|
|
|
| 145 |
journal={arXiv preprint arXiv:2510.05684},
|
| 146 |
year={2025}
|
| 147 |
}
|
| 148 |
+
```
|