wsagi commited on
Commit
7fd0715
·
verified ·
1 Parent(s): 0785cc1

Upload modality.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. modality.json +25 -0
modality.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "state": {
3
+ "shoulder_pan.pos": {"start": 0, "end": 1},
4
+ "shoulder_lift.pos": {"start": 1, "end": 2},
5
+ "elbow_flex.pos": {"start": 2, "end": 3},
6
+ "wrist_flex.pos": {"start": 3, "end": 4},
7
+ "wrist_roll.pos": {"start": 4, "end": 5},
8
+ "gripper.pos": {"start": 5, "end": 6}
9
+ },
10
+ "action": {
11
+ "shoulder_pan.pos": {"start": 0, "end": 1},
12
+ "shoulder_lift.pos": {"start": 1, "end": 2},
13
+ "elbow_flex.pos": {"start": 2, "end": 3},
14
+ "wrist_flex.pos": {"start": 3, "end": 4},
15
+ "wrist_roll.pos": {"start": 4, "end": 5},
16
+ "gripper.pos": {"start": 5, "end": 6}
17
+ },
18
+ "video": {
19
+ "primary_image": {"original_key": "observation.images.front"},
20
+ "wrist_image": {"original_key": "observation.images.wrist"}
21
+ },
22
+ "annotation": {
23
+ "human.action.task_description": {"original_key": "task_index"}
24
+ }
25
+ }