lukasskellijs commited on
Commit
80a8b46
·
verified ·
1 Parent(s): 76b7f3e

Upload folder using huggingface_hub

Browse files
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9b11ede1055a6de01e4f212012eaeb705b4eb55dd0c3c15f60a45dd6334d7ab
3
+ size 24599
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d911ced14d33172fcdb662b3ec977e68943f4fa0048c62faff3b2f3f69342ca
3
+ size 65229
meta/hud_contract.json ADDED
@@ -0,0 +1,294 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "env_contract": {
3
+ "robot_type": "franka_panda_libero",
4
+ "control_rate": 10,
5
+ "features": {
6
+ "agentview_image": {
7
+ "role": "observation",
8
+ "type": "rgb",
9
+ "dtype": "image",
10
+ "shape": [
11
+ 256,
12
+ 256,
13
+ 3
14
+ ],
15
+ "names": [
16
+ "height",
17
+ "width",
18
+ "channel"
19
+ ],
20
+ "stats": {
21
+ "mean": [
22
+ [
23
+ [
24
+ 0.48068472743034363
25
+ ]
26
+ ],
27
+ [
28
+ [
29
+ 0.4485854208469391
30
+ ]
31
+ ],
32
+ [
33
+ [
34
+ 0.4106878638267517
35
+ ]
36
+ ]
37
+ ],
38
+ "std": [
39
+ [
40
+ [
41
+ 0.229267880320549
42
+ ]
43
+ ],
44
+ [
45
+ [
46
+ 0.22267605364322662
47
+ ]
48
+ ],
49
+ [
50
+ [
51
+ 0.21524138748645782
52
+ ]
53
+ ]
54
+ ],
55
+ "min": [
56
+ [
57
+ [
58
+ 0.0
59
+ ]
60
+ ],
61
+ [
62
+ [
63
+ 0.0
64
+ ]
65
+ ],
66
+ [
67
+ [
68
+ 0.0
69
+ ]
70
+ ]
71
+ ],
72
+ "max": [
73
+ [
74
+ [
75
+ 1.0
76
+ ]
77
+ ],
78
+ [
79
+ [
80
+ 1.0
81
+ ]
82
+ ],
83
+ [
84
+ [
85
+ 1.0
86
+ ]
87
+ ]
88
+ ]
89
+ }
90
+ },
91
+ "robot0_eye_in_hand_image": {
92
+ "role": "observation",
93
+ "type": "rgb",
94
+ "dtype": "image",
95
+ "shape": [
96
+ 256,
97
+ 256,
98
+ 3
99
+ ],
100
+ "names": [
101
+ "height",
102
+ "width",
103
+ "channel"
104
+ ],
105
+ "stats": {
106
+ "mean": [
107
+ [
108
+ [
109
+ 0.5057708024978638
110
+ ]
111
+ ],
112
+ [
113
+ [
114
+ 0.46449801325798035
115
+ ]
116
+ ],
117
+ [
118
+ [
119
+ 0.42354270815849304
120
+ ]
121
+ ]
122
+ ],
123
+ "std": [
124
+ [
125
+ [
126
+ 0.2672027349472046
127
+ ]
128
+ ],
129
+ [
130
+ [
131
+ 0.25637131929397583
132
+ ]
133
+ ],
134
+ [
135
+ [
136
+ 0.24345873296260834
137
+ ]
138
+ ]
139
+ ],
140
+ "min": [
141
+ [
142
+ [
143
+ 0.0
144
+ ]
145
+ ],
146
+ [
147
+ [
148
+ 0.0
149
+ ]
150
+ ],
151
+ [
152
+ [
153
+ 0.0
154
+ ]
155
+ ]
156
+ ],
157
+ "max": [
158
+ [
159
+ [
160
+ 1.0
161
+ ]
162
+ ],
163
+ [
164
+ [
165
+ 1.0
166
+ ]
167
+ ],
168
+ [
169
+ [
170
+ 1.0
171
+ ]
172
+ ]
173
+ ]
174
+ }
175
+ },
176
+ "state": {
177
+ "role": "observation",
178
+ "type": "ee_abs",
179
+ "dtype": "float32",
180
+ "shape": [
181
+ 8
182
+ ],
183
+ "names": [
184
+ "robot0_eef_pos.x",
185
+ "robot0_eef_pos.y",
186
+ "robot0_eef_pos.z",
187
+ "robot0_eef_axis_angle.rx",
188
+ "robot0_eef_axis_angle.ry",
189
+ "robot0_eef_axis_angle.rz",
190
+ "robot0_gripper_qpos.finger_joint1",
191
+ "robot0_gripper_qpos.finger_joint2"
192
+ ],
193
+ "stats": {
194
+ "mean": [
195
+ -0.04651879519224167,
196
+ 0.03440921753644943,
197
+ 0.7645525336265564,
198
+ 2.972202777862549,
199
+ -0.22047005593776703,
200
+ -0.1255796253681183,
201
+ 0.026914266869425774,
202
+ -0.02719070389866829
203
+ ],
204
+ "std": [
205
+ 0.10494378954172134,
206
+ 0.15176637470722198,
207
+ 0.3785160183906555,
208
+ 0.34427398443222046,
209
+ 0.9069469571113586,
210
+ 0.3253920078277588,
211
+ 0.014175914227962494,
212
+ 0.014058894477784634
213
+ ],
214
+ "min": [
215
+ -0.4828203022480011,
216
+ -0.3255046010017395,
217
+ 0.008128180168569088,
218
+ 0.35277295112609863,
219
+ -3.641430377960205,
220
+ -1.842738389968872,
221
+ -0.0013586411951109767,
222
+ -0.042040832340717316
223
+ ],
224
+ "max": [
225
+ 0.21031762659549713,
226
+ 0.39128610491752625,
227
+ 1.3660105466842651,
228
+ 3.6714255809783936,
229
+ 3.560650587081909,
230
+ 1.386339545249939,
231
+ 0.04233968257904053,
232
+ 0.0013633022317662835
233
+ ]
234
+ }
235
+ },
236
+ "action": {
237
+ "role": "action",
238
+ "type": "ee_del",
239
+ "dtype": "float32",
240
+ "shape": [
241
+ 7
242
+ ],
243
+ "names": [
244
+ "delta_eef_pos.dx",
245
+ "delta_eef_pos.dy",
246
+ "delta_eef_pos.dz",
247
+ "delta_eef_axis_angle.drx",
248
+ "delta_eef_axis_angle.dry",
249
+ "delta_eef_axis_angle.drz",
250
+ "gripper.open_close"
251
+ ],
252
+ "stats": {
253
+ "mean": [
254
+ 0.06278137117624283,
255
+ 0.0868409126996994,
256
+ -0.09037282317876816,
257
+ 0.0005407406715676188,
258
+ 0.005643361248075962,
259
+ -0.005229088477790356,
260
+ -0.04964079707860947
261
+ ],
262
+ "std": [
263
+ 0.3355240225791931,
264
+ 0.3784470558166504,
265
+ 0.44472837448120117,
266
+ 0.03924351558089256,
267
+ 0.06339313089847565,
268
+ 0.07797032594680786,
269
+ 0.9987710118293762
270
+ ],
271
+ "min": [
272
+ -0.9375,
273
+ -0.9375,
274
+ -0.9375,
275
+ -0.2582142949104309,
276
+ -0.375,
277
+ -0.3675000071525574,
278
+ -1.0
279
+ ],
280
+ "max": [
281
+ 0.9375,
282
+ 0.9375,
283
+ 0.9375,
284
+ 0.3557142913341522,
285
+ 0.375,
286
+ 0.375,
287
+ 1.0
288
+ ]
289
+ }
290
+ }
291
+ },
292
+ "comment": "LIBERO benchmark on a single Franka Panda (robosuite/MuJoCo). A launch-time decision variable (use_delta) selects one action branch from action_modes and is spliced into features.action by config.build_contract: 'delta' = 7-DoF OSC_POSE end-effector delta + gripper (ee_del); 'absolute' = absolute target eef pose (position + axis-angle) + gripper (ee_abs). State is the absolute eef pose (position + axis-angle from robosuite (x,y,z,w) quat) + gripper finger qpos (ee_abs). Two 256x256 RGB views (agentview, wrist) at 10 Hz. Delta stats are the physical-intelligence/libero normalization values; absolute stats mirror the eef-pose state distribution."
293
+ }
294
+ }
meta/info.json ADDED
@@ -0,0 +1,160 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "fps": 10,
4
+ "features": {
5
+ "observation.images.agentview_image": {
6
+ "dtype": "video",
7
+ "shape": [
8
+ 256,
9
+ 256,
10
+ 3
11
+ ],
12
+ "names": [
13
+ "height",
14
+ "width",
15
+ "channel"
16
+ ],
17
+ "info": {
18
+ "video.height": 256,
19
+ "video.width": 256,
20
+ "video.codec": "av1",
21
+ "video.pix_fmt": "yuv420p",
22
+ "video.is_depth_map": false,
23
+ "video.fps": 10,
24
+ "video.channels": 3,
25
+ "has_audio": false,
26
+ "video.g": 2,
27
+ "video.crf": 30,
28
+ "video.preset": 12,
29
+ "video.fast_decode": 0,
30
+ "video.video_backend": "pyav",
31
+ "video.extra_options": {}
32
+ }
33
+ },
34
+ "observation.images.robot0_eye_in_hand_image": {
35
+ "dtype": "video",
36
+ "shape": [
37
+ 256,
38
+ 256,
39
+ 3
40
+ ],
41
+ "names": [
42
+ "height",
43
+ "width",
44
+ "channel"
45
+ ],
46
+ "info": {
47
+ "video.height": 256,
48
+ "video.width": 256,
49
+ "video.codec": "av1",
50
+ "video.pix_fmt": "yuv420p",
51
+ "video.is_depth_map": false,
52
+ "video.fps": 10,
53
+ "video.channels": 3,
54
+ "has_audio": false,
55
+ "video.g": 2,
56
+ "video.crf": 30,
57
+ "video.preset": 12,
58
+ "video.fast_decode": 0,
59
+ "video.video_backend": "pyav",
60
+ "video.extra_options": {}
61
+ }
62
+ },
63
+ "observation.state": {
64
+ "dtype": "float32",
65
+ "shape": [
66
+ 8
67
+ ],
68
+ "names": [
69
+ "robot0_eef_pos.x",
70
+ "robot0_eef_pos.y",
71
+ "robot0_eef_pos.z",
72
+ "robot0_eef_axis_angle.rx",
73
+ "robot0_eef_axis_angle.ry",
74
+ "robot0_eef_axis_angle.rz",
75
+ "robot0_gripper_qpos.finger_joint1",
76
+ "robot0_gripper_qpos.finger_joint2"
77
+ ]
78
+ },
79
+ "action": {
80
+ "dtype": "float32",
81
+ "shape": [
82
+ 7
83
+ ],
84
+ "names": [
85
+ "delta_eef_pos.dx",
86
+ "delta_eef_pos.dy",
87
+ "delta_eef_pos.dz",
88
+ "delta_eef_axis_angle.drx",
89
+ "delta_eef_axis_angle.dry",
90
+ "delta_eef_axis_angle.drz",
91
+ "gripper.open_close"
92
+ ]
93
+ },
94
+ "next.reward": {
95
+ "dtype": "float32",
96
+ "shape": [
97
+ 1
98
+ ],
99
+ "names": [
100
+ "reward"
101
+ ]
102
+ },
103
+ "next.done": {
104
+ "dtype": "bool",
105
+ "shape": [
106
+ 1
107
+ ],
108
+ "names": [
109
+ "done"
110
+ ]
111
+ },
112
+ "timestamp": {
113
+ "dtype": "float32",
114
+ "shape": [
115
+ 1
116
+ ],
117
+ "names": null
118
+ },
119
+ "frame_index": {
120
+ "dtype": "int64",
121
+ "shape": [
122
+ 1
123
+ ],
124
+ "names": null
125
+ },
126
+ "episode_index": {
127
+ "dtype": "int64",
128
+ "shape": [
129
+ 1
130
+ ],
131
+ "names": null
132
+ },
133
+ "index": {
134
+ "dtype": "int64",
135
+ "shape": [
136
+ 1
137
+ ],
138
+ "names": null
139
+ },
140
+ "task_index": {
141
+ "dtype": "int64",
142
+ "shape": [
143
+ 1
144
+ ],
145
+ "names": null
146
+ }
147
+ },
148
+ "total_episodes": 2,
149
+ "total_frames": 194,
150
+ "total_tasks": 2,
151
+ "chunks_size": 1000,
152
+ "data_files_size_in_mb": 100,
153
+ "video_files_size_in_mb": 200,
154
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
155
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
156
+ "robot_type": "franka_panda_libero",
157
+ "splits": {
158
+ "train": "0:2"
159
+ }
160
+ }
meta/stats.json ADDED
@@ -0,0 +1,723 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "episode_index": {
3
+ "min": [
4
+ 0
5
+ ],
6
+ "max": [
7
+ 1
8
+ ],
9
+ "mean": [
10
+ 0.5824742268041238
11
+ ],
12
+ "std": [
13
+ 0.4931510944052157
14
+ ],
15
+ "count": [
16
+ 194
17
+ ],
18
+ "q01": [
19
+ 0.5824742268041242
20
+ ],
21
+ "q10": [
22
+ 0.5824742268041277
23
+ ],
24
+ "q50": [
25
+ 0.5824742268041437
26
+ ],
27
+ "q90": [
28
+ 0.5824742268041597
29
+ ],
30
+ "q99": [
31
+ 0.5824742268041633
32
+ ]
33
+ },
34
+ "index": {
35
+ "min": [
36
+ 0
37
+ ],
38
+ "max": [
39
+ 193
40
+ ],
41
+ "mean": [
42
+ 96.5
43
+ ],
44
+ "std": [
45
+ 56.00223209837265
46
+ ],
47
+ "count": [
48
+ 194
49
+ ],
50
+ "q01": [
51
+ 47.75619513392164
52
+ ],
53
+ "q10": [
54
+ 56.931485360744546
55
+ ],
56
+ "q50": [
57
+ 96.5098639175258
58
+ ],
59
+ "q90": [
60
+ 136.06851463925545
61
+ ],
62
+ "q99": [
63
+ 145.23839373205772
64
+ ]
65
+ },
66
+ "task_index": {
67
+ "min": [
68
+ 0
69
+ ],
70
+ "max": [
71
+ 1
72
+ ],
73
+ "mean": [
74
+ 0.5824742268041238
75
+ ],
76
+ "std": [
77
+ 0.4931510944052157
78
+ ],
79
+ "count": [
80
+ 194
81
+ ],
82
+ "q01": [
83
+ 0.5824742268041242
84
+ ],
85
+ "q10": [
86
+ 0.5824742268041277
87
+ ],
88
+ "q50": [
89
+ 0.5824742268041437
90
+ ],
91
+ "q90": [
92
+ 0.5824742268041597
93
+ ],
94
+ "q99": [
95
+ 0.5824742268041633
96
+ ]
97
+ },
98
+ "action": {
99
+ "min": [
100
+ -0.7341477274894714,
101
+ -0.5502816438674927,
102
+ -1.03373122215271,
103
+ -0.0691874772310257,
104
+ -0.1477082371711731,
105
+ -0.11249297112226486,
106
+ -1.0372871160507202
107
+ ],
108
+ "max": [
109
+ 0.9285567998886108,
110
+ 0.8721762895584106,
111
+ 0.9544996023178101,
112
+ 0.09350164979696274,
113
+ 0.14977934956550598,
114
+ 0.10397705435752869,
115
+ 1.022247076034546
116
+ ],
117
+ "mean": [
118
+ 0.21410527948251704,
119
+ 0.170657166884732,
120
+ -0.20393826551351352,
121
+ -0.0027390870496092996,
122
+ -0.017179175037602634,
123
+ -0.013151896056555902,
124
+ 0.03167685797226798
125
+ ],
126
+ "std": [
127
+ 0.4485264774473618,
128
+ 0.3702644777812045,
129
+ 0.5895661539249055,
130
+ 0.02298728333894675,
131
+ 0.0608415748630739,
132
+ 0.04181040169343869,
133
+ 1.0077187501058926
134
+ ],
135
+ "count": [
136
+ 194
137
+ ],
138
+ "q01": [
139
+ -0.4767575400330357,
140
+ -0.3962656599436839,
141
+ -0.9766347953185592,
142
+ -0.051909588271579175,
143
+ -0.14008675143506724,
144
+ -0.0967251157403453,
145
+ -1.0260334991917168
146
+ ],
147
+ "q10": [
148
+ -0.3365018963660162,
149
+ -0.23895126783202603,
150
+ -0.935102304017421,
151
+ -0.025453987619695587,
152
+ -0.0976962325691255,
153
+ -0.07153805323405979,
154
+ -1.0166487338616677
155
+ ],
156
+ "q50": [
157
+ 0.1432405278547523,
158
+ 0.054750905132170805,
159
+ -0.14371656265455424,
160
+ -0.004337229727546579,
161
+ -0.02173673474834752,
162
+ -0.0029781288707379215,
163
+ 0.9941122728524748
164
+ ],
165
+ "q90": [
166
+ 0.8595212430069128,
167
+ 0.7132366555253256,
168
+ 0.6783189034339079,
169
+ 0.027411024787069596,
170
+ 0.057553695357337446,
171
+ 0.03959853078824343,
172
+ 1.014931383022328
173
+ ],
174
+ "q99": [
175
+ 0.9005356897920678,
176
+ 0.7493559278532402,
177
+ 0.933280579650525,
178
+ 0.056413761009030124,
179
+ 0.10102330837513983,
180
+ 0.06359292405090997,
181
+ 1.0198168946049877
182
+ ]
183
+ },
184
+ "next.reward": {
185
+ "min": [
186
+ 0.0
187
+ ],
188
+ "max": [
189
+ 1.0
190
+ ],
191
+ "mean": [
192
+ 0.01030927836971799
193
+ ],
194
+ "std": [
195
+ 0.10100988877125369
196
+ ],
197
+ "count": [
198
+ 194
199
+ ],
200
+ "q01": [
201
+ -1.000000013351432e-10
202
+ ],
203
+ "q10": [
204
+ -1.000000013351432e-10
205
+ ],
206
+ "q50": [
207
+ -1.000000013351432e-10
208
+ ],
209
+ "q90": [
210
+ -1.000000013351432e-10
211
+ ],
212
+ "q99": [
213
+ 0.4174581227383717
214
+ ]
215
+ },
216
+ "next.done": {
217
+ "min": [
218
+ false
219
+ ],
220
+ "max": [
221
+ true
222
+ ],
223
+ "mean": [
224
+ 0.010309278350515464
225
+ ],
226
+ "std": [
227
+ 0.10100988630033723
228
+ ],
229
+ "count": [
230
+ 194
231
+ ],
232
+ "q01": [
233
+ -1e-10
234
+ ],
235
+ "q10": [
236
+ -1e-10
237
+ ],
238
+ "q50": [
239
+ -1e-10
240
+ ],
241
+ "q90": [
242
+ -1e-10
243
+ ],
244
+ "q99": [
245
+ 0.4174581340041102
246
+ ]
247
+ },
248
+ "frame_index": {
249
+ "min": [
250
+ 0
251
+ ],
252
+ "max": [
253
+ 112
254
+ ],
255
+ "mean": [
256
+ 49.31958762886598
257
+ ],
258
+ "std": [
259
+ 30.170493673285225
260
+ ],
261
+ "count": [
262
+ 194
263
+ ],
264
+ "q01": [
265
+ 0.5757827627876261
266
+ ],
267
+ "q10": [
268
+ 9.75107298961052
269
+ ],
270
+ "q50": [
271
+ 49.32945154639177
272
+ ],
273
+ "q90": [
274
+ 88.88810226812143
275
+ ],
276
+ "q99": [
277
+ 98.05798136092369
278
+ ]
279
+ },
280
+ "observation.images.agentview_image": {
281
+ "min": [
282
+ [
283
+ [
284
+ 0.0196078431372549
285
+ ]
286
+ ],
287
+ [
288
+ [
289
+ 0.0196078431372549
290
+ ]
291
+ ],
292
+ [
293
+ [
294
+ 0.00784313725490196
295
+ ]
296
+ ]
297
+ ],
298
+ "max": [
299
+ [
300
+ [
301
+ 1.0
302
+ ]
303
+ ],
304
+ [
305
+ [
306
+ 1.0
307
+ ]
308
+ ],
309
+ [
310
+ [
311
+ 1.0
312
+ ]
313
+ ]
314
+ ],
315
+ "mean": [
316
+ [
317
+ [
318
+ 0.49522969887788937
319
+ ]
320
+ ],
321
+ [
322
+ [
323
+ 0.46431982490639556
324
+ ]
325
+ ],
326
+ [
327
+ [
328
+ 0.4313795851545361
329
+ ]
330
+ ]
331
+ ],
332
+ "std": [
333
+ [
334
+ [
335
+ 5.7015441792404115e-06
336
+ ]
337
+ ],
338
+ [
339
+ [
340
+ 9.203021092050437e-05
341
+ ]
342
+ ],
343
+ [
344
+ [
345
+ 0.00023510872737305451
346
+ ]
347
+ ]
348
+ ],
349
+ "count": [
350
+ 181
351
+ ],
352
+ "q01": [
353
+ [
354
+ [
355
+ 0.07852725395365451
356
+ ]
357
+ ],
358
+ [
359
+ [
360
+ 0.0685136296017773
361
+ ]
362
+ ],
363
+ [
364
+ [
365
+ 0.05886321531919673
366
+ ]
367
+ ]
368
+ ],
369
+ "q10": [
370
+ [
371
+ [
372
+ 0.12558287977813737
373
+ ]
374
+ ],
375
+ [
376
+ [
377
+ 0.11162831891971484
378
+ ]
379
+ ],
380
+ [
381
+ [
382
+ 0.0981421574565425
383
+ ]
384
+ ]
385
+ ],
386
+ "q50": [
387
+ [
388
+ [
389
+ 0.49293583177675765
390
+ ]
391
+ ],
392
+ [
393
+ [
394
+ 0.4789393113577302
395
+ ]
396
+ ],
397
+ [
398
+ [
399
+ 0.4510273296449623
400
+ ]
401
+ ]
402
+ ],
403
+ "q90": [
404
+ [
405
+ [
406
+ 0.7489256903487194
407
+ ]
408
+ ],
409
+ [
410
+ [
411
+ 0.6862265327125022
412
+ ]
413
+ ],
414
+ [
415
+ [
416
+ 0.6234056038339811
417
+ ]
418
+ ]
419
+ ],
420
+ "q99": [
421
+ [
422
+ [
423
+ 0.7859473203429954
424
+ ]
425
+ ],
426
+ [
427
+ [
428
+ 0.7320422021939313
429
+ ]
430
+ ],
431
+ [
432
+ [
433
+ 0.7212565171709957
434
+ ]
435
+ ]
436
+ ]
437
+ },
438
+ "timestamp": {
439
+ "min": [
440
+ 0.0
441
+ ],
442
+ "max": [
443
+ 11.2
444
+ ],
445
+ "mean": [
446
+ 4.931958762886598
447
+ ],
448
+ "std": [
449
+ 3.0170493673285215
450
+ ],
451
+ "count": [
452
+ 194
453
+ ],
454
+ "q01": [
455
+ 0.057578276189687964
456
+ ],
457
+ "q10": [
458
+ 0.975107298888871
459
+ ],
460
+ "q50": [
461
+ 4.932945154639195
462
+ ],
463
+ "q90": [
464
+ 8.888810226884324
465
+ ],
466
+ "q99": [
467
+ 9.805798136181433
468
+ ]
469
+ },
470
+ "observation.images.robot0_eye_in_hand_image": {
471
+ "min": [
472
+ [
473
+ [
474
+ 0.0196078431372549
475
+ ]
476
+ ],
477
+ [
478
+ [
479
+ 0.0
480
+ ]
481
+ ],
482
+ [
483
+ [
484
+ 0.0
485
+ ]
486
+ ]
487
+ ],
488
+ "max": [
489
+ [
490
+ [
491
+ 0.9725490196078431
492
+ ]
493
+ ],
494
+ [
495
+ [
496
+ 0.9803921568627451
497
+ ]
498
+ ],
499
+ [
500
+ [
501
+ 0.9921568627450981
502
+ ]
503
+ ]
504
+ ],
505
+ "mean": [
506
+ [
507
+ [
508
+ 0.6191898091799415
509
+ ]
510
+ ],
511
+ [
512
+ [
513
+ 0.5732846717640245
514
+ ]
515
+ ],
516
+ [
517
+ [
518
+ 0.5268679581126521
519
+ ]
520
+ ]
521
+ ],
522
+ "std": [
523
+ [
524
+ [
525
+ 0.010217136206783202
526
+ ]
527
+ ],
528
+ [
529
+ [
530
+ 0.01013389548005988
531
+ ]
532
+ ],
533
+ [
534
+ [
535
+ 0.006935581166914802
536
+ ]
537
+ ]
538
+ ],
539
+ "count": [
540
+ 181
541
+ ],
542
+ "q01": [
543
+ [
544
+ [
545
+ 0.09521700882159721
546
+ ]
547
+ ],
548
+ [
549
+ [
550
+ 0.08575971631275746
551
+ ]
552
+ ],
553
+ [
554
+ [
555
+ 0.07777232895360177
556
+ ]
557
+ ]
558
+ ],
559
+ "q10": [
560
+ [
561
+ [
562
+ 0.24379936091913265
563
+ ]
564
+ ],
565
+ [
566
+ [
567
+ 0.2437927625140177
568
+ ]
569
+ ],
570
+ [
571
+ [
572
+ 0.23813972066587497
573
+ ]
574
+ ]
575
+ ],
576
+ "q50": [
577
+ [
578
+ [
579
+ 0.7547551483953122
580
+ ]
581
+ ],
582
+ [
583
+ [
584
+ 0.6881012188135609
585
+ ]
586
+ ],
587
+ [
588
+ [
589
+ 0.6192032948949959
590
+ ]
591
+ ]
592
+ ],
593
+ "q90": [
594
+ [
595
+ [
596
+ 0.7933823705839415
597
+ ]
598
+ ],
599
+ [
600
+ [
601
+ 0.7321111407674467
602
+ ]
603
+ ],
604
+ [
605
+ [
606
+ 0.6737816930315111
607
+ ]
608
+ ]
609
+ ],
610
+ "q99": [
611
+ [
612
+ [
613
+ 0.8489896262236248
614
+ ]
615
+ ],
616
+ [
617
+ [
618
+ 0.8431861709394733
619
+ ]
620
+ ],
621
+ [
622
+ [
623
+ 0.8275104912603157
624
+ ]
625
+ ]
626
+ ]
627
+ },
628
+ "observation.state": {
629
+ "min": [
630
+ -0.21125471591949463,
631
+ -0.011919893324375153,
632
+ 0.9127649664878845,
633
+ 2.968593120574951,
634
+ -0.3921751081943512,
635
+ -0.161269411444664,
636
+ 0.002049326431006193,
637
+ -0.03985784575343132
638
+ ],
639
+ "max": [
640
+ 0.09137234836816788,
641
+ 0.3848041594028473,
642
+ 1.1929550170898438,
643
+ 3.2130374908447266,
644
+ 0.06271201372146606,
645
+ 0.43435508012771606,
646
+ 0.039934221655130386,
647
+ -0.002141623990610242
648
+ ],
649
+ "mean": [
650
+ -0.08958520803638954,
651
+ 0.21639161691376843,
652
+ 1.0600576757155742,
653
+ 3.109001782751575,
654
+ -0.1319541638121777,
655
+ 0.1405074423198233,
656
+ 0.022895776100226285,
657
+ -0.022755526428677373
658
+ ],
659
+ "std": [
660
+ 0.10000999796268135,
661
+ 0.12130292719902465,
662
+ 0.09443179278016446,
663
+ 0.0719713787421402,
664
+ 0.1591774592971166,
665
+ 0.20675409813259543,
666
+ 0.017950467845070442,
667
+ 0.01789998931165976
668
+ ],
669
+ "count": [
670
+ 194
671
+ ],
672
+ "q01": [
673
+ -0.20992932376480594,
674
+ -0.0004045075981772135,
675
+ 0.9165050670381675,
676
+ 3.040309066182559,
677
+ -0.3714953116273757,
678
+ -0.11850947370695084,
679
+ 0.002236489641009686,
680
+ -0.039808209289403
681
+ ],
682
+ "q10": [
683
+ -0.1906084689129259,
684
+ 0.0641860746788149,
685
+ 0.9292531696484262,
686
+ 3.050238998280358,
687
+ -0.34819312688616133,
688
+ -0.050760593368988666,
689
+ 0.002245448866688656,
690
+ -0.03970382614157249
691
+ ],
692
+ "q50": [
693
+ -0.11423549259599951,
694
+ 0.2491668072557941,
695
+ 1.0636173001269704,
696
+ 3.0936246305396877,
697
+ -0.09670596389272779,
698
+ 0.17670350385464959,
699
+ 0.038724434456413555,
700
+ -0.03872316169370081
701
+ ],
702
+ "q90": [
703
+ 0.0736639891549484,
704
+ 0.29215227233380386,
705
+ 1.1843990566804237,
706
+ 3.173079480215446,
707
+ 0.03447301094372248,
708
+ 0.23359947312892096,
709
+ 0.03984968402377912,
710
+ -0.002267569978001345
711
+ ],
712
+ "q99": [
713
+ 0.08862694519120701,
714
+ 0.29404546192165504,
715
+ 1.1856139885160522,
716
+ 3.1788527733886367,
717
+ 0.045240810946705415,
718
+ 0.25747840744568057,
719
+ 0.03988520946979972,
720
+ -0.0022545211413363955
721
+ ]
722
+ }
723
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8feef3b9982a148e9141a89b25e372bbd9e7b9864b427728c35fa6e9b91a399
3
+ size 2379
videos/observation.images.agentview_image/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:317a7a6e2a77291374d1a5dd6ea103d9af6b0ccf2224151526dababa7e6a4230
3
+ size 637441
videos/observation.images.robot0_eye_in_hand_image/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec09971fa0b22c93e091f4f055b5eb06f712a2cee1be1f8f3de65876c0e28521
3
+ size 611551