Datasets:
Simon White
commited on
Commit
·
77c33db
1
Parent(s):
1acb7fe
Modality file
Browse files- meta/modality.json +35 -0
meta/modality.json
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"state": {
|
3 |
+
"single_arm": {
|
4 |
+
"start": 0,
|
5 |
+
"end": 5
|
6 |
+
},
|
7 |
+
"gripper": {
|
8 |
+
"start": 5,
|
9 |
+
"end": 6
|
10 |
+
}
|
11 |
+
},
|
12 |
+
"action": {
|
13 |
+
"single_arm": {
|
14 |
+
"start": 0,
|
15 |
+
"end": 5
|
16 |
+
},
|
17 |
+
"gripper": {
|
18 |
+
"start": 5,
|
19 |
+
"end": 6
|
20 |
+
}
|
21 |
+
},
|
22 |
+
"video": {
|
23 |
+
"top": {
|
24 |
+
"original_key": "observation.images.top"
|
25 |
+
},
|
26 |
+
"wrist_left": {
|
27 |
+
"original_key": "observation.images.wrist.left"
|
28 |
+
}
|
29 |
+
},
|
30 |
+
"annotation": {
|
31 |
+
"human.task_description": {
|
32 |
+
"original_key": "task_index"
|
33 |
+
}
|
34 |
+
}
|
35 |
+
}
|