aliberts HF staff commited on
Commit
3d69ffe
1 Parent(s): bfbcafd

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": ["Put the object into the bin."], "length": 250}
2
+ {"episode_index": 1, "tasks": ["Put the object into the bin."], "length": 250}
3
+ {"episode_index": 2, "tasks": ["Put the object into the bin."], "length": 250}
4
+ {"episode_index": 3, "tasks": ["Put the object into the bin."], "length": 250}
5
+ {"episode_index": 4, "tasks": ["Put the object into the bin."], "length": 250}
6
+ {"episode_index": 5, "tasks": ["Put the object into the bin."], "length": 250}
7
+ {"episode_index": 6, "tasks": ["Put the object into the bin."], "length": 200}
8
+ {"episode_index": 7, "tasks": ["Put the object into the bin."], "length": 200}
9
+ {"episode_index": 8, "tasks": ["Put the object into the bin."], "length": 250}
10
+ {"episode_index": 9, "tasks": ["Put the object into the bin."], "length": 250}
11
+ {"episode_index": 10, "tasks": ["Put the object into the bin."], "length": 250}
12
+ {"episode_index": 11, "tasks": ["Put the object into the bin."], "length": 250}
13
+ {"episode_index": 12, "tasks": ["Put the object into the bin."], "length": 200}
14
+ {"episode_index": 13, "tasks": ["Put the object into the bin."], "length": 250}
15
+ {"episode_index": 14, "tasks": ["Put the object into the bin."], "length": 250}
16
+ {"episode_index": 15, "tasks": ["Put the object into the bin."], "length": 250}
17
+ {"episode_index": 16, "tasks": ["Put the object into the bin."], "length": 200}
18
+ {"episode_index": 17, "tasks": ["Put the object into the bin."], "length": 250}
19
+ {"episode_index": 18, "tasks": ["Put the object into the bin."], "length": 250}
20
+ {"episode_index": 19, "tasks": ["Put the object into the bin."], "length": 250}
21
+ {"episode_index": 20, "tasks": ["Put the object into the bin."], "length": 200}
22
+ {"episode_index": 21, "tasks": ["Put the object into the bin."], "length": 250}
23
+ {"episode_index": 22, "tasks": ["Put the object into the bin."], "length": 250}
24
+ {"episode_index": 23, "tasks": ["Put the object into the bin."], "length": 250}
25
+ {"episode_index": 24, "tasks": ["Put the object into the bin."], "length": 250}
26
+ {"episode_index": 25, "tasks": ["Put the object into the bin."], "length": 250}
27
+ {"episode_index": 26, "tasks": ["Put the object into the bin."], "length": 200}
28
+ {"episode_index": 27, "tasks": ["Put the object into the bin."], "length": 250}
29
+ {"episode_index": 28, "tasks": ["Put the object into the bin."], "length": 250}
30
+ {"episode_index": 29, "tasks": ["Put the object into the bin."], "length": 200}
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": 7150,
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.12279345095157623,
5
+ 0.10783439874649048,
6
+ 0.24788305163383484,
7
+ 0.1943741738796234,
8
+ -0.0129686389118433,
9
+ 0.031851980835199356,
10
+ 0.06539063155651093,
11
+ 0.2105191946029663,
12
+ 0.24635034799575806,
13
+ -0.04822614789009094,
14
+ 0.1256743222475052,
15
+ 0.3626476228237152,
16
+ 0.6761506795883179,
17
+ 0.3994472622871399,
18
+ 1.1563116312026978,
19
+ 0.34747540950775146,
20
+ 0.14496563374996185,
21
+ 0.8627784848213196,
22
+ 1.1211962699890137,
23
+ 0.06327399611473083,
24
+ 0.04633728787302971,
25
+ -0.05499465763568878,
26
+ 0.16424018144607544,
27
+ 0.16592581570148468,
28
+ 178.21392822265625,
29
+ 178.6831512451172,
30
+ 177.80108642578125,
31
+ 173.2978057861328,
32
+ 179.9374542236328,
33
+ 135.66651916503906,
34
+ 61.65239715576172,
35
+ 0.1535542756319046,
36
+ 179.31988525390625,
37
+ 179.7294921875,
38
+ 178.9352264404297,
39
+ 173.64683532714844,
40
+ 179.53775024414062,
41
+ 91.80119323730469,
42
+ 80.45764923095703,
43
+ 0.14850008487701416
44
+ ],
45
+ "mean": [
46
+ 0.03727930039167404,
47
+ 0.009694652631878853,
48
+ 0.12290070205926895,
49
+ 0.06714195013046265,
50
+ -0.09538190066814423,
51
+ -0.0899205207824707,
52
+ -0.011791120283305645,
53
+ 0.11707145720720291,
54
+ 0.1513182371854782,
55
+ -0.2243553251028061,
56
+ -0.12188559770584106,
57
+ -0.19715766608715057,
58
+ 0.11804328113794327,
59
+ -0.04364803433418274,
60
+ 0.06350406259298325,
61
+ -0.2517397105693817,
62
+ -0.14897507429122925,
63
+ 0.15443232655525208,
64
+ 0.06442678719758987,
65
+ 0.0043930173851549625,
66
+ -0.0061193350702524185,
67
+ -0.1490994393825531,
68
+ 0.0812148004770279,
69
+ -0.007527839858084917,
70
+ 146.37652587890625,
71
+ 152.23739624023438,
72
+ 147.0673370361328,
73
+ 147.741455078125,
74
+ 167.5543670654297,
75
+ 117.42350769042969,
76
+ 13.19609260559082,
77
+ 0.10559830814599991,
78
+ 146.9412841796875,
79
+ 144.87002563476562,
80
+ 142.04322814941406,
81
+ 144.00277709960938,
82
+ 164.4678192138672,
83
+ 65.84734344482422,
84
+ 7.9737019538879395,
85
+ 0.08500470966100693
86
+ ],
87
+ "min": [
88
+ -0.06304515153169632,
89
+ -0.07698053866624832,
90
+ -0.01297804992645979,
91
+ -0.033609237521886826,
92
+ -0.1685420274734497,
93
+ -0.17908920347690582,
94
+ -0.11256680637598038,
95
+ 0.04167301580309868,
96
+ 0.052433740347623825,
97
+ -0.3233836889266968,
98
+ -0.3410801291465759,
99
+ -0.9252078533172607,
100
+ -0.133667454123497,
101
+ -0.6758864521980286,
102
+ -0.4243704676628113,
103
+ -1.1622308492660522,
104
+ -1.0117586851119995,
105
+ -0.39317786693573,
106
+ -0.34136664867401123,
107
+ -0.06737086921930313,
108
+ -0.046204689890146255,
109
+ -0.2664489150047302,
110
+ -0.03844056278467178,
111
+ -0.13903720676898956,
112
+ 37.89722442626953,
113
+ 39.75672149658203,
114
+ 47.01420593261719,
115
+ 57.023216247558594,
116
+ 130.6233673095703,
117
+ 81.92311096191406,
118
+ -46.70220947265625,
119
+ 0.0012186237145215273,
120
+ 21.48418617248535,
121
+ 25.06403350830078,
122
+ 35.40816879272461,
123
+ 67.53094482421875,
124
+ 143.68678283691406,
125
+ 42.313995361328125,
126
+ -33.49483871459961,
127
+ 0.002836566651239991
128
+ ],
129
+ "std": [
130
+ 0.05210890248417854,
131
+ 0.04869537428021431,
132
+ 0.054246317595243454,
133
+ 0.03868379816412926,
134
+ 0.038316261023283005,
135
+ 0.05056067556142807,
136
+ 0.036795638501644135,
137
+ 0.03225180134177208,
138
+ 0.032827701419591904,
139
+ 0.06853920966386795,
140
+ 0.09135676920413971,
141
+ 0.24468889832496643,
142
+ 0.16551533341407776,
143
+ 0.19372154772281647,
144
+ 0.2974660396575928,
145
+ 0.2455851286649704,
146
+ 0.1749071478843689,
147
+ 0.2378530353307724,
148
+ 0.2763364315032959,
149
+ 0.013397371396422386,
150
+ 0.00919102132320404,
151
+ 0.059562310576438904,
152
+ 0.0500461682677269,
153
+ 0.024493545293807983,
154
+ 27.868122100830078,
155
+ 31.73615264892578,
156
+ 29.5286808013916,
157
+ 25.76853370666504,
158
+ 7.270354747772217,
159
+ 9.206098556518555,
160
+ 21.12044334411621,
161
+ 0.045974042266607285,
162
+ 34.05751419067383,
163
+ 34.90980911254883,
164
+ 32.08756637573242,
165
+ 26.96333122253418,
166
+ 6.744166374206543,
167
+ 8.230499267578125,
168
+ 23.160205841064453,
169
+ 0.03568990156054497
170
+ ]
171
+ },
172
+ "episode_index": {
173
+ "max": [
174
+ 29.0
175
+ ],
176
+ "mean": [
177
+ 14.398606300354004
178
+ ],
179
+ "min": [
180
+ 0.0
181
+ ],
182
+ "std": [
183
+ 8.660770416259766
184
+ ]
185
+ },
186
+ "frame_index": {
187
+ "max": [
188
+ 249.0
189
+ ],
190
+ "mean": [
191
+ 119.60491943359375
192
+ ],
193
+ "min": [
194
+ 0.0
195
+ ],
196
+ "std": [
197
+ 70.28179931640625
198
+ ]
199
+ },
200
+ "index": {
201
+ "max": [
202
+ 7149.0
203
+ ],
204
+ "mean": [
205
+ 3574.499267578125
206
+ ],
207
+ "min": [
208
+ 0.0
209
+ ],
210
+ "std": [
211
+ 2064.026123046875
212
+ ]
213
+ },
214
+ "next.done": {
215
+ "max": [
216
+ 1.0
217
+ ],
218
+ "mean": [
219
+ 0.004195805639028549
220
+ ],
221
+ "min": [
222
+ 0.0
223
+ ],
224
+ "std": [
225
+ 0.06463899463415146
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.4394741356372833
250
+ ]
251
+ ],
252
+ [
253
+ [
254
+ 0.4460975229740143
255
+ ]
256
+ ],
257
+ [
258
+ [
259
+ 0.447645902633667
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.25126397609710693
284
+ ]
285
+ ],
286
+ [
287
+ [
288
+ 0.24726223945617676
289
+ ]
290
+ ],
291
+ [
292
+ [
293
+ 0.24109824001789093
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.3748297393321991
320
+ ]
321
+ ],
322
+ [
323
+ [
324
+ 0.38102737069129944
325
+ ]
326
+ ],
327
+ [
328
+ [
329
+ 0.38263002038002014
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.21543586254119873
354
+ ]
355
+ ],
356
+ [
357
+ [
358
+ 0.21220050752162933
359
+ ]
360
+ ],
361
+ [
362
+ [
363
+ 0.20910845696926117
364
+ ]
365
+ ]
366
+ ]
367
+ },
368
+ "observation.state": {
369
+ "max": [
370
+ 0.008713500574231148,
371
+ 0.06389875710010529,
372
+ -0.0019468911923468113,
373
+ 0.20929460227489471,
374
+ -0.0502682588994503,
375
+ 0.01265995018184185,
376
+ 0.01517784595489502,
377
+ -0.07348103076219559,
378
+ 0.20178459584712982,
379
+ 0.1113334372639656,
380
+ 0.04837143421173096,
381
+ 0.34517085552215576,
382
+ 0.526884913444519,
383
+ 0.35962802171707153,
384
+ 1.1588702201843262,
385
+ 0.32920873165130615,
386
+ 0.11414512991905212,
387
+ 0.9123309254646301,
388
+ 1.0624362230300903
389
+ ],
390
+ "mean": [
391
+ 0.001910574035719037,
392
+ 0.02310352213680744,
393
+ -0.038167815655469894,
394
+ 0.18691889941692352,
395
+ -0.12995225191116333,
396
+ -0.0018899505957961082,
397
+ -0.012254049070179462,
398
+ -0.136752188205719,
399
+ 0.16766250133514404,
400
+ 0.03184214234352112,
401
+ 0.014859159477055073,
402
+ -0.07858812063932419,
403
+ 0.07957106083631516,
404
+ -0.0624040886759758,
405
+ 0.16394765675067902,
406
+ -0.13146840035915375,
407
+ -0.11614878475666046,
408
+ 0.18161486089229584,
409
+ 0.1591482162475586
410
+ ],
411
+ "min": [
412
+ -0.010333402082324028,
413
+ -0.016123905777931213,
414
+ -0.08074238151311874,
415
+ 0.16693435609340668,
416
+ -0.17694821953773499,
417
+ -0.010298656299710274,
418
+ -0.06663446128368378,
419
+ -0.17523512244224548,
420
+ 0.10817980021238327,
421
+ -0.060748931020498276,
422
+ -0.017487481236457825,
423
+ -0.6524644494056702,
424
+ -0.17959699034690857,
425
+ -0.7396279573440552,
426
+ -0.37568581104278564,
427
+ -0.8788053393363953,
428
+ -0.8596151471138,
429
+ -0.3746457099914551,
430
+ -0.2391037940979004
431
+ ],
432
+ "std": [
433
+ 0.00490860128775239,
434
+ 0.01621091552078724,
435
+ 0.013021179474890232,
436
+ 0.00778991961851716,
437
+ 0.021457599475979805,
438
+ 0.005308274179697037,
439
+ 0.02069568634033203,
440
+ 0.022606324404478073,
441
+ 0.0186906848102808,
442
+ 0.028064867481589317,
443
+ 0.009667711332440376,
444
+ 0.20064811408519745,
445
+ 0.1435224562883377,
446
+ 0.20170795917510986,
447
+ 0.27219462394714355,
448
+ 0.20863617956638336,
449
+ 0.15340574085712433,
450
+ 0.24632053077220917,
451
+ 0.26031121611595154
452
+ ]
453
+ },
454
+ "timestamp": {
455
+ "max": [
456
+ 4.980000019073486
457
+ ],
458
+ "mean": [
459
+ 2.392097234725952
460
+ ],
461
+ "min": [
462
+ 0.0
463
+ ],
464
+ "std": [
465
+ 1.405636191368103
466
+ ]
467
+ }
468
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Put the object into the bin."}