hanyang1 commited on
Commit
8e9a528
·
verified ·
1 Parent(s): a913cd0

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:5d0ec163cc0b0586f2b17635db91c83e6a6a988aee950bb8e1445d7fb13f43a9
3
+ size 4601533
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0cf0c2c4889c6539d16e9ae2ac7a1f4bd037774c09047e2a63ed86257b154c4
3
+ size 120274
meta/info.json ADDED
@@ -0,0 +1,231 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "openclaw_follower",
4
+ "total_episodes": 20,
5
+ "total_frames": 13563,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 500,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:20"
13
+ },
14
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
15
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
16
+ "features": {
17
+ "action": {
18
+ "dtype": "float32",
19
+ "names": [
20
+ "finger1-1.pos",
21
+ "finger1-2.pos",
22
+ "finger1-3.pos",
23
+ "finger1-4.pos",
24
+ "finger2-1.pos",
25
+ "finger2-2.pos",
26
+ "finger2-3.pos",
27
+ "finger2-4.pos",
28
+ "finger3-1.pos",
29
+ "finger3-2.pos",
30
+ "finger3-3.pos",
31
+ "finger3-4.pos"
32
+ ],
33
+ "shape": [
34
+ 12
35
+ ]
36
+ },
37
+ "observation.state": {
38
+ "dtype": "float32",
39
+ "names": [
40
+ "finger1-1.pos",
41
+ "finger1-2.pos",
42
+ "finger1-3.pos",
43
+ "finger1-4.pos",
44
+ "finger2-1.pos",
45
+ "finger2-2.pos",
46
+ "finger2-3.pos",
47
+ "finger2-4.pos",
48
+ "finger3-1.pos",
49
+ "finger3-2.pos",
50
+ "finger3-3.pos",
51
+ "finger3-4.pos",
52
+ "finger1-1.torque",
53
+ "finger1-2.torque",
54
+ "finger1-3.torque",
55
+ "finger1-4.torque",
56
+ "finger2-1.torque",
57
+ "finger2-2.torque",
58
+ "finger2-3.torque",
59
+ "finger2-4.torque",
60
+ "finger3-1.torque",
61
+ "finger3-2.torque",
62
+ "finger3-3.torque",
63
+ "finger3-4.torque",
64
+ "mid.Fx",
65
+ "mid.Fy",
66
+ "mid.Fz",
67
+ "mid.Mx",
68
+ "mid.My",
69
+ "left.Fx",
70
+ "left.Fy",
71
+ "left.Fz",
72
+ "left.Mx",
73
+ "left.My",
74
+ "right.Fx",
75
+ "right.Fy",
76
+ "right.Fz",
77
+ "right.Mx",
78
+ "right.My",
79
+ "left.Fx_w",
80
+ "left.Fy_w",
81
+ "left.Fz_w",
82
+ "left.x_w",
83
+ "left.y_w",
84
+ "left.z_w",
85
+ "left.qx_w",
86
+ "left.qy_w",
87
+ "left.qz_w",
88
+ "left.qw_w",
89
+ "left.f_qx_w",
90
+ "left.f_qy_w",
91
+ "left.f_qz_w",
92
+ "left.f_qw_w",
93
+ "mid.Fx_w",
94
+ "mid.Fy_w",
95
+ "mid.Fz_w",
96
+ "mid.x_w",
97
+ "mid.y_w",
98
+ "mid.z_w",
99
+ "mid.qx_w",
100
+ "mid.qy_w",
101
+ "mid.qz_w",
102
+ "mid.qw_w",
103
+ "mid.f_qx_w",
104
+ "mid.f_qy_w",
105
+ "mid.f_qz_w",
106
+ "mid.f_qw_w",
107
+ "right.Fx_w",
108
+ "right.Fy_w",
109
+ "right.Fz_w",
110
+ "right.x_w",
111
+ "right.y_w",
112
+ "right.z_w",
113
+ "right.qx_w",
114
+ "right.qy_w",
115
+ "right.qz_w",
116
+ "right.qw_w",
117
+ "right.f_qx_w",
118
+ "right.f_qy_w",
119
+ "right.f_qz_w",
120
+ "right.f_qw_w"
121
+ ],
122
+ "shape": [
123
+ 81
124
+ ]
125
+ },
126
+ "observation.images.front": {
127
+ "dtype": "video",
128
+ "shape": [
129
+ 480,
130
+ 640,
131
+ 3
132
+ ],
133
+ "names": [
134
+ "height",
135
+ "width",
136
+ "channels"
137
+ ],
138
+ "info": {
139
+ "video.height": 480,
140
+ "video.width": 640,
141
+ "video.codec": "av1",
142
+ "video.pix_fmt": "yuv420p",
143
+ "video.is_depth_map": false,
144
+ "video.fps": 30,
145
+ "video.channels": 3,
146
+ "has_audio": false
147
+ }
148
+ },
149
+ "observation.images.right": {
150
+ "dtype": "video",
151
+ "shape": [
152
+ 480,
153
+ 640,
154
+ 3
155
+ ],
156
+ "names": [
157
+ "height",
158
+ "width",
159
+ "channels"
160
+ ],
161
+ "info": {
162
+ "video.height": 480,
163
+ "video.width": 640,
164
+ "video.codec": "av1",
165
+ "video.pix_fmt": "yuv420p",
166
+ "video.is_depth_map": false,
167
+ "video.fps": 30,
168
+ "video.channels": 3,
169
+ "has_audio": false
170
+ }
171
+ },
172
+ "observation.images.left": {
173
+ "dtype": "video",
174
+ "shape": [
175
+ 480,
176
+ 640,
177
+ 3
178
+ ],
179
+ "names": [
180
+ "height",
181
+ "width",
182
+ "channels"
183
+ ],
184
+ "info": {
185
+ "video.height": 480,
186
+ "video.width": 640,
187
+ "video.codec": "av1",
188
+ "video.pix_fmt": "yuv420p",
189
+ "video.is_depth_map": false,
190
+ "video.fps": 30,
191
+ "video.channels": 3,
192
+ "has_audio": false
193
+ }
194
+ },
195
+ "timestamp": {
196
+ "dtype": "float32",
197
+ "shape": [
198
+ 1
199
+ ],
200
+ "names": null
201
+ },
202
+ "frame_index": {
203
+ "dtype": "int64",
204
+ "shape": [
205
+ 1
206
+ ],
207
+ "names": null
208
+ },
209
+ "episode_index": {
210
+ "dtype": "int64",
211
+ "shape": [
212
+ 1
213
+ ],
214
+ "names": null
215
+ },
216
+ "index": {
217
+ "dtype": "int64",
218
+ "shape": [
219
+ 1
220
+ ],
221
+ "names": null
222
+ },
223
+ "task_index": {
224
+ "dtype": "int64",
225
+ "shape": [
226
+ 1
227
+ ],
228
+ "names": null
229
+ }
230
+ }
231
+ }
meta/stats.json ADDED
@@ -0,0 +1,704 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_index": {
3
+ "min": [
4
+ 0
5
+ ],
6
+ "max": [
7
+ 0
8
+ ],
9
+ "mean": [
10
+ 0.0
11
+ ],
12
+ "std": [
13
+ 0.0
14
+ ],
15
+ "count": [
16
+ 13563
17
+ ]
18
+ },
19
+ "observation.images.front": {
20
+ "min": [
21
+ [
22
+ [
23
+ 0.0
24
+ ]
25
+ ],
26
+ [
27
+ [
28
+ 0.0
29
+ ]
30
+ ],
31
+ [
32
+ [
33
+ 0.0
34
+ ]
35
+ ]
36
+ ],
37
+ "max": [
38
+ [
39
+ [
40
+ 1.0
41
+ ]
42
+ ],
43
+ [
44
+ [
45
+ 1.0
46
+ ]
47
+ ],
48
+ [
49
+ [
50
+ 1.0
51
+ ]
52
+ ]
53
+ ],
54
+ "mean": [
55
+ [
56
+ [
57
+ 0.5090366352483486
58
+ ]
59
+ ],
60
+ [
61
+ [
62
+ 0.4855188927039923
63
+ ]
64
+ ],
65
+ [
66
+ [
67
+ 0.5171767615014422
68
+ ]
69
+ ]
70
+ ],
71
+ "std": [
72
+ [
73
+ [
74
+ 0.2966201347594843
75
+ ]
76
+ ],
77
+ [
78
+ [
79
+ 0.28591124210977054
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.24879843594868936
85
+ ]
86
+ ]
87
+ ],
88
+ "count": [
89
+ 2649
90
+ ]
91
+ },
92
+ "observation.images.left": {
93
+ "min": [
94
+ [
95
+ [
96
+ 0.0
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 0.0
102
+ ]
103
+ ],
104
+ [
105
+ [
106
+ 0.0
107
+ ]
108
+ ]
109
+ ],
110
+ "max": [
111
+ [
112
+ [
113
+ 1.0
114
+ ]
115
+ ],
116
+ [
117
+ [
118
+ 1.0
119
+ ]
120
+ ],
121
+ [
122
+ [
123
+ 1.0
124
+ ]
125
+ ]
126
+ ],
127
+ "mean": [
128
+ [
129
+ [
130
+ 0.5027477902007664
131
+ ]
132
+ ],
133
+ [
134
+ [
135
+ 0.49794643025670077
136
+ ]
137
+ ],
138
+ [
139
+ [
140
+ 0.4584031076284798
141
+ ]
142
+ ]
143
+ ],
144
+ "std": [
145
+ [
146
+ [
147
+ 0.23351697522507064
148
+ ]
149
+ ],
150
+ [
151
+ [
152
+ 0.2354341019078654
153
+ ]
154
+ ],
155
+ [
156
+ [
157
+ 0.21467013300593227
158
+ ]
159
+ ]
160
+ ],
161
+ "count": [
162
+ 2649
163
+ ]
164
+ },
165
+ "action": {
166
+ "min": [
167
+ -69.91087341308594,
168
+ -57.10280227661133,
169
+ -70.68311309814453,
170
+ -100.0,
171
+ -44.41416931152344,
172
+ -23.263402938842773,
173
+ -94.56365966796875,
174
+ -100.0,
175
+ -46.35958480834961,
176
+ -90.86294555664062,
177
+ -92.60780334472656,
178
+ -100.0
179
+ ],
180
+ "max": [
181
+ 66.5597152709961,
182
+ 80.74766540527344,
183
+ 100.0,
184
+ -23.284313201904297,
185
+ 60.762943267822266,
186
+ 43.962703704833984,
187
+ 99.52312469482422,
188
+ -16.537363052368164,
189
+ 61.515602111816406,
190
+ 36.225196838378906,
191
+ 96.7145767211914,
192
+ -11.699958801269531
193
+ ],
194
+ "mean": [
195
+ -6.466024561796903,
196
+ 9.088697021600638,
197
+ 17.943723940740757,
198
+ -73.47472333356112,
199
+ 17.097092741825833,
200
+ 1.4131667991692378,
201
+ 37.06857149388106,
202
+ -81.46535385177962,
203
+ 23.043780324944773,
204
+ -20.323743977905647,
205
+ 17.6983983114231,
206
+ -68.8284515274544
207
+ ],
208
+ "std": [
209
+ 15.053771116611264,
210
+ 18.409839665363663,
211
+ 45.69055435180458,
212
+ 15.631582787209801,
213
+ 19.409259213903127,
214
+ 7.454104215230186,
215
+ 44.97408046889066,
216
+ 15.414416140409985,
217
+ 18.387780763504853,
218
+ 16.386951188186032,
219
+ 46.92769750355654,
220
+ 20.29999424474327
221
+ ],
222
+ "count": [
223
+ 13563
224
+ ]
225
+ },
226
+ "episode_index": {
227
+ "min": [
228
+ 0
229
+ ],
230
+ "max": [
231
+ 19
232
+ ],
233
+ "mean": [
234
+ 9.65811398658114
235
+ ],
236
+ "std": [
237
+ 5.865267438830989
238
+ ],
239
+ "count": [
240
+ 13563
241
+ ]
242
+ },
243
+ "index": {
244
+ "min": [
245
+ 0
246
+ ],
247
+ "max": [
248
+ 13562
249
+ ],
250
+ "mean": [
251
+ 6781.0
252
+ ],
253
+ "std": [
254
+ 3915.3008398674383
255
+ ],
256
+ "count": [
257
+ 13563
258
+ ]
259
+ },
260
+ "observation.images.right": {
261
+ "min": [
262
+ [
263
+ [
264
+ 0.0
265
+ ]
266
+ ],
267
+ [
268
+ [
269
+ 0.0
270
+ ]
271
+ ],
272
+ [
273
+ [
274
+ 0.0
275
+ ]
276
+ ]
277
+ ],
278
+ "max": [
279
+ [
280
+ [
281
+ 1.0
282
+ ]
283
+ ],
284
+ [
285
+ [
286
+ 1.0
287
+ ]
288
+ ],
289
+ [
290
+ [
291
+ 1.0
292
+ ]
293
+ ]
294
+ ],
295
+ "mean": [
296
+ [
297
+ [
298
+ 0.5202914950332721
299
+ ]
300
+ ],
301
+ [
302
+ [
303
+ 0.526345353916387
304
+ ]
305
+ ],
306
+ [
307
+ [
308
+ 0.4770981825519311
309
+ ]
310
+ ]
311
+ ],
312
+ "std": [
313
+ [
314
+ [
315
+ 0.21807005767312604
316
+ ]
317
+ ],
318
+ [
319
+ [
320
+ 0.23767469159951338
321
+ ]
322
+ ],
323
+ [
324
+ [
325
+ 0.2257841734736425
326
+ ]
327
+ ]
328
+ ],
329
+ "count": [
330
+ 2649
331
+ ]
332
+ },
333
+ "timestamp": {
334
+ "min": [
335
+ 0.0
336
+ ],
337
+ "max": [
338
+ 34.8
339
+ ],
340
+ "mean": [
341
+ 12.037803829044705
342
+ ],
343
+ "std": [
344
+ 7.760401097755901
345
+ ],
346
+ "count": [
347
+ 13563
348
+ ]
349
+ },
350
+ "observation.state": {
351
+ "min": [
352
+ -69.32299041748047,
353
+ -51.012535095214844,
354
+ -68.79293060302734,
355
+ -98.371337890625,
356
+ -44.127708435058594,
357
+ -21.353670120239258,
358
+ -92.26627349853516,
359
+ -99.5931625366211,
360
+ -45.130218505859375,
361
+ -88.02619171142578,
362
+ -90.22738647460938,
363
+ -98.75103759765625,
364
+ 0.0,
365
+ 0.0,
366
+ 0.0,
367
+ 0.0,
368
+ 0.0,
369
+ 0.0,
370
+ 0.0,
371
+ 0.0,
372
+ 0.0,
373
+ 0.0,
374
+ 0.0,
375
+ 0.0,
376
+ -26.371328353881836,
377
+ -17.783527374267578,
378
+ -16.04347038269043,
379
+ -458.42169189453125,
380
+ -720.04248046875,
381
+ -36.0551872253418,
382
+ -11.677957534790039,
383
+ -8.720138549804688,
384
+ -338.7049560546875,
385
+ -864.702392578125,
386
+ -26.40338706970215,
387
+ -11.951443672180176,
388
+ -12.687474250793457,
389
+ -325.87176513671875,
390
+ -1154.7227783203125,
391
+ -14.41419792175293,
392
+ -6.271307468414307,
393
+ -35.12126541137695,
394
+ -133.90234375,
395
+ -49.81964111328125,
396
+ -168.6724395751953,
397
+ 0.15550276637077332,
398
+ -0.028504811227321625,
399
+ 0.08920617401599884,
400
+ -0.3247227370738983,
401
+ -0.6864237785339355,
402
+ -0.7066075205802917,
403
+ -0.7070344090461731,
404
+ -0.706313967704773,
405
+ -18.71427345275879,
406
+ -19.782344818115234,
407
+ -21.45001220703125,
408
+ -114.51592254638672,
409
+ -46.53519058227539,
410
+ -164.3342742919922,
411
+ -0.5004278421401978,
412
+ -0.5663143992424011,
413
+ -0.5069727897644043,
414
+ -0.5208384990692139,
415
+ -0.6765120029449463,
416
+ -0.6951794624328613,
417
+ -0.7070786952972412,
418
+ -0.7051558494567871,
419
+ -16.529022216796875,
420
+ -12.250495910644531,
421
+ -35.701969146728516,
422
+ -106.67506408691406,
423
+ -164.422607421875,
424
+ -163.08741760253906,
425
+ -0.551927924156189,
426
+ -0.7052806615829468,
427
+ -0.6778709292411804,
428
+ -0.7024996280670166,
429
+ -0.6827260851860046,
430
+ -0.6972224116325378,
431
+ -0.6944178342819214,
432
+ -0.7044984102249146
433
+ ],
434
+ "max": [
435
+ 65.3032455444336,
436
+ 75.02410888671875,
437
+ 95.19136047363281,
438
+ -23.859935760498047,
439
+ 58.26681900024414,
440
+ 41.46806335449219,
441
+ 98.1399917602539,
442
+ -16.84296226501465,
443
+ 60.11416244506836,
444
+ 31.24415397644043,
445
+ 93.710693359375,
446
+ -13.905078887939453,
447
+ 17.0,
448
+ 94.0,
449
+ 110.0,
450
+ 73.0,
451
+ 35.0,
452
+ 54.0,
453
+ 99.0,
454
+ 51.0,
455
+ 13.0,
456
+ 25.0,
457
+ 55.0,
458
+ 101.0,
459
+ 19.852270126342773,
460
+ 8.164223670959473,
461
+ 6.505805492401123,
462
+ 179.9888458251953,
463
+ 507.75860595703125,
464
+ 12.024246215820312,
465
+ 10.836555480957031,
466
+ 8.352978706359863,
467
+ 288.557373046875,
468
+ 298.505126953125,
469
+ 30.531232833862305,
470
+ 25.900375366210938,
471
+ 5.926466941833496,
472
+ 714.6339721679688,
473
+ 1327.7039794921875,
474
+ 5.227452278137207,
475
+ 11.939377784729004,
476
+ 10.9140043258667,
477
+ 102.9722900390625,
478
+ 180.8211212158203,
479
+ -41.307830810546875,
480
+ 0.9636217355728149,
481
+ 0.7412248253822327,
482
+ 0.8071414828300476,
483
+ 0.42573586106300354,
484
+ 0.7071067690849304,
485
+ 0.8470997214317322,
486
+ 0.7071067690849304,
487
+ 0.8426815271377563,
488
+ 20.61712646484375,
489
+ 9.055952072143555,
490
+ 15.25667953491211,
491
+ 133.262939453125,
492
+ 39.089385986328125,
493
+ -41.183929443359375,
494
+ 0.7926119565963745,
495
+ 0.534416139125824,
496
+ 0.7719963192939758,
497
+ 0.7974056601524353,
498
+ 0.7071067690849304,
499
+ 0.8473004698753357,
500
+ 0.707105278968811,
501
+ 0.8340732455253601,
502
+ 19.519357681274414,
503
+ 17.84319496154785,
504
+ 24.2935791015625,
505
+ 107.4453353881836,
506
+ 40.9862060546875,
507
+ -32.54767608642578,
508
+ 0.544521152973175,
509
+ 0.8948655128479004,
510
+ 0.7323935031890869,
511
+ 0.9745159149169922,
512
+ 0.7071067690849304,
513
+ 0.8454713821411133,
514
+ 0.7071064710617065,
515
+ 0.8274979591369629
516
+ ],
517
+ "mean": [
518
+ -6.590683519935823,
519
+ 7.892940051742142,
520
+ 19.030837681826466,
521
+ -72.82494626983573,
522
+ 16.94527731628744,
523
+ 1.0639535390367412,
524
+ 37.60585546883774,
525
+ -81.1740504310325,
526
+ 22.82998740900708,
527
+ -20.70184648394681,
528
+ 18.178840814830014,
529
+ -68.62104347097937,
530
+ 0.44289611614177615,
531
+ 2.6416722183372388,
532
+ 3.1248248999144996,
533
+ 2.4931799804426915,
534
+ 0.2855562929874024,
535
+ 0.8835803385963222,
536
+ 2.4527021966342297,
537
+ 2.521566004525646,
538
+ 0.44960554868415736,
539
+ 1.2405809988000265,
540
+ 2.314163547318778,
541
+ 1.635700073621358,
542
+ -2.8224961000022164,
543
+ 0.46663997708116317,
544
+ -0.909921625692927,
545
+ -9.400159932295589,
546
+ -94.53339633746177,
547
+ -1.2933132510003567,
548
+ 0.5550110117782051,
549
+ -0.4728978556664409,
550
+ 2.109887631331662,
551
+ -23.692639187621058,
552
+ -2.3846487614694163,
553
+ 0.3008666659934618,
554
+ -1.168057556574406,
555
+ 10.931057151623165,
556
+ -107.4730781026974,
557
+ -1.2036988877168158,
558
+ 0.26107655790971823,
559
+ -0.8188099550772828,
560
+ -11.854098282428668,
561
+ 35.33859634075968,
562
+ -123.20282277179874,
563
+ 0.5875528381411889,
564
+ 0.46007358962382255,
565
+ 0.5837675996659243,
566
+ 0.03877569653330302,
567
+ 0.23784550029927543,
568
+ 0.28892706544929864,
569
+ -0.12737127025267334,
570
+ -0.1295812493087856,
571
+ 2.588894863057644,
572
+ 0.8091094698327082,
573
+ -1.1299393685878065,
574
+ 34.58938760306731,
575
+ -5.1661973399299175,
576
+ -125.95403744869772,
577
+ 0.581104744948935,
578
+ -0.29854230399127557,
579
+ 0.4011280435530703,
580
+ 0.587097022903534,
581
+ 0.5775322683997661,
582
+ 0.43958129604762963,
583
+ 0.4430021161446571,
584
+ 0.04652779526727825,
585
+ -0.5131884734633486,
586
+ -1.651894073223352,
587
+ -1.7270631913079508,
588
+ -6.983999869521631,
589
+ -37.98641324009875,
590
+ -112.48924352573731,
591
+ -0.05016008351902637,
592
+ 0.046712084445578596,
593
+ 0.15336409248691815,
594
+ 0.10196135488649759,
595
+ 0.4407587150293211,
596
+ 0.48018722815261533,
597
+ -0.30990642656366224,
598
+ 0.2883630092226588
599
+ ],
600
+ "std": [
601
+ 14.9339729109827,
602
+ 17.074508495228038,
603
+ 44.23733086618843,
604
+ 15.748767193141509,
605
+ 19.28604394753195,
606
+ 7.250385086817848,
607
+ 43.611039298977296,
608
+ 15.113308206907817,
609
+ 18.401146585218616,
610
+ 15.629324059451424,
611
+ 44.76779496450258,
612
+ 19.962634046420686,
613
+ 0.7021380702718887,
614
+ 3.827539555028992,
615
+ 4.618158581622019,
616
+ 5.163165974983572,
617
+ 0.8014134122820668,
618
+ 2.388302524056992,
619
+ 5.180063392355088,
620
+ 4.438216016777838,
621
+ 0.6636913393568411,
622
+ 1.450350547469861,
623
+ 3.626083967115745,
624
+ 3.864803986676028,
625
+ 3.896237002890988,
626
+ 1.652167735423798,
627
+ 1.806024378714666,
628
+ 40.649457500478675,
629
+ 103.49264048142449,
630
+ 3.0574855482451437,
631
+ 1.2735458383770297,
632
+ 1.010720064019149,
633
+ 35.481434495510065,
634
+ 73.97113858889077,
635
+ 3.6998760096800702,
636
+ 1.8309490524147432,
637
+ 1.3476488172337697,
638
+ 50.33081578129411,
639
+ 161.3196030482372,
640
+ 1.8090658084761146,
641
+ 1.1261306195320115,
642
+ 2.732696716607107,
643
+ 35.60523233955132,
644
+ 60.81067239333585,
645
+ 17.173481587179484,
646
+ 0.1483883935548964,
647
+ 0.2293152489907057,
648
+ 0.11279222217261102,
649
+ 0.1161814480099812,
650
+ 0.4471187479185312,
651
+ 0.44570967044307563,
652
+ 0.46278091066174354,
653
+ 0.46281468552184374,
654
+ 3.2311918305299425,
655
+ 1.6617967417276287,
656
+ 2.8893352653767472,
657
+ 59.20413970951372,
658
+ 12.711210501105175,
659
+ 20.48112598297384,
660
+ 0.09485352412228751,
661
+ 0.1517760213384138,
662
+ 0.1633340874312011,
663
+ 0.09429607578477749,
664
+ 0.253049551700084,
665
+ 0.21475926347539587,
666
+ 0.2728283203300455,
667
+ 0.3003632292156135,
668
+ 1.7141926907677931,
669
+ 1.8481887168660591,
670
+ 3.69728511007245,
671
+ 30.675754507111826,
672
+ 62.272866977018516,
673
+ 21.55419814418058,
674
+ 0.2236012297802849,
675
+ 0.5917364402799369,
676
+ 0.4096832940198918,
677
+ 0.6272121036623801,
678
+ 0.3285229269614216,
679
+ 0.26601707315288475,
680
+ 0.3210437633077457,
681
+ 0.3379280679422125
682
+ ],
683
+ "count": [
684
+ 13563
685
+ ]
686
+ },
687
+ "frame_index": {
688
+ "min": [
689
+ 0
690
+ ],
691
+ "max": [
692
+ 1044
693
+ ],
694
+ "mean": [
695
+ 361.1341148713411
696
+ ],
697
+ "std": [
698
+ 232.812032932677
699
+ ],
700
+ "count": [
701
+ 13563
702
+ ]
703
+ }
704
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ab519a98426a435bd0f8c3d1b52704acbab144860f38dc7be916d9395ee851d
3
+ size 2181
videos/observation.images.front/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e492ae1f5d472169cc5ef43dd38adc7dff7681d8b1eecc806159f9a7e04896ba
3
+ size 234564134
videos/observation.images.left/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b34424d749ce0f7dbaeff284c1b790d03f3c90a5ade4dc5b845d62cffb60422d
3
+ size 229798064
videos/observation.images.right/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e3527ec0bdedd1d864764763f0ae377a39067872c07b05a7a8846f9e995adaa
3
+ size 170112247