ryanrahman21 commited on
Commit
a1a9263
·
verified ·
1 Parent(s): fb1b9aa

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:0f08bb625a02a68fa04db5f472ffb67d2a5614279ad637fc6a486db8de9df9ac
3
+ size 10361499
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ef06931f26c3f0778e0b35cb18e979430beb6d3957863c15b827819d49ed820
3
+ size 1047989
meta/info.json ADDED
@@ -0,0 +1,212 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": null,
4
+ "total_episodes": 200,
5
+ "total_frames": 109822,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 200,
10
+ "fps": 50,
11
+ "splits": {
12
+ "train": "0:200"
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.images.wrist_left": {
18
+ "dtype": "video",
19
+ "shape": [
20
+ 224,
21
+ 224,
22
+ 3
23
+ ],
24
+ "names": [
25
+ "height",
26
+ "width",
27
+ "channels"
28
+ ],
29
+ "info": {
30
+ "video.height": 224,
31
+ "video.width": 224,
32
+ "video.fps": 50,
33
+ "video.channels": 3
34
+ }
35
+ },
36
+ "observation.images.wrist_right": {
37
+ "dtype": "video",
38
+ "shape": [
39
+ 224,
40
+ 224,
41
+ 3
42
+ ],
43
+ "names": [
44
+ "height",
45
+ "width",
46
+ "channels"
47
+ ],
48
+ "info": {
49
+ "video.height": 224,
50
+ "video.width": 224,
51
+ "video.fps": 50,
52
+ "video.channels": 3
53
+ }
54
+ },
55
+ "observation.images.scene_top": {
56
+ "dtype": "video",
57
+ "shape": [
58
+ 224,
59
+ 224,
60
+ 3
61
+ ],
62
+ "names": [
63
+ "height",
64
+ "width",
65
+ "channels"
66
+ ],
67
+ "info": {
68
+ "video.height": 224,
69
+ "video.width": 224,
70
+ "video.fps": 50,
71
+ "video.channels": 3
72
+ }
73
+ },
74
+ "observation.state": {
75
+ "dtype": "float32",
76
+ "shape": [
77
+ 7
78
+ ],
79
+ "names": [
80
+ "q1",
81
+ "q2",
82
+ "q3",
83
+ "q4",
84
+ "q5",
85
+ "q6",
86
+ "gripper"
87
+ ]
88
+ },
89
+ "action": {
90
+ "dtype": "float32",
91
+ "shape": [
92
+ 7
93
+ ],
94
+ "names": [
95
+ "joint_target_1",
96
+ "joint_target_2",
97
+ "joint_target_3",
98
+ "joint_target_4",
99
+ "joint_target_5",
100
+ "joint_target_6",
101
+ "joint_target_7"
102
+ ]
103
+ },
104
+ "metadata.demonstrator_id": {
105
+ "dtype": "string",
106
+ "shape": [
107
+ 1
108
+ ],
109
+ "names": [
110
+ "demonstrator_id"
111
+ ]
112
+ },
113
+ "metadata.station_id": {
114
+ "dtype": "string",
115
+ "shape": [
116
+ 1
117
+ ],
118
+ "names": [
119
+ "station_id"
120
+ ]
121
+ },
122
+ "metadata.task_variant": {
123
+ "dtype": "string",
124
+ "shape": [
125
+ 1
126
+ ],
127
+ "names": [
128
+ "task_variant"
129
+ ]
130
+ },
131
+ "metadata.towel_id": {
132
+ "dtype": "string",
133
+ "shape": [
134
+ 1
135
+ ],
136
+ "names": [
137
+ "towel_id"
138
+ ]
139
+ },
140
+ "metadata.lighting": {
141
+ "dtype": "string",
142
+ "shape": [
143
+ 1
144
+ ],
145
+ "names": [
146
+ "lighting"
147
+ ]
148
+ },
149
+ "metadata.mat_id": {
150
+ "dtype": "string",
151
+ "shape": [
152
+ 1
153
+ ],
154
+ "names": [
155
+ "mat_id"
156
+ ]
157
+ },
158
+ "metadata.success": {
159
+ "dtype": "int64",
160
+ "shape": [
161
+ 1
162
+ ],
163
+ "names": [
164
+ "success"
165
+ ]
166
+ },
167
+ "metadata.notes": {
168
+ "dtype": "string",
169
+ "shape": [
170
+ 1
171
+ ],
172
+ "names": [
173
+ "notes"
174
+ ]
175
+ },
176
+ "timestamp": {
177
+ "dtype": "float32",
178
+ "shape": [
179
+ 1
180
+ ],
181
+ "names": null
182
+ },
183
+ "frame_index": {
184
+ "dtype": "int64",
185
+ "shape": [
186
+ 1
187
+ ],
188
+ "names": null
189
+ },
190
+ "episode_index": {
191
+ "dtype": "int64",
192
+ "shape": [
193
+ 1
194
+ ],
195
+ "names": null
196
+ },
197
+ "index": {
198
+ "dtype": "int64",
199
+ "shape": [
200
+ 1
201
+ ],
202
+ "names": null
203
+ },
204
+ "task_index": {
205
+ "dtype": "int64",
206
+ "shape": [
207
+ 1
208
+ ],
209
+ "names": null
210
+ }
211
+ }
212
+ }
meta/stats.json ADDED
@@ -0,0 +1,840 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.images.scene_top": {
3
+ "min": [
4
+ [
5
+ [
6
+ 0.0
7
+ ]
8
+ ],
9
+ [
10
+ [
11
+ 0.0
12
+ ]
13
+ ],
14
+ [
15
+ [
16
+ 0.0
17
+ ]
18
+ ]
19
+ ],
20
+ "max": [
21
+ [
22
+ [
23
+ 1.0
24
+ ]
25
+ ],
26
+ [
27
+ [
28
+ 1.0
29
+ ]
30
+ ],
31
+ [
32
+ [
33
+ 1.0
34
+ ]
35
+ ]
36
+ ],
37
+ "mean": [
38
+ [
39
+ [
40
+ 0.4664909689303757
41
+ ]
42
+ ],
43
+ [
44
+ [
45
+ 0.45501990246558793
46
+ ]
47
+ ],
48
+ [
49
+ [
50
+ 0.43223025229682993
51
+ ]
52
+ ]
53
+ ],
54
+ "std": [
55
+ [
56
+ [
57
+ 0.0006714090721896474
58
+ ]
59
+ ],
60
+ [
61
+ [
62
+ 0.00044963607712666525
63
+ ]
64
+ ],
65
+ [
66
+ [
67
+ 0.0009610376351379334
68
+ ]
69
+ ]
70
+ ],
71
+ "count": [
72
+ 22574
73
+ ],
74
+ "q01": [
75
+ [
76
+ [
77
+ 0.03029911344468907
78
+ ]
79
+ ],
80
+ [
81
+ [
82
+ 0.030014220778885832
83
+ ]
84
+ ],
85
+ [
86
+ [
87
+ 0.03288138116296663
88
+ ]
89
+ ]
90
+ ],
91
+ "q10": [
92
+ [
93
+ [
94
+ 0.11766344018733275
95
+ ]
96
+ ],
97
+ [
98
+ [
99
+ 0.23924547815982075
100
+ ]
101
+ ],
102
+ [
103
+ [
104
+ 0.3646344549270138
105
+ ]
106
+ ]
107
+ ],
108
+ "q50": [
109
+ [
110
+ [
111
+ 0.2470773657315225
112
+ ]
113
+ ],
114
+ [
115
+ [
116
+ 0.35698812325628
117
+ ]
118
+ ],
119
+ [
120
+ [
121
+ 0.42751207480570497
122
+ ]
123
+ ]
124
+ ],
125
+ "q90": [
126
+ [
127
+ [
128
+ 0.8393469812900897
129
+ ]
130
+ ],
131
+ [
132
+ [
133
+ 0.658965942667103
134
+ ]
135
+ ],
136
+ [
137
+ [
138
+ 0.4869385442779875
139
+ ]
140
+ ]
141
+ ],
142
+ "q99": [
143
+ [
144
+ [
145
+ 0.8393967722207013
146
+ ]
147
+ ],
148
+ [
149
+ [
150
+ 0.7019630503222122
151
+ ]
152
+ ],
153
+ [
154
+ [
155
+ 0.7189576411374848
156
+ ]
157
+ ]
158
+ ]
159
+ },
160
+ "episode_index": {
161
+ "min": [
162
+ 0
163
+ ],
164
+ "max": [
165
+ 199
166
+ ],
167
+ "mean": [
168
+ 99.74923057310922
169
+ ],
170
+ "std": [
171
+ 58.00161841217135
172
+ ],
173
+ "count": [
174
+ 109822
175
+ ],
176
+ "q01": [
177
+ 99.74923057310922
178
+ ],
179
+ "q10": [
180
+ 99.74923057310922
181
+ ],
182
+ "q50": [
183
+ 99.74923057310922
184
+ ],
185
+ "q90": [
186
+ 99.74923057310922
187
+ ],
188
+ "q99": [
189
+ 99.74923057310922
190
+ ]
191
+ },
192
+ "frame_index": {
193
+ "min": [
194
+ 0
195
+ ],
196
+ "max": [
197
+ 626
198
+ ],
199
+ "mean": [
200
+ 275.92265666259954
201
+ ],
202
+ "std": [
203
+ 161.68589333666284
204
+ ],
205
+ "count": [
206
+ 109822
207
+ ],
208
+ "q01": [
209
+ 4.964898056247522
210
+ ],
211
+ "q10": [
212
+ 54.73025588161931
213
+ ],
214
+ "q50": [
215
+ 275.67724950920564
216
+ ],
217
+ "q90": [
218
+ 497.00165138650544
219
+ ],
220
+ "q99": [
221
+ 546.8390241087111
222
+ ]
223
+ },
224
+ "action": {
225
+ "min": [
226
+ 0.0,
227
+ 1.2348507642745972,
228
+ -1.6260710954666138,
229
+ -0.0045923772267997265,
230
+ 1.0892460346221924,
231
+ -0.015586351975798607,
232
+ 0.0
233
+ ],
234
+ "max": [
235
+ 0.8102534413337708,
236
+ 2.112414598464966,
237
+ -1.0330042839050293,
238
+ 0.16651804745197296,
239
+ 1.399999976158142,
240
+ 0.09161839634180069,
241
+ 0.03500000014901161
242
+ ],
243
+ "mean": [
244
+ 0.4853767113143868,
245
+ 1.8284311293871813,
246
+ -1.3772156709392551,
247
+ 0.08474888148386021,
248
+ 1.1165055748552788,
249
+ 0.0013307587637216194,
250
+ 0.021058979690100295
251
+ ],
252
+ "std": [
253
+ 0.16681878620274831,
254
+ 0.24240647503708967,
255
+ 0.14280405618928543,
256
+ 0.023666271432291056,
257
+ 0.04009497484635813,
258
+ 0.011552644136641236,
259
+ 0.017126303030759134
260
+ ],
261
+ "count": [
262
+ 109822
263
+ ],
264
+ "q01": [
265
+ 0.07416012876087619,
266
+ 1.3714267527664241,
267
+ -1.5790538666878196,
268
+ 0.03250119130971782,
269
+ 1.0920107693395347,
270
+ -0.002683384591736849,
271
+ -1.000000013351432e-10
272
+ ],
273
+ "q10": [
274
+ 0.24207993200379982,
275
+ 1.4367648664931456,
276
+ -1.521721322421983,
277
+ 0.05643020931205203,
278
+ 1.092649070196934,
279
+ -0.0025003191216296243,
280
+ -1.000000013351432e-10
281
+ ],
282
+ "q50": [
283
+ 0.5525881624876663,
284
+ 1.8492376599038363,
285
+ -1.3650338705681564,
286
+ 0.08872725990844187,
287
+ 1.123637462885961,
288
+ 0.0001872120533553419,
289
+ 0.03496681756649646
290
+ ],
291
+ "q90": [
292
+ 0.5953061476197664,
293
+ 2.0524772343022364,
294
+ -1.2517535218903493,
295
+ 0.10725075710511517,
296
+ 1.1405766146920868,
297
+ 0.006152447936928687,
298
+ 0.034998817185186375
299
+ ],
300
+ "q99": [
301
+ 0.5993756209394362,
302
+ 2.0786140727473077,
303
+ -1.23515018853394,
304
+ 0.1186321936765825,
305
+ 1.1431512117169034,
306
+ 0.006351282983808409,
307
+ 0.034999881852629054
308
+ ]
309
+ },
310
+ "task_index": {
311
+ "min": [
312
+ 0
313
+ ],
314
+ "max": [
315
+ 0
316
+ ],
317
+ "mean": [
318
+ 0.0
319
+ ],
320
+ "std": [
321
+ 0.0
322
+ ],
323
+ "count": [
324
+ 109822
325
+ ],
326
+ "q01": [
327
+ 3.999999999999417e-16
328
+ ],
329
+ "q10": [
330
+ 3.999999999999417e-15
331
+ ],
332
+ "q50": [
333
+ 1.9999999999997084e-14
334
+ ],
335
+ "q90": [
336
+ 3.599999999999478e-14
337
+ ],
338
+ "q99": [
339
+ 3.959999999999423e-14
340
+ ]
341
+ },
342
+ "index": {
343
+ "min": [
344
+ 0
345
+ ],
346
+ "max": [
347
+ 109821
348
+ ],
349
+ "mean": [
350
+ 54910.5
351
+ ],
352
+ "std": [
353
+ 31702.88063015726
354
+ ],
355
+ "count": [
356
+ 109822
357
+ ],
358
+ "q01": [
359
+ 54639.542241393654
360
+ ],
361
+ "q10": [
362
+ 54689.307599219064
363
+ ],
364
+ "q50": [
365
+ 54910.29439918779
366
+ ],
367
+ "q90": [
368
+ 55131.57899472389
369
+ ],
370
+ "q99": [
371
+ 55181.416367446094
372
+ ]
373
+ },
374
+ "metadata.success": {
375
+ "min": [
376
+ 0
377
+ ],
378
+ "max": [
379
+ 1
380
+ ],
381
+ "mean": [
382
+ 0.5520569649068492
383
+ ],
384
+ "std": [
385
+ 0.49728268862357033
386
+ ],
387
+ "count": [
388
+ 109822
389
+ ],
390
+ "q01": [
391
+ 0.5520569649068492
392
+ ],
393
+ "q10": [
394
+ 0.5520569649068521
395
+ ],
396
+ "q50": [
397
+ 0.5520569649068691
398
+ ],
399
+ "q90": [
400
+ 0.5520569649068858
401
+ ],
402
+ "q99": [
403
+ 0.5520569649068887
404
+ ]
405
+ },
406
+ "observation.images.wrist_left": {
407
+ "min": [
408
+ [
409
+ [
410
+ 0.07058823529411765
411
+ ]
412
+ ],
413
+ [
414
+ [
415
+ 0.07058823529411765
416
+ ]
417
+ ],
418
+ [
419
+ [
420
+ 0.08235294117647059
421
+ ]
422
+ ]
423
+ ],
424
+ "max": [
425
+ [
426
+ [
427
+ 0.9568627450980393
428
+ ]
429
+ ],
430
+ [
431
+ [
432
+ 0.9568627450980393
433
+ ]
434
+ ],
435
+ [
436
+ [
437
+ 0.9764705882352941
438
+ ]
439
+ ]
440
+ ],
441
+ "mean": [
442
+ [
443
+ [
444
+ 0.28030514700938297
445
+ ]
446
+ ],
447
+ [
448
+ [
449
+ 0.33611353465577215
450
+ ]
451
+ ],
452
+ [
453
+ [
454
+ 0.39111662756297044
455
+ ]
456
+ ]
457
+ ],
458
+ "std": [
459
+ [
460
+ [
461
+ 0.00018174492787044984
462
+ ]
463
+ ],
464
+ [
465
+ [
466
+ 0.00011356194114807739
467
+ ]
468
+ ],
469
+ [
470
+ [
471
+ 3.8341688343455787e-05
472
+ ]
473
+ ]
474
+ ],
475
+ "count": [
476
+ 22574
477
+ ],
478
+ "q01": [
479
+ [
480
+ [
481
+ 0.07058823529372547
482
+ ]
483
+ ],
484
+ [
485
+ [
486
+ 0.07058823529372547
487
+ ]
488
+ ],
489
+ [
490
+ [
491
+ 0.0823529411760785
492
+ ]
493
+ ]
494
+ ],
495
+ "q10": [
496
+ [
497
+ [
498
+ 0.11377998346346045
499
+ ]
500
+ ],
501
+ [
502
+ [
503
+ 0.11377998346346045
504
+ ]
505
+ ],
506
+ [
507
+ [
508
+ 0.1255687334783961
509
+ ]
510
+ ]
511
+ ],
512
+ "q50": [
513
+ [
514
+ [
515
+ 0.23916593476405343
516
+ ]
517
+ ],
518
+ [
519
+ [
520
+ 0.35686255824994423
521
+ ]
522
+ ],
523
+ [
524
+ [
525
+ 0.4273149467098344
526
+ ]
527
+ ]
528
+ ],
529
+ "q90": [
530
+ [
531
+ [
532
+ 0.8392391951077935
533
+ ]
534
+ ],
535
+ [
536
+ [
537
+ 0.6587956448149491
538
+ ]
539
+ ],
540
+ [
541
+ [
542
+ 0.48626917660056496
543
+ ]
544
+ ]
545
+ ],
546
+ "q99": [
547
+ [
548
+ [
549
+ 0.8393411823009103
550
+ ]
551
+ ],
552
+ [
553
+ [
554
+ 0.694195819708362
555
+ ]
556
+ ],
557
+ [
558
+ [
559
+ 0.7575914500567354
560
+ ]
561
+ ]
562
+ ]
563
+ },
564
+ "observation.images.wrist_right": {
565
+ "min": [
566
+ [
567
+ [
568
+ 0.00392156862745098
569
+ ]
570
+ ],
571
+ [
572
+ [
573
+ 0.011764705882352941
574
+ ]
575
+ ],
576
+ [
577
+ [
578
+ 0.01568627450980392
579
+ ]
580
+ ]
581
+ ],
582
+ "max": [
583
+ [
584
+ [
585
+ 1.0
586
+ ]
587
+ ],
588
+ [
589
+ [
590
+ 0.9568627450980393
591
+ ]
592
+ ],
593
+ [
594
+ [
595
+ 1.0
596
+ ]
597
+ ]
598
+ ],
599
+ "mean": [
600
+ [
601
+ [
602
+ 0.633763209184594
603
+ ]
604
+ ],
605
+ [
606
+ [
607
+ 0.4694796382341476
608
+ ]
609
+ ],
610
+ [
611
+ [
612
+ 0.37555161571777423
613
+ ]
614
+ ]
615
+ ],
616
+ "std": [
617
+ [
618
+ [
619
+ 0.01726271063396055
620
+ ]
621
+ ],
622
+ [
623
+ [
624
+ 0.021192623636185404
625
+ ]
626
+ ],
627
+ [
628
+ [
629
+ 0.021566350685160683
630
+ ]
631
+ ]
632
+ ],
633
+ "count": [
634
+ 22574
635
+ ],
636
+ "q01": [
637
+ [
638
+ [
639
+ 0.045077294555865934
640
+ ]
641
+ ],
642
+ [
643
+ [
644
+ 0.019681395267267025
645
+ ]
646
+ ],
647
+ [
648
+ [
649
+ 0.03177598924827549
650
+ ]
651
+ ]
652
+ ],
653
+ "q10": [
654
+ [
655
+ [
656
+ 0.11538050114455274
657
+ ]
658
+ ],
659
+ [
660
+ [
661
+ 0.11020697465751884
662
+ ]
663
+ ],
664
+ [
665
+ [
666
+ 0.12414412966120521
667
+ ]
668
+ ]
669
+ ],
670
+ "q50": [
671
+ [
672
+ [
673
+ 0.8392213068484864
674
+ ]
675
+ ],
676
+ [
677
+ [
678
+ 0.6571634308319082
679
+ ]
680
+ ],
681
+ [
682
+ [
683
+ 0.4275088713656813
684
+ ]
685
+ ]
686
+ ],
687
+ "q90": [
688
+ [
689
+ [
690
+ 0.8778945820896585
691
+ ]
692
+ ],
693
+ [
694
+ [
695
+ 0.6588561747573823
696
+ ]
697
+ ],
698
+ [
699
+ [
700
+ 0.4727704641085714
701
+ ]
702
+ ]
703
+ ],
704
+ "q99": [
705
+ [
706
+ [
707
+ 0.9990216681308091
708
+ ]
709
+ ],
710
+ [
711
+ [
712
+ 0.6625025662723302
713
+ ]
714
+ ],
715
+ [
716
+ [
717
+ 0.9831533982635049
718
+ ]
719
+ ]
720
+ ]
721
+ },
722
+ "observation.state": {
723
+ "min": [
724
+ 0.00017040123930200934,
725
+ 1.329099416732788,
726
+ -1.6145027875900269,
727
+ -5.0996219215448946e-05,
728
+ 1.0892460346221924,
729
+ -0.015586351975798607,
730
+ 0.0001277987757930532
731
+ ],
732
+ "max": [
733
+ 0.7970680594444275,
734
+ 2.110250949859619,
735
+ -1.0559684038162231,
736
+ 0.16637946665287018,
737
+ 1.2233279943466187,
738
+ 0.09161839634180069,
739
+ 0.03563794121146202
740
+ ],
741
+ "mean": [
742
+ 0.4635703551527412,
743
+ 1.806711927291047,
744
+ -1.3772329926812081,
745
+ 0.07150551551553942,
746
+ 1.1161194873399745,
747
+ 0.0013467446571688057,
748
+ 0.02872833033602986
749
+ ],
750
+ "std": [
751
+ 0.182967241944059,
752
+ 0.239625089030185,
753
+ 0.13939183481799147,
754
+ 0.03213416683440613,
755
+ 0.03833746667240428,
756
+ 0.011618283475400662,
757
+ 0.008504804650933414
758
+ ],
759
+ "count": [
760
+ 109822
761
+ ],
762
+ "q01": [
763
+ 0.013426017898541613,
764
+ 1.3876431222540848,
765
+ -1.57136425199964,
766
+ 0.001974967340918333,
767
+ 1.0920226935795039,
768
+ -0.002683379502739553,
769
+ 0.014719403221622037
770
+ ],
771
+ "q10": [
772
+ 0.17218006590977913,
773
+ 1.4141005377354292,
774
+ -1.5166496244789105,
775
+ 0.021812707407920393,
776
+ 1.0926482610189792,
777
+ -0.0025006931254231515,
778
+ 0.016713012907209973
779
+ ],
780
+ "q50": [
781
+ 0.5389900731464043,
782
+ 1.856006079722788,
783
+ -1.360100201152758,
784
+ 0.08058570359133232,
785
+ 1.1238329610664233,
786
+ 0.00024009017928853415,
787
+ 0.03172640001926825
788
+ ],
789
+ "q90": [
790
+ 0.5839441513703038,
791
+ 2.0364880105083185,
792
+ -1.259919370215794,
793
+ 0.10095644178067648,
794
+ 1.1406441642583547,
795
+ 0.006153986658971948,
796
+ 0.03501949978310193
797
+ ],
798
+ "q99": [
799
+ 0.5858439947563163,
800
+ 2.0546307678940265,
801
+ -1.2543916149204433,
802
+ 0.10304059605184128,
803
+ 1.1431364588437147,
804
+ 0.0063519135886115205,
805
+ 0.035046660737705126
806
+ ]
807
+ },
808
+ "timestamp": {
809
+ "min": [
810
+ 0.0
811
+ ],
812
+ "max": [
813
+ 12.52
814
+ ],
815
+ "mean": [
816
+ 5.518453133251993
817
+ ],
818
+ "std": [
819
+ 3.233717866733255
820
+ ],
821
+ "count": [
822
+ 109822
823
+ ],
824
+ "q01": [
825
+ 0.09929796102871359
826
+ ],
827
+ "q10": [
828
+ 1.0946051175538234
829
+ ],
830
+ "q50": [
831
+ 5.514271421609442
832
+ ],
833
+ "q90": [
834
+ 9.94003302780863
835
+ ],
836
+ "q99": [
837
+ 10.936780482270429
838
+ ]
839
+ }
840
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6bf9f8332671f928cb0c3562766d10588d60e338a5f3d1681373c2231a8a7f1
3
+ size 2327
videos/observation.images.scene_top/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d190da4b3b9bfbad9ce2711f07468b619c9f9581443bfb53fef2935d809a9c0a
3
+ size 209070313
videos/observation.images.scene_top/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d7960ba5289f14262e43921957fcde7ea0e1fdd7f72dbce589d60845d552d9e
3
+ size 126488753
videos/observation.images.wrist_left/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c1eb7ef711d72fc38f4bc33a5a5a89be64d6a2c5e1293d975acbb8f6f42e2e5
3
+ size 208681172
videos/observation.images.wrist_left/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:989eb6dc23d71651987c62e7a48f35c1265161ff15ce74d2715d7a33e50d0a58
3
+ size 11596560
videos/observation.images.wrist_right/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dba39ddf89a5c220be374b62697611151451e9fd51d557af859bcf29fff6aaf6
3
+ size 145399904