Gadget2 commited on
Commit
206126b
·
verified ·
1 Parent(s): 63d2627

Upload meta/modality.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/modality.json +27 -0
meta/modality.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "state": {
3
+ "arm": {
4
+ "start": 0,
5
+ "end": 6
6
+ },
7
+ "gripper": {
8
+ "start": 6,
9
+ "end": 7
10
+ }
11
+ },
12
+ "action": {
13
+ "arm": {
14
+ "start": 0,
15
+ "end": 6
16
+ },
17
+ "gripper": {
18
+ "start": 6,
19
+ "end": 7
20
+ }
21
+ },
22
+ "video": {
23
+ "ego_view": {
24
+ "original_key": "observation.images.ego_view"
25
+ }
26
+ }
27
+ }