Datasets:
Add paper link and task category to dataset card
Browse filesThis PR adds a link to the paper and specifies the task category as `robotics` to improve the dataset card.
README.md
CHANGED
@@ -1,17 +1,17 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-nc-sa-4.0
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
For business inquiries, please submit this form: [NVIDIA Research Licensing](https://www.nvidia.com/en-us/research/inquiries/)
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-sa-4.0
|
3 |
+
task_categories:
|
4 |
+
- robotics
|
5 |
+
---
|
6 |
+
|
7 |
+
# DexMimicGen Datasets
|
8 |
+
|
9 |
+
<p align="center">
|
10 |
+
<img width="95.0%" src="images/dexmimicgen.gif">
|
11 |
+
</p>
|
12 |
+
|
13 |
+
This repository contains the official dataset release of simulation environments and datasets for the [ICRA 2025](https://2025.ieee-icra.org) paper "[DexMimicGen: Automated Data Generation for Bimanual Dexterous Manipulation via Imitation Learning](https://huggingface.co/papers/2410.24185)".
|
14 |
+
|
15 |
+
Website: https://dexmimicgen.github.io
|
16 |
+
|
17 |
+
For business inquiries, please submit this form: [NVIDIA Research Licensing](https://www.nvidia.com/en-us/research/inquiries/)
|