adityabhaskara commited on
Commit
11267b7
·
verified ·
1 Parent(s): ef1f009

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:25d12c30469fcf8ad79a2383f18733b1e089c25cfb92ee575a248f1b7c9fd226
3
+ size 148583
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a648e8181b5b003a7db52554aa472cf550ae9487ddff93cac206c864c6941129
3
+ size 65612
meta/info.json ADDED
@@ -0,0 +1,141 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": null,
4
+ "total_episodes": 2,
5
+ "total_frames": 1198,
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:2"
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
+ "episode_index": {
3
+ "min": [
4
+ 0
5
+ ],
6
+ "max": [
7
+ 1
8
+ ],
9
+ "mean": [
10
+ 0.5
11
+ ],
12
+ "std": [
13
+ 0.5
14
+ ],
15
+ "count": [
16
+ 1198
17
+ ]
18
+ },
19
+ "task_index": {
20
+ "min": [
21
+ 0
22
+ ],
23
+ "max": [
24
+ 0
25
+ ],
26
+ "mean": [
27
+ 0.0
28
+ ],
29
+ "std": [
30
+ 0.0
31
+ ],
32
+ "count": [
33
+ 1198
34
+ ]
35
+ },
36
+ "next.reward": {
37
+ "min": [
38
+ 0.0
39
+ ],
40
+ "max": [
41
+ 0.0
42
+ ],
43
+ "mean": [
44
+ 0.0
45
+ ],
46
+ "std": [
47
+ 0.0
48
+ ],
49
+ "count": [
50
+ 1198
51
+ ]
52
+ },
53
+ "observation.images.front": {
54
+ "min": [
55
+ [
56
+ [
57
+ 0.06666666666666667
58
+ ]
59
+ ],
60
+ [
61
+ [
62
+ 0.07450980392156863
63
+ ]
64
+ ],
65
+ [
66
+ [
67
+ 0.07450980392156863
68
+ ]
69
+ ]
70
+ ],
71
+ "max": [
72
+ [
73
+ [
74
+ 1.0
75
+ ]
76
+ ],
77
+ [
78
+ [
79
+ 1.0
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 1.0
85
+ ]
86
+ ]
87
+ ],
88
+ "mean": [
89
+ [
90
+ [
91
+ 0.2754420870031574
92
+ ]
93
+ ],
94
+ [
95
+ [
96
+ 0.39072911286157025
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 0.5076624094966627
102
+ ]
103
+ ]
104
+ ],
105
+ "std": [
106
+ [
107
+ [
108
+ 0.22339722846132823
109
+ ]
110
+ ],
111
+ [
112
+ [
113
+ 0.20151756502361395
114
+ ]
115
+ ],
116
+ [
117
+ [
118
+ 0.19695858004672584
119
+ ]
120
+ ]
121
+ ],
122
+ "count": [
123
+ 242
124
+ ]
125
+ },
126
+ "next.done": {
127
+ "min": [
128
+ false
129
+ ],
130
+ "max": [
131
+ true
132
+ ],
133
+ "mean": [
134
+ 0.001669449081803005
135
+ ],
136
+ "std": [
137
+ 0.04082477215571781
138
+ ],
139
+ "count": [
140
+ 1198
141
+ ]
142
+ },
143
+ "observation.images.wrist": {
144
+ "min": [
145
+ [
146
+ [
147
+ 0.06274509803921569
148
+ ]
149
+ ],
150
+ [
151
+ [
152
+ 0.06274509803921569
153
+ ]
154
+ ],
155
+ [
156
+ [
157
+ 0.06274509803921569
158
+ ]
159
+ ]
160
+ ],
161
+ "max": [
162
+ [
163
+ [
164
+ 1.0
165
+ ]
166
+ ],
167
+ [
168
+ [
169
+ 0.9137254901960784
170
+ ]
171
+ ],
172
+ [
173
+ [
174
+ 1.0
175
+ ]
176
+ ]
177
+ ],
178
+ "mean": [
179
+ [
180
+ [
181
+ 0.2367346472300503
182
+ ]
183
+ ],
184
+ [
185
+ [
186
+ 0.3205231162914869
187
+ ]
188
+ ],
189
+ [
190
+ [
191
+ 0.4675105837789661
192
+ ]
193
+ ]
194
+ ],
195
+ "std": [
196
+ [
197
+ [
198
+ 0.1802670853665776
199
+ ]
200
+ ],
201
+ [
202
+ [
203
+ 0.12464532070176847
204
+ ]
205
+ ],
206
+ [
207
+ [
208
+ 0.18259633673208125
209
+ ]
210
+ ]
211
+ ],
212
+ "count": [
213
+ 242
214
+ ]
215
+ },
216
+ "observation.state": {
217
+ "min": [
218
+ -0.0015988211380317807,
219
+ 0.10631486028432846,
220
+ -0.0012889415957033634,
221
+ -2.4558703899383545,
222
+ -0.0011085987789556384,
223
+ 2.497971296310425,
224
+ 0.7850886583328247,
225
+ -0.0053519499488174915,
226
+ -0.5111798644065857,
227
+ -0.004624042194336653,
228
+ -0.6437721848487854,
229
+ -0.0064102355390787125,
230
+ -0.5096312165260315,
231
+ -0.003253211500123143,
232
+ 0.0,
233
+ 0.4831795394420624,
234
+ -0.00017958520038519055,
235
+ 0.0017019165679812431
236
+ ],
237
+ "max": [
238
+ 0.001450243522413075,
239
+ 0.598039448261261,
240
+ 0.0011982446303591132,
241
+ -2.0113651752471924,
242
+ 0.00040229916339740157,
243
+ 2.852252244949341,
244
+ 0.7863428592681885,
245
+ 0.005516373552381992,
246
+ 0.5612707734107971,
247
+ 0.007004042621701956,
248
+ 0.7622174024581909,
249
+ 0.007673004642128944,
250
+ 0.47137317061424255,
251
+ 0.008999870158731937,
252
+ 0.0,
253
+ 0.599908709526062,
254
+ 4.224750227876939e-05,
255
+ 0.12500494718551636
256
+ ],
257
+ "mean": [
258
+ 7.831322091078619e-05,
259
+ 0.384432315826416,
260
+ -0.0001525521875009872,
261
+ -2.391432046890259,
262
+ -0.0002785266187856905,
263
+ 2.7777446508407593,
264
+ 0.7853989601135254,
265
+ -2.729882680796436e-06,
266
+ 0.0029180156998336315,
267
+ 4.971631199168769e-06,
268
+ 0.0006683410465484485,
269
+ 9.897553354676347e-06,
270
+ 0.0023535399232059717,
271
+ 1.5940481944198837e-05,
272
+ 0.0,
273
+ 0.49707362055778503,
274
+ -5.261154547042679e-05,
275
+ 0.010200094897300005
276
+ ],
277
+ "std": [
278
+ 0.0002314703402182575,
279
+ 0.06533855616647755,
280
+ 0.00020408610562405984,
281
+ 0.05280257612930894,
282
+ 0.0001901420323463918,
283
+ 0.05707168295751907,
284
+ 0.0002365455954885098,
285
+ 0.0005793613780106078,
286
+ 0.07307778142190412,
287
+ 0.0005145875013359078,
288
+ 0.061352175897506335,
289
+ 0.0005785560726151134,
290
+ 0.06714486925990704,
291
+ 0.0005888337426734936,
292
+ 0.0,
293
+ 0.014928512004155873,
294
+ 2.8328265337299174e-05,
295
+ 0.02224204770363076
296
+ ],
297
+ "count": [
298
+ 1198
299
+ ]
300
+ },
301
+ "timestamp": {
302
+ "min": [
303
+ 0.0
304
+ ],
305
+ "max": [
306
+ 59.8
307
+ ],
308
+ "mean": [
309
+ 29.9
310
+ ],
311
+ "std": [
312
+ 17.291616465790586
313
+ ],
314
+ "count": [
315
+ 1198
316
+ ]
317
+ },
318
+ "index": {
319
+ "min": [
320
+ 0
321
+ ],
322
+ "max": [
323
+ 1197
324
+ ],
325
+ "mean": [
326
+ 598.5
327
+ ],
328
+ "std": [
329
+ 345.83269076245523
330
+ ],
331
+ "count": [
332
+ 1198
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
+ 1198
350
+ ]
351
+ },
352
+ "frame_index": {
353
+ "min": [
354
+ 0
355
+ ],
356
+ "max": [
357
+ 598
358
+ ],
359
+ "mean": [
360
+ 299.0
361
+ ],
362
+ "std": [
363
+ 172.91616465790582
364
+ ],
365
+ "count": [
366
+ 1198
367
+ ]
368
+ },
369
+ "action": {
370
+ "min": [
371
+ 0.0,
372
+ 0.0,
373
+ 0.0,
374
+ 1.0
375
+ ],
376
+ "max": [
377
+ 0.0,
378
+ 0.0,
379
+ 0.0,
380
+ 1.0
381
+ ],
382
+ "mean": [
383
+ 0.0,
384
+ 0.0,
385
+ 0.0,
386
+ 1.0
387
+ ],
388
+ "std": [
389
+ 0.0,
390
+ 0.0,
391
+ 0.0,
392
+ 0.0
393
+ ],
394
+ "count": [
395
+ 1198
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:96225cc194cfc854135e6b80b1583b697e7fde747bd90074fa72cbd254476065
3
+ size 1536547
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:6e748d25fd4fc151b0baaca8961cefc4d715b441721d45b9bd22f815468fcb1f
3
+ size 593951