Henry-Ellis commited on
Commit
57faa2c
·
verified ·
1 Parent(s): bde7c5e

Upload folder using huggingface_hub

Browse files
Files changed (24) hide show
  1. data/chunk-000/file-000.parquet +3 -0
  2. meta/episodes/chunk-000/file-000.parquet +3 -0
  3. meta/info.json +21 -14
  4. meta/stats.json +629 -0
  5. meta/tasks.parquet +3 -0
  6. videos/observation.images.cam_left_high/chunk-000/file-000.mp4 +3 -0
  7. videos/observation.images.cam_left_high/chunk-000/file-001.mp4 +3 -0
  8. videos/observation.images.cam_left_high/chunk-000/file-002.mp4 +3 -0
  9. videos/observation.images.cam_left_high/chunk-000/file-003.mp4 +3 -0
  10. videos/observation.images.cam_left_high/chunk-000/file-004.mp4 +3 -0
  11. videos/observation.images.cam_left_high/chunk-000/file-005.mp4 +3 -0
  12. videos/observation.images.cam_left_wrist/chunk-000/file-000.mp4 +3 -0
  13. videos/observation.images.cam_left_wrist/chunk-000/file-001.mp4 +3 -0
  14. videos/observation.images.cam_left_wrist/chunk-000/file-002.mp4 +3 -0
  15. videos/observation.images.cam_left_wrist/chunk-000/file-003.mp4 +3 -0
  16. videos/observation.images.cam_right_high/chunk-000/file-000.mp4 +3 -0
  17. videos/observation.images.cam_right_high/chunk-000/file-001.mp4 +3 -0
  18. videos/observation.images.cam_right_high/chunk-000/file-002.mp4 +3 -0
  19. videos/observation.images.cam_right_high/chunk-000/file-003.mp4 +3 -0
  20. videos/observation.images.cam_right_high/chunk-000/file-004.mp4 +3 -0
  21. videos/observation.images.cam_right_wrist/chunk-000/file-000.mp4 +3 -0
  22. videos/observation.images.cam_right_wrist/chunk-000/file-001.mp4 +3 -0
  23. videos/observation.images.cam_right_wrist/chunk-000/file-002.mp4 +3 -0
  24. videos/observation.images.cam_right_wrist/chunk-000/file-003.mp4 +3 -0
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d49fd8e3e8d5d7bd682897644017c0a2542275af80f2fe0a936734d8abbd1d7b
3
+ size 63247041
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:127bf236532cde778b197774f94e1869de6e5db7ab08aa7296baad737e1ba658
3
+ size 678425
meta/info.json CHANGED
@@ -1,18 +1,16 @@
1
  {
2
- "codebase_version": "v2.1",
3
  "robot_type": "Unitree_G1",
4
  "total_episodes": 301,
5
  "total_frames": 281196,
6
  "total_tasks": 1,
7
- "total_videos": 1204,
8
- "total_chunks": 1,
9
  "chunks_size": 1000,
10
- "fps": 30,
11
  "splits": {
12
  "train": "0:301"
13
  },
14
- "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
- "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
16
  "features": {
17
  "observation.state": {
18
  "dtype": "float32",
@@ -50,7 +48,8 @@
50
  "kRightHandMiddle0",
51
  "kRightHandMiddle1"
52
  ]
53
- ]
 
54
  },
55
  "action": {
56
  "dtype": "float32",
@@ -88,7 +87,8 @@
88
  "kRightHandMiddle0",
89
  "kRightHandMiddle1"
90
  ]
91
- ]
 
92
  },
93
  "observation.images.cam_left_high": {
94
  "dtype": "video",
@@ -187,35 +187,42 @@
187
  "shape": [
188
  1
189
  ],
190
- "names": null
 
191
  },
192
  "frame_index": {
193
  "dtype": "int64",
194
  "shape": [
195
  1
196
  ],
197
- "names": null
 
198
  },
199
  "episode_index": {
200
  "dtype": "int64",
201
  "shape": [
202
  1
203
  ],
204
- "names": null
 
205
  },
206
  "index": {
207
  "dtype": "int64",
208
  "shape": [
209
  1
210
  ],
211
- "names": null
 
212
  },
213
  "task_index": {
214
  "dtype": "int64",
215
  "shape": [
216
  1
217
  ],
218
- "names": null
 
219
  }
220
- }
 
 
221
  }
 
1
  {
2
+ "codebase_version": "v3.0",
3
  "robot_type": "Unitree_G1",
4
  "total_episodes": 301,
5
  "total_frames": 281196,
6
  "total_tasks": 1,
 
 
7
  "chunks_size": 1000,
8
+ "fps": 30.0,
9
  "splits": {
10
  "train": "0:301"
11
  },
12
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
13
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
14
  "features": {
15
  "observation.state": {
16
  "dtype": "float32",
 
48
  "kRightHandMiddle0",
49
  "kRightHandMiddle1"
50
  ]
51
+ ],
52
+ "fps": 30.0
53
  },
54
  "action": {
55
  "dtype": "float32",
 
87
  "kRightHandMiddle0",
88
  "kRightHandMiddle1"
89
  ]
90
+ ],
91
+ "fps": 30.0
92
  },
93
  "observation.images.cam_left_high": {
94
  "dtype": "video",
 
187
  "shape": [
188
  1
189
  ],
190
+ "names": null,
191
+ "fps": 30.0
192
  },
193
  "frame_index": {
194
  "dtype": "int64",
195
  "shape": [
196
  1
197
  ],
198
+ "names": null,
199
+ "fps": 30.0
200
  },
201
  "episode_index": {
202
  "dtype": "int64",
203
  "shape": [
204
  1
205
  ],
206
+ "names": null,
207
+ "fps": 30.0
208
  },
209
  "index": {
210
  "dtype": "int64",
211
  "shape": [
212
  1
213
  ],
214
+ "names": null,
215
+ "fps": 30.0
216
  },
217
  "task_index": {
218
  "dtype": "int64",
219
  "shape": [
220
  1
221
  ],
222
+ "names": null,
223
+ "fps": 30.0
224
  }
225
+ },
226
+ "data_files_size_in_mb": 100,
227
+ "video_files_size_in_mb": 500
228
  }
meta/stats.json ADDED
@@ -0,0 +1,629 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.images.cam_right_high": {
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.5065798633793634
41
+ ]
42
+ ],
43
+ [
44
+ [
45
+ 0.499573790773689
46
+ ]
47
+ ],
48
+ [
49
+ [
50
+ 0.4709063408189684
51
+ ]
52
+ ]
53
+ ],
54
+ "std": [
55
+ [
56
+ [
57
+ 0.23873019810985247
58
+ ]
59
+ ],
60
+ [
61
+ [
62
+ 0.23262613650875938
63
+ ]
64
+ ],
65
+ [
66
+ [
67
+ 0.23849618785463422
68
+ ]
69
+ ]
70
+ ],
71
+ "count": [
72
+ 50388
73
+ ]
74
+ },
75
+ "observation.images.cam_left_wrist": {
76
+ "min": [
77
+ [
78
+ [
79
+ 0.0
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.0
85
+ ]
86
+ ],
87
+ [
88
+ [
89
+ 0.0
90
+ ]
91
+ ]
92
+ ],
93
+ "max": [
94
+ [
95
+ [
96
+ 1.0
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 1.0
102
+ ]
103
+ ],
104
+ [
105
+ [
106
+ 1.0
107
+ ]
108
+ ]
109
+ ],
110
+ "mean": [
111
+ [
112
+ [
113
+ 0.43317515058686185
114
+ ]
115
+ ],
116
+ [
117
+ [
118
+ 0.4269818053302466
119
+ ]
120
+ ],
121
+ [
122
+ [
123
+ 0.4134873692542161
124
+ ]
125
+ ]
126
+ ],
127
+ "std": [
128
+ [
129
+ [
130
+ 0.3018915022846747
131
+ ]
132
+ ],
133
+ [
134
+ [
135
+ 0.28479098141746156
136
+ ]
137
+ ],
138
+ [
139
+ [
140
+ 0.29928073327490484
141
+ ]
142
+ ]
143
+ ],
144
+ "count": [
145
+ 50388
146
+ ]
147
+ },
148
+ "observation.state": {
149
+ "min": [
150
+ -1.4550118446350098,
151
+ -0.06949806213378906,
152
+ -1.0511047840118408,
153
+ -1.03071928024292,
154
+ -0.4975949823856354,
155
+ -1.5453640222549438,
156
+ -1.3530008792877197,
157
+ -1.5718340873718262,
158
+ -1.1841716766357422,
159
+ -0.5344080924987793,
160
+ -1.0334393978118896,
161
+ -1.6194305419921875,
162
+ -1.5786588191986084,
163
+ -0.9749836921691895,
164
+ -1.0097272396087646,
165
+ 0.5789667367935181,
166
+ 0.017472300678491592,
167
+ -1.3936595916748047,
168
+ -2.083012104034424,
169
+ -1.089174509048462,
170
+ -2.0832393169403076,
171
+ -1.006208062171936,
172
+ -1.0547640323638916,
173
+ -1.0409409999847412,
174
+ -0.1988460272550583,
175
+ 0.009620487689971924,
176
+ -0.17772997915744781,
177
+ 0.008674941025674343
178
+ ],
179
+ "max": [
180
+ 0.5277786254882812,
181
+ 1.2103934288024902,
182
+ 0.5151016712188721,
183
+ 1.2654342651367188,
184
+ 1.7501063346862793,
185
+ 1.3493192195892334,
186
+ 0.9137319326400757,
187
+ 0.4504079818725586,
188
+ 0.0651240348815918,
189
+ 1.0999765396118164,
190
+ 1.3758091926574707,
191
+ 0.5103821754455566,
192
+ 1.2686320543289185,
193
+ 1.3807964324951172,
194
+ 0.1522921770811081,
195
+ 1.102331519126892,
196
+ 1.3545994758605957,
197
+ 0.1950070858001709,
198
+ -0.008813309483230114,
199
+ 0.2671687602996826,
200
+ -0.008364483714103699,
201
+ 0.026381712406873703,
202
+ -0.608210563659668,
203
+ -0.018412526696920395,
204
+ 1.645692229270935,
205
+ 2.085045099258423,
206
+ 1.453798770904541,
207
+ 2.090496778488159
208
+ ],
209
+ "mean": [
210
+ -0.3879570338915728,
211
+ 0.406045771019502,
212
+ 0.030620826597169505,
213
+ 0.0153625362322646,
214
+ 0.18191544733714546,
215
+ -0.017870269144278392,
216
+ -0.2689767563619761,
217
+ -0.5856638683315999,
218
+ -0.3806495197225512,
219
+ 0.06649060502480358,
220
+ 0.22811650194986233,
221
+ -0.12437720100303967,
222
+ -0.08365296632761351,
223
+ 0.34734994966232746,
224
+ -0.660358510889526,
225
+ 0.9788968457818484,
226
+ 0.36423653253475763,
227
+ 0.019067380869776798,
228
+ -0.07370557479993016,
229
+ -0.003843636020952974,
230
+ -0.37196278344523265,
231
+ -0.6061184709097405,
232
+ -0.9288628173178582,
233
+ -0.30492653122713365,
234
+ 0.023877166274315405,
235
+ 0.06866707648311189,
236
+ 0.07063117104538347,
237
+ 0.4259628477190553
238
+ ],
239
+ "std": [
240
+ 0.3063564384914223,
241
+ 0.2564313158539211,
242
+ 0.20863197237871364,
243
+ 0.27999546581300755,
244
+ 0.37397801500673294,
245
+ 0.28963928888180074,
246
+ 0.2777241946248484,
247
+ 0.3590919183799878,
248
+ 0.2687899695042939,
249
+ 0.2276301639384855,
250
+ 0.4077093638109428,
251
+ 0.3553332059817898,
252
+ 0.41973349729319087,
253
+ 0.29871516780037494,
254
+ 0.1497017626098519,
255
+ 0.07618077620180567,
256
+ 0.2695007548897285,
257
+ 0.2009185129244596,
258
+ 0.20752493898887106,
259
+ 0.2209242762247575,
260
+ 0.5601667997834916,
261
+ 0.14341892347115645,
262
+ 0.11111770760255912,
263
+ 0.28936093047193245,
264
+ 0.2413145127758061,
265
+ 0.20257278038838952,
266
+ 0.2726272910282082,
267
+ 0.5613446105358886
268
+ ],
269
+ "count": [
270
+ 281196
271
+ ]
272
+ },
273
+ "observation.images.cam_right_wrist": {
274
+ "min": [
275
+ [
276
+ [
277
+ 0.0
278
+ ]
279
+ ],
280
+ [
281
+ [
282
+ 0.0
283
+ ]
284
+ ],
285
+ [
286
+ [
287
+ 0.0
288
+ ]
289
+ ]
290
+ ],
291
+ "max": [
292
+ [
293
+ [
294
+ 1.0
295
+ ]
296
+ ],
297
+ [
298
+ [
299
+ 1.0
300
+ ]
301
+ ],
302
+ [
303
+ [
304
+ 1.0
305
+ ]
306
+ ]
307
+ ],
308
+ "mean": [
309
+ [
310
+ [
311
+ 0.4179111509412738
312
+ ]
313
+ ],
314
+ [
315
+ [
316
+ 0.4164055886421779
317
+ ]
318
+ ],
319
+ [
320
+ [
321
+ 0.4026551431567932
322
+ ]
323
+ ]
324
+ ],
325
+ "std": [
326
+ [
327
+ [
328
+ 0.3065409739465407
329
+ ]
330
+ ],
331
+ [
332
+ [
333
+ 0.28548764970782897
334
+ ]
335
+ ],
336
+ [
337
+ [
338
+ 0.29872460492143454
339
+ ]
340
+ ]
341
+ ],
342
+ "count": [
343
+ 50388
344
+ ]
345
+ },
346
+ "episode_index": {
347
+ "min": [
348
+ 0
349
+ ],
350
+ "max": [
351
+ 300
352
+ ],
353
+ "mean": [
354
+ 146.44165635357544
355
+ ],
356
+ "std": [
357
+ 86.17670232645737
358
+ ],
359
+ "count": [
360
+ 281196
361
+ ]
362
+ },
363
+ "index": {
364
+ "min": [
365
+ 0
366
+ ],
367
+ "max": [
368
+ 281195
369
+ ],
370
+ "mean": [
371
+ 140597.5
372
+ ],
373
+ "std": [
374
+ 81174.29314700971
375
+ ],
376
+ "count": [
377
+ 281196
378
+ ]
379
+ },
380
+ "timestamp": {
381
+ "min": [
382
+ 0.0
383
+ ],
384
+ "max": [
385
+ 226.3333282470703
386
+ ],
387
+ "mean": [
388
+ 17.958870093682307
389
+ ],
390
+ "std": [
391
+ 20.42315269176781
392
+ ],
393
+ "count": [
394
+ 281196
395
+ ]
396
+ },
397
+ "observation.images.cam_left_high": {
398
+ "min": [
399
+ [
400
+ [
401
+ 0.0
402
+ ]
403
+ ],
404
+ [
405
+ [
406
+ 0.0
407
+ ]
408
+ ],
409
+ [
410
+ [
411
+ 0.0
412
+ ]
413
+ ]
414
+ ],
415
+ "max": [
416
+ [
417
+ [
418
+ 1.0
419
+ ]
420
+ ],
421
+ [
422
+ [
423
+ 1.0
424
+ ]
425
+ ],
426
+ [
427
+ [
428
+ 1.0
429
+ ]
430
+ ]
431
+ ],
432
+ "mean": [
433
+ [
434
+ [
435
+ 0.5047508094244186
436
+ ]
437
+ ],
438
+ [
439
+ [
440
+ 0.49904107562727407
441
+ ]
442
+ ],
443
+ [
444
+ [
445
+ 0.4707569804598843
446
+ ]
447
+ ]
448
+ ],
449
+ "std": [
450
+ [
451
+ [
452
+ 0.24257420341280794
453
+ ]
454
+ ],
455
+ [
456
+ [
457
+ 0.23630871385769248
458
+ ]
459
+ ],
460
+ [
461
+ [
462
+ 0.24121710847897557
463
+ ]
464
+ ]
465
+ ],
466
+ "count": [
467
+ 50388
468
+ ]
469
+ },
470
+ "action": {
471
+ "min": [
472
+ -1.5019830465316772,
473
+ -0.10465461015701294,
474
+ -1.0579173564910889,
475
+ -1.0471996068954468,
476
+ -0.5072725415229797,
477
+ -1.550949215888977,
478
+ -1.3590999841690063,
479
+ -1.7829570770263672,
480
+ -1.2025178670883179,
481
+ -0.5489614605903625,
482
+ -1.0471985340118408,
483
+ -1.6240100860595703,
484
+ -1.6144194602966309,
485
+ -0.9865021705627441,
486
+ -1.0471975803375244,
487
+ 0.5694321990013123,
488
+ 0.014022723771631718,
489
+ -1.6959482431411743,
490
+ -2.094395160675049,
491
+ -1.7615234851837158,
492
+ -2.094395160675049,
493
+ -1.0471912622451782,
494
+ -1.0471975803375244,
495
+ -1.0937144756317139,
496
+ -0.19198620319366455,
497
+ 2.9761647249808044e-24,
498
+ -0.19198620319366455,
499
+ 1.3522716746171002e-22
500
+ ],
501
+ "max": [
502
+ 0.5354967713356018,
503
+ 1.2286391258239746,
504
+ 0.5269407629966736,
505
+ 1.2704854011535645,
506
+ 1.755934238433838,
507
+ 1.3575888872146606,
508
+ 0.9239657521247864,
509
+ 0.4525030553340912,
510
+ 0.0873638242483139,
511
+ 1.1086024045944214,
512
+ 1.3864336013793945,
513
+ 0.5220990777015686,
514
+ 1.2726393938064575,
515
+ 1.3873311281204224,
516
+ 0.2105439007282257,
517
+ 1.0471975803375244,
518
+ 1.3984010219573975,
519
+ 0.19198620319366455,
520
+ -5.992518126550274e-23,
521
+ 0.19198620319366455,
522
+ -1.973005091110833e-21,
523
+ 0.09095222502946854,
524
+ -0.5916794538497925,
525
+ -0.014052720740437508,
526
+ 1.8325787782669067,
527
+ 2.094395160675049,
528
+ 1.6477811336517334,
529
+ 2.094395160675049
530
+ ],
531
+ "mean": [
532
+ -0.3863716232279148,
533
+ 0.39396745931167926,
534
+ 0.03431103041024928,
535
+ 0.009708200981389132,
536
+ 0.1722526341176066,
537
+ -0.019659362631351037,
538
+ -0.2612263374912693,
539
+ -0.5985700725298305,
540
+ -0.3845521863919965,
541
+ 0.06264817118491087,
542
+ 0.22825635141298742,
543
+ -0.12034727742691051,
544
+ -0.08447122011764718,
545
+ 0.34836003202886967,
546
+ -0.6551615797052873,
547
+ 1.0180872826390532,
548
+ 0.3756216246046298,
549
+ 0.03195931616074032,
550
+ -0.0710212018352759,
551
+ -0.0193650092538984,
552
+ -0.4033019803063864,
553
+ -0.6000273627620766,
554
+ -0.974619178094293,
555
+ -0.31548782881519905,
556
+ 0.010893788211935781,
557
+ 0.061587314852270404,
558
+ 0.08377548985850203,
559
+ 0.47268790923342574
560
+ ],
561
+ "std": [
562
+ 0.3104076833416323,
563
+ 0.24750707931350968,
564
+ 0.20972880206346728,
565
+ 0.2866169093069513,
566
+ 0.37252944644641034,
567
+ 0.2891084125434007,
568
+ 0.27607984396334756,
569
+ 0.3587734270584708,
570
+ 0.2686221540814786,
571
+ 0.2289337592155076,
572
+ 0.4082793531716458,
573
+ 0.35700841826630403,
574
+ 0.4206615200863807,
575
+ 0.29836216627340867,
576
+ 0.16762746861973923,
577
+ 0.058268190875271485,
578
+ 0.2606954802049171,
579
+ 0.2009716069388043,
580
+ 0.21631555781808606,
581
+ 0.24962205905952237,
582
+ 0.6308774557387031,
583
+ 0.15321309196122707,
584
+ 0.08768955931412543,
585
+ 0.2823158928236974,
586
+ 0.2406561448279678,
587
+ 0.2104461906537746,
588
+ 0.3059273470978774,
589
+ 0.6513390576277714
590
+ ],
591
+ "count": [
592
+ 281196
593
+ ]
594
+ },
595
+ "frame_index": {
596
+ "min": [
597
+ 0
598
+ ],
599
+ "max": [
600
+ 6790
601
+ ],
602
+ "mean": [
603
+ 538.7661026472638
604
+ ],
605
+ "std": [
606
+ 612.6945614168259
607
+ ],
608
+ "count": [
609
+ 281196
610
+ ]
611
+ },
612
+ "task_index": {
613
+ "min": [
614
+ 0
615
+ ],
616
+ "max": [
617
+ 0
618
+ ],
619
+ "mean": [
620
+ 0.0
621
+ ],
622
+ "std": [
623
+ 0.0
624
+ ],
625
+ "count": [
626
+ 281196
627
+ ]
628
+ }
629
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bbcf6b738f9b336dade138404208e9ada671c50be38eb5e460ba443668330aa
3
+ size 2131
videos/observation.images.cam_left_high/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23afe2d6441921aaa987aafd4ee3c17b1f76dd16a12de5c6a1430e4858388da1
3
+ size 523098250
videos/observation.images.cam_left_high/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9289e8a006a9b75602d09072e3c0fd09a5be0a35c30bd72a2a46f302f395ca37
3
+ size 517357192
videos/observation.images.cam_left_high/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9297c84780f14eea7d941dbbbd03140253f44f49a97822bd7c6a91f7cd14c77a
3
+ size 516886129
videos/observation.images.cam_left_high/chunk-000/file-003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0303e17b7ebb754ed5037c8ca6142aeaed87c1510ded696c6c7544586bb80775
3
+ size 517014193
videos/observation.images.cam_left_high/chunk-000/file-004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59e1503a2f443f31884884ce64a2f19e34294982ae6fccb4cddb526858be1388
3
+ size 518403775
videos/observation.images.cam_left_high/chunk-000/file-005.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03f99f1ca34b51fbb990a0d8318aeec78d22fc3fb2fc4d2e24b1076e00c86024
3
+ size 291226127
videos/observation.images.cam_left_wrist/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:631f385050b1b7a38961720123d859beea917db2e7ecf310fee89dcc5e0e9b9c
3
+ size 522008658
videos/observation.images.cam_left_wrist/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81f504b57568450ef2537ce825b86be61e2f49c610a305a15f0fa127d23ca437
3
+ size 521244598
videos/observation.images.cam_left_wrist/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2eeb69f13d7dd03aa4b1055e7734cc80c4df08899e3bdedb354d5fd55fb83f8a
3
+ size 521932029
videos/observation.images.cam_left_wrist/chunk-000/file-003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0640b1d160aeff058becd4a99dfaca2a39d3fd4ea496e2ea9c76c3114cebce03
3
+ size 200227364
videos/observation.images.cam_right_high/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8cc36dbc576ef2c4ec1227a90edee5be15c6c43180b3cb9233f2f5f0d318ac6
3
+ size 523020489
videos/observation.images.cam_right_high/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1bf12c087ed754728fb78ae3d8bc982c3328f160d8627180d6849433c5d60df7
3
+ size 518550151
videos/observation.images.cam_right_high/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f57cb8581d4352a129e9c7827e41c29e31d8b636ebdd643d4e94886546455c4e
3
+ size 520948733
videos/observation.images.cam_right_high/chunk-000/file-003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ce87f47ddf07a14ca838ffeb3a26eadaadc4d60c91b88c4957819e6ad105e7b
3
+ size 524143414
videos/observation.images.cam_right_high/chunk-000/file-004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8dd00580b3b190f9c7743a3675294679d2f28e133b909ed96b60f061fc3b2f61
3
+ size 498753294
videos/observation.images.cam_right_wrist/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78faaa5884ef0b33844c957bf3cfcc37958aa0f0cc94f60e7157ccfa39af45e7
3
+ size 519196905
videos/observation.images.cam_right_wrist/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26bbc1c51548b6da076ddcfde42340fe96cbe3a7f6d1f67e7edfda80f1ded9aa
3
+ size 519662876
videos/observation.images.cam_right_wrist/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51e63132c32d86e8f661877ee228c1cbb90c3d8627ec34b7cf1d65c05c5bc4c7
3
+ size 519281180
videos/observation.images.cam_right_wrist/chunk-000/file-003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e19aed0d13292c19cc6f835382c2105b37da35b7ba1441c0c4ddebaf940c877f
3
+ size 323076402