mphielipp commited on
Commit
ba0557d
·
verified ·
1 Parent(s): 89115a8

Upload folder using huggingface_hub

Browse files
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a27d9107188e7a52fef8015f0306c28be3cc7e5429699c692f92a1301889450
3
+ size 86649576
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbe53aff01b39a4218f83618726a7aa2b46389a16a32e806cbb663ab2ee0c892
3
+ size 82393877
meta/episodes.jsonl ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ {"episode_index": 0, "tasks": ["Aloha recorded dataset."], "length": 217}
2
+ {"episode_index": 1, "tasks": ["Aloha recorded dataset."], "length": 204}
meta/info.json ADDED
@@ -0,0 +1,180 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.0",
3
+ "robot_type": "aloha-stationary",
4
+ "total_episodes": 2,
5
+ "total_frames": 421,
6
+ "total_tasks": 1,
7
+ "total_videos": 0,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:2"
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
+ 14
21
+ ],
22
+ "names": [
23
+ "action_0",
24
+ "action_1",
25
+ "action_2",
26
+ "action_3",
27
+ "action_4",
28
+ "action_5",
29
+ "action_6",
30
+ "action_7",
31
+ "action_8",
32
+ "action_9",
33
+ "action_10",
34
+ "action_11",
35
+ "action_12",
36
+ "action_13"
37
+ ]
38
+ },
39
+ "observation.effort": {
40
+ "dtype": "float32",
41
+ "shape": [
42
+ 14
43
+ ],
44
+ "names": [
45
+ "effort_0",
46
+ "effort_1",
47
+ "effort_2",
48
+ "effort_3",
49
+ "effort_4",
50
+ "effort_5",
51
+ "effort_6",
52
+ "effort_7",
53
+ "effort_8",
54
+ "effort_9",
55
+ "effort_10",
56
+ "effort_11",
57
+ "effort_12",
58
+ "effort_13"
59
+ ]
60
+ },
61
+ "observation.images.cam_high": {
62
+ "dtype": "image",
63
+ "shape": [
64
+ 3,
65
+ 480,
66
+ 640
67
+ ],
68
+ "names": [
69
+ "channel",
70
+ "height",
71
+ "width"
72
+ ]
73
+ },
74
+ "observation.images.cam_left_wrist": {
75
+ "dtype": "image",
76
+ "shape": [
77
+ 3,
78
+ 480,
79
+ 640
80
+ ],
81
+ "names": [
82
+ "channel",
83
+ "height",
84
+ "width"
85
+ ]
86
+ },
87
+ "observation.images.cam_right_wrist": {
88
+ "dtype": "image",
89
+ "shape": [
90
+ 3,
91
+ 480,
92
+ 640
93
+ ],
94
+ "names": [
95
+ "channel",
96
+ "height",
97
+ "width"
98
+ ]
99
+ },
100
+ "observation.state": {
101
+ "dtype": "float32",
102
+ "shape": [
103
+ 14
104
+ ],
105
+ "names": [
106
+ "qpos_0",
107
+ "qpos_1",
108
+ "qpos_2",
109
+ "qpos_3",
110
+ "qpos_4",
111
+ "qpos_5",
112
+ "qpos_6",
113
+ "qpos_7",
114
+ "qpos_8",
115
+ "qpos_9",
116
+ "qpos_10",
117
+ "qpos_11",
118
+ "qpos_12",
119
+ "qpos_13"
120
+ ]
121
+ },
122
+ "observation.qvel": {
123
+ "dtype": "float32",
124
+ "shape": [
125
+ 14
126
+ ],
127
+ "names": [
128
+ "qvel_0",
129
+ "qvel_1",
130
+ "qvel_2",
131
+ "qvel_3",
132
+ "qvel_4",
133
+ "qvel_5",
134
+ "qvel_6",
135
+ "qvel_7",
136
+ "qvel_8",
137
+ "qvel_9",
138
+ "qvel_10",
139
+ "qvel_11",
140
+ "qvel_12",
141
+ "qvel_13"
142
+ ]
143
+ },
144
+ "timestamp": {
145
+ "dtype": "float32",
146
+ "shape": [
147
+ 1
148
+ ],
149
+ "names": null
150
+ },
151
+ "frame_index": {
152
+ "dtype": "int64",
153
+ "shape": [
154
+ 1
155
+ ],
156
+ "names": null
157
+ },
158
+ "episode_index": {
159
+ "dtype": "int64",
160
+ "shape": [
161
+ 1
162
+ ],
163
+ "names": null
164
+ },
165
+ "index": {
166
+ "dtype": "int64",
167
+ "shape": [
168
+ 1
169
+ ],
170
+ "names": null
171
+ },
172
+ "task_index": {
173
+ "dtype": "int64",
174
+ "shape": [
175
+ 1
176
+ ],
177
+ "names": null
178
+ }
179
+ }
180
+ }
meta/stats.json ADDED
@@ -0,0 +1,546 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action": {
3
+ "mean": [
4
+ -0.060834549367427826,
5
+ -0.6536654233932495,
6
+ 0.8939647078514099,
7
+ 0.017081478610634804,
8
+ -0.008056131191551685,
9
+ 0.013317578472197056,
10
+ -0.04096706211566925,
11
+ 0.1360178142786026,
12
+ -0.17003141343593597,
13
+ 0.6038309335708618,
14
+ 0.0413227416574955,
15
+ 0.2897147238254547,
16
+ 0.16651158034801483,
17
+ 0.3722156584262848
18
+ ],
19
+ "std": [
20
+ 0.03681362047791481,
21
+ 0.11429718136787415,
22
+ 0.06458306312561035,
23
+ 0.008355691097676754,
24
+ 0.1458645761013031,
25
+ 0.009099249728024006,
26
+ 0.0009222719236277044,
27
+ 0.07359452545642853,
28
+ 0.3017542362213135,
29
+ 0.23782430589199066,
30
+ 0.055842820554971695,
31
+ 0.338939368724823,
32
+ 0.14029645919799805,
33
+ 0.4943830668926239
34
+ ],
35
+ "max": [
36
+ -0.016873789951205254,
37
+ -0.5230874419212341,
38
+ 1.0783885717391968,
39
+ 0.030679617077112198,
40
+ 0.19941750168800354,
41
+ 0.02454369328916073,
42
+ -0.03989250957965851,
43
+ 0.25003886222839355,
44
+ 0.24083499610424042,
45
+ 1.1351457834243774,
46
+ 0.13345633447170258,
47
+ 0.9311263561248779,
48
+ 0.4080389142036438,
49
+ 1.0330274105072021
50
+ ],
51
+ "min": [
52
+ -0.18561168015003204,
53
+ -0.8421554565429688,
54
+ 0.8145438432693481,
55
+ -0.010737866163253784,
56
+ -0.27458256483078003,
57
+ -0.01840776950120926,
58
+ -0.04335913434624672,
59
+ -0.004601942375302315,
60
+ -0.9065826535224915,
61
+ 0.12425244599580765,
62
+ -0.05675728991627693,
63
+ -0.3405437469482422,
64
+ -0.030679617077112198,
65
+ -0.07109211385250092
66
+ ]
67
+ },
68
+ "observation.effort": {
69
+ "mean": [
70
+ -2.90085506439209,
71
+ -159.57264709472656,
72
+ -728.81103515625,
73
+ 1.61655592918396,
74
+ -148.20558166503906,
75
+ -8.274463653564453,
76
+ -390.0947265625,
77
+ -0.14695991575717926,
78
+ -452.3992004394531,
79
+ -472.76910400390625,
80
+ 20.810762405395508,
81
+ -160.54379272460938,
82
+ 5.258598327636719,
83
+ -296.4494323730469
84
+ ],
85
+ "std": [
86
+ 28.827789306640625,
87
+ 161.98219299316406,
88
+ 97.31893920898438,
89
+ 7.5846662521362305,
90
+ 60.03441619873047,
91
+ 22.603534698486328,
92
+ 22.031818389892578,
93
+ 68.61485290527344,
94
+ 286.08111572265625,
95
+ 196.70571899414062,
96
+ 28.094440460205078,
97
+ 98.87980651855469,
98
+ 30.184967041015625,
99
+ 258.1956787109375
100
+ ],
101
+ "max": [
102
+ 234.02999877929688,
103
+ 1318.0999755859375,
104
+ -16.139999389648438,
105
+ 59.18000030517578,
106
+ 5.380000114440918,
107
+ 75.31999969482422,
108
+ -180.23001098632812,
109
+ 217.88999938964844,
110
+ 538.0,
111
+ -69.94000244140625,
112
+ 239.41000366210938,
113
+ 494.96002197265625,
114
+ 129.1199951171875,
115
+ 400.80999755859375
116
+ ],
117
+ "min": [
118
+ -258.239990234375,
119
+ -650.9800415039062,
120
+ -1194.3599853515625,
121
+ -8.069999694824219,
122
+ -306.6600036621094,
123
+ -86.08000183105469,
124
+ -513.7900390625,
125
+ -312.0400085449219,
126
+ -1853.4100341796875,
127
+ -836.5900268554688,
128
+ -26.900001525878906,
129
+ -465.3699951171875,
130
+ -86.08000183105469,
131
+ -559.52001953125
132
+ ]
133
+ },
134
+ "observation.images.cam_high": {
135
+ "mean": [
136
+ [
137
+ [
138
+ 0.237073615193367
139
+ ]
140
+ ],
141
+ [
142
+ [
143
+ 0.23578014969825745
144
+ ]
145
+ ],
146
+ [
147
+ [
148
+ 0.2050548642873764
149
+ ]
150
+ ]
151
+ ],
152
+ "std": [
153
+ [
154
+ [
155
+ 0.16080538928508759
156
+ ]
157
+ ],
158
+ [
159
+ [
160
+ 0.15636031329631805
161
+ ]
162
+ ],
163
+ [
164
+ [
165
+ 0.16102956235408783
166
+ ]
167
+ ]
168
+ ],
169
+ "max": [
170
+ [
171
+ [
172
+ 0.9960784316062927
173
+ ]
174
+ ],
175
+ [
176
+ [
177
+ 0.9960784316062927
178
+ ]
179
+ ],
180
+ [
181
+ [
182
+ 1.0
183
+ ]
184
+ ]
185
+ ],
186
+ "min": [
187
+ [
188
+ [
189
+ 0.0
190
+ ]
191
+ ],
192
+ [
193
+ [
194
+ 0.0
195
+ ]
196
+ ],
197
+ [
198
+ [
199
+ 0.0
200
+ ]
201
+ ]
202
+ ]
203
+ },
204
+ "observation.images.cam_left_wrist": {
205
+ "mean": [
206
+ [
207
+ [
208
+ 0.18392464518547058
209
+ ]
210
+ ],
211
+ [
212
+ [
213
+ 0.1895805448293686
214
+ ]
215
+ ],
216
+ [
217
+ [
218
+ 0.16053588688373566
219
+ ]
220
+ ]
221
+ ],
222
+ "std": [
223
+ [
224
+ [
225
+ 0.1510864496231079
226
+ ]
227
+ ],
228
+ [
229
+ [
230
+ 0.1417848765850067
231
+ ]
232
+ ],
233
+ [
234
+ [
235
+ 0.1376577913761139
236
+ ]
237
+ ]
238
+ ],
239
+ "max": [
240
+ [
241
+ [
242
+ 1.0
243
+ ]
244
+ ],
245
+ [
246
+ [
247
+ 1.0
248
+ ]
249
+ ],
250
+ [
251
+ [
252
+ 1.0
253
+ ]
254
+ ]
255
+ ],
256
+ "min": [
257
+ [
258
+ [
259
+ 0.0
260
+ ]
261
+ ],
262
+ [
263
+ [
264
+ 0.0
265
+ ]
266
+ ],
267
+ [
268
+ [
269
+ 0.0
270
+ ]
271
+ ]
272
+ ]
273
+ },
274
+ "observation.images.cam_right_wrist": {
275
+ "mean": [
276
+ [
277
+ [
278
+ 0.25143128633499146
279
+ ]
280
+ ],
281
+ [
282
+ [
283
+ 0.23625695705413818
284
+ ]
285
+ ],
286
+ [
287
+ [
288
+ 0.20591062307357788
289
+ ]
290
+ ]
291
+ ],
292
+ "std": [
293
+ [
294
+ [
295
+ 0.15388953685760498
296
+ ]
297
+ ],
298
+ [
299
+ [
300
+ 0.13864590227603912
301
+ ]
302
+ ],
303
+ [
304
+ [
305
+ 0.1370081603527069
306
+ ]
307
+ ]
308
+ ],
309
+ "max": [
310
+ [
311
+ [
312
+ 1.0
313
+ ]
314
+ ],
315
+ [
316
+ [
317
+ 1.0
318
+ ]
319
+ ],
320
+ [
321
+ [
322
+ 1.0
323
+ ]
324
+ ]
325
+ ],
326
+ "min": [
327
+ [
328
+ [
329
+ 0.0
330
+ ]
331
+ ],
332
+ [
333
+ [
334
+ 0.0
335
+ ]
336
+ ],
337
+ [
338
+ [
339
+ 0.0
340
+ ]
341
+ ]
342
+ ]
343
+ },
344
+ "observation.state": {
345
+ "mean": [
346
+ -0.057792093604803085,
347
+ -0.653705358505249,
348
+ 0.9273988008499146,
349
+ 0.01663695089519024,
350
+ -0.007119711954146624,
351
+ 0.01375481579452753,
352
+ -0.09270758181810379,
353
+ 0.1336858570575714,
354
+ -0.16342905163764954,
355
+ 0.6322332620620728,
356
+ 0.03981062024831772,
357
+ 0.28978756070137024,
358
+ 0.16324689984321594,
359
+ 0.787772536277771
360
+ ],
361
+ "std": [
362
+ 0.035372331738471985,
363
+ 0.12448062747716904,
364
+ 0.07291959971189499,
365
+ 0.007844975218176842,
366
+ 0.1500115990638733,
367
+ 0.008107258006930351,
368
+ 0.006767050828784704,
369
+ 0.07571083307266235,
370
+ 0.32465171813964844,
371
+ 0.25101929903030396,
372
+ 0.05449478328227997,
373
+ 0.3432493209838867,
374
+ 0.14186319708824158,
375
+ 0.5657140612602234
376
+ ],
377
+ "max": [
378
+ 0.0015339808305725455,
379
+ -0.5169515609741211,
380
+ 1.182699203491211,
381
+ 0.02761165425181389,
382
+ 0.20555342733860016,
383
+ 0.02147573232650757,
384
+ -0.02979644387960434,
385
+ 0.25003886222839355,
386
+ 0.2577087879180908,
387
+ 1.1811652183532715,
388
+ 0.1288543939590454,
389
+ 0.928058385848999,
390
+ 0.40650492906570435,
391
+ 1.330831527709961
392
+ ],
393
+ "min": [
394
+ -0.1840776950120926,
395
+ -0.9648739695549011,
396
+ 0.8421554565429688,
397
+ -0.00920388475060463,
398
+ -0.2899223864078522,
399
+ -0.015339808538556099,
400
+ -0.09654614329338074,
401
+ -0.003067961661145091,
402
+ -0.9648739695549011,
403
+ 0.1595340073108673,
404
+ -0.05368933081626892,
405
+ -0.32827189564704895,
406
+ -0.02454369328916073,
407
+ -0.03370344266295433
408
+ ]
409
+ },
410
+ "observation.qvel": {
411
+ "mean": [
412
+ -0.016518855467438698,
413
+ 0.04676545783877373,
414
+ -0.03691110014915466,
415
+ -0.00017088474123738706,
416
+ 0.041183214634656906,
417
+ -0.0010253083892166615,
418
+ 0.0,
419
+ 0.01418343372642994,
420
+ 0.08099935203790665,
421
+ -0.061860281974077225,
422
+ -0.0032468100544065237,
423
+ 0.04984138906002045,
424
+ 0.021531477570533752,
425
+ 0.0
426
+ ],
427
+ "std": [
428
+ 0.05890610069036484,
429
+ 0.2053017020225525,
430
+ 0.10650806128978729,
431
+ 0.017373934388160706,
432
+ 0.10729239135980606,
433
+ 0.01666162721812725,
434
+ 0.0,
435
+ 0.12442551553249359,
436
+ 0.4683086574077606,
437
+ 0.3494722247123718,
438
+ 0.09010237455368042,
439
+ 0.4637618064880371,
440
+ 0.22477968037128448,
441
+ 0.0
442
+ ],
443
+ "max": [
444
+ 0.0959232971072197,
445
+ 2.086331605911255,
446
+ 0.0,
447
+ 0.11990412324666977,
448
+ 0.7194247245788574,
449
+ 0.0959232971072197,
450
+ 0.0,
451
+ 0.5275781154632568,
452
+ 1.5587536096572876,
453
+ 0.8872904777526855,
454
+ 0.43165484070777893,
455
+ 2.0623509883880615,
456
+ 0.6235014200210571,
457
+ 0.0
458
+ ],
459
+ "min": [
460
+ -0.4796164929866791,
461
+ -0.023980824276804924,
462
+ -0.9352521300315857,
463
+ -0.04796164855360985,
464
+ -0.16786576807498932,
465
+ -0.07194247096776962,
466
+ 0.0,
467
+ -0.4796164929866791,
468
+ -2.0623509883880615,
469
+ -1.4148685932159424,
470
+ -0.3836931884288788,
471
+ -0.8633096814155579,
472
+ -1.774580955505371,
473
+ 0.0
474
+ ]
475
+ },
476
+ "timestamp": {
477
+ "mean": [
478
+ 3.495012044906616
479
+ ],
480
+ "std": [
481
+ 2.031297445297241
482
+ ],
483
+ "max": [
484
+ 7.199999809265137
485
+ ],
486
+ "min": [
487
+ 0.0
488
+ ]
489
+ },
490
+ "frame_index": {
491
+ "mean": [
492
+ 104.8503646850586
493
+ ],
494
+ "std": [
495
+ 60.93892288208008
496
+ ],
497
+ "max": [
498
+ 216.0
499
+ ],
500
+ "min": [
501
+ 0.0
502
+ ]
503
+ },
504
+ "episode_index": {
505
+ "mean": [
506
+ 0.4845605790615082
507
+ ],
508
+ "std": [
509
+ 0.49976158142089844
510
+ ],
511
+ "max": [
512
+ 1.0
513
+ ],
514
+ "min": [
515
+ 0.0
516
+ ]
517
+ },
518
+ "index": {
519
+ "mean": [
520
+ 210.0
521
+ ],
522
+ "std": [
523
+ 121.53189086914062
524
+ ],
525
+ "max": [
526
+ 420.0
527
+ ],
528
+ "min": [
529
+ 0.0
530
+ ]
531
+ },
532
+ "task_index": {
533
+ "mean": [
534
+ 0.0
535
+ ],
536
+ "std": [
537
+ 0.0
538
+ ],
539
+ "max": [
540
+ 0.0
541
+ ],
542
+ "min": [
543
+ 0.0
544
+ ]
545
+ }
546
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Aloha recorded dataset."}