chanwook commited on
Commit
55e0f85
·
verified ·
1 Parent(s): 7e27c4c

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:2a92002e17e0346adde75e83b289bbc8760e4b5cdd0fb084d7523cd1d216a1c1
3
+ size 105064
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afe1130d048bf0bc3d8ddd59981c837a10b73099aef996c03c699b037a908a4d
3
+ size 87029
meta/info.json ADDED
@@ -0,0 +1,141 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": null,
4
+ "total_episodes": 30,
5
+ "total_frames": 1217,
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:30"
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
+ "action_0",
24
+ "action_1",
25
+ "action_2",
26
+ "action_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
+ "next.done": {
3
+ "min": [
4
+ false
5
+ ],
6
+ "max": [
7
+ true
8
+ ],
9
+ "mean": [
10
+ 0.024650780608052588
11
+ ],
12
+ "std": [
13
+ 0.1550584393816288
14
+ ],
15
+ "count": [
16
+ 1217
17
+ ]
18
+ },
19
+ "observation.images.wrist": {
20
+ "min": [
21
+ [
22
+ [
23
+ 0.07450980392156863
24
+ ]
25
+ ],
26
+ [
27
+ [
28
+ 0.07450980392156863
29
+ ]
30
+ ],
31
+ [
32
+ [
33
+ 0.07450980392156863
34
+ ]
35
+ ]
36
+ ],
37
+ "max": [
38
+ [
39
+ [
40
+ 0.984313725490196
41
+ ]
42
+ ],
43
+ [
44
+ [
45
+ 0.7333333333333333
46
+ ]
47
+ ],
48
+ [
49
+ [
50
+ 0.984313725490196
51
+ ]
52
+ ]
53
+ ],
54
+ "mean": [
55
+ [
56
+ [
57
+ 0.27230224904387595
58
+ ]
59
+ ],
60
+ [
61
+ [
62
+ 0.37145595328970366
63
+ ]
64
+ ],
65
+ [
66
+ [
67
+ 0.5372829346478023
68
+ ]
69
+ ]
70
+ ],
71
+ "std": [
72
+ [
73
+ [
74
+ 0.20205281203407618
75
+ ]
76
+ ],
77
+ [
78
+ [
79
+ 0.1318928481109511
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.1961616336859963
85
+ ]
86
+ ]
87
+ ],
88
+ "count": [
89
+ 1217
90
+ ]
91
+ },
92
+ "observation.images.front": {
93
+ "min": [
94
+ [
95
+ [
96
+ 0.06666666666666667
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 0.08235294117647059
102
+ ]
103
+ ],
104
+ [
105
+ [
106
+ 0.08235294117647059
107
+ ]
108
+ ]
109
+ ],
110
+ "max": [
111
+ [
112
+ [
113
+ 1.0
114
+ ]
115
+ ],
116
+ [
117
+ [
118
+ 1.0
119
+ ]
120
+ ],
121
+ [
122
+ [
123
+ 1.0
124
+ ]
125
+ ]
126
+ ],
127
+ "mean": [
128
+ [
129
+ [
130
+ 0.26963055124024243
131
+ ]
132
+ ],
133
+ [
134
+ [
135
+ 0.3854959039034935
136
+ ]
137
+ ],
138
+ [
139
+ [
140
+ 0.5031405174659414
141
+ ]
142
+ ]
143
+ ],
144
+ "std": [
145
+ [
146
+ [
147
+ 0.21772661999349996
148
+ ]
149
+ ],
150
+ [
151
+ [
152
+ 0.19718071350193422
153
+ ]
154
+ ],
155
+ [
156
+ [
157
+ 0.19420540470689668
158
+ ]
159
+ ]
160
+ ],
161
+ "count": [
162
+ 1217
163
+ ]
164
+ },
165
+ "frame_index": {
166
+ "min": [
167
+ 0
168
+ ],
169
+ "max": [
170
+ 99
171
+ ],
172
+ "mean": [
173
+ 23.658175842235003
174
+ ],
175
+ "std": [
176
+ 19.33236099698227
177
+ ],
178
+ "count": [
179
+ 1217
180
+ ]
181
+ },
182
+ "next.reward": {
183
+ "min": [
184
+ 0.0
185
+ ],
186
+ "max": [
187
+ 1.0
188
+ ],
189
+ "mean": [
190
+ 0.023007395593855062
191
+ ],
192
+ "std": [
193
+ 0.14992683146030641
194
+ ],
195
+ "count": [
196
+ 1217
197
+ ]
198
+ },
199
+ "episode_index": {
200
+ "min": [
201
+ 0
202
+ ],
203
+ "max": [
204
+ 29
205
+ ],
206
+ "mean": [
207
+ 13.411668036154479
208
+ ],
209
+ "std": [
210
+ 9.135461633407106
211
+ ],
212
+ "count": [
213
+ 1217
214
+ ]
215
+ },
216
+ "timestamp": {
217
+ "min": [
218
+ 0.0
219
+ ],
220
+ "max": [
221
+ 9.9
222
+ ],
223
+ "mean": [
224
+ 2.3658175842235
225
+ ],
226
+ "std": [
227
+ 1.9332360996982276
228
+ ],
229
+ "count": [
230
+ 1217
231
+ ]
232
+ },
233
+ "observation.state": {
234
+ "min": [
235
+ -0.001004161313176155,
236
+ 0.01936275139451027,
237
+ -0.002149274805560708,
238
+ -2.4379420280456543,
239
+ -0.003517415374517441,
240
+ 2.4497501850128174,
241
+ 0.783799946308136,
242
+ -0.003979818895459175,
243
+ -0.5146061182022095,
244
+ -0.010085878893733025,
245
+ -0.10772424936294556,
246
+ -0.03540072962641716,
247
+ -0.5474449396133423,
248
+ -0.05987437441945076,
249
+ 0.0,
250
+ 0.48685315251350403,
251
+ -0.0011448762379586697,
252
+ 0.003369402838870883
253
+ ],
254
+ "max": [
255
+ 0.0007708068587817252,
256
+ 0.3892970085144043,
257
+ 0.001018727314658463,
258
+ -2.404066324234009,
259
+ 0.008666858077049255,
260
+ 2.834718942642212,
261
+ 0.7999205589294434,
262
+ 0.007257398217916489,
263
+ 0.5416330695152283,
264
+ 0.013763772323727608,
265
+ 0.13013513386249542,
266
+ 0.01584406942129135,
267
+ 0.4467425048351288,
268
+ 0.027768569067120552,
269
+ 255.0,
270
+ 0.508109986782074,
271
+ 0.00045998464338481426,
272
+ 0.15419724583625793
273
+ ],
274
+ "mean": [
275
+ -5.9762149124798284e-06,
276
+ 0.24281999820211234,
277
+ -5.1980309254238165e-05,
278
+ -2.429127203409262,
279
+ -4.331636127426613e-05,
280
+ 2.674026620123557,
281
+ 0.785579615179985,
282
+ -0.00013432294364291896,
283
+ -0.025074620218593597,
284
+ 0.0001868100446198372,
285
+ 0.0023052252284974316,
286
+ 0.0002478293163987687,
287
+ -0.02358842448173772,
288
+ 0.00014342538920830963,
289
+ 73.54560355152766,
290
+ 0.490847949694686,
291
+ -3.324831027113884e-05,
292
+ 0.05909332449049762
293
+ ],
294
+ "std": [
295
+ 0.00027353243560669226,
296
+ 0.07740629727617422,
297
+ 0.00040611000474839314,
298
+ 0.007738419938202208,
299
+ 0.0007342942195790562,
300
+ 0.07202952642048199,
301
+ 0.001076727565061826,
302
+ 0.0007310508049957231,
303
+ 0.1841836166559953,
304
+ 0.0015558706478780453,
305
+ 0.024297645730234473,
306
+ 0.002537015246379152,
307
+ 0.1767574631844703,
308
+ 0.0037139186348624465,
309
+ 115.5213093176606,
310
+ 0.002586674990924574,
311
+ 0.00013711988970966575,
312
+ 0.029554421866480957
313
+ ],
314
+ "count": [
315
+ 1217
316
+ ]
317
+ },
318
+ "task_index": {
319
+ "min": [
320
+ 0
321
+ ],
322
+ "max": [
323
+ 0
324
+ ],
325
+ "mean": [
326
+ 0.0
327
+ ],
328
+ "std": [
329
+ 0.0
330
+ ],
331
+ "count": [
332
+ 1217
333
+ ]
334
+ },
335
+ "complementary_info.discrete_penalty": {
336
+ "min": [
337
+ 0.0
338
+ ],
339
+ "max": [
340
+ 0.0
341
+ ],
342
+ "mean": [
343
+ 0.0
344
+ ],
345
+ "std": [
346
+ 0.0
347
+ ],
348
+ "count": [
349
+ 1217
350
+ ]
351
+ },
352
+ "action": {
353
+ "min": [
354
+ 0.0,
355
+ 0.0,
356
+ 0.0,
357
+ 1.0
358
+ ],
359
+ "max": [
360
+ 0.0,
361
+ 0.0,
362
+ 0.0,
363
+ 1.0
364
+ ],
365
+ "mean": [
366
+ 0.0,
367
+ 0.0,
368
+ 0.0,
369
+ 1.0
370
+ ],
371
+ "std": [
372
+ 0.0,
373
+ 0.0,
374
+ 0.0,
375
+ 0.0
376
+ ],
377
+ "count": [
378
+ 1217
379
+ ]
380
+ },
381
+ "index": {
382
+ "min": [
383
+ 0
384
+ ],
385
+ "max": [
386
+ 1216
387
+ ],
388
+ "mean": [
389
+ 608.0
390
+ ],
391
+ "std": [
392
+ 351.31752020074373
393
+ ],
394
+ "count": [
395
+ 1217
396
+ ]
397
+ }
398
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0b7b1772e5670dd785bba1f352a1f4b06a86842842fbeff9f0867819fdcc8b7
3
+ size 2166
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:bf7f50807f3c4d019df5ac9a65e45326e72919c59e03662258da1f068c14f5f3
3
+ size 1495765
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:3fba6fb20b25b8c6e672360fe4e9a035e70cc4dcaee417a8218aac1886e7a396
3
+ size 661809