aliberts HF staff commited on
Commit
b16be69
1 Parent(s): 92d9ca4

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. meta/episodes.jsonl +30 -0
  2. meta/info.json +179 -0
  3. meta/stats.json +468 -0
  4. meta/tasks.jsonl +1 -0
meta/episodes.jsonl ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["Greet the other robot with a high five."], "length": 125}
2
+ {"episode_index": 1, "tasks": ["Greet the other robot with a high five."], "length": 125}
3
+ {"episode_index": 2, "tasks": ["Greet the other robot with a high five."], "length": 125}
4
+ {"episode_index": 3, "tasks": ["Greet the other robot with a high five."], "length": 125}
5
+ {"episode_index": 4, "tasks": ["Greet the other robot with a high five."], "length": 125}
6
+ {"episode_index": 5, "tasks": ["Greet the other robot with a high five."], "length": 125}
7
+ {"episode_index": 6, "tasks": ["Greet the other robot with a high five."], "length": 125}
8
+ {"episode_index": 7, "tasks": ["Greet the other robot with a high five."], "length": 125}
9
+ {"episode_index": 8, "tasks": ["Greet the other robot with a high five."], "length": 125}
10
+ {"episode_index": 9, "tasks": ["Greet the other robot with a high five."], "length": 125}
11
+ {"episode_index": 10, "tasks": ["Greet the other robot with a high five."], "length": 125}
12
+ {"episode_index": 11, "tasks": ["Greet the other robot with a high five."], "length": 125}
13
+ {"episode_index": 12, "tasks": ["Greet the other robot with a high five."], "length": 125}
14
+ {"episode_index": 13, "tasks": ["Greet the other robot with a high five."], "length": 125}
15
+ {"episode_index": 14, "tasks": ["Greet the other robot with a high five."], "length": 125}
16
+ {"episode_index": 15, "tasks": ["Greet the other robot with a high five."], "length": 125}
17
+ {"episode_index": 16, "tasks": ["Greet the other robot with a high five."], "length": 125}
18
+ {"episode_index": 17, "tasks": ["Greet the other robot with a high five."], "length": 125}
19
+ {"episode_index": 18, "tasks": ["Greet the other robot with a high five."], "length": 125}
20
+ {"episode_index": 19, "tasks": ["Greet the other robot with a high five."], "length": 125}
21
+ {"episode_index": 20, "tasks": ["Greet the other robot with a high five."], "length": 125}
22
+ {"episode_index": 21, "tasks": ["Greet the other robot with a high five."], "length": 125}
23
+ {"episode_index": 22, "tasks": ["Greet the other robot with a high five."], "length": 125}
24
+ {"episode_index": 23, "tasks": ["Greet the other robot with a high five."], "length": 125}
25
+ {"episode_index": 24, "tasks": ["Greet the other robot with a high five."], "length": 125}
26
+ {"episode_index": 25, "tasks": ["Greet the other robot with a high five."], "length": 125}
27
+ {"episode_index": 26, "tasks": ["Greet the other robot with a high five."], "length": 125}
28
+ {"episode_index": 27, "tasks": ["Greet the other robot with a high five."], "length": 125}
29
+ {"episode_index": 28, "tasks": ["Greet the other robot with a high five."], "length": 125}
30
+ {"episode_index": 29, "tasks": ["Greet the other robot with a high five."], "length": 125}
meta/info.json ADDED
@@ -0,0 +1,179 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.0",
3
+ "robot_type": "unknown",
4
+ "total_episodes": 30,
5
+ "total_frames": 3750,
6
+ "total_tasks": 1,
7
+ "total_videos": 60,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 50,
11
+ "splits": {
12
+ "train": "0:30"
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_left": {
18
+ "dtype": "video",
19
+ "shape": [
20
+ 360,
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_right": {
38
+ "dtype": "video",
39
+ "shape": [
40
+ 360,
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.state": {
58
+ "dtype": "float32",
59
+ "shape": [
60
+ 19
61
+ ],
62
+ "names": {
63
+ "motors": [
64
+ "motor_0",
65
+ "motor_1",
66
+ "motor_2",
67
+ "motor_3",
68
+ "motor_4",
69
+ "motor_5",
70
+ "motor_6",
71
+ "motor_7",
72
+ "motor_8",
73
+ "motor_9",
74
+ "motor_10",
75
+ "motor_11",
76
+ "motor_12",
77
+ "motor_13",
78
+ "motor_14",
79
+ "motor_15",
80
+ "motor_16",
81
+ "motor_17",
82
+ "motor_18"
83
+ ]
84
+ }
85
+ },
86
+ "action": {
87
+ "dtype": "float32",
88
+ "shape": [
89
+ 40
90
+ ],
91
+ "names": {
92
+ "motors": [
93
+ "motor_0",
94
+ "motor_1",
95
+ "motor_2",
96
+ "motor_3",
97
+ "motor_4",
98
+ "motor_5",
99
+ "motor_6",
100
+ "motor_7",
101
+ "motor_8",
102
+ "motor_9",
103
+ "motor_10",
104
+ "motor_11",
105
+ "motor_12",
106
+ "motor_13",
107
+ "motor_14",
108
+ "motor_15",
109
+ "motor_16",
110
+ "motor_17",
111
+ "motor_18",
112
+ "motor_19",
113
+ "motor_20",
114
+ "motor_21",
115
+ "motor_22",
116
+ "motor_23",
117
+ "motor_24",
118
+ "motor_25",
119
+ "motor_26",
120
+ "motor_27",
121
+ "motor_28",
122
+ "motor_29",
123
+ "motor_30",
124
+ "motor_31",
125
+ "motor_32",
126
+ "motor_33",
127
+ "motor_34",
128
+ "motor_35",
129
+ "motor_36",
130
+ "motor_37",
131
+ "motor_38",
132
+ "motor_39"
133
+ ]
134
+ }
135
+ },
136
+ "episode_index": {
137
+ "dtype": "int64",
138
+ "shape": [
139
+ 1
140
+ ],
141
+ "names": null
142
+ },
143
+ "frame_index": {
144
+ "dtype": "int64",
145
+ "shape": [
146
+ 1
147
+ ],
148
+ "names": null
149
+ },
150
+ "timestamp": {
151
+ "dtype": "float32",
152
+ "shape": [
153
+ 1
154
+ ],
155
+ "names": null
156
+ },
157
+ "next.done": {
158
+ "dtype": "bool",
159
+ "shape": [
160
+ 1
161
+ ],
162
+ "names": null
163
+ },
164
+ "index": {
165
+ "dtype": "int64",
166
+ "shape": [
167
+ 1
168
+ ],
169
+ "names": null
170
+ },
171
+ "task_index": {
172
+ "dtype": "int64",
173
+ "shape": [
174
+ 1
175
+ ],
176
+ "names": null
177
+ }
178
+ }
179
+ }
meta/stats.json ADDED
@@ -0,0 +1,468 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action": {
3
+ "max": [
4
+ 0.0931488573551178,
5
+ 0.14815130829811096,
6
+ 0.1847570687532425,
7
+ 0.19649910926818848,
8
+ -0.014492403715848923,
9
+ -0.01105167530477047,
10
+ -0.02694796212017536,
11
+ 0.2280491590499878,
12
+ 0.15124839544296265,
13
+ -0.14396235346794128,
14
+ 0.13166190683841705,
15
+ 0.2163822203874588,
16
+ 0.2984677851200104,
17
+ -0.013358359225094318,
18
+ 0.10392853617668152,
19
+ 0.14226588606834412,
20
+ 0.270489901304245,
21
+ 0.4963342249393463,
22
+ 0.22538235783576965,
23
+ 0.09851909428834915,
24
+ 0.07632831484079361,
25
+ -0.05766347423195839,
26
+ 0.14557503163814545,
27
+ 0.6802310347557068,
28
+ 160.0,
29
+ 160.0,
30
+ 160.0,
31
+ 160.0,
32
+ 160.0,
33
+ 160.0,
34
+ -30.0,
35
+ 160.0,
36
+ 160.0,
37
+ 160.0,
38
+ 160.0,
39
+ 160.0,
40
+ 160.0,
41
+ 160.0,
42
+ -30.0,
43
+ 160.0
44
+ ],
45
+ "mean": [
46
+ 0.01709706149995327,
47
+ 0.09918267279863358,
48
+ 0.09665738791227341,
49
+ 0.07891031354665756,
50
+ -0.0847613587975502,
51
+ -0.08853688091039658,
52
+ -0.0839507058262825,
53
+ 0.1266331523656845,
54
+ 0.035370927304029465,
55
+ -0.24543942511081696,
56
+ -0.11875933408737183,
57
+ -0.08683354407548904,
58
+ -0.0788290798664093,
59
+ -0.21024122834205627,
60
+ -0.11385145783424377,
61
+ -0.16799567639827728,
62
+ 0.0437069907784462,
63
+ 0.04688648134469986,
64
+ -0.0914626494050026,
65
+ 0.003341429401189089,
66
+ -0.013503359630703926,
67
+ -0.16710257530212402,
68
+ 0.09160786122083664,
69
+ -0.005148503463715315,
70
+ 160.0,
71
+ 160.0,
72
+ 160.0,
73
+ 160.0,
74
+ 160.0,
75
+ 160.0,
76
+ -30.0,
77
+ 160.0,
78
+ 160.0,
79
+ 160.0,
80
+ 160.0,
81
+ 160.0,
82
+ 160.0,
83
+ 160.0,
84
+ -30.0,
85
+ 160.0
86
+ ],
87
+ "min": [
88
+ -0.04762040451169014,
89
+ 0.0668426975607872,
90
+ -0.03466049209237099,
91
+ 0.0258498378098011,
92
+ -0.14530132710933685,
93
+ -0.19283679127693176,
94
+ -0.14677205681800842,
95
+ 0.00398933095857501,
96
+ -0.033262718468904495,
97
+ -0.31222617626190186,
98
+ -0.3529573976993561,
99
+ -0.7239298224449158,
100
+ -0.20887017250061035,
101
+ -0.5180515646934509,
102
+ -0.40964165329933167,
103
+ -0.8745570182800293,
104
+ -0.2370614856481552,
105
+ -0.1567915380001068,
106
+ -0.3290737271308899,
107
+ -0.08269517868757248,
108
+ -0.1888781040906906,
109
+ -0.22381354868412018,
110
+ -0.035700298845767975,
111
+ -0.8601905107498169,
112
+ 160.0,
113
+ 160.0,
114
+ 160.0,
115
+ 160.0,
116
+ 160.0,
117
+ 160.0,
118
+ -30.0,
119
+ 160.0,
120
+ 160.0,
121
+ 160.0,
122
+ 160.0,
123
+ 160.0,
124
+ 160.0,
125
+ 160.0,
126
+ -30.0,
127
+ 160.0
128
+ ],
129
+ "std": [
130
+ 0.024998458102345467,
131
+ 0.0166221484541893,
132
+ 0.039296336472034454,
133
+ 0.028644051402807236,
134
+ 0.028116704896092415,
135
+ 0.030855825170874596,
136
+ 0.023667842149734497,
137
+ 0.042273472994565964,
138
+ 0.031262945383787155,
139
+ 0.02762278914451599,
140
+ 0.0965772345662117,
141
+ 0.20643210411071777,
142
+ 0.06030014902353287,
143
+ 0.10236125439405441,
144
+ 0.08879479765892029,
145
+ 0.240716353058815,
146
+ 0.06799644976854324,
147
+ 0.10191696882247925,
148
+ 0.10660139471292496,
149
+ 0.017915379256010056,
150
+ 0.020356878638267517,
151
+ 0.03977484256029129,
152
+ 0.03872351720929146,
153
+ 0.10297797620296478,
154
+ 0.0,
155
+ 0.0,
156
+ 0.0,
157
+ 0.0,
158
+ 0.0,
159
+ 0.0,
160
+ 0.0,
161
+ 0.0,
162
+ 0.0,
163
+ 0.0,
164
+ 0.0,
165
+ 0.0,
166
+ 0.0,
167
+ 0.0,
168
+ 0.0,
169
+ 0.0
170
+ ]
171
+ },
172
+ "episode_index": {
173
+ "max": [
174
+ 29.0
175
+ ],
176
+ "mean": [
177
+ 14.49999713897705
178
+ ],
179
+ "min": [
180
+ 0.0
181
+ ],
182
+ "std": [
183
+ 8.655439376831055
184
+ ]
185
+ },
186
+ "frame_index": {
187
+ "max": [
188
+ 124.0
189
+ ],
190
+ "mean": [
191
+ 61.9999885559082
192
+ ],
193
+ "min": [
194
+ 0.0
195
+ ],
196
+ "std": [
197
+ 36.08323669433594
198
+ ]
199
+ },
200
+ "index": {
201
+ "max": [
202
+ 3749.0
203
+ ],
204
+ "mean": [
205
+ 1874.5
206
+ ],
207
+ "min": [
208
+ 0.0
209
+ ],
210
+ "std": [
211
+ 1082.5316162109375
212
+ ]
213
+ },
214
+ "next.done": {
215
+ "max": [
216
+ 1.0
217
+ ],
218
+ "mean": [
219
+ 0.00800000037997961
220
+ ],
221
+ "min": [
222
+ 0.0
223
+ ],
224
+ "std": [
225
+ 0.08908422291278839
226
+ ]
227
+ },
228
+ "observation.images.cam_left": {
229
+ "max": [
230
+ [
231
+ [
232
+ 1.0
233
+ ]
234
+ ],
235
+ [
236
+ [
237
+ 1.0
238
+ ]
239
+ ],
240
+ [
241
+ [
242
+ 1.0
243
+ ]
244
+ ]
245
+ ],
246
+ "mean": [
247
+ [
248
+ [
249
+ 0.466566801071167
250
+ ]
251
+ ],
252
+ [
253
+ [
254
+ 0.46834713220596313
255
+ ]
256
+ ],
257
+ [
258
+ [
259
+ 0.4703478217124939
260
+ ]
261
+ ]
262
+ ],
263
+ "min": [
264
+ [
265
+ [
266
+ 0.0
267
+ ]
268
+ ],
269
+ [
270
+ [
271
+ 0.0
272
+ ]
273
+ ],
274
+ [
275
+ [
276
+ 0.0
277
+ ]
278
+ ]
279
+ ],
280
+ "std": [
281
+ [
282
+ [
283
+ 0.22786635160446167
284
+ ]
285
+ ],
286
+ [
287
+ [
288
+ 0.23164136707782745
289
+ ]
290
+ ],
291
+ [
292
+ [
293
+ 0.23130442202091217
294
+ ]
295
+ ]
296
+ ]
297
+ },
298
+ "observation.images.cam_right": {
299
+ "max": [
300
+ [
301
+ [
302
+ 1.0
303
+ ]
304
+ ],
305
+ [
306
+ [
307
+ 1.0
308
+ ]
309
+ ],
310
+ [
311
+ [
312
+ 1.0
313
+ ]
314
+ ]
315
+ ],
316
+ "mean": [
317
+ [
318
+ [
319
+ 0.3880670964717865
320
+ ]
321
+ ],
322
+ [
323
+ [
324
+ 0.39149942994117737
325
+ ]
326
+ ],
327
+ [
328
+ [
329
+ 0.3916889429092407
330
+ ]
331
+ ]
332
+ ],
333
+ "min": [
334
+ [
335
+ [
336
+ 0.0
337
+ ]
338
+ ],
339
+ [
340
+ [
341
+ 0.0
342
+ ]
343
+ ],
344
+ [
345
+ [
346
+ 0.0
347
+ ]
348
+ ]
349
+ ],
350
+ "std": [
351
+ [
352
+ [
353
+ 0.18934066593647003
354
+ ]
355
+ ],
356
+ [
357
+ [
358
+ 0.19086672365665436
359
+ ]
360
+ ],
361
+ [
362
+ [
363
+ 0.1905372589826584
364
+ ]
365
+ ]
366
+ ]
367
+ },
368
+ "observation.state": {
369
+ "max": [
370
+ 0.008943574503064156,
371
+ 0.012638211250305176,
372
+ -0.02889382280409336,
373
+ 0.18793074786663055,
374
+ -0.061377789825201035,
375
+ 0.002407832071185112,
376
+ -0.0033577531576156616,
377
+ -0.05801340565085411,
378
+ 0.1407768875360489,
379
+ 0.05604786053299904,
380
+ 0.22922776639461517,
381
+ 0.25905102491378784,
382
+ 0.17259587347507477,
383
+ -0.0207788348197937,
384
+ 0.2655620574951172,
385
+ 0.3779229521751404,
386
+ 0.2015644907951355,
387
+ 0.47297370433807373,
388
+ 0.35076284408569336
389
+ ],
390
+ "mean": [
391
+ 0.0036328439600765705,
392
+ -0.0008836858323775232,
393
+ -0.04787405952811241,
394
+ 0.1775084286928177,
395
+ -0.09730249643325806,
396
+ -0.004606705158948898,
397
+ -0.02472134865820408,
398
+ -0.07819430530071259,
399
+ 0.1293743997812271,
400
+ 0.02070298232138157,
401
+ -0.10855630040168762,
402
+ 0.029383407905697823,
403
+ -0.07693881541490555,
404
+ -0.2055390626192093,
405
+ 0.03610784187912941,
406
+ -0.02736004814505577,
407
+ 0.04965924099087715,
408
+ 0.056233398616313934,
409
+ 0.05264825373888016
410
+ ],
411
+ "min": [
412
+ -0.005910469219088554,
413
+ -0.023461461067199707,
414
+ -0.07368605583906174,
415
+ 0.12545298039913177,
416
+ -0.11609741300344467,
417
+ -0.009403841570019722,
418
+ -0.03373056650161743,
419
+ -0.11471953243017197,
420
+ 0.06719376891851425,
421
+ 0.006002580281347036,
422
+ -0.36127814650535583,
423
+ -0.4431861639022827,
424
+ -0.1518022119998932,
425
+ -0.5120015144348145,
426
+ -0.2673225402832031,
427
+ -0.551828920841217,
428
+ -0.22662381827831268,
429
+ -0.15377116203308105,
430
+ -0.24818730354309082
431
+ ],
432
+ "std": [
433
+ 0.002372948918491602,
434
+ 0.0062312171794474125,
435
+ 0.010159505531191826,
436
+ 0.007176258135586977,
437
+ 0.007850730791687965,
438
+ 0.0018757838988676667,
439
+ 0.006427621468901634,
440
+ 0.012233467772603035,
441
+ 0.007445475552231073,
442
+ 0.00593524519354105,
443
+ 0.11831945925951004,
444
+ 0.16289164125919342,
445
+ 0.05153784900903702,
446
+ 0.10039658844470978,
447
+ 0.08724728226661682,
448
+ 0.1799413561820984,
449
+ 0.0546342208981514,
450
+ 0.10104656219482422,
451
+ 0.10518375039100647
452
+ ]
453
+ },
454
+ "timestamp": {
455
+ "max": [
456
+ 2.4800000190734863
457
+ ],
458
+ "mean": [
459
+ 1.2399998903274536
460
+ ],
461
+ "min": [
462
+ 0.0
463
+ ],
464
+ "std": [
465
+ 0.7216646075248718
466
+ ]
467
+ }
468
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Greet the other robot with a high five."}