Add paper link and task category
Browse filesThis PR adds the `robotics` task category to the dataset and includes a link to the paper, improving discoverability and providing essential context.
README.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- robotics
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
This dataset is part of the [RoboVerse project](https://roboverseorg.github.io/), as described in the paper [RoboVerse: Towards a Unified Platform, Dataset and Benchmark for
|
| 8 |
+
Scalable and Generalizable Robot Learning](https://huggingface.co/papers/2504.18904).
|