kashif HF Staff commited on
Commit
71dc8f6
·
verified ·
1 Parent(s): f0f7472

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
+ # lego_so-100
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:21cfe56d549a52e111c6c582b88176a1ac8b4361269ae09717ec81fac0a299a2
3
+ size 21070
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index":0,"tasks":["None"],"length":156}
meta/info.json ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "robot_type": "so-100, so-100",
3
+ "codebase_version": "v2.0",
4
+ "total_episodes": 1,
5
+ "total_frames": 156,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
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
+ }
133
+ }
meta/stats.json ADDED
@@ -0,0 +1,407 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.state": {
3
+ "max": [
4
+ 0.2639091264554063,
5
+ 1.0372242411852015,
6
+ 1.3778511369590398,
7
+ 1.967043605324598,
8
+ 0.23475637411440212,
9
+ 1.4131413108455186,
10
+ 0.2485655725917199,
11
+ 7.37411198688769,
12
+ -4.888456260970491,
13
+ 1.8581043728924247,
14
+ 0.2194128202507157,
15
+ 1.4054695339136756
16
+ ],
17
+ "min": [
18
+ -0.6045360222292447,
19
+ -1.7062031896419292,
20
+ -1.2566370614359172,
21
+ 0.09973310011396169,
22
+ -0.29766494495551643,
23
+ -0.0015343553863686413,
24
+ -0.5891924683655583,
25
+ 4.655234242242458,
26
+ -7.463104599297072,
27
+ 0.15650424940960142,
28
+ -0.29152752341004184,
29
+ -0.007671776931843207
30
+ ],
31
+ "mean": [
32
+ -0.10864416408864105,
33
+ -0.16316295836198336,
34
+ -0.05545317736119465,
35
+ 0.893830861839892,
36
+ -0.051538604003664515,
37
+ 0.37530726175035034,
38
+ -0.1049656454059367,
39
+ 6.181268701323484,
40
+ -6.281188678055009,
41
+ 0.8850870032598807,
42
+ -0.05068290580742039,
43
+ 0.39759475729850013
44
+ ],
45
+ "std": null,
46
+ "sum": [
47
+ -16.948489597828004,
48
+ -25.453421504469404,
49
+ -8.650695668346366,
50
+ 139.43761444702315,
51
+ -8.040022224571665,
52
+ 58.54793283305465,
53
+ -16.374640683326124,
54
+ 964.2779174064635,
55
+ -979.8654337765814,
56
+ 138.0735725085414,
57
+ -7.906533305957581,
58
+ 62.024782138566025
59
+ ],
60
+ "square_sum": [
61
+ 13.848591076395977,
62
+ 162.0954736588637,
63
+ 141.11105093784693,
64
+ 169.22407070413806,
65
+ 2.922877014138173,
66
+ 50.478184488752724,
67
+ 13.426338141315812,
68
+ 6125.884740025189,
69
+ 6289.684725782998,
70
+ 159.1420644224937,
71
+ 2.809070386417586,
72
+ 51.78127873372838
73
+ ],
74
+ "count": 156
75
+ },
76
+ "action": {
77
+ "max": [
78
+ 0.2639091264554063,
79
+ 1.0372242411852015,
80
+ 1.3778511369590398,
81
+ 1.967043605324598,
82
+ 0.23475637411440212,
83
+ 1.4131413108455186,
84
+ 0.2485655725917199,
85
+ 7.37411198688769,
86
+ -4.888456260970491,
87
+ 1.8581043728924247,
88
+ 0.2194128202507157,
89
+ 1.4054695339136756
90
+ ],
91
+ "min": [
92
+ -0.6045360222292447,
93
+ -1.7062031896419292,
94
+ -1.2566370614359172,
95
+ 0.09973310011396169,
96
+ -0.29766494495551643,
97
+ -0.0015343553863686413,
98
+ -0.5891924683655583,
99
+ 4.655234242242458,
100
+ -7.463104599297072,
101
+ 0.15650424940960142,
102
+ -0.29152752341004184,
103
+ -0.007671776931843207
104
+ ],
105
+ "mean": [
106
+ -0.10864416408864105,
107
+ -0.16316295836198336,
108
+ -0.05545317736119465,
109
+ 0.893830861839892,
110
+ -0.051538604003664515,
111
+ 0.37530726175035034,
112
+ -0.1049656454059367,
113
+ 6.181268701323484,
114
+ -6.281188678055009,
115
+ 0.8850870032598807,
116
+ -0.05068290580742039,
117
+ 0.39759475729850013
118
+ ],
119
+ "std": null,
120
+ "sum": [
121
+ -16.948489597828004,
122
+ -25.453421504469404,
123
+ -8.650695668346366,
124
+ 139.43761444702315,
125
+ -8.040022224571665,
126
+ 58.54793283305465,
127
+ -16.374640683326124,
128
+ 964.2779174064635,
129
+ -979.8654337765814,
130
+ 138.0735725085414,
131
+ -7.906533305957581,
132
+ 62.024782138566025
133
+ ],
134
+ "square_sum": [
135
+ 13.848591076395977,
136
+ 162.0954736588637,
137
+ 141.11105093784693,
138
+ 169.22407070413806,
139
+ 2.922877014138173,
140
+ 50.478184488752724,
141
+ 13.426338141315812,
142
+ 6125.884740025189,
143
+ 6289.684725782998,
144
+ 159.1420644224937,
145
+ 2.809070386417586,
146
+ 51.78127873372838
147
+ ],
148
+ "count": 156
149
+ },
150
+ "timestamp": {
151
+ "max": [
152
+ 21.57507460200577
153
+ ],
154
+ "min": [
155
+ 0.13119358400581405
156
+ ],
157
+ "mean": [
158
+ 10.713130372929953
159
+ ],
160
+ "std": null,
161
+ "sum": [
162
+ 1671.2483381770726
163
+ ],
164
+ "square_sum": [
165
+ 23884.018866424063
166
+ ],
167
+ "count": 156
168
+ },
169
+ "frame_index": {
170
+ "max": [
171
+ 155
172
+ ],
173
+ "min": [
174
+ 0
175
+ ],
176
+ "mean": [
177
+ 77.5
178
+ ],
179
+ "std": null,
180
+ "sum": [
181
+ 12090
182
+ ],
183
+ "square_sum": [
184
+ 1253330
185
+ ],
186
+ "count": 156
187
+ },
188
+ "episode_index": {
189
+ "max": [
190
+ 0
191
+ ],
192
+ "min": [
193
+ 0
194
+ ],
195
+ "mean": [
196
+ 0.0
197
+ ],
198
+ "std": null,
199
+ "sum": [
200
+ 0
201
+ ],
202
+ "square_sum": [
203
+ 0
204
+ ],
205
+ "count": 156
206
+ },
207
+ "index": {
208
+ "max": [
209
+ 155
210
+ ],
211
+ "min": [
212
+ 0
213
+ ],
214
+ "mean": [
215
+ 77.5
216
+ ],
217
+ "std": null,
218
+ "sum": [
219
+ 12090
220
+ ],
221
+ "square_sum": [
222
+ 1253330
223
+ ],
224
+ "count": 156
225
+ },
226
+ "task_index": {
227
+ "max": [
228
+ 0
229
+ ],
230
+ "min": [
231
+ 0
232
+ ],
233
+ "mean": [
234
+ 0.0
235
+ ],
236
+ "std": null,
237
+ "sum": [
238
+ 0
239
+ ],
240
+ "square_sum": [
241
+ 0
242
+ ],
243
+ "count": 156
244
+ },
245
+ "observation.images.main": {
246
+ "max": [
247
+ [
248
+ [
249
+ 1.0
250
+ ]
251
+ ],
252
+ [
253
+ [
254
+ 1.0
255
+ ]
256
+ ],
257
+ [
258
+ [
259
+ 1.0
260
+ ]
261
+ ]
262
+ ],
263
+ "min": [
264
+ [
265
+ [
266
+ 0.0
267
+ ]
268
+ ],
269
+ [
270
+ [
271
+ 0.01568627543747425
272
+ ]
273
+ ],
274
+ [
275
+ [
276
+ 0.062745101749897
277
+ ]
278
+ ]
279
+ ],
280
+ "mean": [
281
+ [
282
+ [
283
+ 0.5893927784455129
284
+ ]
285
+ ],
286
+ [
287
+ [
288
+ 0.600379398704594
289
+ ]
290
+ ],
291
+ [
292
+ [
293
+ 0.6043972021901709
294
+ ]
295
+ ]
296
+ ],
297
+ "std": [
298
+ [
299
+ [
300
+ 0.1906131998727906
301
+ ]
302
+ ],
303
+ [
304
+ [
305
+ 0.18007690188327705
306
+ ]
307
+ ],
308
+ [
309
+ [
310
+ 0.16269248815677512
311
+ ]
312
+ ]
313
+ ],
314
+ "sum": [
315
+ 7061397.0,
316
+ 7193025.5,
317
+ 7241162.0
318
+ ],
319
+ "square_sum": [
320
+ 4597239.5,
321
+ 4707054.0,
322
+ 4693656.0
323
+ ],
324
+ "count": 11980800
325
+ },
326
+ "observation.images.secondary_0": {
327
+ "max": [
328
+ [
329
+ [
330
+ 1.0
331
+ ]
332
+ ],
333
+ [
334
+ [
335
+ 1.0
336
+ ]
337
+ ],
338
+ [
339
+ [
340
+ 1.0
341
+ ]
342
+ ]
343
+ ],
344
+ "min": [
345
+ [
346
+ [
347
+ 0.019607843831181526
348
+ ]
349
+ ],
350
+ [
351
+ [
352
+ 0.0235294122248888
353
+ ]
354
+ ],
355
+ [
356
+ [
357
+ 0.0235294122248888
358
+ ]
359
+ ]
360
+ ],
361
+ "mean": [
362
+ [
363
+ [
364
+ 0.1430239737747062
365
+ ]
366
+ ],
367
+ [
368
+ [
369
+ 0.16976765950520833
370
+ ]
371
+ ],
372
+ [
373
+ [
374
+ 0.3179973374065171
375
+ ]
376
+ ]
377
+ ],
378
+ "std": [
379
+ [
380
+ [
381
+ 0.12407977036664962
382
+ ]
383
+ ],
384
+ [
385
+ [
386
+ 0.12295052236754929
387
+ ]
388
+ ],
389
+ [
390
+ [
391
+ 0.13763113044595132
392
+ ]
393
+ ]
394
+ ],
395
+ "sum": [
396
+ 1713541.625,
397
+ 2033952.375,
398
+ 3809862.5
399
+ ],
400
+ "square_sum": [
401
+ 429531.40625,
402
+ 526411.0625,
403
+ 1438470.375
404
+ ],
405
+ "count": 11980800
406
+ }
407
+ }
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:473439c65c1a20c0e40be047b7aeb38785178dbf546d63faf6bfa2e98bc5cf3f
3
+ size 412038
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:66a208e8549d3f22f86ed1950a6fd0ec939cb749cd504ca49cbed75918a8e6a6
3
+ size 74756