jurrr commited on
Commit
67daf12
·
verified ·
1 Parent(s): 24b2095

Upload folder using huggingface_hub

Browse files
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4be6ce78b2ea7bb93ab4597c7f52e79ad6f8df34d29a075427f62faa790b6d6c
3
+ size 36181
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad53c0720d8da67a75d39235aae6814087e7e0247b437d27a63fccaf05470771
3
+ size 66852
meta/info.json ADDED
@@ -0,0 +1,141 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": null,
4
+ "total_episodes": 5,
5
+ "total_frames": 463,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 500,
10
+ "fps": 10,
11
+ "splits": {
12
+ "train": "0:5"
13
+ },
14
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
15
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
16
+ "features": {
17
+ "action": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 4
21
+ ],
22
+ "names": {
23
+ "delta_x": 0,
24
+ "delta_y": 1,
25
+ "delta_z": 2,
26
+ "gripper": 3
27
+ }
28
+ },
29
+ "next.reward": {
30
+ "dtype": "float32",
31
+ "shape": [
32
+ 1
33
+ ],
34
+ "names": null
35
+ },
36
+ "next.done": {
37
+ "dtype": "bool",
38
+ "shape": [
39
+ 1
40
+ ],
41
+ "names": null
42
+ },
43
+ "complementary_info.discrete_penalty": {
44
+ "dtype": "float32",
45
+ "shape": [
46
+ 1
47
+ ],
48
+ "names": [
49
+ "discrete_penalty"
50
+ ]
51
+ },
52
+ "observation.images.front": {
53
+ "dtype": "video",
54
+ "shape": [
55
+ 3,
56
+ 128,
57
+ 128
58
+ ],
59
+ "names": [
60
+ "channels",
61
+ "height",
62
+ "width"
63
+ ],
64
+ "info": {
65
+ "video.height": 128,
66
+ "video.width": 128,
67
+ "video.codec": "av1",
68
+ "video.pix_fmt": "yuv420p",
69
+ "video.is_depth_map": false,
70
+ "video.fps": 10,
71
+ "video.channels": 3,
72
+ "has_audio": false
73
+ }
74
+ },
75
+ "observation.images.wrist": {
76
+ "dtype": "video",
77
+ "shape": [
78
+ 3,
79
+ 128,
80
+ 128
81
+ ],
82
+ "names": [
83
+ "channels",
84
+ "height",
85
+ "width"
86
+ ],
87
+ "info": {
88
+ "video.height": 128,
89
+ "video.width": 128,
90
+ "video.codec": "av1",
91
+ "video.pix_fmt": "yuv420p",
92
+ "video.is_depth_map": false,
93
+ "video.fps": 10,
94
+ "video.channels": 3,
95
+ "has_audio": false
96
+ }
97
+ },
98
+ "observation.state": {
99
+ "dtype": "float32",
100
+ "shape": [
101
+ 18
102
+ ],
103
+ "names": null
104
+ },
105
+ "timestamp": {
106
+ "dtype": "float32",
107
+ "shape": [
108
+ 1
109
+ ],
110
+ "names": null
111
+ },
112
+ "frame_index": {
113
+ "dtype": "int64",
114
+ "shape": [
115
+ 1
116
+ ],
117
+ "names": null
118
+ },
119
+ "episode_index": {
120
+ "dtype": "int64",
121
+ "shape": [
122
+ 1
123
+ ],
124
+ "names": null
125
+ },
126
+ "index": {
127
+ "dtype": "int64",
128
+ "shape": [
129
+ 1
130
+ ],
131
+ "names": null
132
+ },
133
+ "task_index": {
134
+ "dtype": "int64",
135
+ "shape": [
136
+ 1
137
+ ],
138
+ "names": null
139
+ }
140
+ }
141
+ }
meta/stats.json ADDED
@@ -0,0 +1,398 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.images.wrist": {
3
+ "min": [
4
+ [
5
+ [
6
+ 0.06274509803921569
7
+ ]
8
+ ],
9
+ [
10
+ [
11
+ 0.06274509803921569
12
+ ]
13
+ ],
14
+ [
15
+ [
16
+ 0.06274509803921569
17
+ ]
18
+ ]
19
+ ],
20
+ "max": [
21
+ [
22
+ [
23
+ 0.984313725490196
24
+ ]
25
+ ],
26
+ [
27
+ [
28
+ 0.7058823529411765
29
+ ]
30
+ ],
31
+ [
32
+ [
33
+ 0.984313725490196
34
+ ]
35
+ ]
36
+ ],
37
+ "mean": [
38
+ [
39
+ [
40
+ 0.27273138892225024
41
+ ]
42
+ ],
43
+ [
44
+ [
45
+ 0.37799451509182574
46
+ ]
47
+ ],
48
+ [
49
+ [
50
+ 0.5454087046198068
51
+ ]
52
+ ]
53
+ ],
54
+ "std": [
55
+ [
56
+ [
57
+ 0.2031193904764809
58
+ ]
59
+ ],
60
+ [
61
+ [
62
+ 0.13117827382095926
63
+ ]
64
+ ],
65
+ [
66
+ [
67
+ 0.19550374711014024
68
+ ]
69
+ ]
70
+ ],
71
+ "count": [
72
+ 463
73
+ ]
74
+ },
75
+ "next.reward": {
76
+ "min": [
77
+ 0.0
78
+ ],
79
+ "max": [
80
+ 1.0
81
+ ],
82
+ "mean": [
83
+ 0.002159827338535636
84
+ ],
85
+ "std": [
86
+ 0.046423725022917084
87
+ ],
88
+ "count": [
89
+ 463
90
+ ]
91
+ },
92
+ "next.done": {
93
+ "min": [
94
+ false
95
+ ],
96
+ "max": [
97
+ true
98
+ ],
99
+ "mean": [
100
+ 0.01079913606911447
101
+ ],
102
+ "std": [
103
+ 0.10335625152488466
104
+ ],
105
+ "count": [
106
+ 463
107
+ ]
108
+ },
109
+ "action": {
110
+ "min": [
111
+ 0.0,
112
+ 0.0,
113
+ -0.999969482421875,
114
+ 1.0
115
+ ],
116
+ "max": [
117
+ 0.0,
118
+ 0.0,
119
+ 1.0,
120
+ 1.0
121
+ ],
122
+ "mean": [
123
+ 0.0,
124
+ 0.0,
125
+ -0.019022403819965235,
126
+ 1.0
127
+ ],
128
+ "std": [
129
+ 0.0,
130
+ 0.0,
131
+ 0.2058293716831079,
132
+ 0.0
133
+ ],
134
+ "count": [
135
+ 463
136
+ ]
137
+ },
138
+ "complementary_info.discrete_penalty": {
139
+ "min": [
140
+ 0.0
141
+ ],
142
+ "max": [
143
+ 0.0
144
+ ],
145
+ "mean": [
146
+ 0.0
147
+ ],
148
+ "std": [
149
+ 0.0
150
+ ],
151
+ "count": [
152
+ 463
153
+ ]
154
+ },
155
+ "task_index": {
156
+ "min": [
157
+ 0
158
+ ],
159
+ "max": [
160
+ 0
161
+ ],
162
+ "mean": [
163
+ 0.0
164
+ ],
165
+ "std": [
166
+ 0.0
167
+ ],
168
+ "count": [
169
+ 463
170
+ ]
171
+ },
172
+ "frame_index": {
173
+ "min": [
174
+ 0
175
+ ],
176
+ "max": [
177
+ 99
178
+ ],
179
+ "mean": [
180
+ 46.98272138228942
181
+ ],
182
+ "std": [
183
+ 28.374229393482953
184
+ ],
185
+ "count": [
186
+ 463
187
+ ]
188
+ },
189
+ "index": {
190
+ "min": [
191
+ 0
192
+ ],
193
+ "max": [
194
+ 462
195
+ ],
196
+ "mean": [
197
+ 231.0
198
+ ],
199
+ "std": [
200
+ 133.65627557282897
201
+ ],
202
+ "count": [
203
+ 463
204
+ ]
205
+ },
206
+ "observation.state": {
207
+ "min": [
208
+ -0.001324731158092618,
209
+ 0.08746388554573059,
210
+ -0.0017269375966861844,
211
+ -2.4374709129333496,
212
+ -0.005082079209387302,
213
+ 2.5340473651885986,
214
+ 0.7817924618721008,
215
+ -0.0077850958332419395,
216
+ -0.5120185017585754,
217
+ -0.006914609577506781,
218
+ -0.07854606211185455,
219
+ -0.026436815038323402,
220
+ -0.5384203195571899,
221
+ -0.030779540538787842,
222
+ 0.0,
223
+ 0.4868544936180115,
224
+ -0.0009131417609751225,
225
+ 0.0033078251872211695
226
+ ],
227
+ "max": [
228
+ 0.000682866433635354,
229
+ 0.3951560854911804,
230
+ 0.002158357761800289,
231
+ -2.4056317806243896,
232
+ 0.007626235485076904,
233
+ 2.8227365016937256,
234
+ 0.7924888730049133,
235
+ 0.006960985250771046,
236
+ 0.5378617644309998,
237
+ 0.025314034894108772,
238
+ 0.08001240342855453,
239
+ 0.02383866347372532,
240
+ 0.42843738198280334,
241
+ 0.028878116980195045,
242
+ 255.0,
243
+ 0.5040287971496582,
244
+ 0.000952594680711627,
245
+ 0.12203998863697052
246
+ ],
247
+ "mean": [
248
+ 3.45435500983878e-05,
249
+ 0.21999809828226818,
250
+ -3.99253582876059e-05,
251
+ -2.431218555112637,
252
+ 3.4793045615790446e-05,
253
+ 2.6526945280977254,
254
+ 0.7854958400613031,
255
+ -3.554008810256194e-05,
256
+ 0.0012815757623177674,
257
+ 5.424145814839417e-05,
258
+ 0.000267548441080292,
259
+ 5.703979386001483e-05,
260
+ 0.0018617266529595746,
261
+ 9.087087044298255e-05,
262
+ 15.971922048482215,
263
+ 0.4907425410289229,
264
+ -3.7311974582014353e-06,
265
+ 0.06773328313656296
266
+ ],
267
+ "std": [
268
+ 0.00016310064800778606,
269
+ 0.06459537801720487,
270
+ 0.00035261828503412566,
271
+ 0.007800601086931118,
272
+ 0.0009657445013023162,
273
+ 0.060641021238993155,
274
+ 0.0008890000923147132,
275
+ 0.000641897375756832,
276
+ 0.07268086735776416,
277
+ 0.0014447269142431457,
278
+ 0.010271945331634842,
279
+ 0.002992729817911311,
280
+ 0.06640590509105707,
281
+ 0.0032701082959231045,
282
+ 61.78784707427893,
283
+ 0.0020500861087246265,
284
+ 0.00014257478738126245,
285
+ 0.02395045674044312
286
+ ],
287
+ "count": [
288
+ 463
289
+ ]
290
+ },
291
+ "observation.images.front": {
292
+ "min": [
293
+ [
294
+ [
295
+ 0.058823529411764705
296
+ ]
297
+ ],
298
+ [
299
+ [
300
+ 0.0784313725490196
301
+ ]
302
+ ],
303
+ [
304
+ [
305
+ 0.0784313725490196
306
+ ]
307
+ ]
308
+ ],
309
+ "max": [
310
+ [
311
+ [
312
+ 1.0
313
+ ]
314
+ ],
315
+ [
316
+ [
317
+ 1.0
318
+ ]
319
+ ],
320
+ [
321
+ [
322
+ 1.0
323
+ ]
324
+ ]
325
+ ],
326
+ "mean": [
327
+ [
328
+ [
329
+ 0.2691561917693644
330
+ ]
331
+ ],
332
+ [
333
+ [
334
+ 0.3853411152084856
335
+ ]
336
+ ],
337
+ [
338
+ [
339
+ 0.503372326663775
340
+ ]
341
+ ]
342
+ ],
343
+ "std": [
344
+ [
345
+ [
346
+ 0.2162695850646711
347
+ ]
348
+ ],
349
+ [
350
+ [
351
+ 0.19601611079059844
352
+ ]
353
+ ],
354
+ [
355
+ [
356
+ 0.1935894890115952
357
+ ]
358
+ ]
359
+ ],
360
+ "count": [
361
+ 463
362
+ ]
363
+ },
364
+ "timestamp": {
365
+ "min": [
366
+ 0.0
367
+ ],
368
+ "max": [
369
+ 9.9
370
+ ],
371
+ "mean": [
372
+ 4.698272138228942
373
+ ],
374
+ "std": [
375
+ 2.8374229393482953
376
+ ],
377
+ "count": [
378
+ 463
379
+ ]
380
+ },
381
+ "episode_index": {
382
+ "min": [
383
+ 0
384
+ ],
385
+ "max": [
386
+ 4
387
+ ],
388
+ "mean": [
389
+ 2.079913606911447
390
+ ],
391
+ "std": [
392
+ 1.4399747992037395
393
+ ],
394
+ "count": [
395
+ 463
396
+ ]
397
+ }
398
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c626e75a6a7453e7e399c3c890678cd403a49decaf1fc8d3ab436020374dc3f
3
+ size 2161
videos/observation.images.front/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0dd9040a3bd80b72e0a7ffe7dfdc9ef68fcfa4c0d3cd62dc2e357b40e7a7bfda
3
+ size 563481
videos/observation.images.wrist/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad1ed7aec2818d32fd1e882573968a31515f6becdf195f921bf5dedb2437118c
3
+ size 234433