yinchenghust commited on
Commit
acd5129
·
verified ·
1 Parent(s): 152b4e5

Add files using upload-large-folder tool

Browse files
Files changed (1) hide show
  1. meta/modality.json +29 -11
meta/modality.json CHANGED
@@ -1,15 +1,24 @@
1
  {
2
  "state": {
3
- "arm": {
4
  "original_key": "observation.state",
5
  "start": 0,
6
- "end": 6,
7
  "rotation_type": null,
8
  "absolute": true,
9
  "dtype": "float32",
10
  "range": null
11
  },
12
- "hand": {
 
 
 
 
 
 
 
 
 
13
  "original_key": "observation.state",
14
  "start": 6,
15
  "end": 8,
@@ -20,24 +29,33 @@
20
  }
21
  },
22
  "action": {
23
- "arm": {
24
  "original_key": "action",
25
  "start": 0,
26
- "end": 6,
27
  "rotation_type": null,
28
- "absolute": true,
29
  "dtype": "float32",
30
  "range": null
31
  },
32
- "hand": {
 
 
 
 
 
 
 
 
 
33
  "original_key": "action",
34
  "start": 6,
35
  "end": 7,
36
- "rotation_type": null,
37
  "absolute": true,
38
- "dtype": "float32",
39
- "range": null
40
  }
 
41
  },
42
  "video": {
43
  "image": {
@@ -48,7 +66,7 @@
48
  }
49
  },
50
  "annotation": {
51
- "human.action.task_index": {
52
  "original_key": "task_index"
53
  }
54
  }
 
1
  {
2
  "state": {
3
+ "end_effector_position": {
4
  "original_key": "observation.state",
5
  "start": 0,
6
+ "end": 3,
7
  "rotation_type": null,
8
  "absolute": true,
9
  "dtype": "float32",
10
  "range": null
11
  },
12
+ "end_effector_rotation": {
13
+ "original_key": "observation.state",
14
+ "start": 3,
15
+ "end": 6,
16
+ "rotation_type": "axis_angle",
17
+ "absolute": true,
18
+ "dtype": "float32",
19
+ "range": null
20
+ },
21
+ "gripper_qpos": {
22
  "original_key": "observation.state",
23
  "start": 6,
24
  "end": 8,
 
29
  }
30
  },
31
  "action": {
32
+ "end_effector_position": {
33
  "original_key": "action",
34
  "start": 0,
35
+ "end": 3,
36
  "rotation_type": null,
37
+ "absolute": false,
38
  "dtype": "float32",
39
  "range": null
40
  },
41
+ "end_effector_rotation": {
42
+ "original_key": "action",
43
+ "start": 3,
44
+ "end": 6,
45
+ "rotation_type": "axis_angle",
46
+ "absolute": false,
47
+ "dtype": "float32",
48
+ "range": null
49
+ },
50
+ "gripper_close": {
51
  "original_key": "action",
52
  "start": 6,
53
  "end": 7,
 
54
  "absolute": true,
55
+ "dtype": "int64",
56
+ "range": [-1, 1]
57
  }
58
+
59
  },
60
  "video": {
61
  "image": {
 
66
  }
67
  },
68
  "annotation": {
69
+ "human.action.task_description": {
70
  "original_key": "task_index"
71
  }
72
  }