Datasets:
Add robotics task category and improve metadata
#4
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,7 +1,14 @@
|
|
| 1 |
---
|
| 2 |
-
license: mit
|
| 3 |
language:
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
<p align="center">
|
|
@@ -10,6 +17,8 @@ language:
|
|
| 10 |
|
| 11 |
<div align="center">
|
| 12 |
|
|
|
|
|
|
|
| 13 |
[Tony Tao](https://tony-tao.com/)<sup>\*</sup>, [Mohan Kumar Srirama](https://www.mohansrirama.com/)<sup>\*</sup>, [Jason Jingzhou Liu](https://jasonjzliu.com/), [Kenneth Shaw](https://kennyshaw.net/), [Deepak Pathak](https://www.cs.cmu.edu/~dpathak/)
|
| 14 |
|
| 15 |
Robotics: Science and Systems (RSS) 2025
|
|
@@ -144,6 +153,4 @@ If you find this project useful, please cite our work:
|
|
| 144 |
author={Tao, Tony and Srirama, Mohan Kumar and Liu, Jason Jingzhou and Shaw, Kenneth and Pathak, Deepak},
|
| 145 |
journal={Robotics: Science and Systems (RSS)},
|
| 146 |
year={2025}}
|
| 147 |
-
|
| 148 |
-
```
|
| 149 |
-
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
language:
|
| 3 |
+
- en
|
| 4 |
+
license: mit
|
| 5 |
+
task_categories:
|
| 6 |
+
- robotics
|
| 7 |
+
tags:
|
| 8 |
+
- dexterous-manipulation
|
| 9 |
+
- human-demonstrations
|
| 10 |
+
- imitation-learning
|
| 11 |
+
- robot-learning
|
| 12 |
---
|
| 13 |
|
| 14 |
<p align="center">
|
|
|
|
| 17 |
|
| 18 |
<div align="center">
|
| 19 |
|
| 20 |
+
# DexWild: Dexterous Human Interactions for In-the-Wild Robot Policies
|
| 21 |
+
|
| 22 |
[Tony Tao](https://tony-tao.com/)<sup>\*</sup>, [Mohan Kumar Srirama](https://www.mohansrirama.com/)<sup>\*</sup>, [Jason Jingzhou Liu](https://jasonjzliu.com/), [Kenneth Shaw](https://kennyshaw.net/), [Deepak Pathak](https://www.cs.cmu.edu/~dpathak/)
|
| 23 |
|
| 24 |
Robotics: Science and Systems (RSS) 2025
|
|
|
|
| 153 |
author={Tao, Tony and Srirama, Mohan Kumar and Liu, Jason Jingzhou and Shaw, Kenneth and Pathak, Deepak},
|
| 154 |
journal={Robotics: Science and Systems (RSS)},
|
| 155 |
year={2025}}
|
| 156 |
+
```
|
|
|
|
|
|