francescocrivelli commited on
Commit
d351701
·
verified ·
1 Parent(s): 9f39684

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ tags:
4
+ - phosphobot
5
+ - so100
6
+ - phospho-dk1
7
+ task_categories:
8
+ - robotics
9
+ ---
10
+
11
+ # example_dataset
12
+
13
+ **This dataset was generated using a [phospho starter pack](https://robots.phospho.ai).**
14
+
15
+ This dataset contains a series of episodes recorded with a robot and multiple cameras. It can be directly used to train a policy using imitation learning. It's compatible with LeRobot and RLDS.
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f521ae1b0ee9cde7c70b3a6ead66c974f1dd17ab1a9670f7fd95ae8d96bc33d3
3
+ size 5296
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index":0,"tasks":["None"],"length":16}
meta/info.json ADDED
@@ -0,0 +1,173 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "robot_type": "so-100, so-100",
3
+ "codebase_version": "v2.0",
4
+ "total_episodes": 1,
5
+ "total_frames": 16,
6
+ "total_tasks": 1,
7
+ "total_videos": 4,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:1"
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
+ "action": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 12
21
+ ],
22
+ "names": [
23
+ "motor_1",
24
+ "motor_2",
25
+ "motor_3",
26
+ "motor_4",
27
+ "motor_5",
28
+ "motor_6",
29
+ "motor_1_secondary",
30
+ "motor_2_secondary",
31
+ "motor_3_secondary",
32
+ "motor_4_secondary",
33
+ "motor_5_secondary",
34
+ "motor_6_secondary"
35
+ ]
36
+ },
37
+ "observation.state": {
38
+ "dtype": "float32",
39
+ "shape": [
40
+ 12
41
+ ],
42
+ "names": [
43
+ "motor_1",
44
+ "motor_2",
45
+ "motor_3",
46
+ "motor_4",
47
+ "motor_5",
48
+ "motor_6",
49
+ "motor_1_secondary",
50
+ "motor_2_secondary",
51
+ "motor_3_secondary",
52
+ "motor_4_secondary",
53
+ "motor_5_secondary",
54
+ "motor_6_secondary"
55
+ ]
56
+ },
57
+ "timestamp": {
58
+ "dtype": "float32",
59
+ "shape": [
60
+ 1
61
+ ],
62
+ "names": null
63
+ },
64
+ "episode_index": {
65
+ "dtype": "int64",
66
+ "shape": [
67
+ 1
68
+ ],
69
+ "names": null
70
+ },
71
+ "frame_index": {
72
+ "dtype": "int64",
73
+ "shape": [
74
+ 1
75
+ ],
76
+ "names": null
77
+ },
78
+ "task_index": {
79
+ "dtype": "int64",
80
+ "shape": [
81
+ 1
82
+ ],
83
+ "names": null
84
+ },
85
+ "index": {
86
+ "dtype": "int64",
87
+ "shape": [
88
+ 1
89
+ ],
90
+ "names": null
91
+ },
92
+ "observation.images.main": {
93
+ "dtype": "video",
94
+ "shape": [
95
+ 240,
96
+ 320,
97
+ 3
98
+ ],
99
+ "names": [
100
+ "height",
101
+ "width",
102
+ "channel"
103
+ ],
104
+ "info": {
105
+ "video.fps": 30,
106
+ "video.codec": "mp4v",
107
+ "video.pix_fmt": "yuv420p",
108
+ "video.is_depth_map": false,
109
+ "has_audio": false
110
+ }
111
+ },
112
+ "observation.images.secondary_0": {
113
+ "dtype": "video",
114
+ "shape": [
115
+ 240,
116
+ 320,
117
+ 3
118
+ ],
119
+ "names": [
120
+ "height",
121
+ "width",
122
+ "channel"
123
+ ],
124
+ "info": {
125
+ "video.fps": 30,
126
+ "video.codec": "mp4v",
127
+ "video.pix_fmt": "yuv420p",
128
+ "video.is_depth_map": false,
129
+ "has_audio": false
130
+ }
131
+ },
132
+ "observation.images.secondary_1": {
133
+ "dtype": "video",
134
+ "shape": [
135
+ 240,
136
+ 320,
137
+ 3
138
+ ],
139
+ "names": [
140
+ "height",
141
+ "width",
142
+ "channel"
143
+ ],
144
+ "info": {
145
+ "video.fps": 30,
146
+ "video.codec": "mp4v",
147
+ "video.pix_fmt": "yuv420p",
148
+ "video.is_depth_map": false,
149
+ "has_audio": false
150
+ }
151
+ },
152
+ "observation.images.secondary_2": {
153
+ "dtype": "video",
154
+ "shape": [
155
+ 240,
156
+ 320,
157
+ 3
158
+ ],
159
+ "names": [
160
+ "height",
161
+ "width",
162
+ "channel"
163
+ ],
164
+ "info": {
165
+ "video.fps": 30,
166
+ "video.codec": "mp4v",
167
+ "video.pix_fmt": "yuv420p",
168
+ "video.is_depth_map": false,
169
+ "has_audio": false
170
+ }
171
+ }
172
+ }
173
+ }
meta/stats.json ADDED
@@ -0,0 +1,595 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.state": {
3
+ "max": [
4
+ -0.00014380144205883646,
5
+ -1.2700460146944228,
6
+ 0.3943906864130037,
7
+ 0.8751412373533851,
8
+ 0.0004014977051251146,
9
+ 1.5000000000000009,
10
+ 0.004603066159105924,
11
+ 0.03835888465921603,
12
+ 0.027618396954635544,
13
+ 0.015343553863686413,
14
+ 0.004603066159105924,
15
+ -1.1814536475038537
16
+ ],
17
+ "min": [
18
+ -0.00014380144205883646,
19
+ -1.2700460146944228,
20
+ 0.3943906864130037,
21
+ 0.8751412373533851,
22
+ 0.0004014977051251146,
23
+ 1.5000000000000009,
24
+ 0.004603066159105924,
25
+ 0.03835888465921603,
26
+ 0.027618396954635544,
27
+ 0.015343553863686413,
28
+ 0.004603066159105924,
29
+ -1.1814536475038537
30
+ ],
31
+ "mean": [
32
+ -0.00014380144205883644,
33
+ -1.2700460146944226,
34
+ 0.3943906864130036,
35
+ 0.8751412373533853,
36
+ 0.00040149770512511456,
37
+ 1.5000000000000004,
38
+ 0.004603066159105925,
39
+ 0.03835888465921603,
40
+ 0.02761839695463554,
41
+ 0.015343553863686412,
42
+ 0.004603066159105925,
43
+ -1.181453647503854
44
+ ],
45
+ "std": [
46
+ 0.0,
47
+ 0.0,
48
+ 0.0,
49
+ 0.0,
50
+ 0.0,
51
+ 0.0,
52
+ 0.0,
53
+ 0.0,
54
+ 0.0,
55
+ 0.0,
56
+ 0.0,
57
+ 0.0
58
+ ],
59
+ "sum": [
60
+ -0.002300823072941383,
61
+ -20.32073623511076,
62
+ 6.310250982608058,
63
+ 14.002259797654165,
64
+ 0.006423963282001833,
65
+ 24.000000000000007,
66
+ 0.0736490585456948,
67
+ 0.6137421545474565,
68
+ 0.44189435127416865,
69
+ 0.2454968618189826,
70
+ 0.0736490585456948,
71
+ -18.903258360061663
72
+ ],
73
+ "square_sum": [
74
+ 3.308616758112144e-07,
75
+ 25.80827007105898,
76
+ 2.4887042164691233,
77
+ 12.253954965062626,
78
+ 2.579206515531736e-06,
79
+ 36.00000000000005,
80
+ 0.00033901148904169875,
81
+ 0.023542464516784618,
82
+ 0.012204413605501148,
83
+ 0.0037667943226855414,
84
+ 0.00033901148904169875,
85
+ 22.333323539202564
86
+ ],
87
+ "count": 16
88
+ },
89
+ "action": {
90
+ "max": [
91
+ -0.00014380144205883646,
92
+ -1.2700460146944228,
93
+ 0.3943906864130037,
94
+ 0.8751412373533851,
95
+ 0.0004014977051251146,
96
+ 1.5000000000000009,
97
+ 0.004603066159105924,
98
+ 0.03835888465921603,
99
+ 0.027618396954635544,
100
+ 0.015343553863686413,
101
+ 0.004603066159105924,
102
+ -1.1814536475038537
103
+ ],
104
+ "min": [
105
+ -0.00014380144205883646,
106
+ -1.2700460146944228,
107
+ 0.3943906864130037,
108
+ 0.8751412373533851,
109
+ 0.0004014977051251146,
110
+ 1.5000000000000009,
111
+ 0.004603066159105924,
112
+ 0.03835888465921603,
113
+ 0.027618396954635544,
114
+ 0.015343553863686413,
115
+ 0.004603066159105924,
116
+ -1.1814536475038537
117
+ ],
118
+ "mean": [
119
+ -0.00014380144205883644,
120
+ -1.2700460146944226,
121
+ 0.3943906864130036,
122
+ 0.8751412373533853,
123
+ 0.00040149770512511456,
124
+ 1.5000000000000004,
125
+ 0.004603066159105925,
126
+ 0.03835888465921603,
127
+ 0.02761839695463554,
128
+ 0.015343553863686412,
129
+ 0.004603066159105925,
130
+ -1.181453647503854
131
+ ],
132
+ "std": [
133
+ 0.0,
134
+ 0.0,
135
+ 0.0,
136
+ 0.0,
137
+ 0.0,
138
+ 0.0,
139
+ 0.0,
140
+ 0.0,
141
+ 0.0,
142
+ 0.0,
143
+ 0.0,
144
+ 0.0
145
+ ],
146
+ "sum": [
147
+ -0.002300823072941383,
148
+ -20.32073623511076,
149
+ 6.310250982608058,
150
+ 14.002259797654165,
151
+ 0.006423963282001833,
152
+ 24.000000000000007,
153
+ 0.0736490585456948,
154
+ 0.6137421545474565,
155
+ 0.44189435127416865,
156
+ 0.2454968618189826,
157
+ 0.0736490585456948,
158
+ -18.903258360061663
159
+ ],
160
+ "square_sum": [
161
+ 3.308616758112144e-07,
162
+ 25.80827007105898,
163
+ 2.4887042164691233,
164
+ 12.253954965062626,
165
+ 2.579206515531736e-06,
166
+ 36.00000000000005,
167
+ 0.00033901148904169875,
168
+ 0.023542464516784618,
169
+ 0.012204413605501148,
170
+ 0.0037667943226855414,
171
+ 0.00033901148904169875,
172
+ 22.333323539202564
173
+ ],
174
+ "count": 16
175
+ },
176
+ "timestamp": {
177
+ "max": [
178
+ 1.2331827919999796
179
+ ],
180
+ "min": [
181
+ 0.004945666999901732
182
+ ],
183
+ "mean": [
184
+ 0.6308848333750063
185
+ ],
186
+ "std": null,
187
+ "sum": [
188
+ 10.094157334000101
189
+ ],
190
+ "square_sum": [
191
+ 8.572338391871986
192
+ ],
193
+ "count": 16
194
+ },
195
+ "frame_index": {
196
+ "max": [
197
+ 15
198
+ ],
199
+ "min": [
200
+ 0
201
+ ],
202
+ "mean": [
203
+ 7.5
204
+ ],
205
+ "std": null,
206
+ "sum": [
207
+ 120
208
+ ],
209
+ "square_sum": [
210
+ 1240
211
+ ],
212
+ "count": 16
213
+ },
214
+ "episode_index": {
215
+ "max": [
216
+ 0
217
+ ],
218
+ "min": [
219
+ 0
220
+ ],
221
+ "mean": [
222
+ 0.0
223
+ ],
224
+ "std": null,
225
+ "sum": [
226
+ 0
227
+ ],
228
+ "square_sum": [
229
+ 0
230
+ ],
231
+ "count": 16
232
+ },
233
+ "index": {
234
+ "max": [
235
+ 15
236
+ ],
237
+ "min": [
238
+ 0
239
+ ],
240
+ "mean": [
241
+ 7.5
242
+ ],
243
+ "std": null,
244
+ "sum": [
245
+ 120
246
+ ],
247
+ "square_sum": [
248
+ 1240
249
+ ],
250
+ "count": 16
251
+ },
252
+ "task_index": {
253
+ "max": [
254
+ 0
255
+ ],
256
+ "min": [
257
+ 0
258
+ ],
259
+ "mean": [
260
+ 0.0
261
+ ],
262
+ "std": null,
263
+ "sum": [
264
+ 0
265
+ ],
266
+ "square_sum": [
267
+ 0
268
+ ],
269
+ "count": 16
270
+ },
271
+ "observation.images.main": {
272
+ "max": [
273
+ [
274
+ [
275
+ 1.0
276
+ ]
277
+ ],
278
+ [
279
+ [
280
+ 1.0
281
+ ]
282
+ ],
283
+ [
284
+ [
285
+ 1.0
286
+ ]
287
+ ]
288
+ ],
289
+ "min": [
290
+ [
291
+ [
292
+ 0.0313725508749485
293
+ ]
294
+ ],
295
+ [
296
+ [
297
+ 0.03529411926865578
298
+ ]
299
+ ],
300
+ [
301
+ [
302
+ 0.0313725508749485
303
+ ]
304
+ ]
305
+ ],
306
+ "mean": [
307
+ [
308
+ [
309
+ 0.5730723571777344
310
+ ]
311
+ ],
312
+ [
313
+ [
314
+ 0.5787526448567708
315
+ ]
316
+ ],
317
+ [
318
+ [
319
+ 0.581326649983724
320
+ ]
321
+ ]
322
+ ],
323
+ "std": [
324
+ [
325
+ [
326
+ 0.22799980670682937
327
+ ]
328
+ ],
329
+ [
330
+ [
331
+ 0.22432297522516653
332
+ ]
333
+ ],
334
+ [
335
+ [
336
+ 0.22712243319331404
337
+ ]
338
+ ]
339
+ ],
340
+ "sum": [
341
+ 704191.3125,
342
+ 711171.25,
343
+ 714334.1875
344
+ ],
345
+ "square_sum": [
346
+ 467430.40625,
347
+ 473426.4375,
348
+ 478648.65625
349
+ ],
350
+ "count": 1228800
351
+ },
352
+ "observation.images.secondary_0": {
353
+ "max": [
354
+ [
355
+ [
356
+ 1.0
357
+ ]
358
+ ],
359
+ [
360
+ [
361
+ 1.0
362
+ ]
363
+ ],
364
+ [
365
+ [
366
+ 1.0
367
+ ]
368
+ ]
369
+ ],
370
+ "min": [
371
+ [
372
+ [
373
+ 0.003921568859368563
374
+ ]
375
+ ],
376
+ [
377
+ [
378
+ 0.007843137718737125
379
+ ]
380
+ ],
381
+ [
382
+ [
383
+ 0.007843137718737125
384
+ ]
385
+ ]
386
+ ],
387
+ "mean": [
388
+ [
389
+ [
390
+ 0.544330800374349
391
+ ]
392
+ ],
393
+ [
394
+ [
395
+ 0.5664969889322916
396
+ ]
397
+ ],
398
+ [
399
+ [
400
+ 0.5743053690592448
401
+ ]
402
+ ]
403
+ ],
404
+ "std": [
405
+ [
406
+ [
407
+ 0.24294056154104957
408
+ ]
409
+ ],
410
+ [
411
+ [
412
+ 0.2319051614285105
413
+ ]
414
+ ],
415
+ [
416
+ [
417
+ 0.22585963886485375
418
+ ]
419
+ ]
420
+ ],
421
+ "sum": [
422
+ 668873.6875,
423
+ 696111.5,
424
+ 705706.4375
425
+ ],
426
+ "square_sum": [
427
+ 436612.46875,
428
+ 460429.9375,
429
+ 467975.25
430
+ ],
431
+ "count": 1228800
432
+ },
433
+ "observation.images.secondary_1": {
434
+ "max": [
435
+ [
436
+ [
437
+ 1.0
438
+ ]
439
+ ],
440
+ [
441
+ [
442
+ 0.929411768913269
443
+ ]
444
+ ],
445
+ [
446
+ [
447
+ 0.9411764740943909
448
+ ]
449
+ ]
450
+ ],
451
+ "min": [
452
+ [
453
+ [
454
+ 0.0
455
+ ]
456
+ ],
457
+ [
458
+ [
459
+ 0.0
460
+ ]
461
+ ],
462
+ [
463
+ [
464
+ 0.0
465
+ ]
466
+ ]
467
+ ],
468
+ "mean": [
469
+ [
470
+ [
471
+ 0.5931431579589844
472
+ ]
473
+ ],
474
+ [
475
+ [
476
+ 0.4993719991048177
477
+ ]
478
+ ],
479
+ [
480
+ [
481
+ 0.45629872639973956
482
+ ]
483
+ ]
484
+ ],
485
+ "std": [
486
+ [
487
+ [
488
+ 0.24108217846590227
489
+ ]
490
+ ],
491
+ [
492
+ [
493
+ 0.2425302877039131
494
+ ]
495
+ ],
496
+ [
497
+ [
498
+ 0.24248561733317212
499
+ ]
500
+ ]
501
+ ],
502
+ "sum": [
503
+ 728854.3125,
504
+ 613628.3125,
505
+ 560699.875
506
+ ],
507
+ "square_sum": [
508
+ 503733.5625,
509
+ 378707.96875,
510
+ 328099.1875
511
+ ],
512
+ "count": 1228800
513
+ },
514
+ "observation.images.secondary_2": {
515
+ "max": [
516
+ [
517
+ [
518
+ 0.48235294222831726
519
+ ]
520
+ ],
521
+ [
522
+ [
523
+ 0.47843137383461
524
+ ]
525
+ ],
526
+ [
527
+ [
528
+ 0.4588235318660736
529
+ ]
530
+ ]
531
+ ],
532
+ "min": [
533
+ [
534
+ [
535
+ 0.32549020648002625
536
+ ]
537
+ ],
538
+ [
539
+ [
540
+ 0.32549020648002625
541
+ ]
542
+ ],
543
+ [
544
+ [
545
+ 0.2980392277240753
546
+ ]
547
+ ]
548
+ ],
549
+ "mean": [
550
+ [
551
+ [
552
+ 0.3935106150309245
553
+ ]
554
+ ],
555
+ [
556
+ [
557
+ 0.386702880859375
558
+ ]
559
+ ],
560
+ [
561
+ [
562
+ 0.3641705830891927
563
+ ]
564
+ ]
565
+ ],
566
+ "std": [
567
+ [
568
+ [
569
+ 0.024804166747981617
570
+ ]
571
+ ],
572
+ [
573
+ [
574
+ 0.025534007762399502
575
+ ]
576
+ ],
577
+ [
578
+ [
579
+ 0.028110759106594913
580
+ ]
581
+ ]
582
+ ],
583
+ "sum": [
584
+ 483545.84375,
585
+ 475180.5,
586
+ 447492.8125
587
+ ],
588
+ "square_sum": [
589
+ 191036.4375,
590
+ 184554.828125,
591
+ 163934.734375
592
+ ],
593
+ "count": 1228800
594
+ }
595
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index":0,"task":"None"}
videos/chunk-000/observation.images.main/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b76003d7cea88b3ccde39b9faacb9a3d2e724337794013d7d94758c87d11cbbc
3
+ size 10256
videos/chunk-000/observation.images.secondary_0/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7369134bd0a125cb038027e7af9ba98277c13575b515063ac5e3f53eb1d67b01
3
+ size 23078
videos/chunk-000/observation.images.secondary_1/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:532b625af06cd38d8cbb130f2dcab453c601d751f69f9bdb472226d9c6fd6123
3
+ size 55765
videos/chunk-000/observation.images.secondary_2/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76e7e7a6e5e0b65c65728c65500d8b29848579c4880e505b3931f851c83029b8
3
+ size 4418