tms-gvd commited on
Commit
d9d2d10
·
verified ·
1 Parent(s): ea7a65d

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:d6d7e99331d05fa91c2d9226f11ac71d6dd3fa335fc286e19118b359c6f69c66
3
+ size 761937
fischer_petrosian_1959.pgn ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [Event "Bled-Zagreb-Belgrade Candidates"]
2
+ [Site "Bled, Zagreb & Belgrade YUG"]
3
+ [Date "1959.10.04"]
4
+ [EventDate "1959.09.07"]
5
+ [Round "16"]
6
+ [Result "1/2-1/2"]
7
+ [White "Robert James Fischer"]
8
+ [Black "Tigran Vartanovich Petrosian"]
9
+ [ECO "B11"]
10
+ [WhiteElo "?"]
11
+ [BlackElo "?"]
12
+ [PlyCount "96"]
13
+
14
+ 1. e4 c6 2. Nc3 d5 3. Nf3 Bg4 4. h3 Bxf3 5. Qxf3 Nf6 6. d3 e6
15
+ 7. g3 Bb4 8. Bd2 d4 9. Nb1 Bxd2+ 10. Nxd2 e5 11. Bg2 c5
16
+ 12. O-O Nc6 13. Qe2 Qe7 14. f4 O-O-O 15. a3 Ne8 16. b4 cxb4
17
+ 17. Nc4 f6 18. fxe5 fxe5 19. axb4 Nc7 20. Na5 Nb5 21. Nxc6
18
+ bxc6 22. Rf2 g6 23. h4 Kb7 24. h5 Qxb4 25. Rf7+ Kb6 26. Qf2 a5
19
+ 27. c4 Nc3 28. Rf1 a4 29. Qf6 Qc5 30. Rxh7 Rdf8 31. Qxg6 Rxh7
20
+ 32. Qxh7 Rxf1+ 33. Bxf1 a3 34. h6 a2 35. Qg8 a1=Q 36. h7 Qd6
21
+ 37. h8=Q Qa7 38. g4 Kc5 39. Qf8 Qae7 40. Qa8 Kb4 41. Qh2 Kb3
22
+ 42. Qa1 Qa3 43. Qxa3+ Kxa3 44. Qh6 Qf7 45. Kg2 Kb3 46. Qd2 Qh7
23
+ 47. Kg3 Qxe4 48. Qf2 Qh1 1/2-1/2
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d11bbc28ec9c81234854c3b1a2d55260b604ff6992941f9679b2598e95965d9
3
+ size 185533
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 35,
5
+ "total_frames": 15620,
6
+ "total_tasks": 35,
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:35"
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
+ "shoulder_pan.pos",
21
+ "shoulder_lift.pos",
22
+ "elbow_flex.pos",
23
+ "wrist_flex.pos",
24
+ "wrist_roll.pos",
25
+ "gripper.pos"
26
+ ],
27
+ "shape": [
28
+ 6
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "names": [
34
+ "shoulder_pan.pos",
35
+ "shoulder_lift.pos",
36
+ "elbow_flex.pos",
37
+ "wrist_flex.pos",
38
+ "wrist_roll.pos",
39
+ "gripper.pos"
40
+ ],
41
+ "shape": [
42
+ 6
43
+ ]
44
+ },
45
+ "observation.images.front": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 480,
49
+ 640,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 480,
59
+ "video.width": 640,
60
+ "video.codec": "av1",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "video.fps": 30,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.top": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 480,
72
+ 640,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 480,
82
+ "video.width": 640,
83
+ "video.codec": "av1",
84
+ "video.pix_fmt": "yuv420p",
85
+ "video.is_depth_map": false,
86
+ "video.fps": 30,
87
+ "video.channels": 3,
88
+ "has_audio": false
89
+ }
90
+ },
91
+ "timestamp": {
92
+ "dtype": "float32",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": null
97
+ },
98
+ "frame_index": {
99
+ "dtype": "int64",
100
+ "shape": [
101
+ 1
102
+ ],
103
+ "names": null
104
+ },
105
+ "episode_index": {
106
+ "dtype": "int64",
107
+ "shape": [
108
+ 1
109
+ ],
110
+ "names": null
111
+ },
112
+ "index": {
113
+ "dtype": "int64",
114
+ "shape": [
115
+ 1
116
+ ],
117
+ "names": null
118
+ },
119
+ "task_index": {
120
+ "dtype": "int64",
121
+ "shape": [
122
+ 1
123
+ ],
124
+ "names": null
125
+ }
126
+ }
127
+ }
meta/stats.json ADDED
@@ -0,0 +1,632 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_index": {
3
+ "min": [
4
+ 0
5
+ ],
6
+ "max": [
7
+ 34
8
+ ],
9
+ "mean": [
10
+ 17.804865556978232
11
+ ],
12
+ "std": [
13
+ 10.005572167834314
14
+ ],
15
+ "count": [
16
+ 15620
17
+ ],
18
+ "q01": [
19
+ 17.804865556978232
20
+ ],
21
+ "q10": [
22
+ 17.804865556978235
23
+ ],
24
+ "q50": [
25
+ 17.80486555697825
26
+ ],
27
+ "q90": [
28
+ 17.80486555697827
29
+ ],
30
+ "q99": [
31
+ 17.80486555697827
32
+ ]
33
+ },
34
+ "timestamp": {
35
+ "min": [
36
+ 0.0
37
+ ],
38
+ "max": [
39
+ 25.933333333333334
40
+ ],
41
+ "mean": [
42
+ 8.137336747759285
43
+ ],
44
+ "std": [
45
+ 5.514961728410259
46
+ ],
47
+ "count": [
48
+ 15620
49
+ ],
50
+ "q01": [
51
+ 0.14700615249249258
52
+ ],
53
+ "q10": [
54
+ 1.6134419398259225
55
+ ],
56
+ "q50": [
57
+ 8.128485725992192
58
+ ],
59
+ "q90": [
60
+ 14.655880181386129
61
+ ],
62
+ "q99": [
63
+ 16.127667343026072
64
+ ]
65
+ },
66
+ "observation.state": {
67
+ "min": [
68
+ -45.348411560058594,
69
+ -98.66999053955078,
70
+ -26.639892578125,
71
+ 1.6645326614379883,
72
+ -51.02639389038086,
73
+ 0.5567153692245483
74
+ ],
75
+ "max": [
76
+ 22.65596580505371,
77
+ 52.61845397949219,
78
+ 98.83980560302734,
79
+ 71.3188247680664,
80
+ 45.06353759765625,
81
+ 18.92832374572754
82
+ ],
83
+ "mean": [
84
+ -3.666446223484875,
85
+ -19.46013543732302,
86
+ 55.95054081734866,
87
+ 41.32812165224903,
88
+ 5.873239123708689,
89
+ 5.4180301086392815
90
+ ],
91
+ "std": [
92
+ 13.66906350463754,
93
+ 49.38057119450977,
94
+ 33.0072357112956,
95
+ 12.468961882152003,
96
+ 15.248144411317712,
97
+ 5.183073470447699
98
+ ],
99
+ "count": [
100
+ 15620
101
+ ],
102
+ "q01": [
103
+ -21.969792699626723,
104
+ -98.43993304046187,
105
+ 23.183133735761462,
106
+ 22.90056400530549,
107
+ -8.185634957144615,
108
+ 0.565759322821865
109
+ ],
110
+ "q10": [
111
+ -20.361225380421864,
112
+ -98.3143916064955,
113
+ 23.870655747323045,
114
+ 26.95657224526861,
115
+ -7.621787766178554,
116
+ 0.565759322821865
117
+ ],
118
+ "q50": [
119
+ -0.6090585742482648,
120
+ 3.265701980077607,
121
+ 46.93141485276386,
122
+ 39.948169558393914,
123
+ 8.028697855333727,
124
+ 3.533183424727877
125
+ ],
126
+ "q90": [
127
+ 6.9167316768836455,
128
+ 24.663044515809702,
129
+ 98.83150925383711,
130
+ 57.45415895745806,
131
+ 17.212491688327248,
132
+ 13.038818545706562
133
+ ],
134
+ "q99": [
135
+ 7.743763706339611,
136
+ 27.275172369406476,
137
+ 98.83897596810834,
138
+ 58.637843700044805,
139
+ 18.911642862202587,
140
+ 13.825442368433341
141
+ ]
142
+ },
143
+ "observation.images.top": {
144
+ "min": [
145
+ [
146
+ [
147
+ 0.0
148
+ ]
149
+ ],
150
+ [
151
+ [
152
+ 0.0
153
+ ]
154
+ ],
155
+ [
156
+ [
157
+ 0.0
158
+ ]
159
+ ]
160
+ ],
161
+ "max": [
162
+ [
163
+ [
164
+ 1.0
165
+ ]
166
+ ],
167
+ [
168
+ [
169
+ 1.0
170
+ ]
171
+ ],
172
+ [
173
+ [
174
+ 1.0
175
+ ]
176
+ ]
177
+ ],
178
+ "mean": [
179
+ [
180
+ [
181
+ 0.5414698805160548
182
+ ]
183
+ ],
184
+ [
185
+ [
186
+ 0.5606480971175348
187
+ ]
188
+ ],
189
+ [
190
+ [
191
+ 0.5836353849366694
192
+ ]
193
+ ]
194
+ ],
195
+ "std": [
196
+ [
197
+ [
198
+ 0.022476742859441963
199
+ ]
200
+ ],
201
+ [
202
+ [
203
+ 0.018700989941251116
204
+ ]
205
+ ],
206
+ [
207
+ [
208
+ 0.021479417780290985
209
+ ]
210
+ ]
211
+ ],
212
+ "count": [
213
+ 3785
214
+ ],
215
+ "q01": [
216
+ [
217
+ [
218
+ 0.04671486666944524
219
+ ]
220
+ ],
221
+ [
222
+ [
223
+ 0.06608801966118663
224
+ ]
225
+ ],
226
+ [
227
+ [
228
+ 0.060513846123818466
229
+ ]
230
+ ]
231
+ ],
232
+ "q10": [
233
+ [
234
+ [
235
+ 0.11461138802533756
236
+ ]
237
+ ],
238
+ [
239
+ [
240
+ 0.1259895633090535
241
+ ]
242
+ ],
243
+ [
244
+ [
245
+ 0.1274405130262051
246
+ ]
247
+ ]
248
+ ],
249
+ "q50": [
250
+ [
251
+ [
252
+ 0.6433815137201716
253
+ ]
254
+ ],
255
+ [
256
+ [
257
+ 0.6421184553414496
258
+ ]
259
+ ],
260
+ [
261
+ [
262
+ 0.6662357526091581
263
+ ]
264
+ ]
265
+ ],
266
+ "q90": [
267
+ [
268
+ [
269
+ 0.7771583790766551
270
+ ]
271
+ ],
272
+ [
273
+ [
274
+ 0.7722169162729076
275
+ ]
276
+ ],
277
+ [
278
+ [
279
+ 0.7730936734628687
280
+ ]
281
+ ]
282
+ ],
283
+ "q99": [
284
+ [
285
+ [
286
+ 0.8192249719519186
287
+ ]
288
+ ],
289
+ [
290
+ [
291
+ 0.810344973831452
292
+ ]
293
+ ],
294
+ [
295
+ [
296
+ 0.8147821111244168
297
+ ]
298
+ ]
299
+ ]
300
+ },
301
+ "index": {
302
+ "min": [
303
+ 0
304
+ ],
305
+ "max": [
306
+ 15619
307
+ ],
308
+ "mean": [
309
+ 7809.5
310
+ ],
311
+ "std": [
312
+ 4509.105593130416
313
+ ],
314
+ "count": [
315
+ 15620
316
+ ],
317
+ "q01": [
318
+ 7569.790082144845
319
+ ],
320
+ "q10": [
321
+ 7613.783155764325
322
+ ],
323
+ "q50": [
324
+ 7809.2344693469895
325
+ ],
326
+ "q90": [
327
+ 8005.056303006482
328
+ ],
329
+ "q99": [
330
+ 8049.209917855155
331
+ ]
332
+ },
333
+ "frame_index": {
334
+ "min": [
335
+ 0
336
+ ],
337
+ "max": [
338
+ 778
339
+ ],
340
+ "mean": [
341
+ 244.12010243277848
342
+ ],
343
+ "std": [
344
+ 165.44885185230774
345
+ ],
346
+ "count": [
347
+ 15620
348
+ ],
349
+ "q01": [
350
+ 4.410184577622668
351
+ ],
352
+ "q10": [
353
+ 48.403258197102915
354
+ ],
355
+ "q50": [
356
+ 243.829766069142
357
+ ],
358
+ "q90": [
359
+ 439.6764054392607
360
+ ],
361
+ "q99": [
362
+ 483.83002028793425
363
+ ]
364
+ },
365
+ "episode_index": {
366
+ "min": [
367
+ 0
368
+ ],
369
+ "max": [
370
+ 34
371
+ ],
372
+ "mean": [
373
+ 17.804865556978232
374
+ ],
375
+ "std": [
376
+ 10.005572167834314
377
+ ],
378
+ "count": [
379
+ 15620
380
+ ],
381
+ "q01": [
382
+ 17.804865556978232
383
+ ],
384
+ "q10": [
385
+ 17.804865556978235
386
+ ],
387
+ "q50": [
388
+ 17.80486555697825
389
+ ],
390
+ "q90": [
391
+ 17.80486555697827
392
+ ],
393
+ "q99": [
394
+ 17.80486555697827
395
+ ]
396
+ },
397
+ "action": {
398
+ "min": [
399
+ -45.67448806762695,
400
+ -99.1670150756836,
401
+ -30.59566879272461,
402
+ -4.075504302978516,
403
+ -51.457027435302734,
404
+ 0.0
405
+ ],
406
+ "max": [
407
+ 23.02052879333496,
408
+ 50.68721389770508,
409
+ 100.0,
410
+ 71.68597412109375,
411
+ 45.555145263671875,
412
+ 19.494585037231445
413
+ ],
414
+ "mean": [
415
+ -3.6515146399963836,
416
+ -21.325410716848094,
417
+ 53.878413316138115,
418
+ 41.226891401391015,
419
+ 5.896560193974138,
420
+ 4.836487610392015
421
+ ],
422
+ "std": [
423
+ 13.707163041350018,
424
+ 48.513554523639876,
425
+ 34.252550740478156,
426
+ 12.56209580938619,
427
+ 15.281721483681135,
428
+ 5.790866968585974
429
+ ],
430
+ "count": [
431
+ 15620
432
+ ],
433
+ "q01": [
434
+ -22.27145235032064,
435
+ -98.84541459482705,
436
+ 19.754976962092744,
437
+ 22.33342729427195,
438
+ -8.39227294075438,
439
+ -1.000000013351432e-10
440
+ ],
441
+ "q10": [
442
+ -20.35569146814182,
443
+ -98.70808415257724,
444
+ 20.822474727006725,
445
+ 26.626744246941097,
446
+ -7.641597784453034,
447
+ -1.000000013351432e-10
448
+ ],
449
+ "q50": [
450
+ -0.6666608503121633,
451
+ 0.7924198277221495,
452
+ 44.23187199625957,
453
+ 39.866882351797095,
454
+ 8.120167681440563,
455
+ 1.68291672694095
456
+ ],
457
+ "q90": [
458
+ 7.010112222908679,
459
+ 21.928627347364113,
460
+ 99.45964469981105,
461
+ 57.451108651549994,
462
+ 17.268976723046894,
463
+ 13.423406517283079
464
+ ],
465
+ "q99": [
466
+ 8.005948332246195,
467
+ 26.00310218465313,
468
+ 99.5494179972138,
469
+ 58.74576008448809,
470
+ 19.336690054573307,
471
+ 14.296051612196802
472
+ ]
473
+ },
474
+ "observation.images.front": {
475
+ "min": [
476
+ [
477
+ [
478
+ 0.0
479
+ ]
480
+ ],
481
+ [
482
+ [
483
+ 0.0
484
+ ]
485
+ ],
486
+ [
487
+ [
488
+ 0.0
489
+ ]
490
+ ]
491
+ ],
492
+ "max": [
493
+ [
494
+ [
495
+ 1.0
496
+ ]
497
+ ],
498
+ [
499
+ [
500
+ 1.0
501
+ ]
502
+ ],
503
+ [
504
+ [
505
+ 1.0
506
+ ]
507
+ ]
508
+ ],
509
+ "mean": [
510
+ [
511
+ [
512
+ 0.5524806772951366
513
+ ]
514
+ ],
515
+ [
516
+ [
517
+ 0.5180598585316999
518
+ ]
519
+ ],
520
+ [
521
+ [
522
+ 0.5397401595457647
523
+ ]
524
+ ]
525
+ ],
526
+ "std": [
527
+ [
528
+ [
529
+ 0.05523692405930851
530
+ ]
531
+ ],
532
+ [
533
+ [
534
+ 0.05472984476836078
535
+ ]
536
+ ],
537
+ [
538
+ [
539
+ 0.056182142058125516
540
+ ]
541
+ ]
542
+ ],
543
+ "count": [
544
+ 3785
545
+ ],
546
+ "q01": [
547
+ [
548
+ [
549
+ 0.05658229298374458
550
+ ]
551
+ ],
552
+ [
553
+ [
554
+ 0.04883987794837308
555
+ ]
556
+ ],
557
+ [
558
+ [
559
+ 0.06564758904080902
560
+ ]
561
+ ]
562
+ ],
563
+ "q10": [
564
+ [
565
+ [
566
+ 0.1170222375047995
567
+ ]
568
+ ],
569
+ [
570
+ [
571
+ 0.10453858462408966
572
+ ]
573
+ ],
574
+ [
575
+ [
576
+ 0.13493390272086336
577
+ ]
578
+ ]
579
+ ],
580
+ "q50": [
581
+ [
582
+ [
583
+ 0.6466177198120449
584
+ ]
585
+ ],
586
+ [
587
+ [
588
+ 0.6362961808559071
589
+ ]
590
+ ],
591
+ [
592
+ [
593
+ 0.6587978488019458
594
+ ]
595
+ ]
596
+ ],
597
+ "q90": [
598
+ [
599
+ [
600
+ 0.8449853884384193
601
+ ]
602
+ ],
603
+ [
604
+ [
605
+ 0.8456604817606735
606
+ ]
607
+ ],
608
+ [
609
+ [
610
+ 0.8399273324175899
611
+ ]
612
+ ]
613
+ ],
614
+ "q99": [
615
+ [
616
+ [
617
+ 0.8989891701227564
618
+ ]
619
+ ],
620
+ [
621
+ [
622
+ 0.898999097096175
623
+ ]
624
+ ],
625
+ [
626
+ [
627
+ 0.8911489759314672
628
+ ]
629
+ ]
630
+ ]
631
+ }
632
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cc6dbdd4699132ff8b4b21e200bd6adaf1de319354f21067c0f51a8ceb31a32
3
+ size 3778
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:05bc79615f1dbe945baa924b9c45f9291ee39a0d53f7c2b9dbdaf51793544cb0
3
+ size 207869711
videos/observation.images.front/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ee24d80f19b8c30a9567fa3462c1d2f099e628c692445f43a6fcd233af71724
3
+ size 14226196
videos/observation.images.top/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:618601478a810fd1540d30a2d7effcc8b498e1bc4939b70a04767b7974da5a5e
3
+ size 137957549