Datasets:
Update meta/modality.json
Browse files- meta/modality.json +35 -0
meta/modality.json
CHANGED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"state": {
|
| 3 |
+
"single_arm": {
|
| 4 |
+
"start": 0,
|
| 5 |
+
"end": 6
|
| 6 |
+
},
|
| 7 |
+
"gripper": {
|
| 8 |
+
"start": 6,
|
| 9 |
+
"end": 7
|
| 10 |
+
}
|
| 11 |
+
},
|
| 12 |
+
"action": {
|
| 13 |
+
"single_arm": {
|
| 14 |
+
"start": 0,
|
| 15 |
+
"end": 6
|
| 16 |
+
},
|
| 17 |
+
"gripper": {
|
| 18 |
+
"start": 6,
|
| 19 |
+
"end": 7
|
| 20 |
+
}
|
| 21 |
+
},
|
| 22 |
+
"video": {
|
| 23 |
+
"gripper": {
|
| 24 |
+
"original_key": "observation.image.cam1_rgb"
|
| 25 |
+
},
|
| 26 |
+
"gripper_depth": {
|
| 27 |
+
"original_key": "observation.image.cam1_depth"
|
| 28 |
+
}
|
| 29 |
+
},
|
| 30 |
+
"annotation": {
|
| 31 |
+
"human.task_description": {
|
| 32 |
+
"original_key": "task_index"
|
| 33 |
+
}
|
| 34 |
+
}
|
| 35 |
+
}
|