Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -3,8 +3,10 @@ license: mit
|
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
---
|
| 6 |
-
<h1 align="center">Official Dataset for DexWild</h1>
|
| 7 |
|
|
|
|
|
|
|
|
|
|
| 8 |
|
| 9 |
<div align="center">
|
| 10 |
|
|
@@ -12,10 +14,6 @@ language:
|
|
| 12 |
|
| 13 |
Robotics: Science and Systems (RSS) 2025
|
| 14 |
|
| 15 |
-
<p align="center">
|
| 16 |
-
<img src="website_assets/imgs/teaser.gif" width="25%">
|
| 17 |
-
</p>
|
| 18 |
-
|
| 19 |
[[Project page]](https://dexwild.github.io/) [[Video]](https://youtu.be/oMaamSkcl5E) [[ArXiv]](https://arxiv.org/abs/2505.07813)
|
| 20 |
|
| 21 |
[[Main Code Repo]](https://github.com/dexwild/dexwild) [[Policy Training]](https://github.com/dexwild/dexwild-training)
|
|
@@ -29,6 +27,31 @@ Robotics: Science and Systems (RSS) 2025
|
|
| 29 |
|
| 30 |
---
|
| 31 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
# Data Structure
|
| 33 |
|
| 34 |
Data is saved in HDF5 Format in the following general structure. Note that single arm tasks are missing a few of these folders.
|
|
|
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
---
|
|
|
|
| 6 |
|
| 7 |
+
<p align="center">
|
| 8 |
+
<img src="website_assets/imgs/title.png" width="100%">
|
| 9 |
+
</p>
|
| 10 |
|
| 11 |
<div align="center">
|
| 12 |
|
|
|
|
| 14 |
|
| 15 |
Robotics: Science and Systems (RSS) 2025
|
| 16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
[[Project page]](https://dexwild.github.io/) [[Video]](https://youtu.be/oMaamSkcl5E) [[ArXiv]](https://arxiv.org/abs/2505.07813)
|
| 18 |
|
| 19 |
[[Main Code Repo]](https://github.com/dexwild/dexwild) [[Policy Training]](https://github.com/dexwild/dexwild-training)
|
|
|
|
| 27 |
|
| 28 |
---
|
| 29 |
|
| 30 |
+
# Data Breakdown
|
| 31 |
+
|
| 32 |
+
**9,505 Episodes across 5 tasks and 93 environments. 33+ Hours equating to 3.5M+ Transitions**
|
| 33 |
+
|
| 34 |
+
**Florist**
|
| 35 |
+
Human - **1,030** Episodes, 310,571 Transitions
|
| 36 |
+
Robot - **248** Episodes, 92,954 Transitions
|
| 37 |
+
|
| 38 |
+
**Clothes Folding**
|
| 39 |
+
Human - **1,123** Episodes, 294,367 Transitions
|
| 40 |
+
Robot - **295** Episodes, 123,385 Transitions
|
| 41 |
+
|
| 42 |
+
**Spray**
|
| 43 |
+
Human - **2,820** Episodes, 886,460 Transitions
|
| 44 |
+
Robot - **388** Episodes, 162,862 Transitions
|
| 45 |
+
|
| 46 |
+
**Toy Cleanup**
|
| 47 |
+
Human - **2,323** Episodes, 1,251,649 Transitions
|
| 48 |
+
Robot - **546** Episodes, 316,289 Transitions
|
| 49 |
+
|
| 50 |
+
**Pouring**
|
| 51 |
+
Human - **621** Episodes, 181,541 Transitions
|
| 52 |
+
Robot - **111** Episodes, 30,880 Transitions
|
| 53 |
+
|
| 54 |
+
|
| 55 |
# Data Structure
|
| 56 |
|
| 57 |
Data is saved in HDF5 Format in the following general structure. Note that single arm tasks are missing a few of these folders.
|