anvilbot-patrickhhh commited on
Commit
8e8e2b8
·
verified ·
1 Parent(s): d680f65

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:51b99feb5eeac7887a8e47fbc87cdc787f41b4bc5bce2df57be768f7b4e4b574
3
+ size 21214
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14730d3e2fe1af4b9e64a53742b63c750f90ee501b25e17e9d07c1f7de726e2d
3
+ size 60270
meta/info.json ADDED
@@ -0,0 +1,146 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "anvil_openarm",
4
+ "total_episodes": 2,
5
+ "total_frames": 651,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 200,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:2"
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
+ "observation.state": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 6
21
+ ],
22
+ "names": [
23
+ "follower1_motor1.position",
24
+ "follower1_motor2.position",
25
+ "follower1_motor3.position",
26
+ "follower1_motor4.position",
27
+ "follower1_motor5.position",
28
+ "follower1_motor6.position"
29
+ ]
30
+ },
31
+ "observation.images.head": {
32
+ "dtype": "video",
33
+ "shape": [
34
+ 480,
35
+ 640,
36
+ 3
37
+ ],
38
+ "names": [
39
+ "height",
40
+ "width",
41
+ "channels"
42
+ ],
43
+ "info": {
44
+ "video.height": 480,
45
+ "video.width": 640,
46
+ "video.codec": "av1",
47
+ "video.pix_fmt": "yuv420p",
48
+ "video.is_depth_map": false,
49
+ "video.fps": 30,
50
+ "video.channels": 3,
51
+ "has_audio": false
52
+ }
53
+ },
54
+ "observation.velocity": {
55
+ "dtype": "float32",
56
+ "shape": [
57
+ 6
58
+ ],
59
+ "names": [
60
+ "follower1_motor1.velocity",
61
+ "follower1_motor2.velocity",
62
+ "follower1_motor3.velocity",
63
+ "follower1_motor4.velocity",
64
+ "follower1_motor5.velocity",
65
+ "follower1_motor6.velocity"
66
+ ]
67
+ },
68
+ "observation.temp_mos": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 6
72
+ ],
73
+ "names": [
74
+ "follower1_motor1.temp_mos",
75
+ "follower1_motor2.temp_mos",
76
+ "follower1_motor3.temp_mos",
77
+ "follower1_motor4.temp_mos",
78
+ "follower1_motor5.temp_mos",
79
+ "follower1_motor6.temp_mos"
80
+ ]
81
+ },
82
+ "observation.temp_rotor": {
83
+ "dtype": "float32",
84
+ "shape": [
85
+ 6
86
+ ],
87
+ "names": [
88
+ "follower1_motor1.temp_rotor",
89
+ "follower1_motor2.temp_rotor",
90
+ "follower1_motor3.temp_rotor",
91
+ "follower1_motor4.temp_rotor",
92
+ "follower1_motor5.temp_rotor",
93
+ "follower1_motor6.temp_rotor"
94
+ ]
95
+ },
96
+ "action": {
97
+ "dtype": "float32",
98
+ "shape": [
99
+ 6
100
+ ],
101
+ "names": [
102
+ "follower1_motor1.position",
103
+ "follower1_motor2.position",
104
+ "follower1_motor3.position",
105
+ "follower1_motor4.position",
106
+ "follower1_motor5.position",
107
+ "follower1_motor6.position"
108
+ ]
109
+ },
110
+ "timestamp": {
111
+ "dtype": "float32",
112
+ "shape": [
113
+ 1
114
+ ],
115
+ "names": null
116
+ },
117
+ "frame_index": {
118
+ "dtype": "int64",
119
+ "shape": [
120
+ 1
121
+ ],
122
+ "names": null
123
+ },
124
+ "episode_index": {
125
+ "dtype": "int64",
126
+ "shape": [
127
+ 1
128
+ ],
129
+ "names": null
130
+ },
131
+ "index": {
132
+ "dtype": "int64",
133
+ "shape": [
134
+ 1
135
+ ],
136
+ "names": null
137
+ },
138
+ "task_index": {
139
+ "dtype": "int64",
140
+ "shape": [
141
+ 1
142
+ ],
143
+ "names": null
144
+ }
145
+ }
146
+ }
meta/stats.json ADDED
@@ -0,0 +1,705 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "timestamp": {
3
+ "min": [
4
+ 0.0
5
+ ],
6
+ "max": [
7
+ 11.7
8
+ ],
9
+ "mean": [
10
+ 5.444290834613415
11
+ ],
12
+ "std": [
13
+ 3.193581326306145
14
+ ],
15
+ "count": [
16
+ 651
17
+ ],
18
+ "q01": [
19
+ 0.08481319007051491
20
+ ],
21
+ "q10": [
22
+ 1.0746274469243287
23
+ ],
24
+ "q50": [
25
+ 5.435890291858536
26
+ ],
27
+ "q90": [
28
+ 9.8139542223025
29
+ ],
30
+ "q99": [
31
+ 10.803768479156314
32
+ ]
33
+ },
34
+ "episode_index": {
35
+ "min": [
36
+ 0
37
+ ],
38
+ "max": [
39
+ 1
40
+ ],
41
+ "mean": [
42
+ 0.5407066052227343
43
+ ],
44
+ "std": [
45
+ 0.4983402174130043
46
+ ],
47
+ "count": [
48
+ 651
49
+ ],
50
+ "q01": [
51
+ 0.5407066052227347
52
+ ],
53
+ "q10": [
54
+ 0.5407066052227383
55
+ ],
56
+ "q50": [
57
+ 0.5407066052227543
58
+ ],
59
+ "q90": [
60
+ 0.5407066052227703
61
+ ],
62
+ "q99": [
63
+ 0.5407066052227738
64
+ ]
65
+ },
66
+ "task_index": {
67
+ "min": [
68
+ 0
69
+ ],
70
+ "max": [
71
+ 0
72
+ ],
73
+ "mean": [
74
+ 0.0
75
+ ],
76
+ "std": [
77
+ 0.0
78
+ ],
79
+ "count": [
80
+ 651
81
+ ],
82
+ "q01": [
83
+ 3.999999999999418e-16
84
+ ],
85
+ "q10": [
86
+ 3.999999999999418e-15
87
+ ],
88
+ "q50": [
89
+ 1.9999999999997088e-14
90
+ ],
91
+ "q90": [
92
+ 3.5999999999994766e-14
93
+ ],
94
+ "q99": [
95
+ 3.9599999999994235e-14
96
+ ]
97
+ },
98
+ "observation.velocity": {
99
+ "min": [
100
+ -0.005860805977135897,
101
+ -0.005860805977135897,
102
+ -0.00976801011711359,
103
+ -0.03663003817200661,
104
+ -0.03663003817200661,
105
+ -0.03663003817200661
106
+ ],
107
+ "max": [
108
+ 0.0019536020699888468,
109
+ 0.0019536020699888468,
110
+ 0.0019536020699888468,
111
+ 0.021978022530674934,
112
+ 0.021978022530674934,
113
+ 0.021978022530674934
114
+ ],
115
+ "mean": [
116
+ -0.0017735465633941846,
117
+ -0.0018995853778283854,
118
+ -0.002019622306283649,
119
+ -0.007911205044253721,
120
+ -0.0073710332357091474,
121
+ -0.007190977564416311
122
+ ],
123
+ "std": [
124
+ 0.00204662146563381,
125
+ 0.00171125326201252,
126
+ 0.0019419482229343747,
127
+ 0.009895917889196262,
128
+ 0.010175757653860779,
129
+ 0.008670034719472697
130
+ ],
131
+ "count": [
132
+ 651
133
+ ],
134
+ "q01": [
135
+ -0.005860805977135897,
136
+ -0.005860805977135897,
137
+ -0.005862236334709314,
138
+ -0.029900315369241003,
139
+ -0.021977814421770926,
140
+ -0.021980978097028446
141
+ ],
142
+ "q10": [
143
+ -0.005860805977135897,
144
+ -0.00374897560949791,
145
+ -0.0058605137368311,
146
+ -0.021973099371569205,
147
+ -0.021972994285745607,
148
+ -0.021978288848465647
149
+ ],
150
+ "q50": [
151
+ -0.0019543326342544064,
152
+ -0.00195436991881976,
153
+ -0.0019532325154955543,
154
+ -0.007332196126943368,
155
+ -0.007331887588079624,
156
+ -0.007325825553556406
157
+ ],
158
+ "q90": [
159
+ 0.0019526119659857935,
160
+ 0.0001583122039701978,
161
+ 0.001951510961974201,
162
+ 0.007331695679799196,
163
+ 0.00733263821238204,
164
+ 0.007323710608103343
165
+ ],
166
+ "q99": [
167
+ 0.0019535030595885417,
168
+ 0.0019534470042692122,
169
+ 0.0019533929591873823,
170
+ 0.007337298232595652,
171
+ 0.007337442000133869,
172
+ 0.007328269861347243
173
+ ]
174
+ },
175
+ "frame_index": {
176
+ "min": [
177
+ 0
178
+ ],
179
+ "max": [
180
+ 351
181
+ ],
182
+ "mean": [
183
+ 163.32872503840247
184
+ ],
185
+ "std": [
186
+ 95.80743978918437
187
+ ],
188
+ "count": [
189
+ 651
190
+ ],
191
+ "q01": [
192
+ 2.5443957049706682
193
+ ],
194
+ "q10": [
195
+ 32.23882341005797
196
+ ],
197
+ "q50": [
198
+ 163.07670875576022
199
+ ],
200
+ "q90": [
201
+ 294.41862666674695
202
+ ],
203
+ "q99": [
204
+ 324.11305437183427
205
+ ]
206
+ },
207
+ "observation.images.head": {
208
+ "min": [
209
+ [
210
+ [
211
+ 0.011764705882352941
212
+ ]
213
+ ],
214
+ [
215
+ [
216
+ 0.043137254901960784
217
+ ]
218
+ ],
219
+ [
220
+ [
221
+ 0.0196078431372549
222
+ ]
223
+ ]
224
+ ],
225
+ "max": [
226
+ [
227
+ [
228
+ 1.0
229
+ ]
230
+ ],
231
+ [
232
+ [
233
+ 1.0
234
+ ]
235
+ ],
236
+ [
237
+ [
238
+ 1.0
239
+ ]
240
+ ]
241
+ ],
242
+ "mean": [
243
+ [
244
+ [
245
+ 0.45599081903594774
246
+ ]
247
+ ],
248
+ [
249
+ [
250
+ 0.44623819240196083
251
+ ]
252
+ ],
253
+ [
254
+ [
255
+ 0.47623079861111106
256
+ ]
257
+ ]
258
+ ],
259
+ "std": [
260
+ [
261
+ [
262
+ 0.004159791666666662
263
+ ]
264
+ ],
265
+ [
266
+ [
267
+ 0.00011154411764704997
268
+ ]
269
+ ],
270
+ [
271
+ [
272
+ 0.000656613562091457
273
+ ]
274
+ ]
275
+ ],
276
+ "count": [
277
+ 200
278
+ ],
279
+ "q01": [
280
+ [
281
+ [
282
+ 0.08241972624155926
283
+ ]
284
+ ],
285
+ [
286
+ [
287
+ 0.09410515281177624
288
+ ]
289
+ ],
290
+ [
291
+ [
292
+ 0.10597825694486956
293
+ ]
294
+ ]
295
+ ],
296
+ "q10": [
297
+ [
298
+ [
299
+ 0.1334166866494346
300
+ ]
301
+ ],
302
+ [
303
+ [
304
+ 0.14312926670585158
305
+ ]
306
+ ],
307
+ [
308
+ [
309
+ 0.17067654003990135
310
+ ]
311
+ ]
312
+ ],
313
+ "q50": [
314
+ [
315
+ [
316
+ 0.4804462787153939
317
+ ]
318
+ ],
319
+ [
320
+ [
321
+ 0.45889477296342385
322
+ ]
323
+ ],
324
+ [
325
+ [
326
+ 0.4785040993059958
327
+ ]
328
+ ]
329
+ ],
330
+ "q90": [
331
+ [
332
+ [
333
+ 0.762707430572355
334
+ ]
335
+ ],
336
+ [
337
+ [
338
+ 0.7452009325222008
339
+ ]
340
+ ],
341
+ [
342
+ [
343
+ 0.7822183658655238
344
+ ]
345
+ ]
346
+ ],
347
+ "q99": [
348
+ [
349
+ [
350
+ 0.9764356607054054
351
+ ]
352
+ ],
353
+ [
354
+ [
355
+ 0.980420098021223
356
+ ]
357
+ ],
358
+ [
359
+ [
360
+ 0.976415384891864
361
+ ]
362
+ ]
363
+ ]
364
+ },
365
+ "observation.temp_mos": {
366
+ "min": [
367
+ 30.0,
368
+ 30.0,
369
+ 30.0,
370
+ 31.0,
371
+ 31.0,
372
+ 30.0
373
+ ],
374
+ "max": [
375
+ 30.0,
376
+ 31.0,
377
+ 30.0,
378
+ 31.0,
379
+ 31.0,
380
+ 30.0
381
+ ],
382
+ "mean": [
383
+ 30.0,
384
+ 30.981567409181377,
385
+ 30.0,
386
+ 31.0,
387
+ 31.0,
388
+ 30.0
389
+ ],
390
+ "std": [
391
+ 0.0,
392
+ 0.13442363977641475,
393
+ 0.0,
394
+ 0.0,
395
+ 0.0,
396
+ 0.0
397
+ ],
398
+ "count": [
399
+ 651
400
+ ],
401
+ "q01": [
402
+ 30.0,
403
+ 30.540598478388574,
404
+ 30.0,
405
+ 31.0,
406
+ 31.0,
407
+ 30.0
408
+ ],
409
+ "q10": [
410
+ 30.0,
411
+ 30.99981634860239,
412
+ 30.0,
413
+ 31.0,
414
+ 31.0,
415
+ 30.0
416
+ ],
417
+ "q50": [
418
+ 30.0,
419
+ 30.999897971445773,
420
+ 30.0,
421
+ 31.0,
422
+ 31.0,
423
+ 30.0
424
+ ],
425
+ "q90": [
426
+ 30.0,
427
+ 30.99997959428915,
428
+ 30.0,
429
+ 31.0,
430
+ 31.0,
431
+ 30.0
432
+ ],
433
+ "q99": [
434
+ 30.0,
435
+ 30.999997959428917,
436
+ 30.0,
437
+ 31.0,
438
+ 31.0,
439
+ 30.0
440
+ ]
441
+ },
442
+ "action": {
443
+ "min": [
444
+ -0.03299763426184654,
445
+ 0.007057297509163618,
446
+ 0.009346150793135166,
447
+ 0.04177157208323479,
448
+ -0.14629587531089783,
449
+ 0.4190509021282196
450
+ ],
451
+ "max": [
452
+ -0.03299763426184654,
453
+ 0.007057297509163618,
454
+ 0.009727626107633114,
455
+ 0.04177157208323479,
456
+ -0.14591439068317413,
457
+ 0.4194323718547821
458
+ ],
459
+ "mean": [
460
+ -0.032997729820406746,
461
+ 0.007057291704491811,
462
+ 0.009367268183447432,
463
+ 0.04177166300664117,
464
+ -0.14629564478924748,
465
+ 0.41912734197215185
466
+ ],
467
+ "std": [
468
+ 2.9703391636193057e-08,
469
+ 5.950419406270039e-06,
470
+ 8.510727004165384e-05,
471
+ 1.856461977262066e-08,
472
+ 7.351589429957782e-07,
473
+ 3.2673730799812366e-07
474
+ ],
475
+ "count": [
476
+ 651
477
+ ],
478
+ "q01": [
479
+ -0.03299763426184654,
480
+ 0.007057297509163618,
481
+ 0.009346150793135166,
482
+ 0.04177157208323479,
483
+ -0.14629587531089783,
484
+ 0.4190509021282196
485
+ ],
486
+ "q10": [
487
+ -0.03299763426184654,
488
+ 0.007057297509163618,
489
+ 0.009346150793135166,
490
+ 0.04177157208323479,
491
+ -0.14629587531089783,
492
+ 0.4190509021282196
493
+ ],
494
+ "q50": [
495
+ -0.03299763426184654,
496
+ 0.007057297509163618,
497
+ 0.009346150793135166,
498
+ 0.04177157208323479,
499
+ -0.14629587531089783,
500
+ 0.4190509021282196
501
+ ],
502
+ "q90": [
503
+ -0.03299763426184654,
504
+ 0.007057297509163618,
505
+ 0.009346150793135166,
506
+ 0.04177157208323479,
507
+ -0.14629587531089783,
508
+ 0.4194323267347756
509
+ ],
510
+ "q99": [
511
+ -0.03299763426184654,
512
+ 0.007057297509163618,
513
+ 0.009727611779398392,
514
+ 0.04177157208323479,
515
+ -0.14629587531089783,
516
+ 0.4194323673427815
517
+ ]
518
+ },
519
+ "observation.state": {
520
+ "min": [
521
+ -0.04444190114736557,
522
+ 0.0032425422687083483,
523
+ 0.007438773289322853,
524
+ 0.04253452271223068,
525
+ -0.14286258816719055,
526
+ 0.41218432784080505
527
+ ],
528
+ "max": [
529
+ -0.04406042397022247,
530
+ 0.0032425422687083483,
531
+ 0.0078202486038208,
532
+ 0.04291599988937378,
533
+ -0.14286258816719055,
534
+ 0.41256579756736755
535
+ ],
536
+ "mean": [
537
+ -0.044062262907418236,
538
+ 0.0032425452440050066,
539
+ 0.007800299978275682,
540
+ 0.042542811815044664,
541
+ -0.1428629840894412,
542
+ 0.41255387375431674
543
+ ],
544
+ "std": [
545
+ 4.622590323382545e-07,
546
+ 4.4902754498628905e-06,
547
+ 8.68862582302746e-05,
548
+ 5.225940465992717e-06,
549
+ 1.0396187072667571e-07,
550
+ 3.430741733980298e-06
551
+ ],
552
+ "count": [
553
+ 651
554
+ ],
555
+ "q01": [
556
+ -0.044060498072556784,
557
+ 0.0032425422687083483,
558
+ 0.007438773289322853,
559
+ 0.04253452271223068,
560
+ -0.14286258816719055,
561
+ 0.41218432784080505
562
+ ],
563
+ "q10": [
564
+ -0.04406049133598093,
565
+ 0.0032425422687083483,
566
+ 0.007820176075934706,
567
+ 0.04253452271223068,
568
+ -0.14286258816719055,
569
+ 0.4125657142795788
570
+ ],
571
+ "q50": [
572
+ -0.04406046139564384,
573
+ 0.0032425422687083483,
574
+ 0.007820208310550749,
575
+ 0.04253452271223068,
576
+ -0.14286258816719055,
577
+ 0.4125657512963738
578
+ ],
579
+ "q90": [
580
+ -0.04406043145530675,
581
+ 0.0032425422687083483,
582
+ 0.00782024054516679,
583
+ 0.04253452271223068,
584
+ -0.14286258816719055,
585
+ 0.41256578831316876
586
+ ],
587
+ "q99": [
588
+ -0.0440604247187309,
589
+ 0.0032425422687083483,
590
+ 0.007820247797955399,
591
+ 0.04274077812449113,
592
+ -0.14286258816719055,
593
+ 0.4125657966419477
594
+ ]
595
+ },
596
+ "observation.temp_rotor": {
597
+ "min": [
598
+ 28.0,
599
+ 28.0,
600
+ 30.0,
601
+ 29.0,
602
+ 29.0,
603
+ 29.0
604
+ ],
605
+ "max": [
606
+ 28.0,
607
+ 28.0,
608
+ 30.0,
609
+ 30.0,
610
+ 29.0,
611
+ 29.0
612
+ ],
613
+ "mean": [
614
+ 28.0,
615
+ 28.0,
616
+ 30.0,
617
+ 29.940092520413494,
618
+ 29.0,
619
+ 29.0
620
+ ],
621
+ "std": [
622
+ 0.0,
623
+ 0.0,
624
+ 0.0,
625
+ 0.23720692774569263,
626
+ 0.0,
627
+ 0.0
628
+ ],
629
+ "count": [
630
+ 651
631
+ ],
632
+ "q01": [
633
+ 28.0,
634
+ 28.0,
635
+ 30.0,
636
+ 29.540598478388574,
637
+ 29.0,
638
+ 29.0
639
+ ],
640
+ "q10": [
641
+ 28.0,
642
+ 28.0,
643
+ 30.0,
644
+ 29.540608308100776,
645
+ 29.0,
646
+ 29.0
647
+ ],
648
+ "q50": [
649
+ 28.0,
650
+ 28.0,
651
+ 30.0,
652
+ 29.999893103331193,
653
+ 29.0,
654
+ 29.0
655
+ ],
656
+ "q90": [
657
+ 28.0,
658
+ 28.0,
659
+ 30.0,
660
+ 29.999978620666237,
661
+ 29.0,
662
+ 29.0
663
+ ],
664
+ "q99": [
665
+ 28.0,
666
+ 28.0,
667
+ 30.0,
668
+ 29.999997862066625,
669
+ 29.0,
670
+ 29.0
671
+ ]
672
+ },
673
+ "index": {
674
+ "min": [
675
+ 0
676
+ ],
677
+ "max": [
678
+ 650
679
+ ],
680
+ "mean": [
681
+ 325.0
682
+ ],
683
+ "std": [
684
+ 187.92729090439914
685
+ ],
686
+ "count": [
687
+ 651
688
+ ],
689
+ "q01": [
690
+ 164.2156706665682
691
+ ],
692
+ "q10": [
693
+ 193.91009837165552
694
+ ],
695
+ "q50": [
696
+ 324.74798371735784
697
+ ],
698
+ "q90": [
699
+ 456.0899016283445
700
+ ],
701
+ "q99": [
702
+ 485.78432933343186
703
+ ]
704
+ }
705
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4a68da7304657f452b6f9b71ae9b97e0fac8208ac0642e79bd35e68c9ce2897
3
+ size 2156
videos/observation.images.head/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26481ff591c9b9854b45cf7147e8774ee6263433d814f4bf669ed3d56b686a72
3
+ size 5965597