PLB commited on
Commit
5f745f5
·
verified ·
1 Parent(s): b3b39e9

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
+ # simple-lego-pickup-mono
12
+
13
+ **This dataset was generated using a [phospho dev kit](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:02330e3015563b1eee350d77bc8251fb4171979ba6bc5e341d792dc4020e2e7a
3
+ size 13696
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index":0,"tasks":["Pick up the green lego brick from table and place it into the black container."],"length":146}
meta/info.json ADDED
@@ -0,0 +1,141 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "robot_type": "so-100",
3
+ "codebase_version": "v2.0",
4
+ "total_episodes": 1,
5
+ "total_frames": 146,
6
+ "total_tasks": 1,
7
+ "total_videos": 3,
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
+ 6
21
+ ],
22
+ "names": [
23
+ "motor_1",
24
+ "motor_2",
25
+ "motor_3",
26
+ "motor_4",
27
+ "motor_5",
28
+ "motor_6"
29
+ ]
30
+ },
31
+ "timestamp": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 1
35
+ ],
36
+ "names": null
37
+ },
38
+ "episode_index": {
39
+ "dtype": "int64",
40
+ "shape": [
41
+ 1
42
+ ],
43
+ "names": null
44
+ },
45
+ "frame_index": {
46
+ "dtype": "int64",
47
+ "shape": [
48
+ 1
49
+ ],
50
+ "names": null
51
+ },
52
+ "task_index": {
53
+ "dtype": "int64",
54
+ "shape": [
55
+ 1
56
+ ],
57
+ "names": null
58
+ },
59
+ "index": {
60
+ "dtype": "int64",
61
+ "shape": [
62
+ 1
63
+ ],
64
+ "names": null
65
+ },
66
+ "observation.state": {
67
+ "dtype": "float32",
68
+ "shape": [
69
+ 6
70
+ ],
71
+ "names": [
72
+ "motor_1",
73
+ "motor_2",
74
+ "motor_3",
75
+ "motor_4",
76
+ "motor_5",
77
+ "motor_6"
78
+ ]
79
+ },
80
+ "observation.images.main": {
81
+ "dtype": "video",
82
+ "shape": [
83
+ 240,
84
+ 320,
85
+ 3
86
+ ],
87
+ "names": [
88
+ "height",
89
+ "width",
90
+ "channel"
91
+ ],
92
+ "info": {
93
+ "video_fps": 30,
94
+ "video_codec": "mp4v",
95
+ "video_pix_fmt": "yuv420p",
96
+ "video_is_depth_map": false,
97
+ "has_audio": false
98
+ }
99
+ },
100
+ "observation.images.secondary_0": {
101
+ "dtype": "video",
102
+ "shape": [
103
+ 240,
104
+ 320,
105
+ 3
106
+ ],
107
+ "names": [
108
+ "height",
109
+ "width",
110
+ "channel"
111
+ ],
112
+ "info": {
113
+ "video_fps": 30,
114
+ "video_codec": "mp4v",
115
+ "video_pix_fmt": "yuv420p",
116
+ "video_is_depth_map": false,
117
+ "has_audio": false
118
+ }
119
+ },
120
+ "observation.images.secondary_1": {
121
+ "dtype": "video",
122
+ "shape": [
123
+ 240,
124
+ 320,
125
+ 3
126
+ ],
127
+ "names": [
128
+ "height",
129
+ "width",
130
+ "channel"
131
+ ],
132
+ "info": {
133
+ "video_fps": 30,
134
+ "video_codec": "mp4v",
135
+ "video_pix_fmt": "yuv420p",
136
+ "video_is_depth_map": false,
137
+ "has_audio": false
138
+ }
139
+ }
140
+ }
141
+ }
meta/stats.json ADDED
@@ -0,0 +1,452 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action": {
3
+ "max": [
4
+ 0.5753832698882405,
5
+ 0.3958636896831095,
6
+ 0.9957966457532482,
7
+ 0.0030687107727372827,
8
+ 0.0705803477729575,
9
+ 2.1925938471207886
10
+ ],
11
+ "min": [
12
+ -0.006137421545474565,
13
+ -0.4418943512741687,
14
+ 0.16571038172781327,
15
+ -0.5170777652062322,
16
+ -0.14422940631865228,
17
+ 0.1779852248187624
18
+ ],
19
+ "mean": [
20
+ 0.30080722071253196,
21
+ 0.025789781631155032,
22
+ 0.6068480645922654,
23
+ -0.20065374925983856,
24
+ -0.057475271288014454,
25
+ 1.3538689520844291
26
+ ],
27
+ "std": [
28
+ 0.22794355036206593,
29
+ 0.2886170410101601,
30
+ 0.24208371046662017,
31
+ 0.14894627273933086,
32
+ 0.061108049455810616,
33
+ 0.9456592321473208
34
+ ],
35
+ "sum": [
36
+ 43.91785422402967,
37
+ 3.7653081181486345,
38
+ 88.59981743047075,
39
+ -29.29544739193643,
40
+ -8.39138960805011,
41
+ 197.66486700432665
42
+ ],
43
+ "square_sum": [
44
+ 20.796713942931394,
45
+ 12.258876742914293,
46
+ 62.32288807040904,
47
+ 9.117250211225517,
48
+ 1.0274896756169996,
49
+ 398.175948323493
50
+ ],
51
+ "count": 146
52
+ },
53
+ "timestamp": {
54
+ "max": [
55
+ 7.498301082996477
56
+ ],
57
+ "min": [
58
+ 0.00710166699718684
59
+ ],
60
+ "mean": [
61
+ 3.753637389831928
62
+ ],
63
+ "std": [
64
+ 2.183474062308364
65
+ ],
66
+ "sum": [
67
+ 548.0310589154615
68
+ ],
69
+ "square_sum": [
70
+ 2753.1734847271755
71
+ ],
72
+ "count": 146
73
+ },
74
+ "frame_index": {
75
+ "max": [
76
+ 145
77
+ ],
78
+ "min": [
79
+ 0
80
+ ],
81
+ "mean": [
82
+ 72.5
83
+ ],
84
+ "std": [
85
+ 42.14558102577303
86
+ ],
87
+ "sum": [
88
+ 10585
89
+ ],
90
+ "square_sum": [
91
+ 1026745
92
+ ],
93
+ "count": 146
94
+ },
95
+ "episode_index": {
96
+ "max": [
97
+ 0
98
+ ],
99
+ "min": [
100
+ 0
101
+ ],
102
+ "mean": [
103
+ 0.0
104
+ ],
105
+ "std": [
106
+ 0.0
107
+ ],
108
+ "sum": [
109
+ 0
110
+ ],
111
+ "square_sum": [
112
+ 0
113
+ ],
114
+ "count": 146
115
+ },
116
+ "index": {
117
+ "max": [
118
+ 145
119
+ ],
120
+ "min": [
121
+ 0
122
+ ],
123
+ "mean": [
124
+ 72.5
125
+ ],
126
+ "std": [
127
+ 42.14558102577303
128
+ ],
129
+ "sum": [
130
+ 10585
131
+ ],
132
+ "square_sum": [
133
+ 1026745
134
+ ],
135
+ "count": 146
136
+ },
137
+ "task_index": {
138
+ "max": [
139
+ 0
140
+ ],
141
+ "min": [
142
+ 0
143
+ ],
144
+ "mean": [
145
+ 0.0
146
+ ],
147
+ "std": [
148
+ 0.0
149
+ ],
150
+ "sum": [
151
+ 0
152
+ ],
153
+ "square_sum": [
154
+ 0
155
+ ],
156
+ "count": 146
157
+ },
158
+ "observation.state": {
159
+ "max": [
160
+ 0.5753832698882405,
161
+ 0.3958636896831095,
162
+ 0.9957966457532482,
163
+ 0.0030687107727372827,
164
+ 0.0705803477729575,
165
+ 2.1925938471207886
166
+ ],
167
+ "min": [
168
+ -0.006137421545474565,
169
+ -0.4418943512741687,
170
+ 0.16571038172781327,
171
+ -0.5170777652062322,
172
+ -0.14422940631865228,
173
+ 0.1779852248187624
174
+ ],
175
+ "mean": [
176
+ 0.30080722071253196,
177
+ 0.025789781631155032,
178
+ 0.6068480645922654,
179
+ -0.20065374925983856,
180
+ -0.057475271288014454,
181
+ 1.3538689520844291
182
+ ],
183
+ "std": [
184
+ 0.22794355036206593,
185
+ 0.2886170410101601,
186
+ 0.24208371046662017,
187
+ 0.14894627273933086,
188
+ 0.061108049455810616,
189
+ 0.9456592321473208
190
+ ],
191
+ "sum": [
192
+ 43.91785422402967,
193
+ 3.7653081181486345,
194
+ 88.59981743047075,
195
+ -29.29544739193643,
196
+ -8.39138960805011,
197
+ 197.66486700432665
198
+ ],
199
+ "square_sum": [
200
+ 20.796713942931394,
201
+ 12.258876742914293,
202
+ 62.32288807040904,
203
+ 9.117250211225517,
204
+ 1.0274896756169996,
205
+ 398.175948323493
206
+ ],
207
+ "count": 146
208
+ },
209
+ "observation.images.main": {
210
+ "max": [
211
+ [
212
+ [
213
+ 0.9725490212440491
214
+ ]
215
+ ],
216
+ [
217
+ [
218
+ 0.9960784316062927
219
+ ]
220
+ ],
221
+ [
222
+ [
223
+ 1.0
224
+ ]
225
+ ]
226
+ ],
227
+ "min": [
228
+ [
229
+ [
230
+ 0.007843137718737125
231
+ ]
232
+ ],
233
+ [
234
+ [
235
+ 0.01568627543747425
236
+ ]
237
+ ],
238
+ [
239
+ [
240
+ 0.007843137718737125
241
+ ]
242
+ ]
243
+ ],
244
+ "mean": [
245
+ [
246
+ [
247
+ 0.5657005832619864
248
+ ]
249
+ ],
250
+ [
251
+ [
252
+ 0.5397786458333333
253
+ ]
254
+ ],
255
+ [
256
+ [
257
+ 0.4809605986015982
258
+ ]
259
+ ]
260
+ ],
261
+ "std": [
262
+ [
263
+ [
264
+ 0.14879765145587348
265
+ ]
266
+ ],
267
+ [
268
+ [
269
+ 0.14720503596463289
270
+ ]
271
+ ],
272
+ [
273
+ [
274
+ 0.1514104614462695
275
+ ]
276
+ ]
277
+ ],
278
+ "sum": [
279
+ 6343087.5,
280
+ 6052430.0,
281
+ 5392915.0
282
+ ],
283
+ "square_sum": [
284
+ 3836548.0,
285
+ 3509946.25,
286
+ 2850834.5
287
+ ],
288
+ "count": 11212800
289
+ },
290
+ "observation.images.secondary_0": {
291
+ "max": [
292
+ [
293
+ [
294
+ 0.7411764860153198
295
+ ]
296
+ ],
297
+ [
298
+ [
299
+ 0.8078431487083435
300
+ ]
301
+ ],
302
+ [
303
+ [
304
+ 0.8509804010391235
305
+ ]
306
+ ]
307
+ ],
308
+ "min": [
309
+ [
310
+ [
311
+ 0.0
312
+ ]
313
+ ],
314
+ [
315
+ [
316
+ 0.0
317
+ ]
318
+ ],
319
+ [
320
+ [
321
+ 0.0
322
+ ]
323
+ ]
324
+ ],
325
+ "mean": [
326
+ [
327
+ [
328
+ 0.46388738762842463
329
+ ]
330
+ ],
331
+ [
332
+ [
333
+ 0.4695904680365297
334
+ ]
335
+ ],
336
+ [
337
+ [
338
+ 0.4580256492579909
339
+ ]
340
+ ]
341
+ ],
342
+ "std": [
343
+ [
344
+ [
345
+ 0.1600784275659672
346
+ ]
347
+ ],
348
+ [
349
+ [
350
+ 0.13157391653101544
351
+ ]
352
+ ],
353
+ [
354
+ [
355
+ 0.14342726446729767
356
+ ]
357
+ ]
358
+ ],
359
+ "sum": [
360
+ 5201476.5,
361
+ 5265424.0,
362
+ 5135750.0
363
+ ],
364
+ "square_sum": [
365
+ 2700228.5,
366
+ 2666705.5,
367
+ 2582968.0
368
+ ],
369
+ "count": 11212800
370
+ },
371
+ "observation.images.secondary_1": {
372
+ "max": [
373
+ [
374
+ [
375
+ 1.0
376
+ ]
377
+ ],
378
+ [
379
+ [
380
+ 1.0
381
+ ]
382
+ ],
383
+ [
384
+ [
385
+ 1.0
386
+ ]
387
+ ]
388
+ ],
389
+ "min": [
390
+ [
391
+ [
392
+ 0.007843137718737125
393
+ ]
394
+ ],
395
+ [
396
+ [
397
+ 0.0
398
+ ]
399
+ ],
400
+ [
401
+ [
402
+ 0.0
403
+ ]
404
+ ]
405
+ ],
406
+ "mean": [
407
+ [
408
+ [
409
+ 0.5930570865439497
410
+ ]
411
+ ],
412
+ [
413
+ [
414
+ 0.5702433379708904
415
+ ]
416
+ ],
417
+ [
418
+ [
419
+ 0.5287664990011416
420
+ ]
421
+ ]
422
+ ],
423
+ "std": [
424
+ [
425
+ [
426
+ 0.15728762137748345
427
+ ]
428
+ ],
429
+ [
430
+ [
431
+ 0.16105978282416455
432
+ ]
433
+ ],
434
+ [
435
+ [
436
+ 0.165469452203594
437
+ ]
438
+ ]
439
+ ],
440
+ "sum": [
441
+ 6649830.5,
442
+ 6394024.5,
443
+ 5928953.0
444
+ ],
445
+ "square_sum": [
446
+ 4221127.0,
447
+ 3937012.75,
448
+ 3442039.75
449
+ ],
450
+ "count": 11212800
451
+ }
452
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index":0,"task":"Pick up the green lego brick from table and place it into the black container."}
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:fd350b4bc0a8d2434005eb9c507ede4ac345cc9430892ddba70ea4fe770087b4
3
+ size 196834
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:c2d347babdf56a48354ec8b31f1a9917081c9f8a141ce3fb9236732332c22bb2
3
+ size 207323
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:3dc33bf572d61f0dd5007ca1060eb0ceb236492e909383d811c0e19d88ce4cb4
3
+ size 108604