AliKAgha commited on
Commit
5be3b82
·
verified ·
1 Parent(s): 337301f

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:bd98ba44938aaafb411e32965e5d9af53739ec3c49214c1b8920398c83b998f7
3
+ size 16883
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:653c65daf987889419f337cf7dc05cc896a0a5a83af1634eddcd57ad035bfb60
3
+ size 22550
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e59f744f8eb634a18ff538fd3c0f8343fdab035734b7e32bbbf32b0ab41e275
3
+ size 21255
meta/episodes.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {"episode_index":0,"tasks":["Draw a smile "],"length":107}
2
+ {"episode_index":2,"tasks":["Draw a smile "],"length":1}
3
+ {"episode_index":2,"tasks":["Draw a smile "],"length":162}
meta/info.json ADDED
@@ -0,0 +1,153 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "robot_type": "so-100, so-100",
3
+ "codebase_version": "v2.0",
4
+ "total_episodes": 3,
5
+ "total_frames": 270,
6
+ "total_tasks": 1,
7
+ "total_videos": 9,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:3"
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
+ 12
21
+ ],
22
+ "names": [
23
+ "motor_1",
24
+ "motor_2",
25
+ "motor_3",
26
+ "motor_4",
27
+ "motor_5",
28
+ "motor_6",
29
+ "motor_1_secondary",
30
+ "motor_2_secondary",
31
+ "motor_3_secondary",
32
+ "motor_4_secondary",
33
+ "motor_5_secondary",
34
+ "motor_6_secondary"
35
+ ]
36
+ },
37
+ "observation.state": {
38
+ "dtype": "float32",
39
+ "shape": [
40
+ 12
41
+ ],
42
+ "names": [
43
+ "motor_1",
44
+ "motor_2",
45
+ "motor_3",
46
+ "motor_4",
47
+ "motor_5",
48
+ "motor_6",
49
+ "motor_1_secondary",
50
+ "motor_2_secondary",
51
+ "motor_3_secondary",
52
+ "motor_4_secondary",
53
+ "motor_5_secondary",
54
+ "motor_6_secondary"
55
+ ]
56
+ },
57
+ "timestamp": {
58
+ "dtype": "float32",
59
+ "shape": [
60
+ 1
61
+ ],
62
+ "names": null
63
+ },
64
+ "episode_index": {
65
+ "dtype": "int64",
66
+ "shape": [
67
+ 1
68
+ ],
69
+ "names": null
70
+ },
71
+ "frame_index": {
72
+ "dtype": "int64",
73
+ "shape": [
74
+ 1
75
+ ],
76
+ "names": null
77
+ },
78
+ "task_index": {
79
+ "dtype": "int64",
80
+ "shape": [
81
+ 1
82
+ ],
83
+ "names": null
84
+ },
85
+ "index": {
86
+ "dtype": "int64",
87
+ "shape": [
88
+ 1
89
+ ],
90
+ "names": null
91
+ },
92
+ "observation.images.main": {
93
+ "dtype": "video",
94
+ "shape": [
95
+ 240,
96
+ 320,
97
+ 3
98
+ ],
99
+ "names": [
100
+ "height",
101
+ "width",
102
+ "channel"
103
+ ],
104
+ "info": {
105
+ "video.fps": 30,
106
+ "video.codec": "mp4v",
107
+ "video.pix_fmt": "yuv420p",
108
+ "video.is_depth_map": false,
109
+ "has_audio": false
110
+ }
111
+ },
112
+ "observation.images.secondary_0": {
113
+ "dtype": "video",
114
+ "shape": [
115
+ 240,
116
+ 320,
117
+ 3
118
+ ],
119
+ "names": [
120
+ "height",
121
+ "width",
122
+ "channel"
123
+ ],
124
+ "info": {
125
+ "video.fps": 30,
126
+ "video.codec": "mp4v",
127
+ "video.pix_fmt": "yuv420p",
128
+ "video.is_depth_map": false,
129
+ "has_audio": false
130
+ }
131
+ },
132
+ "observation.images.secondary_1": {
133
+ "dtype": "video",
134
+ "shape": [
135
+ 240,
136
+ 320,
137
+ 3
138
+ ],
139
+ "names": [
140
+ "height",
141
+ "width",
142
+ "channel"
143
+ ],
144
+ "info": {
145
+ "video.fps": 30,
146
+ "video.codec": "mp4v",
147
+ "video.pix_fmt": "yuv420p",
148
+ "video.is_depth_map": false,
149
+ "has_audio": false
150
+ }
151
+ }
152
+ }
153
+ }
meta/stats.json ADDED
@@ -0,0 +1,433 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.state": {
3
+ "max": [
4
+ 0.31607720959194013,
5
+ -0.7779181808889012,
6
+ 1.6969970573237174,
7
+ -0.4817875913197534,
8
+ 0.31914592036467737,
9
+ 0.013809198477317772,
10
+ 0.3973980450694781,
11
+ -0.7717807593434266,
12
+ 1.5558363617778024,
13
+ -0.4296195081832196,
14
+ 0.3298864080692579,
15
+ -0.0015343553863686413
16
+ ],
17
+ "min": [
18
+ -0.34369560654657566,
19
+ -1.8412264636423696,
20
+ 0.543161806774499,
21
+ -1.887257125233429,
22
+ -0.17338215865965648,
23
+ 0.01227484309094913,
24
+ -0.3605735157966307,
25
+ -1.8995319683243779,
26
+ 0.4756501697742788,
27
+ -1.8918601913925348,
28
+ -0.1779852248187624,
29
+ -0.004603066159105924
30
+ ],
31
+ "mean": [
32
+ 0.00028982268409188656,
33
+ -1.3452943887793845,
34
+ 1.1513802819310304,
35
+ -1.1778507537447511,
36
+ -0.0155992797614145,
37
+ 0.012882902447769332,
38
+ -0.01636645745459881,
39
+ -1.3578420061612488,
40
+ 1.1175790010490991,
41
+ -1.1819253197152162,
42
+ -0.016167559534143644,
43
+ -0.001909420036369868
44
+ ],
45
+ "std": [
46
+ 0.0,
47
+ 0.0,
48
+ 0.0,
49
+ 0.0,
50
+ 0.0,
51
+ 0.0,
52
+ 0.0,
53
+ 0.0,
54
+ 0.0,
55
+ 0.0,
56
+ 0.0,
57
+ 0.0
58
+ ],
59
+ "sum": [
60
+ 0.07825212470480937,
61
+ -363.2294849704338,
62
+ 310.8726761213782,
63
+ -318.0197035110828,
64
+ -4.211805535581915,
65
+ 3.4783836608977197,
66
+ -4.418943512741679,
67
+ -366.61734166353716,
68
+ 301.7463302832568,
69
+ -319.11983632310836,
70
+ -4.365241074218784,
71
+ -0.5155434098198644
72
+ ],
73
+ "square_sum": [
74
+ 9.283290504969495,
75
+ 528.9828133250653,
76
+ 387.4404008726166,
77
+ 440.7181704888323,
78
+ 2.4949856588062533,
79
+ 0.04496375298060702,
80
+ 9.341758215596903,
81
+ 542.6617997785894,
82
+ 368.79065846101764,
83
+ 443.32034969707684,
84
+ 2.841516611014612,
85
+ 0.0011441637755157334
86
+ ],
87
+ "count": 270
88
+ },
89
+ "action": {
90
+ "max": [
91
+ 0.31607720959194013,
92
+ -0.7779181808889012,
93
+ 1.6969970573237174,
94
+ -0.4817875913197534,
95
+ 0.31914592036467737,
96
+ 0.013809198477317772,
97
+ 0.3973980450694781,
98
+ -0.7717807593434266,
99
+ 1.5558363617778024,
100
+ -0.4296195081832196,
101
+ 0.3298864080692579,
102
+ -0.0015343553863686413
103
+ ],
104
+ "min": [
105
+ -0.34369560654657566,
106
+ -1.8412264636423696,
107
+ 0.543161806774499,
108
+ -1.887257125233429,
109
+ -0.17338215865965648,
110
+ 0.01227484309094913,
111
+ -0.3605735157966307,
112
+ -1.8995319683243779,
113
+ 0.4756501697742788,
114
+ -1.8918601913925348,
115
+ -0.1779852248187624,
116
+ -0.004603066159105924
117
+ ],
118
+ "mean": [
119
+ 0.00028982268409188656,
120
+ -1.3452943887793845,
121
+ 1.1513802819310304,
122
+ -1.1778507537447511,
123
+ -0.0155992797614145,
124
+ 0.012882902447769332,
125
+ -0.01636645745459881,
126
+ -1.3578420061612488,
127
+ 1.1175790010490991,
128
+ -1.1819253197152162,
129
+ -0.016167559534143644,
130
+ -0.001909420036369868
131
+ ],
132
+ "std": [
133
+ 0.0,
134
+ 0.0,
135
+ 0.0,
136
+ 0.0,
137
+ 0.0,
138
+ 0.0,
139
+ 0.0,
140
+ 0.0,
141
+ 0.0,
142
+ 0.0,
143
+ 0.0,
144
+ 0.0
145
+ ],
146
+ "sum": [
147
+ 0.07825212470480937,
148
+ -363.2294849704338,
149
+ 310.8726761213782,
150
+ -318.0197035110828,
151
+ -4.211805535581915,
152
+ 3.4783836608977197,
153
+ -4.418943512741679,
154
+ -366.61734166353716,
155
+ 301.7463302832568,
156
+ -319.11983632310836,
157
+ -4.365241074218784,
158
+ -0.5155434098198644
159
+ ],
160
+ "square_sum": [
161
+ 9.283290504969495,
162
+ 528.9828133250653,
163
+ 387.4404008726166,
164
+ 440.7181704888323,
165
+ 2.4949856588062533,
166
+ 0.04496375298060702,
167
+ 9.341758215596903,
168
+ 542.6617997785894,
169
+ 368.79065846101764,
170
+ 443.32034969707684,
171
+ 2.841516611014612,
172
+ 0.0011441637755157334
173
+ ],
174
+ "count": 270
175
+ },
176
+ "timestamp": {
177
+ "max": [
178
+ 11.855860583018512
179
+ ],
180
+ "min": [
181
+ 0.06827562488615513
182
+ ],
183
+ "mean": [
184
+ 5.096315911217351
185
+ ],
186
+ "std": null,
187
+ "sum": [
188
+ 1376.0052960286848
189
+ ],
190
+ "square_sum": [
191
+ 9696.695634336382
192
+ ],
193
+ "count": 270
194
+ },
195
+ "frame_index": {
196
+ "max": [
197
+ 162
198
+ ],
199
+ "min": [
200
+ 0
201
+ ],
202
+ "mean": [
203
+ 69.9037037037037
204
+ ],
205
+ "std": null,
206
+ "sum": [
207
+ 18874
208
+ ],
209
+ "square_sum": [
210
+ 1832966
211
+ ],
212
+ "count": 270
213
+ },
214
+ "episode_index": {
215
+ "max": [
216
+ 2
217
+ ],
218
+ "min": [
219
+ 0
220
+ ],
221
+ "mean": [
222
+ 1.2074074074074075
223
+ ],
224
+ "std": null,
225
+ "sum": [
226
+ 326
227
+ ],
228
+ "square_sum": [
229
+ 652
230
+ ],
231
+ "count": 270
232
+ },
233
+ "index": {
234
+ "max": [
235
+ 269
236
+ ],
237
+ "min": [
238
+ 0
239
+ ],
240
+ "mean": [
241
+ 134.5
242
+ ],
243
+ "std": null,
244
+ "sum": [
245
+ 36315
246
+ ],
247
+ "square_sum": [
248
+ 6524595
249
+ ],
250
+ "count": 270
251
+ },
252
+ "task_index": {
253
+ "max": [
254
+ 0
255
+ ],
256
+ "min": [
257
+ 0
258
+ ],
259
+ "mean": [
260
+ 0.0
261
+ ],
262
+ "std": null,
263
+ "sum": [
264
+ 0
265
+ ],
266
+ "square_sum": [
267
+ 0
268
+ ],
269
+ "count": 270
270
+ },
271
+ "observation.images.main": {
272
+ "max": [
273
+ [
274
+ [
275
+ 1.0
276
+ ]
277
+ ],
278
+ [
279
+ [
280
+ 1.0
281
+ ]
282
+ ],
283
+ [
284
+ [
285
+ 1.0
286
+ ]
287
+ ]
288
+ ],
289
+ "min": [
290
+ [
291
+ [
292
+ 0.0
293
+ ]
294
+ ],
295
+ [
296
+ [
297
+ 0.0
298
+ ]
299
+ ],
300
+ [
301
+ [
302
+ 0.0
303
+ ]
304
+ ]
305
+ ],
306
+ "mean": [
307
+ [
308
+ [
309
+ 0.44543122618875386
310
+ ]
311
+ ],
312
+ [
313
+ [
314
+ 0.4425930219108676
315
+ ]
316
+ ],
317
+ [
318
+ [
319
+ 0.45228933188356
320
+ ]
321
+ ]
322
+ ],
323
+ "std": [
324
+ [
325
+ [
326
+ 0.1650611916094464
327
+ ]
328
+ ],
329
+ [
330
+ [
331
+ 0.15901572061236363
332
+ ]
333
+ ],
334
+ [
335
+ [
336
+ 0.1707016698071909
337
+ ]
338
+ ]
339
+ ],
340
+ "sum": [
341
+ 9236461.90625,
342
+ 9177608.90234375,
343
+ 9378671.5859375
344
+ ],
345
+ "square_sum": [
346
+ 4679164.95703125,
347
+ 4586276.1416015625,
348
+ 4846100.6552734375
349
+ ],
350
+ "count": 20736000
351
+ },
352
+ "observation.images.secondary_0": {
353
+ "max": [
354
+ [
355
+ [
356
+ 1.0
357
+ ]
358
+ ],
359
+ [
360
+ [
361
+ 1.0
362
+ ]
363
+ ],
364
+ [
365
+ [
366
+ 1.0
367
+ ]
368
+ ]
369
+ ],
370
+ "min": [
371
+ [
372
+ [
373
+ 0.0
374
+ ]
375
+ ],
376
+ [
377
+ [
378
+ 0.01568627543747425
379
+ ]
380
+ ],
381
+ [
382
+ [
383
+ 0.0
384
+ ]
385
+ ]
386
+ ],
387
+ "mean": [
388
+ [
389
+ [
390
+ 0.5269396358537085
391
+ ]
392
+ ],
393
+ [
394
+ [
395
+ 0.4789117303542149
396
+ ]
397
+ ],
398
+ [
399
+ [
400
+ 0.42039059071481966
401
+ ]
402
+ ]
403
+ ],
404
+ "std": [
405
+ [
406
+ [
407
+ 0.21211812822137457
408
+ ]
409
+ ],
410
+ [
411
+ [
412
+ 0.20516076499402275
413
+ ]
414
+ ],
415
+ [
416
+ [
417
+ 0.19504376555648473
418
+ ]
419
+ ]
420
+ ],
421
+ "sum": [
422
+ 10926620.2890625,
423
+ 9930713.640625,
424
+ 8717219.2890625
425
+ ],
426
+ "square_sum": [
427
+ 6690666.98046875,
428
+ 5628732.974609375,
429
+ 4453477.33984375
430
+ ],
431
+ "count": 20736000
432
+ }
433
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index":0,"task":"Draw a smile "}
videos/chunk-000/observation.images.main/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:574158860650765514bbef420768b12517e6acd1416abb350a47bc194dfc418d
3
+ size 186231
videos/chunk-000/observation.images.main/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b76f6fe478c0a4582014f8ded06fa2048af2edeb7974e89775325bd462903f3e
3
+ size 299813
videos/chunk-000/observation.images.main/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51dce6c5ded60d54cbe9bd02d40980d7bd0226b803bdbbe852be5454fa4fd4f2
3
+ size 282626
videos/chunk-000/observation.images.secondary_0/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:370f374d5ec894bf993400c40af87672d855c78996093f12390c4fe076cf490f
3
+ size 220673
videos/chunk-000/observation.images.secondary_0/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc824d10d00db3bf1c7840b3de4d0d4c244bdb471a68c68aebec22f0b3e45eba
3
+ size 401542
videos/chunk-000/observation.images.secondary_0/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e78b0a0ef0610e437e60d88c1fcae9f9e6656767318fba1d83ca9d2de4280aa9
3
+ size 397881