shyngys-aitkazinov commited on
Commit
2144d88
·
verified ·
1 Parent(s): 1e74044

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ configs:
8
+ - config_name: default
9
+ data_files: data/*/*.parquet
10
+ ---
11
+
12
+ # dataset_v5_charuko_middle_full
13
+
14
+ Synthetic LeRobot dataset built by concatenating each `dataset_v5_charuko_approach` episode with each `dataset_v5_charuko_middle_1` episode (all-pairs cross product), with a short linear-interpolated state+action bridge between them.
15
+
16
+ - **Episodes:** 10 (5 approaches × 2 placements)
17
+ - **Total frames:** 5078
18
+ - **FPS:** 30
19
+ - **Task string:** `Place the coke on <placeholder>` — sentinel meant to be substituted at training time.
20
+
21
+ Generated by `tools/eval3_v5_concat_pairs.py` in the RobotLearningVLA training repo.
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e37d3ae7f651aa40cd7b962c9ff757a6b3d7877fdecc3a49c6e5881b5a383d29
3
+ size 95939
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b80328de9082ccec40b03cddde13094a01368abb83bd1772d6fb9bb7983d8a1d
3
+ size 52630
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "so_follower",
4
+ "total_episodes": 10,
5
+ "total_frames": 5078,
6
+ "total_tasks": 1,
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:10"
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": "h264",
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
+ "timestamp": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 1
72
+ ],
73
+ "names": null
74
+ },
75
+ "frame_index": {
76
+ "dtype": "int64",
77
+ "shape": [
78
+ 1
79
+ ],
80
+ "names": null
81
+ },
82
+ "episode_index": {
83
+ "dtype": "int64",
84
+ "shape": [
85
+ 1
86
+ ],
87
+ "names": null
88
+ },
89
+ "index": {
90
+ "dtype": "int64",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "names": null
95
+ },
96
+ "task_index": {
97
+ "dtype": "int64",
98
+ "shape": [
99
+ 1
100
+ ],
101
+ "names": null
102
+ }
103
+ }
104
+ }
meta/stats.json ADDED
@@ -0,0 +1,474 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_index": {
3
+ "min": [
4
+ 0.0
5
+ ],
6
+ "max": [
7
+ 0.0
8
+ ],
9
+ "mean": [
10
+ 0.0
11
+ ],
12
+ "std": [
13
+ 0.0
14
+ ],
15
+ "count": [
16
+ 5078
17
+ ],
18
+ "q01": [
19
+ 0.0
20
+ ],
21
+ "q10": [
22
+ 0.0
23
+ ],
24
+ "q50": [
25
+ 0.0
26
+ ],
27
+ "q90": [
28
+ 0.0
29
+ ],
30
+ "q99": [
31
+ 0.0
32
+ ]
33
+ },
34
+ "frame_index": {
35
+ "min": [
36
+ 0.0
37
+ ],
38
+ "max": [
39
+ 590.0
40
+ ],
41
+ "mean": [
42
+ 255.88814493895234
43
+ ],
44
+ "std": [
45
+ 150.83848388596724
46
+ ],
47
+ "count": [
48
+ 5078
49
+ ],
50
+ "q01": [
51
+ 5.0
52
+ ],
53
+ "q10": [
54
+ 50.0
55
+ ],
56
+ "q50": [
57
+ 253.0
58
+ ],
59
+ "q90": [
60
+ 462.0
61
+ ],
62
+ "q99": [
63
+ 558.2299999999996
64
+ ]
65
+ },
66
+ "index": {
67
+ "min": [
68
+ 0.0
69
+ ],
70
+ "max": [
71
+ 5077.0
72
+ ],
73
+ "mean": [
74
+ 2538.5
75
+ ],
76
+ "std": [
77
+ 1465.892305048362
78
+ ],
79
+ "count": [
80
+ 5078
81
+ ],
82
+ "q01": [
83
+ 50.77
84
+ ],
85
+ "q10": [
86
+ 507.70000000000005
87
+ ],
88
+ "q50": [
89
+ 2538.5
90
+ ],
91
+ "q90": [
92
+ 4569.3
93
+ ],
94
+ "q99": [
95
+ 5026.23
96
+ ]
97
+ },
98
+ "observation.state": {
99
+ "min": [
100
+ -3.5604395866394043,
101
+ -102.94505310058594,
102
+ -93.67032623291016,
103
+ -99.03296661376953,
104
+ -90.85713958740234,
105
+ 0.06779661029577255
106
+ ],
107
+ "max": [
108
+ 9.09890079498291,
109
+ 102.15384674072266,
110
+ 97.27472686767578,
111
+ 6.02197790145874,
112
+ 13.758241653442383,
113
+ 82.71186065673828
114
+ ],
115
+ "mean": [
116
+ 4.301684875848221,
117
+ 16.773411618625616,
118
+ 38.94869029732049,
119
+ -63.62309294670245,
120
+ -82.75984789056072,
121
+ 27.317587953707914
122
+ ],
123
+ "std": [
124
+ 2.6810184049533703,
125
+ 56.423004341158276,
126
+ 58.16982403663548,
127
+ 29.98584191818965,
128
+ 15.872041566381691,
129
+ 26.721431799593987
130
+ ],
131
+ "count": [
132
+ 5078
133
+ ],
134
+ "q01": [
135
+ -2.681318759918213,
136
+ -102.94505310058594,
137
+ -93.67032623291016,
138
+ -99.03296661376953,
139
+ -90.85713958740234,
140
+ 0.06779661029577255
141
+ ],
142
+ "q10": [
143
+ 0.5714285969734192,
144
+ -102.76923370361328,
145
+ -72.30769348144531,
146
+ -98.32967376708984,
147
+ -90.76923370361328,
148
+ 0.4067796468734741
149
+ ],
150
+ "q50": [
151
+ 4.791208744049072,
152
+ 29.186813354492188,
153
+ 46.1643123626709,
154
+ -69.05494689941406,
155
+ -86.9011001586914,
156
+ 17.220338821411133
157
+ ],
158
+ "q90": [
159
+ 7.516483306884766,
160
+ 89.93406677246094,
161
+ 97.0988998413086,
162
+ -13.670330047607422,
163
+ -76.26373291015625,
164
+ 72.54237365722656
165
+ ],
166
+ "q99": [
167
+ 8.49084227561946,
168
+ 102.15384674072266,
169
+ 97.18681335449219,
170
+ 5.934065818786621,
171
+ 4.615384578704834,
172
+ 82.71186065673828
173
+ ]
174
+ },
175
+ "action": {
176
+ "min": [
177
+ -4.0,
178
+ -103.42857360839844,
179
+ -96.65933990478516,
180
+ -98.94505310058594,
181
+ -91.20879364013672,
182
+ 0.0
183
+ ],
184
+ "max": [
185
+ 9.450549125671387,
186
+ 102.28571319580078,
187
+ 97.18681335449219,
188
+ 6.285714149475098,
189
+ 4.351648330688477,
190
+ 82.90242004394531
191
+ ],
192
+ "mean": [
193
+ 4.4091425994018625,
194
+ 16.849862987342114,
195
+ 37.63960046291809,
196
+ -63.790693827759874,
197
+ -83.06016496653724,
198
+ 26.80014972703318
199
+ ],
200
+ "std": [
201
+ 2.7388226329889904,
202
+ 55.16599781486176,
203
+ 58.51443429033179,
204
+ 29.816385214365628,
205
+ 15.397787251445743,
206
+ 27.5745630084609
207
+ ],
208
+ "count": [
209
+ 5078
210
+ ],
211
+ "q01": [
212
+ -2.681318759918213,
213
+ -103.42857360839844,
214
+ -96.3956069946289,
215
+ -98.85713958740234,
216
+ -90.99881340026856,
217
+ 0.0
218
+ ],
219
+ "q10": [
220
+ 0.6480376899242418,
221
+ -103.07691955566406,
222
+ -73.010986328125,
223
+ -98.5934066772461,
224
+ -90.94505310058594,
225
+ 0.1668056696653366
226
+ ],
227
+ "q50": [
228
+ 5.05494499206543,
229
+ 28.0,
230
+ 44.879119873046875,
231
+ -69.05494689941406,
232
+ -86.72527313232422,
233
+ 17.347789764404297
234
+ ],
235
+ "q90": [
236
+ 7.604395389556885,
237
+ 89.27472686767578,
238
+ 97.010986328125,
239
+ -14.461538314819336,
240
+ -76.43955993652344,
241
+ 72.81067657470703
242
+ ],
243
+ "q99": [
244
+ 9.129461364746076,
245
+ 99.12088012695312,
246
+ 97.18681335449219,
247
+ 6.02197790145874,
248
+ 4.263736248016357,
249
+ 82.90242004394531
250
+ ]
251
+ },
252
+ "observation.images.front": {
253
+ "min": [
254
+ [
255
+ [
256
+ 0.0
257
+ ]
258
+ ],
259
+ [
260
+ [
261
+ 0.0
262
+ ]
263
+ ],
264
+ [
265
+ [
266
+ 0.0
267
+ ]
268
+ ]
269
+ ],
270
+ "max": [
271
+ [
272
+ [
273
+ 1.0
274
+ ]
275
+ ],
276
+ [
277
+ [
278
+ 1.0
279
+ ]
280
+ ],
281
+ [
282
+ [
283
+ 1.0
284
+ ]
285
+ ]
286
+ ],
287
+ "mean": [
288
+ [
289
+ [
290
+ 0.6666120251761376
291
+ ]
292
+ ],
293
+ [
294
+ [
295
+ 0.6774231615809745
296
+ ]
297
+ ],
298
+ [
299
+ [
300
+ 0.6700269116360936
301
+ ]
302
+ ]
303
+ ],
304
+ "std": [
305
+ [
306
+ [
307
+ 0.012285432453338149
308
+ ]
309
+ ],
310
+ [
311
+ [
312
+ 0.012209689331378783
313
+ ]
314
+ ],
315
+ [
316
+ [
317
+ 0.012437108409462662
318
+ ]
319
+ ]
320
+ ],
321
+ "count": [
322
+ 25612800
323
+ ],
324
+ "q01": [
325
+ [
326
+ [
327
+ 0.09180027000844956
328
+ ]
329
+ ],
330
+ [
331
+ [
332
+ 0.08631747051973884
333
+ ]
334
+ ],
335
+ [
336
+ [
337
+ 0.05114122615515191
338
+ ]
339
+ ]
340
+ ],
341
+ "q10": [
342
+ [
343
+ [
344
+ 0.19531111367823314
345
+ ]
346
+ ],
347
+ [
348
+ [
349
+ 0.18666559331458704
350
+ ]
351
+ ],
352
+ [
353
+ [
354
+ 0.17723619223213352
355
+ ]
356
+ ]
357
+ ],
358
+ "q50": [
359
+ [
360
+ [
361
+ 0.7684415620028608
362
+ ]
363
+ ],
364
+ [
365
+ [
366
+ 0.7779876503643569
367
+ ]
368
+ ],
369
+ [
370
+ [
371
+ 0.7763304486356988
372
+ ]
373
+ ]
374
+ ],
375
+ "q90": [
376
+ [
377
+ [
378
+ 0.8812963148859825
379
+ ]
380
+ ],
381
+ [
382
+ [
383
+ 0.8890494967120437
384
+ ]
385
+ ],
386
+ [
387
+ [
388
+ 0.8931255178780767
389
+ ]
390
+ ]
391
+ ],
392
+ "q99": [
393
+ [
394
+ [
395
+ 0.9332290034742687
396
+ ]
397
+ ],
398
+ [
399
+ [
400
+ 0.9339502730911122
401
+ ]
402
+ ],
403
+ [
404
+ [
405
+ 0.9440943669046735
406
+ ]
407
+ ]
408
+ ]
409
+ },
410
+ "episode_index": {
411
+ "min": [
412
+ 0.0
413
+ ],
414
+ "max": [
415
+ 9.0
416
+ ],
417
+ "mean": [
418
+ 4.442890901929894
419
+ ],
420
+ "std": [
421
+ 2.937612369920802
422
+ ],
423
+ "count": [
424
+ 5078
425
+ ],
426
+ "q01": [
427
+ 0.0
428
+ ],
429
+ "q10": [
430
+ 0.0
431
+ ],
432
+ "q50": [
433
+ 4.0
434
+ ],
435
+ "q90": [
436
+ 8.0
437
+ ],
438
+ "q99": [
439
+ 9.0
440
+ ]
441
+ },
442
+ "timestamp": {
443
+ "min": [
444
+ 0.0
445
+ ],
446
+ "max": [
447
+ 19.66666603088379
448
+ ],
449
+ "mean": [
450
+ 8.52960483214109
451
+ ],
452
+ "std": [
453
+ 5.027949462307437
454
+ ],
455
+ "count": [
456
+ 5078
457
+ ],
458
+ "q01": [
459
+ 0.1666666716337204
460
+ ],
461
+ "q10": [
462
+ 1.6666666269302368
463
+ ],
464
+ "q50": [
465
+ 8.433333396911621
466
+ ],
467
+ "q90": [
468
+ 15.399999618530273
469
+ ],
470
+ "q99": [
471
+ 18.60766693115233
472
+ ]
473
+ }
474
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6950b914c0e304eabd61530736e6dfbac2b8ed6ff88cb04d97c9327fd043efda
3
+ size 882
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:49982f8f5c77940a388f89b81282613d5f6a802395e246de8ae49f9ad197b39c
3
+ size 24600301