mpark commited on
Commit
fca07fa
·
verified ·
1 Parent(s): 22d965a

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:a4ad0b650a0bea5f648ebe59c588cd507a7e82a23b148b2d4171c9ce451655ae
3
+ size 47671779
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13cd85b85c2004d88fb1afcfb38f1e8fb4cc90e10a2aef82927c7e0496c74cf6
3
+ size 154931
meta/info.json ADDED
@@ -0,0 +1,153 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "unknown",
4
+ "total_episodes": 3095,
5
+ "total_frames": 467310,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 200,
10
+ "fps": 15,
11
+ "splits": {
12
+ "train": "0:3095"
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
+ 8
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
+ ]
52
+ },
53
+ "fps": 15
54
+ },
55
+ "observation.velocity": {
56
+ "dtype": "float32",
57
+ "shape": [
58
+ 8
59
+ ],
60
+ "names": null,
61
+ "fps": 15
62
+ },
63
+ "episode_index": {
64
+ "dtype": "int64",
65
+ "shape": [
66
+ 1
67
+ ],
68
+ "names": null
69
+ },
70
+ "frame_index": {
71
+ "dtype": "int64",
72
+ "shape": [
73
+ 1
74
+ ],
75
+ "names": null
76
+ },
77
+ "index": {
78
+ "dtype": "int64",
79
+ "shape": [
80
+ 1
81
+ ],
82
+ "names": null
83
+ },
84
+ "task_index": {
85
+ "dtype": "int64",
86
+ "shape": [
87
+ 1
88
+ ],
89
+ "names": null
90
+ },
91
+ "timestamp": {
92
+ "dtype": "float32",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": null
97
+ },
98
+ "next.done": {
99
+ "dtype": "bool",
100
+ "shape": [
101
+ 1
102
+ ],
103
+ "names": null,
104
+ "fps": 15
105
+ },
106
+ "observation.images.over_shoulder_left_camera": {
107
+ "dtype": "video",
108
+ "shape": [
109
+ 270,
110
+ 480,
111
+ 3
112
+ ],
113
+ "names": [
114
+ "height",
115
+ "width",
116
+ "channels"
117
+ ],
118
+ "info": {
119
+ "video.height": 270,
120
+ "video.width": 480,
121
+ "video.codec": "avc1",
122
+ "video.pix_fmt": "yuv420p",
123
+ "video.is_depth_map": false,
124
+ "video.fps": 15.0,
125
+ "video.channels": 3,
126
+ "has_audio": false
127
+ }
128
+ },
129
+ "observation.images.wrist_cam": {
130
+ "dtype": "video",
131
+ "shape": [
132
+ 270,
133
+ 480,
134
+ 3
135
+ ],
136
+ "names": [
137
+ "height",
138
+ "width",
139
+ "channels"
140
+ ],
141
+ "info": {
142
+ "video.height": 270,
143
+ "video.width": 480,
144
+ "video.codec": "avc1",
145
+ "video.pix_fmt": "yuv420p",
146
+ "video.is_depth_map": false,
147
+ "video.fps": 15.0,
148
+ "video.channels": 3,
149
+ "has_audio": false
150
+ }
151
+ }
152
+ }
153
+ }
meta/provenance.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "droid_action_convention": "RECORDED FORMAT (always, regardless of policy): arm = ABSOLUTE droid-frame joint target (arm_proc, j7 -pi/4); gripper = binary {0,1} (raw>0 -> close)",
3
+ "episodes_accepted": 40,
4
+ "episodes_attempted": 64,
5
+ "frame_convention": "env_relative_pos+world_quat;world_frame_velocity",
6
+ "generator": "none",
7
+ "generator_config": "none",
8
+ "generator_source": "none",
9
+ "gripper": "panda",
10
+ "init_pose": "medium",
11
+ "instruction": "Pack canned foods into the bin",
12
+ "max_relative_action_rate": "[0.0507, 0.1218, 0.0384, 0.1348, 0.0714, 0.1425, 0.216]",
13
+ "num_envs_collected": 64,
14
+ "oracle_perception": "privileged",
15
+ "oracle_recipe": "capx capx_setup/collect_foodpacking_cans_demos.py (문서 절 없음 — 스크립트가 유일 출처)",
16
+ "policy_action_space": "relative_rate_limited",
17
+ "policy_ckpt": "capx-oracle:foodpacking_1bin_1can",
18
+ "policy_config_yaml": "/home/nas_main/minhopark/repos/dg-rl/libs/FlashSAC/models/init-pose-ladder/ipl-food-medium-s0/FoodPacking1Cans/seed0-0801-013238/config.yaml",
19
+ "policy_sampling": "deterministic",
20
+ "schema_version": 3,
21
+ "sim_steps_total": 19200,
22
+ "skill_z": "none",
23
+ "success_hold_steps": 15,
24
+ "task": "foodpacking_1bin_1can.py",
25
+ "source_hdf5": [
26
+ "/home/nas_main/minhopark/datasets/robot/robolab/generated/rollouts-raw/capx-foodpacking_1bin_1can-medium-260812-s00-render/foodpacking_1bin_1can.py/data.hdf5"
27
+ ],
28
+ "merged_from_shards": [
29
+ "capx-foodpacking_1bin_1can-medium-260812-s00",
30
+ "capx-foodpacking_1bin_1can-medium-260812-s01",
31
+ "capx-foodpacking_1bin_1can-medium-260812-s02",
32
+ "capx-foodpacking_1bin_1can-medium-260812-s03",
33
+ "capx-foodpacking_1bin_1can-medium-260812-s04",
34
+ "capx-foodpacking_1bin_1can-medium-260812-s05"
35
+ ]
36
+ }
meta/stats.json ADDED
@@ -0,0 +1,428 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "episode_index": {
3
+ "min": [
4
+ 0
5
+ ],
6
+ "max": [
7
+ 524
8
+ ],
9
+ "mean": [
10
+ 256.85691724979137
11
+ ],
12
+ "std": [
13
+ 149.2233778336435
14
+ ],
15
+ "count": [
16
+ 467310
17
+ ]
18
+ },
19
+ "frame_index": {
20
+ "min": [
21
+ 0
22
+ ],
23
+ "max": [
24
+ 296
25
+ ],
26
+ "mean": [
27
+ 75.78697224540456
28
+ ],
29
+ "std": [
30
+ 45.193814456590154
31
+ ],
32
+ "count": [
33
+ 467310
34
+ ]
35
+ },
36
+ "observation.images.wrist_cam": {
37
+ "min": [
38
+ [
39
+ [
40
+ 0.0392156862745098
41
+ ]
42
+ ],
43
+ [
44
+ [
45
+ 0.0
46
+ ]
47
+ ],
48
+ [
49
+ [
50
+ 0.0
51
+ ]
52
+ ]
53
+ ],
54
+ "max": [
55
+ [
56
+ [
57
+ 1.0
58
+ ]
59
+ ],
60
+ [
61
+ [
62
+ 1.0
63
+ ]
64
+ ],
65
+ [
66
+ [
67
+ 1.0
68
+ ]
69
+ ]
70
+ ],
71
+ "mean": [
72
+ [
73
+ [
74
+ 0.6753316112847718
75
+ ]
76
+ ],
77
+ [
78
+ [
79
+ 0.5693406790191479
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.46444009846271883
85
+ ]
86
+ ]
87
+ ],
88
+ "std": [
89
+ [
90
+ [
91
+ 0.16677947477049626
92
+ ]
93
+ ],
94
+ [
95
+ [
96
+ 0.17521223592637789
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 0.19269845457987303
102
+ ]
103
+ ]
104
+ ],
105
+ "count": [
106
+ 467310
107
+ ]
108
+ },
109
+ "observation.images.over_shoulder_left_camera": {
110
+ "min": [
111
+ [
112
+ [
113
+ 0.0
114
+ ]
115
+ ],
116
+ [
117
+ [
118
+ 0.0
119
+ ]
120
+ ],
121
+ [
122
+ [
123
+ 0.0
124
+ ]
125
+ ]
126
+ ],
127
+ "max": [
128
+ [
129
+ [
130
+ 1.0
131
+ ]
132
+ ],
133
+ [
134
+ [
135
+ 1.0
136
+ ]
137
+ ],
138
+ [
139
+ [
140
+ 1.0
141
+ ]
142
+ ]
143
+ ],
144
+ "mean": [
145
+ [
146
+ [
147
+ 0.4565277240967514
148
+ ]
149
+ ],
150
+ [
151
+ [
152
+ 0.42464363334970134
153
+ ]
154
+ ],
155
+ [
156
+ [
157
+ 0.3992361481021761
158
+ ]
159
+ ]
160
+ ],
161
+ "std": [
162
+ [
163
+ [
164
+ 0.2760256037159626
165
+ ]
166
+ ],
167
+ [
168
+ [
169
+ 0.26322119895035656
170
+ ]
171
+ ],
172
+ [
173
+ [
174
+ 0.26025311355249303
175
+ ]
176
+ ]
177
+ ],
178
+ "count": [
179
+ 467310
180
+ ]
181
+ },
182
+ "observation.state": {
183
+ "min": [
184
+ -2.263291835784912,
185
+ -1.3271799087524414,
186
+ -0.9021461009979248,
187
+ -3.0718002319335938,
188
+ -1.1487529277801514,
189
+ 1.2860891819000244,
190
+ -0.9771451950073242,
191
+ 0.0
192
+ ],
193
+ "max": [
194
+ 0.938511848449707,
195
+ 1.5768463611602783,
196
+ 2.0701773166656494,
197
+ -0.06979276239871979,
198
+ 1.2327179908752441,
199
+ 3.558130979537964,
200
+ 0.586954653263092,
201
+ 1.0
202
+ ],
203
+ "mean": [
204
+ 0.17928600898901015,
205
+ 0.338208542013541,
206
+ -0.043234378168435686,
207
+ -1.6940246467463766,
208
+ 0.05290935930690374,
209
+ 2.0921228625150876,
210
+ 0.1134966049339282,
211
+ 0.15655121914179854
212
+ ],
213
+ "std": [
214
+ 0.2768979909552089,
215
+ 0.4710337662700359,
216
+ 0.11789690549137066,
217
+ 0.6997039317133457,
218
+ 0.13455786885242374,
219
+ 0.526120408545068,
220
+ 0.3803031033825023,
221
+ 0.14678032509411165
222
+ ],
223
+ "count": [
224
+ 467310
225
+ ],
226
+ "q01": [
227
+ -0.3948600855469704,
228
+ -0.6936687046289444,
229
+ -0.31890601962804793,
230
+ -2.9751019263267517,
231
+ -0.25699828922748563,
232
+ 1.3698932254314422,
233
+ -0.729632493853569,
234
+ 0.0
235
+ ],
236
+ "q99": [
237
+ 0.554795120358467,
238
+ 0.8658282542228699,
239
+ 0.25528672635555266,
240
+ -0.4728045779466629,
241
+ 0.40243629753589627,
242
+ 3.157207169532776,
243
+ 0.5284013187885284,
244
+ 0.48902138233184733
245
+ ]
246
+ },
247
+ "index": {
248
+ "min": [
249
+ 0
250
+ ],
251
+ "max": [
252
+ 79290
253
+ ],
254
+ "mean": [
255
+ 38949.65537009694
256
+ ],
257
+ "std": [
258
+ 22496.691783715505
259
+ ],
260
+ "count": [
261
+ 467310
262
+ ]
263
+ },
264
+ "timestamp": {
265
+ "min": [
266
+ 0.0
267
+ ],
268
+ "max": [
269
+ 19.733333333333334
270
+ ],
271
+ "mean": [
272
+ 5.052464816360303
273
+ ],
274
+ "std": [
275
+ 3.012920963772677
276
+ ],
277
+ "count": [
278
+ 467310
279
+ ]
280
+ },
281
+ "task_index": {
282
+ "min": [
283
+ 0
284
+ ],
285
+ "max": [
286
+ 0
287
+ ],
288
+ "mean": [
289
+ 0.0
290
+ ],
291
+ "std": [
292
+ 0.0
293
+ ],
294
+ "count": [
295
+ 467310
296
+ ]
297
+ },
298
+ "observation.velocity": {
299
+ "min": [
300
+ -0.3992309272289276,
301
+ -1.0453200340270996,
302
+ -0.7711959481239319,
303
+ -0.8905319571495056,
304
+ -2.5974395275115967,
305
+ -1.2101123332977295,
306
+ -2.6100053787231445,
307
+ -5.990006446838379
308
+ ],
309
+ "max": [
310
+ 0.6193001866340637,
311
+ 0.6332746744155884,
312
+ 0.8976022601127625,
313
+ 2.036015272140503,
314
+ 2.4540622234344482,
315
+ 2.6448495388031006,
316
+ 2.6100897789001465,
317
+ 5.663482666015625
318
+ ],
319
+ "mean": [
320
+ 0.05131436460804408,
321
+ 0.13430742155111222,
322
+ -0.001200531124162588,
323
+ 0.14930509727148714,
324
+ 0.0033944045231037493,
325
+ -0.03773416371254949,
326
+ 0.03638603775993124,
327
+ -0.7265608187049118
328
+ ],
329
+ "std": [
330
+ 0.14264822986234532,
331
+ 0.373433201281627,
332
+ 0.10820348896007335,
333
+ 0.39598787175776573,
334
+ 0.15307906397072105,
335
+ 0.46941624566905793,
336
+ 0.295084832697785,
337
+ 1.1623430830680128
338
+ ],
339
+ "count": [
340
+ 467310
341
+ ],
342
+ "q01": [
343
+ -0.24734407395124436,
344
+ -0.5754958289861679,
345
+ -0.19024682447314262,
346
+ -0.6730949664115906,
347
+ -0.36259254544973374,
348
+ -0.7809984940290451,
349
+ -1.0318596434593201,
350
+ -5.004078960418701
351
+ ],
352
+ "q99": [
353
+ 0.25196870893239975,
354
+ 0.627517722249031,
355
+ 0.19159281104803083,
356
+ 0.6602729558944702,
357
+ 0.3587389701604843,
358
+ 0.6861278957128525,
359
+ 1.0375386714935302,
360
+ 0.4220507007837288
361
+ ]
362
+ },
363
+ "action": {
364
+ "min": [
365
+ -2.3139917850494385,
366
+ -1.3630750179290771,
367
+ -0.9405460953712463,
368
+ -3.0717999935150146,
369
+ -1.196892261505127,
370
+ 1.2411330938339233,
371
+ -1.0406725406646729,
372
+ 0.0
373
+ ],
374
+ "max": [
375
+ 0.9872310161590576,
376
+ 1.6000438928604126,
377
+ 2.0829856395721436,
378
+ -0.06979990005493164,
379
+ 1.2576172351837158,
380
+ 3.415631055831909,
381
+ 0.6503857970237732,
382
+ 1.0
383
+ ],
384
+ "mean": [
385
+ 0.1887931498977023,
386
+ 0.3758607824128227,
387
+ -0.04387110763341025,
388
+ -1.6689842780793986,
389
+ 0.05328657632622566,
390
+ 2.0889347354412866,
391
+ 0.12335625192945379,
392
+ 0.5831653506237829
393
+ ],
394
+ "std": [
395
+ 0.283189918445449,
396
+ 0.46458131282406634,
397
+ 0.12078922697229431,
398
+ 0.708139086976632,
399
+ 0.14031650110169644,
400
+ 0.5356562394908162,
401
+ 0.39028948807406766,
402
+ 0.49303501341743966
403
+ ],
404
+ "count": [
405
+ 467310
406
+ ],
407
+ "q01": [
408
+ -0.40301772326231,
409
+ -0.7177426981925964,
410
+ -0.3228595182299614,
411
+ -3.0031495785713194,
412
+ -0.26738655626773833,
413
+ 1.3420763099193573,
414
+ -0.7465296477079392,
415
+ 0.0
416
+ ],
417
+ "q99": [
418
+ 0.556091747879982,
419
+ 0.8655022871494293,
420
+ 0.2609587344527242,
421
+ -0.4293782189488411,
422
+ 0.4142026203870758,
423
+ 3.15541207075119,
424
+ 0.5622984504699705,
425
+ 1.0
426
+ ]
427
+ }
428
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3867a2aa9967dd41ef23dc942c0c60f036eb73da2088cbf40881469b45fd29b3
3
+ size 2133
videos/observation.images.over_shoulder_left_camera/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fe424663b59cc69b0552e1014649e96d2881cb01af93993d011849765fa9a11
3
+ size 268816068
videos/observation.images.over_shoulder_left_camera/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f15299fe98a1a82b730b3711ef200ed7db8591e04934190961bde4682f91b2a0
3
+ size 265108744
videos/observation.images.over_shoulder_left_camera/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f451ebd61e37079686ab2070577706f3aa0d6028e7cb7afd75af908fe4e2436
3
+ size 266781795
videos/observation.images.wrist_cam/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24d7499d3c207dbe78f308d98234bb977f7e57f9c0d439cb669816c3f6910c30
3
+ size 339691197
videos/observation.images.wrist_cam/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cd18e66e24d93a93c7e8d1949d5f0a0bf084125c2cbe312799521d3e4881836
3
+ size 334669393
videos/observation.images.wrist_cam/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74a04ba881946b7a61c7446d520471992434d949a86f3bc509a1304d88571d70
3
+ size 338339501
videos/observation.images.wrist_cam/chunk-000/file-003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c048228dbd0221300c6e91c0493d96ac9a923fa44049378c2cb74e0f88252fd1
3
+ size 328609243
videos/observation.images.wrist_cam/chunk-000/file-004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a82e5a2e760d488e7f1faad4680dc5f6b31c5b91059ce61d9f1bec02736fc5e8
3
+ size 339022696
videos/observation.images.wrist_cam/chunk-000/file-005.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03ac16c9ca97ca68a7b74ebe8f73ab751b0122eb31903526fe49270ca145b9ae
3
+ size 330025456