ibru commited on
Commit
66b7622
·
verified ·
1 Parent(s): 7b16176

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/modality.json +43 -0
meta/modality.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "state": {
3
+ "single_arm": {
4
+ "start": 0,
5
+ "end": 5
6
+ },
7
+ "gripper": {
8
+ "start": 5,
9
+ "end": 6
10
+ },
11
+ "mobile_base": {
12
+ "start": 6,
13
+ "end": 9
14
+ }
15
+ },
16
+ "action": {
17
+ "single_arm": {
18
+ "start": 0,
19
+ "end": 5
20
+ },
21
+ "gripper": {
22
+ "start": 5,
23
+ "end": 6
24
+ },
25
+ "mobile_base": {
26
+ "start": 6,
27
+ "end": 9
28
+ }
29
+ },
30
+ "video": {
31
+ "wrist": {
32
+ "original_key": "observation.images.wrist"
33
+ },
34
+ "front": {
35
+ "original_key": "observation.images.front"
36
+ }
37
+ },
38
+ "annotation": {
39
+ "human.task_description": {
40
+ "original_key": "task_index"
41
+ }
42
+ }
43
+ }