aliberts HF staff commited on
Commit
332690a
1 Parent(s): cd65be8

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. meta/episodes.jsonl +20 -0
  2. meta/info.json +192 -0
  3. meta/stats.json +480 -0
  4. meta/tasks.jsonl +1 -0
meta/episodes.jsonl ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["Take the elevator to the 1st floor."], "length": 2250}
2
+ {"episode_index": 1, "tasks": ["Take the elevator to the 1st floor."], "length": 2250}
3
+ {"episode_index": 2, "tasks": ["Take the elevator to the 1st floor."], "length": 2250}
4
+ {"episode_index": 3, "tasks": ["Take the elevator to the 1st floor."], "length": 2250}
5
+ {"episode_index": 4, "tasks": ["Take the elevator to the 1st floor."], "length": 2250}
6
+ {"episode_index": 5, "tasks": ["Take the elevator to the 1st floor."], "length": 2250}
7
+ {"episode_index": 6, "tasks": ["Take the elevator to the 1st floor."], "length": 2250}
8
+ {"episode_index": 7, "tasks": ["Take the elevator to the 1st floor."], "length": 2250}
9
+ {"episode_index": 8, "tasks": ["Take the elevator to the 1st floor."], "length": 2250}
10
+ {"episode_index": 9, "tasks": ["Take the elevator to the 1st floor."], "length": 2250}
11
+ {"episode_index": 10, "tasks": ["Take the elevator to the 1st floor."], "length": 2250}
12
+ {"episode_index": 11, "tasks": ["Take the elevator to the 1st floor."], "length": 2250}
13
+ {"episode_index": 12, "tasks": ["Take the elevator to the 1st floor."], "length": 2250}
14
+ {"episode_index": 13, "tasks": ["Take the elevator to the 1st floor."], "length": 2250}
15
+ {"episode_index": 14, "tasks": ["Take the elevator to the 1st floor."], "length": 2250}
16
+ {"episode_index": 15, "tasks": ["Take the elevator to the 1st floor."], "length": 2250}
17
+ {"episode_index": 16, "tasks": ["Take the elevator to the 1st floor."], "length": 2250}
18
+ {"episode_index": 17, "tasks": ["Take the elevator to the 1st floor."], "length": 2250}
19
+ {"episode_index": 18, "tasks": ["Take the elevator to the 1st floor."], "length": 2250}
20
+ {"episode_index": 19, "tasks": ["Take the elevator to the 1st floor."], "length": 2250}
meta/info.json ADDED
@@ -0,0 +1,192 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.0",
3
+ "robot_type": "aloha",
4
+ "total_episodes": 20,
5
+ "total_frames": 45000,
6
+ "total_tasks": 1,
7
+ "total_videos": 60,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 50,
11
+ "splits": {
12
+ "train": "0:20"
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
+ "observation.images.cam_high": {
18
+ "dtype": "video",
19
+ "shape": [
20
+ 480,
21
+ 640,
22
+ 3
23
+ ],
24
+ "names": [
25
+ "height",
26
+ "width",
27
+ "channel"
28
+ ],
29
+ "video_info": {
30
+ "video.fps": 50.0,
31
+ "video.codec": "av1",
32
+ "video.pix_fmt": "yuv420p",
33
+ "video.is_depth_map": false,
34
+ "has_audio": false
35
+ }
36
+ },
37
+ "observation.images.cam_left_wrist": {
38
+ "dtype": "video",
39
+ "shape": [
40
+ 480,
41
+ 640,
42
+ 3
43
+ ],
44
+ "names": [
45
+ "height",
46
+ "width",
47
+ "channel"
48
+ ],
49
+ "video_info": {
50
+ "video.fps": 50.0,
51
+ "video.codec": "av1",
52
+ "video.pix_fmt": "yuv420p",
53
+ "video.is_depth_map": false,
54
+ "has_audio": false
55
+ }
56
+ },
57
+ "observation.images.cam_right_wrist": {
58
+ "dtype": "video",
59
+ "shape": [
60
+ 480,
61
+ 640,
62
+ 3
63
+ ],
64
+ "names": [
65
+ "height",
66
+ "width",
67
+ "channel"
68
+ ],
69
+ "video_info": {
70
+ "video.fps": 50.0,
71
+ "video.codec": "av1",
72
+ "video.pix_fmt": "yuv420p",
73
+ "video.is_depth_map": false,
74
+ "has_audio": false
75
+ }
76
+ },
77
+ "observation.state": {
78
+ "dtype": "float32",
79
+ "shape": [
80
+ 14
81
+ ],
82
+ "names": {
83
+ "motors": [
84
+ "left_waist",
85
+ "left_shoulder",
86
+ "left_elbow",
87
+ "left_forearm_roll",
88
+ "left_wrist_angle",
89
+ "left_wrist_rotate",
90
+ "left_gripper",
91
+ "right_waist",
92
+ "right_shoulder",
93
+ "right_elbow",
94
+ "right_forearm_roll",
95
+ "right_wrist_angle",
96
+ "right_wrist_rotate",
97
+ "right_gripper"
98
+ ]
99
+ }
100
+ },
101
+ "observation.effort": {
102
+ "dtype": "float32",
103
+ "shape": [
104
+ 14
105
+ ],
106
+ "names": {
107
+ "motors": [
108
+ "left_waist",
109
+ "left_shoulder",
110
+ "left_elbow",
111
+ "left_forearm_roll",
112
+ "left_wrist_angle",
113
+ "left_wrist_rotate",
114
+ "left_gripper",
115
+ "right_waist",
116
+ "right_shoulder",
117
+ "right_elbow",
118
+ "right_forearm_roll",
119
+ "right_wrist_angle",
120
+ "right_wrist_rotate",
121
+ "right_gripper"
122
+ ]
123
+ }
124
+ },
125
+ "action": {
126
+ "dtype": "float32",
127
+ "shape": [
128
+ 14
129
+ ],
130
+ "names": {
131
+ "motors": [
132
+ "left_waist",
133
+ "left_shoulder",
134
+ "left_elbow",
135
+ "left_forearm_roll",
136
+ "left_wrist_angle",
137
+ "left_wrist_rotate",
138
+ "left_gripper",
139
+ "right_waist",
140
+ "right_shoulder",
141
+ "right_elbow",
142
+ "right_forearm_roll",
143
+ "right_wrist_angle",
144
+ "right_wrist_rotate",
145
+ "right_gripper"
146
+ ]
147
+ }
148
+ },
149
+ "episode_index": {
150
+ "dtype": "int64",
151
+ "shape": [
152
+ 1
153
+ ],
154
+ "names": null
155
+ },
156
+ "frame_index": {
157
+ "dtype": "int64",
158
+ "shape": [
159
+ 1
160
+ ],
161
+ "names": null
162
+ },
163
+ "timestamp": {
164
+ "dtype": "float32",
165
+ "shape": [
166
+ 1
167
+ ],
168
+ "names": null
169
+ },
170
+ "next.done": {
171
+ "dtype": "bool",
172
+ "shape": [
173
+ 1
174
+ ],
175
+ "names": null
176
+ },
177
+ "index": {
178
+ "dtype": "int64",
179
+ "shape": [
180
+ 1
181
+ ],
182
+ "names": null
183
+ },
184
+ "task_index": {
185
+ "dtype": "int64",
186
+ "shape": [
187
+ 1
188
+ ],
189
+ "names": null
190
+ }
191
+ }
192
+ }
meta/stats.json ADDED
@@ -0,0 +1,480 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action": {
3
+ "max": [
4
+ 0.08283496648073196,
5
+ -0.11044661700725555,
6
+ 1.3468351364135742,
7
+ 0.3221359848976135,
8
+ 0.09050486981868744,
9
+ 0.09817477315664291,
10
+ 0.033626165241003036,
11
+ 1.1136701107025146,
12
+ 0.7025632262229919,
13
+ 1.3299614191055298,
14
+ 0.25310683250427246,
15
+ 1.1919031143188477,
16
+ 1.0952622890472412,
17
+ 0.06791524589061737
18
+ ],
19
+ "mean": [
20
+ -0.0732671394944191,
21
+ -0.8873882293701172,
22
+ 1.224989414215088,
23
+ 0.028982941061258316,
24
+ -0.401737779378891,
25
+ -0.12693700194358826,
26
+ 0.02459423616528511,
27
+ 0.2527851164340973,
28
+ -0.4360859990119934,
29
+ 0.9043554663658142,
30
+ -0.3872234523296356,
31
+ -0.1967693269252777,
32
+ 0.2868807315826416,
33
+ 0.05514451488852501
34
+ ],
35
+ "min": [
36
+ -0.4939418137073517,
37
+ -1.3161555528640747,
38
+ 0.8329516053199768,
39
+ -0.18254372477531433,
40
+ -0.7393787503242493,
41
+ -0.39576706290245056,
42
+ -0.04397515580058098,
43
+ -0.19174760580062866,
44
+ -1.2164467573165894,
45
+ 0.14112623035907745,
46
+ -2.208932399749756,
47
+ -1.2501944303512573,
48
+ -0.11351457983255386,
49
+ -0.004272152204066515
50
+ ],
51
+ "std": [
52
+ 0.09671471267938614,
53
+ 0.2004254013299942,
54
+ 0.06841282546520233,
55
+ 0.08561964333057404,
56
+ 0.11497668921947479,
57
+ 0.07425744831562042,
58
+ 0.0037395446561276913,
59
+ 0.22896075248718262,
60
+ 0.4479007124900818,
61
+ 0.2457285374403,
62
+ 0.47419390082359314,
63
+ 0.42441779375076294,
64
+ 0.24867036938667297,
65
+ 0.006314349826425314
66
+ ]
67
+ },
68
+ "episode_index": {
69
+ "max": [
70
+ 19.0
71
+ ],
72
+ "mean": [
73
+ 9.499999046325684
74
+ ],
75
+ "min": [
76
+ 0.0
77
+ ],
78
+ "std": [
79
+ 5.766282081604004
80
+ ]
81
+ },
82
+ "frame_index": {
83
+ "max": [
84
+ 2249.0
85
+ ],
86
+ "mean": [
87
+ 1124.49951171875
88
+ ],
89
+ "min": [
90
+ 0.0
91
+ ],
92
+ "std": [
93
+ 649.5192260742188
94
+ ]
95
+ },
96
+ "index": {
97
+ "max": [
98
+ 44999.0
99
+ ],
100
+ "mean": [
101
+ 22499.51171875
102
+ ],
103
+ "min": [
104
+ 0.0
105
+ ],
106
+ "std": [
107
+ 12990.3828125
108
+ ]
109
+ },
110
+ "next.done": {
111
+ "max": [
112
+ 1.0
113
+ ],
114
+ "mean": [
115
+ 0.0004444447113201022
116
+ ],
117
+ "min": [
118
+ 0.0
119
+ ],
120
+ "std": [
121
+ 0.021077167242765427
122
+ ]
123
+ },
124
+ "observation.effort": {
125
+ "max": [
126
+ 575.6600341796875,
127
+ 1436.4600830078125,
128
+ 69.94000244140625,
129
+ 390.0500183105469,
130
+ 390.0500183105469,
131
+ 129.1199951171875,
132
+ 957.6400146484375,
133
+ 782.7900390625,
134
+ 516.47998046875,
135
+ 156.02000427246094,
136
+ 691.3300170898438,
137
+ 508.4100036621094,
138
+ 260.92999267578125,
139
+ 820.4500122070312
140
+ ],
141
+ "mean": [
142
+ -2.5534677505493164,
143
+ 87.52581024169922,
144
+ -435.6626892089844,
145
+ 4.566718101501465,
146
+ -141.11550903320312,
147
+ -0.20796693861484528,
148
+ -5.700885772705078,
149
+ -0.4748747646808624,
150
+ -235.74160766601562,
151
+ -422.75726318359375,
152
+ 0.21765093505382538,
153
+ -146.62252807617188,
154
+ 4.814441680908203,
155
+ -55.014102935791016
156
+ ],
157
+ "min": [
158
+ -457.3000183105469,
159
+ -715.5400390625,
160
+ -1557.510009765625,
161
+ -212.510009765625,
162
+ -616.010009765625,
163
+ -193.6800079345703,
164
+ -758.5800170898438,
165
+ -1802.300048828125,
166
+ -1654.3499755859375,
167
+ -1616.6900634765625,
168
+ -755.8900146484375,
169
+ -809.6900024414062,
170
+ -161.40000915527344,
171
+ -672.5
172
+ ],
173
+ "std": [
174
+ 20.494102478027344,
175
+ 137.4606170654297,
176
+ 159.54563903808594,
177
+ 14.246952056884766,
178
+ 49.569149017333984,
179
+ 8.755517959594727,
180
+ 40.64478302001953,
181
+ 104.85540008544922,
182
+ 322.7387390136719,
183
+ 153.97586059570312,
184
+ 58.9389533996582,
185
+ 103.6204605102539,
186
+ 16.144386291503906,
187
+ 36.15535354614258
188
+ ]
189
+ },
190
+ "observation.images.cam_high": {
191
+ "max": [
192
+ [
193
+ [
194
+ 1.0
195
+ ]
196
+ ],
197
+ [
198
+ [
199
+ 1.0
200
+ ]
201
+ ],
202
+ [
203
+ [
204
+ 1.0
205
+ ]
206
+ ]
207
+ ],
208
+ "mean": [
209
+ [
210
+ [
211
+ 0.4353163540363312
212
+ ]
213
+ ],
214
+ [
215
+ [
216
+ 0.43571120500564575
217
+ ]
218
+ ],
219
+ [
220
+ [
221
+ 0.42889881134033203
222
+ ]
223
+ ]
224
+ ],
225
+ "min": [
226
+ [
227
+ [
228
+ 0.0
229
+ ]
230
+ ],
231
+ [
232
+ [
233
+ 0.0
234
+ ]
235
+ ],
236
+ [
237
+ [
238
+ 0.0
239
+ ]
240
+ ]
241
+ ],
242
+ "std": [
243
+ [
244
+ [
245
+ 0.18757997453212738
246
+ ]
247
+ ],
248
+ [
249
+ [
250
+ 0.18815596401691437
251
+ ]
252
+ ],
253
+ [
254
+ [
255
+ 0.1891718953847885
256
+ ]
257
+ ]
258
+ ]
259
+ },
260
+ "observation.images.cam_left_wrist": {
261
+ "max": [
262
+ [
263
+ [
264
+ 1.0
265
+ ]
266
+ ],
267
+ [
268
+ [
269
+ 1.0
270
+ ]
271
+ ],
272
+ [
273
+ [
274
+ 1.0
275
+ ]
276
+ ]
277
+ ],
278
+ "mean": [
279
+ [
280
+ [
281
+ 0.405286967754364
282
+ ]
283
+ ],
284
+ [
285
+ [
286
+ 0.4079523980617523
287
+ ]
288
+ ],
289
+ [
290
+ [
291
+ 0.40524905920028687
292
+ ]
293
+ ]
294
+ ],
295
+ "min": [
296
+ [
297
+ [
298
+ 0.0
299
+ ]
300
+ ],
301
+ [
302
+ [
303
+ 0.0
304
+ ]
305
+ ],
306
+ [
307
+ [
308
+ 0.0
309
+ ]
310
+ ]
311
+ ],
312
+ "std": [
313
+ [
314
+ [
315
+ 0.1979900449514389
316
+ ]
317
+ ],
318
+ [
319
+ [
320
+ 0.1981509029865265
321
+ ]
322
+ ],
323
+ [
324
+ [
325
+ 0.19753746688365936
326
+ ]
327
+ ]
328
+ ]
329
+ },
330
+ "observation.images.cam_right_wrist": {
331
+ "max": [
332
+ [
333
+ [
334
+ 1.0
335
+ ]
336
+ ],
337
+ [
338
+ [
339
+ 1.0
340
+ ]
341
+ ],
342
+ [
343
+ [
344
+ 1.0
345
+ ]
346
+ ]
347
+ ],
348
+ "mean": [
349
+ [
350
+ [
351
+ 0.43453243374824524
352
+ ]
353
+ ],
354
+ [
355
+ [
356
+ 0.43740972876548767
357
+ ]
358
+ ],
359
+ [
360
+ [
361
+ 0.42940574884414673
362
+ ]
363
+ ]
364
+ ],
365
+ "min": [
366
+ [
367
+ [
368
+ 0.0
369
+ ]
370
+ ],
371
+ [
372
+ [
373
+ 0.0
374
+ ]
375
+ ],
376
+ [
377
+ [
378
+ 0.0
379
+ ]
380
+ ]
381
+ ],
382
+ "std": [
383
+ [
384
+ [
385
+ 0.1906675100326538
386
+ ]
387
+ ],
388
+ [
389
+ [
390
+ 0.1889602094888687
391
+ ]
392
+ ],
393
+ [
394
+ [
395
+ 0.1872515231370926
396
+ ]
397
+ ]
398
+ ]
399
+ },
400
+ "observation.state": {
401
+ "max": [
402
+ 0.08436894416809082,
403
+ -0.10124273598194122,
404
+ 1.3575730323791504,
405
+ 0.3221359848976135,
406
+ 0.0920388475060463,
407
+ 0.0951068103313446,
408
+ 0.019287999719381332,
409
+ 1.1106021404266357,
410
+ 0.7240389585494995,
411
+ 1.3406991958618164,
412
+ 0.24236896634101868,
413
+ 1.1842331886291504,
414
+ 1.0921943187713623,
415
+ 0.044272493571043015
416
+ ],
417
+ "mean": [
418
+ -0.07289322465658188,
419
+ -0.891815721988678,
420
+ 1.2413467168807983,
421
+ 0.028503812849521637,
422
+ -0.3951674699783325,
423
+ -0.12692862749099731,
424
+ 0.014170242473483086,
425
+ 0.2514767646789551,
426
+ -0.42879027128219604,
427
+ 0.9219503402709961,
428
+ -0.387035995721817,
429
+ -0.19050024449825287,
430
+ 0.28610676527023315,
431
+ 0.03521423414349556
432
+ ],
433
+ "min": [
434
+ -0.4939418137073517,
435
+ -1.323825478553772,
436
+ 0.8590292930603027,
437
+ -0.18100973963737488,
438
+ -0.7317088842391968,
439
+ -0.39576706290245056,
440
+ -0.014995405450463295,
441
+ -0.1702718734741211,
442
+ -1.2195147275924683,
443
+ 0.19634954631328583,
444
+ -2.2043304443359375,
445
+ -1.2394565343856812,
446
+ -0.11811652034521103,
447
+ -0.00011957547394558787
448
+ ],
449
+ "std": [
450
+ 0.09622083604335785,
451
+ 0.20443469285964966,
452
+ 0.06770762801170349,
453
+ 0.08573001623153687,
454
+ 0.11437173187732697,
455
+ 0.0744594931602478,
456
+ 0.002207419602200389,
457
+ 0.22856482863426208,
458
+ 0.45937299728393555,
459
+ 0.2462208867073059,
460
+ 0.4732944667339325,
461
+ 0.4218635857105255,
462
+ 0.24837996065616608,
463
+ 0.0044973683543503284
464
+ ]
465
+ },
466
+ "timestamp": {
467
+ "max": [
468
+ 44.97999954223633
469
+ ],
470
+ "mean": [
471
+ 22.48999786376953
472
+ ],
473
+ "min": [
474
+ 0.0
475
+ ],
476
+ "std": [
477
+ 12.99038028717041
478
+ ]
479
+ }
480
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Take the elevator to the 1st floor."}