siyich commited on
Commit
2905aee
·
verified ·
1 Parent(s): 0075f94

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:6c89e564e9ffce09ee46ce4b7f6d55920ce386da170af6c8122b49798d2180c3
3
+ size 66134
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11a23f593cc3e7547c187217525411bed08f015cf1507d189794aba7918adab5
3
+ size 4823
meta/info.json ADDED
@@ -0,0 +1,167 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "unknown",
4
+ "total_episodes": 1,
5
+ "total_frames": 264,
6
+ "total_tasks": 1,
7
+ "total_videos": 1,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 15,
11
+ "splits": {
12
+ "train": "0:1"
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
+ 8
21
+ ],
22
+ "names": {
23
+ "motors": [
24
+ "j0",
25
+ "j1",
26
+ "j2",
27
+ "j3",
28
+ "j4",
29
+ "j5",
30
+ "j6",
31
+ "gripper"
32
+ ]
33
+ },
34
+ "fps": 15
35
+ },
36
+ "observation.state": {
37
+ "dtype": "float32",
38
+ "shape": [
39
+ 13
40
+ ],
41
+ "names": {
42
+ "motors": [
43
+ "joint_0",
44
+ "joint_1",
45
+ "joint_2",
46
+ "joint_3",
47
+ "joint_4",
48
+ "joint_5",
49
+ "joint_6",
50
+ "joint_7",
51
+ "joint_8",
52
+ "joint_9",
53
+ "joint_10",
54
+ "joint_11",
55
+ "joint_12"
56
+ ]
57
+ },
58
+ "fps": 15
59
+ },
60
+ "observation.velocity": {
61
+ "dtype": "float32",
62
+ "shape": [
63
+ 13
64
+ ],
65
+ "names": null,
66
+ "fps": 15
67
+ },
68
+ "observation.ee_position": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 3
72
+ ],
73
+ "names": [
74
+ "x",
75
+ "y",
76
+ "z"
77
+ ],
78
+ "fps": 15
79
+ },
80
+ "observation.ee_orientation": {
81
+ "dtype": "float32",
82
+ "shape": [
83
+ 4
84
+ ],
85
+ "names": [
86
+ "qx",
87
+ "qy",
88
+ "qz",
89
+ "qw"
90
+ ],
91
+ "fps": 15
92
+ },
93
+ "episode_index": {
94
+ "dtype": "int64",
95
+ "shape": [
96
+ 1
97
+ ],
98
+ "names": null,
99
+ "fps": 15
100
+ },
101
+ "frame_index": {
102
+ "dtype": "int64",
103
+ "shape": [
104
+ 1
105
+ ],
106
+ "names": null,
107
+ "fps": 15
108
+ },
109
+ "index": {
110
+ "dtype": "int64",
111
+ "shape": [
112
+ 1
113
+ ],
114
+ "names": null,
115
+ "fps": 15
116
+ },
117
+ "task_index": {
118
+ "dtype": "int64",
119
+ "shape": [
120
+ 1
121
+ ],
122
+ "names": null,
123
+ "fps": 15
124
+ },
125
+ "timestamp": {
126
+ "dtype": "float32",
127
+ "shape": [
128
+ 1
129
+ ],
130
+ "names": null,
131
+ "fps": 15
132
+ },
133
+ "next.done": {
134
+ "dtype": "bool",
135
+ "shape": [
136
+ 1
137
+ ],
138
+ "names": null,
139
+ "fps": 15
140
+ },
141
+ "observation.images.front": {
142
+ "dtype": "video",
143
+ "shape": [
144
+ 480,
145
+ 864,
146
+ 3
147
+ ],
148
+ "names": [
149
+ "height",
150
+ "width",
151
+ "channels"
152
+ ],
153
+ "info": {
154
+ "video.height": 480,
155
+ "video.width": 864,
156
+ "video.codec": "avc1",
157
+ "video.pix_fmt": "yuv420p",
158
+ "video.is_depth_map": false,
159
+ "video.fps": 15.0,
160
+ "video.channels": 3,
161
+ "has_audio": false
162
+ }
163
+ }
164
+ },
165
+ "data_files_size_in_mb": 100,
166
+ "video_files_size_in_mb": 500
167
+ }
meta/stats.json ADDED
@@ -0,0 +1,389 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action": {
3
+ "mean": [
4
+ 0.0897583366816186,
5
+ 0.19390019856985996,
6
+ -0.0926593666895659,
7
+ -2.300985075307615,
8
+ -0.18051808073326384,
9
+ 2.462026449767026,
10
+ 1.6272906616054983,
11
+ 0.3143939393939394
12
+ ],
13
+ "std": [
14
+ 0.1100350429089748,
15
+ 0.1979264765556658,
16
+ 0.07970378648435728,
17
+ 0.08858908048894186,
18
+ 0.1519404613188042,
19
+ 0.1844442219740202,
20
+ 0.4578624989842513,
21
+ 0.4642740465138019
22
+ ],
23
+ "min": [
24
+ -0.15251199901103973,
25
+ -0.5967264771461487,
26
+ -0.28037601709365845,
27
+ -2.5009515285491943,
28
+ -0.5328347086906433,
29
+ 1.9034863710403442,
30
+ 0.0114600146189332,
31
+ 0.0
32
+ ],
33
+ "max": [
34
+ 0.2506618797779083,
35
+ 0.3846215009689331,
36
+ 0.07679936289787292,
37
+ -2.01908540725708,
38
+ 0.1646111160516739,
39
+ 2.6800801753997803,
40
+ 2.1141397953033447,
41
+ 1.0
42
+ ],
43
+ "count": [
44
+ 264
45
+ ]
46
+ },
47
+ "observation.state": {
48
+ "mean": [
49
+ 0.08782162547868211,
50
+ 0.18526043487486965,
51
+ -0.09252988218301625,
52
+ -2.303661919001377,
53
+ -0.1771498513493994,
54
+ 2.4560022742459267,
55
+ 1.6081000976193922,
56
+ 0.11677611253476278,
57
+ 0.11678642847072618,
58
+ -0.11735483568852313,
59
+ 0.1185416285915774,
60
+ -0.11520739620004883,
61
+ -0.11484531428475253
62
+ ],
63
+ "std": [
64
+ 0.108725520885328,
65
+ 0.20930138559279782,
66
+ 0.07774752820566252,
67
+ 0.08762555472183065,
68
+ 0.1474605656442359,
69
+ 0.19000647308127622,
70
+ 0.47758368407519786,
71
+ 0.18280862042560894,
72
+ 0.18283682299481915,
73
+ 0.183789102464756,
74
+ 0.18305112334191545,
75
+ 0.18003193307050086,
76
+ 0.17940046367649629
77
+ ],
78
+ "min": [
79
+ -0.14539656043052673,
80
+ -0.6206517815589905,
81
+ -0.2708473801612854,
82
+ -2.5094966888427734,
83
+ -0.5274444222450256,
84
+ 1.890199065208435,
85
+ 0.0032465304248034954,
86
+ -6.981131228656068e-09,
87
+ -6.864306487841532e-05,
88
+ -0.4701882600784302,
89
+ -0.007588788866996765,
90
+ -0.4608243703842163,
91
+ -0.45694923400878906
92
+ ],
93
+ "max": [
94
+ 0.23349794745445251,
95
+ 0.3818514347076416,
96
+ 0.0601552277803421,
97
+ -2.025481939315796,
98
+ 0.1504031866788864,
99
+ 2.677009105682373,
100
+ 2.0944108963012695,
101
+ 0.4652244746685028,
102
+ 0.4654037058353424,
103
+ 0.0017111566849052906,
104
+ 0.46711066365242004,
105
+ 0.0005359501810744405,
106
+ 0.003529629437252879
107
+ ],
108
+ "count": [
109
+ 264
110
+ ]
111
+ },
112
+ "observation.velocity": {
113
+ "mean": [
114
+ 0.011802800782926639,
115
+ 0.04396016183079954,
116
+ 0.00041985156790222834,
117
+ 0.010810851742986195,
118
+ -0.018275637593571006,
119
+ 0.02795205460356418,
120
+ 0.0935163194424769,
121
+ -0.18380007925925082,
122
+ -0.12649622405991737,
123
+ 0.18381094190251382,
124
+ -0.46927410344938614,
125
+ -0.19516449375124245,
126
+ 0.19174559013961037
127
+ ],
128
+ "std": [
129
+ 0.06913163655199107,
130
+ 0.18014143964154608,
131
+ 0.07618132159171258,
132
+ 0.10579777530319323,
133
+ 0.1599186511680996,
134
+ 0.12504170372091974,
135
+ 0.2935986160005869,
136
+ 0.804317870989688,
137
+ 0.7297641642708229,
138
+ 0.8043165544481031,
139
+ 1.0831069463851735,
140
+ 0.999657223918881,
141
+ 0.8497873193411846
142
+ ],
143
+ "min": [
144
+ -0.3515680134296417,
145
+ -0.6867135763168335,
146
+ -0.14492391049861908,
147
+ -0.45289096236228943,
148
+ -0.4704985022544861,
149
+ -0.33767667412757874,
150
+ -1.3415017127990723,
151
+ -3.0117855072021484,
152
+ -3.7634055614471436,
153
+ -6.82410192489624,
154
+ -5.793307781219482,
155
+ -7.53305721282959,
156
+ -7.379758834838867
157
+ ],
158
+ "max": [
159
+ 0.23935642838478088,
160
+ 0.5872682929039001,
161
+ 0.26253435015678406,
162
+ 0.3829600512981415,
163
+ 0.9358276724815369,
164
+ 0.507938802242279,
165
+ 1.0125365257263184,
166
+ 6.824101448059082,
167
+ 7.210515975952148,
168
+ 3.0117855072021484,
169
+ 6.865608215332031,
170
+ 2.1067895889282227,
171
+ 3.000303268432617
172
+ ],
173
+ "count": [
174
+ 264
175
+ ]
176
+ },
177
+ "observation.ee_position": {
178
+ "mean": [
179
+ 0.5091743139606534,
180
+ -0.0034841577673267402,
181
+ 0.24506384862417524
182
+ ],
183
+ "std": [
184
+ 0.03327225110397381,
185
+ 0.06797821211716977,
186
+ 0.08284570480128792
187
+ ],
188
+ "min": [
189
+ 0.3620445728302002,
190
+ -0.11672887206077576,
191
+ 0.1578865349292755
192
+ ],
193
+ "max": [
194
+ 0.5800847411155701,
195
+ 0.1283971518278122,
196
+ 0.47126975655555725
197
+ ],
198
+ "count": [
199
+ 264
200
+ ]
201
+ },
202
+ "observation.ee_orientation": {
203
+ "mean": [
204
+ 0.5404373667005337,
205
+ 0.42751785970793926,
206
+ 0.4841089141414021,
207
+ -0.4992116493336983
208
+ ],
209
+ "std": [
210
+ 0.07929918299211633,
211
+ 0.11314984765407357,
212
+ 0.08068550955341515,
213
+ 0.12641529190960968
214
+ ],
215
+ "min": [
216
+ 0.43944138288497925,
217
+ 0.0022874977439641953,
218
+ 0.37803915143013,
219
+ -0.6026105284690857
220
+ ],
221
+ "max": [
222
+ 0.7223499417304993,
223
+ 0.5458720326423645,
224
+ 0.7066240310668945,
225
+ -0.0026222693268209696
226
+ ],
227
+ "count": [
228
+ 264
229
+ ]
230
+ },
231
+ "episode_index": {
232
+ "mean": [
233
+ 0.0
234
+ ],
235
+ "std": [
236
+ 0.0
237
+ ],
238
+ "min": [
239
+ 0
240
+ ],
241
+ "max": [
242
+ 0
243
+ ],
244
+ "count": [
245
+ 264
246
+ ]
247
+ },
248
+ "frame_index": {
249
+ "mean": [
250
+ 131.5
251
+ ],
252
+ "std": [
253
+ 76.20968879786
254
+ ],
255
+ "min": [
256
+ 0
257
+ ],
258
+ "max": [
259
+ 263
260
+ ],
261
+ "count": [
262
+ 264
263
+ ]
264
+ },
265
+ "index": {
266
+ "mean": [
267
+ 131.5
268
+ ],
269
+ "std": [
270
+ 76.20968879786
271
+ ],
272
+ "min": [
273
+ 0
274
+ ],
275
+ "max": [
276
+ 263
277
+ ],
278
+ "count": [
279
+ 264
280
+ ]
281
+ },
282
+ "task_index": {
283
+ "mean": [
284
+ 0.0
285
+ ],
286
+ "std": [
287
+ 0.0
288
+ ],
289
+ "min": [
290
+ 0
291
+ ],
292
+ "max": [
293
+ 0
294
+ ],
295
+ "count": [
296
+ 264
297
+ ]
298
+ },
299
+ "timestamp": {
300
+ "mean": [
301
+ 8.766666666666667
302
+ ],
303
+ "std": [
304
+ 5.080645919857333
305
+ ],
306
+ "min": [
307
+ 0.0
308
+ ],
309
+ "max": [
310
+ 17.533333333333335
311
+ ],
312
+ "count": [
313
+ 264
314
+ ]
315
+ },
316
+ "observation.images.front": {
317
+ "min": [
318
+ [
319
+ [
320
+ 0.01568627543747425
321
+ ]
322
+ ],
323
+ [
324
+ [
325
+ 0.0
326
+ ]
327
+ ],
328
+ [
329
+ [
330
+ 0.0
331
+ ]
332
+ ]
333
+ ],
334
+ "max": [
335
+ [
336
+ [
337
+ 0.9882352948188782
338
+ ]
339
+ ],
340
+ [
341
+ [
342
+ 0.9843137264251709
343
+ ]
344
+ ],
345
+ [
346
+ [
347
+ 1.0
348
+ ]
349
+ ]
350
+ ],
351
+ "mean": [
352
+ [
353
+ [
354
+ 0.15323606133460999
355
+ ]
356
+ ],
357
+ [
358
+ [
359
+ 0.15323606133460999
360
+ ]
361
+ ],
362
+ [
363
+ [
364
+ 0.15323606133460999
365
+ ]
366
+ ]
367
+ ],
368
+ "std": [
369
+ [
370
+ [
371
+ 0.3914537727832794
372
+ ]
373
+ ],
374
+ [
375
+ [
376
+ 0.29484859108924866
377
+ ]
378
+ ],
379
+ [
380
+ [
381
+ 0.2825683057308197
382
+ ]
383
+ ]
384
+ ],
385
+ "count": [
386
+ 264
387
+ ]
388
+ }
389
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2abd8129a4df95d0a57accf956fdffaee49db405fa9d3ce321da171fe5f90c62
3
+ size 73
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d491d5a89f68f10282d0bb2714f3a6c4e65d2911243e40dbaf4c4583886099e
3
+ size 942
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:a3fe2d58fb6506cf3fbc7de0bbabe962bc5554c9cb61945f70a3478ad8c37ac9
3
+ size 665944