Datasets:

Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
License:
aliberts HF staff commited on
Commit
f8c9ced
·
verified ·
1 Parent(s): c9fa002

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. meta/episodes.jsonl +0 -0
  2. meta/info.json +189 -0
  3. meta/stats.json +446 -0
  4. meta/tasks.jsonl +9 -0
meta/episodes.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
meta/info.json ADDED
@@ -0,0 +1,189 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.0",
3
+ "robot_type": "unknown",
4
+ "total_episodes": 2460,
5
+ "total_frames": 112980,
6
+ "total_tasks": 9,
7
+ "total_videos": 9840,
8
+ "total_chunks": 3,
9
+ "chunks_size": 1000,
10
+ "fps": 5,
11
+ "splits": {
12
+ "train": "0:2460"
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.image_1": {
18
+ "dtype": "video",
19
+ "shape": [
20
+ 256,
21
+ 256,
22
+ 3
23
+ ],
24
+ "names": [
25
+ "height",
26
+ "width",
27
+ "channel"
28
+ ],
29
+ "video_info": {
30
+ "video.fps": 5.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.image_2": {
38
+ "dtype": "video",
39
+ "shape": [
40
+ 256,
41
+ 256,
42
+ 3
43
+ ],
44
+ "names": [
45
+ "height",
46
+ "width",
47
+ "channel"
48
+ ],
49
+ "video_info": {
50
+ "video.fps": 5.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.image_4": {
58
+ "dtype": "video",
59
+ "shape": [
60
+ 256,
61
+ 256,
62
+ 3
63
+ ],
64
+ "names": [
65
+ "height",
66
+ "width",
67
+ "channel"
68
+ ],
69
+ "video_info": {
70
+ "video.fps": 5.0,
71
+ "video.codec": "av1",
72
+ "video.pix_fmt": "yuv420p",
73
+ "video.is_depth_map": false,
74
+ "has_audio": false
75
+ }
76
+ },
77
+ "observation.images.image_3": {
78
+ "dtype": "video",
79
+ "shape": [
80
+ 256,
81
+ 256,
82
+ 3
83
+ ],
84
+ "names": [
85
+ "height",
86
+ "width",
87
+ "channel"
88
+ ],
89
+ "video_info": {
90
+ "video.fps": 5.0,
91
+ "video.codec": "av1",
92
+ "video.pix_fmt": "yuv420p",
93
+ "video.is_depth_map": false,
94
+ "has_audio": false
95
+ }
96
+ },
97
+ "language_instruction": {
98
+ "dtype": "string",
99
+ "shape": [
100
+ 1
101
+ ],
102
+ "names": null
103
+ },
104
+ "observation.state": {
105
+ "dtype": "float32",
106
+ "shape": [
107
+ 8
108
+ ],
109
+ "names": {
110
+ "motors": [
111
+ "motor_0",
112
+ "motor_1",
113
+ "motor_2",
114
+ "motor_3",
115
+ "motor_4",
116
+ "motor_5",
117
+ "motor_6",
118
+ "motor_7"
119
+ ]
120
+ }
121
+ },
122
+ "action": {
123
+ "dtype": "float32",
124
+ "shape": [
125
+ 7
126
+ ],
127
+ "names": {
128
+ "motors": [
129
+ "motor_0",
130
+ "motor_1",
131
+ "motor_2",
132
+ "motor_3",
133
+ "motor_4",
134
+ "motor_5",
135
+ "motor_6"
136
+ ]
137
+ }
138
+ },
139
+ "timestamp": {
140
+ "dtype": "float32",
141
+ "shape": [
142
+ 1
143
+ ],
144
+ "names": null
145
+ },
146
+ "episode_index": {
147
+ "dtype": "int64",
148
+ "shape": [
149
+ 1
150
+ ],
151
+ "names": null
152
+ },
153
+ "frame_index": {
154
+ "dtype": "int64",
155
+ "shape": [
156
+ 1
157
+ ],
158
+ "names": null
159
+ },
160
+ "next.reward": {
161
+ "dtype": "float32",
162
+ "shape": [
163
+ 1
164
+ ],
165
+ "names": null
166
+ },
167
+ "next.done": {
168
+ "dtype": "bool",
169
+ "shape": [
170
+ 1
171
+ ],
172
+ "names": null
173
+ },
174
+ "index": {
175
+ "dtype": "int64",
176
+ "shape": [
177
+ 1
178
+ ],
179
+ "names": null
180
+ },
181
+ "task_index": {
182
+ "dtype": "int64",
183
+ "shape": [
184
+ 1
185
+ ],
186
+ "names": null
187
+ }
188
+ }
189
+ }
meta/stats.json ADDED
@@ -0,0 +1,446 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action": {
3
+ "max": [
4
+ 0.056665658950805664,
5
+ 0.05632849037647247,
6
+ 0.11884553730487823,
7
+ 0.022299306467175484,
8
+ 0.02912251278758049,
9
+ 0.010286045260727406,
10
+ 0.042904630303382874
11
+ ],
12
+ "mean": [
13
+ -2.67841119239165e-06,
14
+ 1.8303375100003905e-06,
15
+ -0.001376833883114159,
16
+ -2.3712385882390663e-05,
17
+ -0.00010789714724523947,
18
+ -4.279776840121485e-05,
19
+ -2.897974081861321e-05
20
+ ],
21
+ "min": [
22
+ -0.05887693166732788,
23
+ -0.05669987574219704,
24
+ -0.11804911494255066,
25
+ -0.012663912028074265,
26
+ -0.030290456488728523,
27
+ -0.01201140508055687,
28
+ -0.05652061104774475
29
+ ],
30
+ "std": [
31
+ 0.002275634789839387,
32
+ 0.0023863331880420446,
33
+ 0.01027640886604786,
34
+ 0.0005762536311522126,
35
+ 0.0015414126683026552,
36
+ 0.0006268309080041945,
37
+ 0.0027928862255066633
38
+ ]
39
+ },
40
+ "episode_index": {
41
+ "max": [
42
+ 2459.0
43
+ ],
44
+ "mean": [
45
+ 1226.3377685546875
46
+ ],
47
+ "min": [
48
+ 0.0
49
+ ],
50
+ "std": [
51
+ 712.1270751953125
52
+ ]
53
+ },
54
+ "frame_index": {
55
+ "max": [
56
+ 223.0
57
+ ],
58
+ "mean": [
59
+ 25.22938346862793
60
+ ],
61
+ "min": [
62
+ 0.0
63
+ ],
64
+ "std": [
65
+ 18.45490074157715
66
+ ]
67
+ },
68
+ "index": {
69
+ "max": [
70
+ 112979.0
71
+ ],
72
+ "mean": [
73
+ 56489.5
74
+ ],
75
+ "min": [
76
+ 0.0
77
+ ],
78
+ "std": [
79
+ 32614.52734375
80
+ ]
81
+ },
82
+ "next.done": {
83
+ "max": [
84
+ 1.0
85
+ ],
86
+ "mean": [
87
+ 0.02177375927567482
88
+ ],
89
+ "min": [
90
+ 0.0
91
+ ],
92
+ "std": [
93
+ 0.14594410359859467
94
+ ]
95
+ },
96
+ "next.reward": {
97
+ "max": [
98
+ 0.0
99
+ ],
100
+ "mean": [
101
+ 0.0
102
+ ],
103
+ "min": [
104
+ 0.0
105
+ ],
106
+ "std": [
107
+ 0.0
108
+ ]
109
+ },
110
+ "observation.images.image_1": {
111
+ "max": [
112
+ [
113
+ [
114
+ 1.0
115
+ ]
116
+ ],
117
+ [
118
+ [
119
+ 1.0
120
+ ]
121
+ ],
122
+ [
123
+ [
124
+ 1.0
125
+ ]
126
+ ]
127
+ ],
128
+ "mean": [
129
+ [
130
+ [
131
+ 0.20258602499961853
132
+ ]
133
+ ],
134
+ [
135
+ [
136
+ 0.19154301285743713
137
+ ]
138
+ ],
139
+ [
140
+ [
141
+ 0.2025948166847229
142
+ ]
143
+ ]
144
+ ],
145
+ "min": [
146
+ [
147
+ [
148
+ 0.0
149
+ ]
150
+ ],
151
+ [
152
+ [
153
+ 0.0
154
+ ]
155
+ ],
156
+ [
157
+ [
158
+ 0.0
159
+ ]
160
+ ]
161
+ ],
162
+ "std": [
163
+ [
164
+ [
165
+ 0.22049519419670105
166
+ ]
167
+ ],
168
+ [
169
+ [
170
+ 0.20477695763111115
171
+ ]
172
+ ],
173
+ [
174
+ [
175
+ 0.21519309282302856
176
+ ]
177
+ ]
178
+ ]
179
+ },
180
+ "observation.images.image_2": {
181
+ "max": [
182
+ [
183
+ [
184
+ 1.0
185
+ ]
186
+ ],
187
+ [
188
+ [
189
+ 1.0
190
+ ]
191
+ ],
192
+ [
193
+ [
194
+ 1.0
195
+ ]
196
+ ]
197
+ ],
198
+ "mean": [
199
+ [
200
+ [
201
+ 0.21857096254825592
202
+ ]
203
+ ],
204
+ [
205
+ [
206
+ 0.2047220915555954
207
+ ]
208
+ ],
209
+ [
210
+ [
211
+ 0.2106567919254303
212
+ ]
213
+ ]
214
+ ],
215
+ "min": [
216
+ [
217
+ [
218
+ 0.0
219
+ ]
220
+ ],
221
+ [
222
+ [
223
+ 0.0
224
+ ]
225
+ ],
226
+ [
227
+ [
228
+ 0.0
229
+ ]
230
+ ]
231
+ ],
232
+ "std": [
233
+ [
234
+ [
235
+ 0.27426233887672424
236
+ ]
237
+ ],
238
+ [
239
+ [
240
+ 0.25583428144454956
241
+ ]
242
+ ],
243
+ [
244
+ [
245
+ 0.2625768780708313
246
+ ]
247
+ ]
248
+ ]
249
+ },
250
+ "observation.images.image_3": {
251
+ "max": [
252
+ [
253
+ [
254
+ 1.0
255
+ ]
256
+ ],
257
+ [
258
+ [
259
+ 1.0
260
+ ]
261
+ ],
262
+ [
263
+ [
264
+ 1.0
265
+ ]
266
+ ]
267
+ ],
268
+ "mean": [
269
+ [
270
+ [
271
+ 0.24756701290607452
272
+ ]
273
+ ],
274
+ [
275
+ [
276
+ 0.2303883582353592
277
+ ]
278
+ ],
279
+ [
280
+ [
281
+ 0.23851749300956726
282
+ ]
283
+ ]
284
+ ],
285
+ "min": [
286
+ [
287
+ [
288
+ 0.0
289
+ ]
290
+ ],
291
+ [
292
+ [
293
+ 0.0
294
+ ]
295
+ ],
296
+ [
297
+ [
298
+ 0.0
299
+ ]
300
+ ]
301
+ ],
302
+ "std": [
303
+ [
304
+ [
305
+ 0.25340375304222107
306
+ ]
307
+ ],
308
+ [
309
+ [
310
+ 0.23662574589252472
311
+ ]
312
+ ],
313
+ [
314
+ [
315
+ 0.24436405301094055
316
+ ]
317
+ ]
318
+ ]
319
+ },
320
+ "observation.images.image_4": {
321
+ "max": [
322
+ [
323
+ [
324
+ 1.0
325
+ ]
326
+ ],
327
+ [
328
+ [
329
+ 1.0
330
+ ]
331
+ ],
332
+ [
333
+ [
334
+ 1.0
335
+ ]
336
+ ]
337
+ ],
338
+ "mean": [
339
+ [
340
+ [
341
+ 0.2703476548194885
342
+ ]
343
+ ],
344
+ [
345
+ [
346
+ 0.2455509752035141
347
+ ]
348
+ ],
349
+ [
350
+ [
351
+ 0.24485091865062714
352
+ ]
353
+ ]
354
+ ],
355
+ "min": [
356
+ [
357
+ [
358
+ 0.0
359
+ ]
360
+ ],
361
+ [
362
+ [
363
+ 0.0
364
+ ]
365
+ ],
366
+ [
367
+ [
368
+ 0.0
369
+ ]
370
+ ]
371
+ ],
372
+ "std": [
373
+ [
374
+ [
375
+ 0.23719866573810577
376
+ ]
377
+ ],
378
+ [
379
+ [
380
+ 0.21745985746383667
381
+ ]
382
+ ],
383
+ [
384
+ [
385
+ 0.22082233428955078
386
+ ]
387
+ ]
388
+ ]
389
+ },
390
+ "observation.state": {
391
+ "max": [
392
+ 0.4814012944698334,
393
+ -0.005616348702460527,
394
+ 0.36054083704948425,
395
+ 0.034514058381319046,
396
+ 0.06897566467523575,
397
+ 1.5705076456069946,
398
+ 0.0,
399
+ 0.0767328143119812
400
+ ],
401
+ "mean": [
402
+ 0.3953164517879486,
403
+ -0.09240210801362991,
404
+ 0.23129484057426453,
405
+ 0.0015803574351593852,
406
+ -0.0068738460540771484,
407
+ -0.03997034206986427,
408
+ 0.0,
409
+ 0.016570545732975006
410
+ ],
411
+ "min": [
412
+ 0.31098803877830505,
413
+ -0.17026013135910034,
414
+ 0.18252210319042206,
415
+ -0.019056446850299835,
416
+ -0.06651975959539413,
417
+ -1.572260856628418,
418
+ 0.0,
419
+ -0.00679059000685811
420
+ ],
421
+ "std": [
422
+ 0.016345346346497536,
423
+ 0.018105754628777504,
424
+ 0.050818491727113724,
425
+ 0.005964247044175863,
426
+ 0.005752537865191698,
427
+ 0.7709016799926758,
428
+ 0.0,
429
+ 0.026040779426693916
430
+ ]
431
+ },
432
+ "timestamp": {
433
+ "max": [
434
+ 44.599998474121094
435
+ ],
436
+ "mean": [
437
+ 5.045871734619141
438
+ ],
439
+ "min": [
440
+ 0.0
441
+ ],
442
+ "std": [
443
+ 3.690978527069092
444
+ ]
445
+ }
446
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {"task_index": 0, "task": "pinch the dough with a two-plane symmetric gripper"}
2
+ {"task_index": 1, "task": "pinch the dough with a two-rod symmetric gripper"}
3
+ {"task_index": 2, "task": "press the dough with a circle press"}
4
+ {"task_index": 3, "task": "roll the dough with a large rolling pin"}
5
+ {"task_index": 4, "task": "press the dough with a square press"}
6
+ {"task_index": 5, "task": "press the dough with a circle punch"}
7
+ {"task_index": 6, "task": "press the dough with a square punch"}
8
+ {"task_index": 7, "task": "pinch the dough with an asymmetric gripper"}
9
+ {"task_index": 8, "task": "roll the dough with a small rolling pin"}