aractingi commited on
Commit
a0f79bf
·
verified ·
1 Parent(s): 079bc27

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +26 -31
  2. meta/stats.json +162 -162
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: apache-2.0
3
  task_categories:
4
  - robotics
5
  tags:
@@ -15,27 +15,29 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
15
 
16
 
17
 
18
- - **Homepage:** [More Information Needed]
19
- - **Paper:** [More Information Needed]
20
- - **License:** apache-2.0
21
 
22
  ## Dataset Structure
23
 
24
  [meta/info.json](meta/info.json):
25
  ```json
26
  {
27
- "codebase_version": "v3.0",
28
  "robot_type": "unknown",
29
  "total_episodes": 206,
30
  "total_frames": 25650,
31
  "total_tasks": 1,
 
 
32
  "chunks_size": 1000,
33
  "fps": 10,
34
  "splits": {
35
  "train": "0:206"
36
  },
37
- "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
38
- "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
39
  "features": {
40
  "observation.image": {
41
  "dtype": "video",
@@ -67,8 +69,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
67
  "motor_0",
68
  "motor_1"
69
  ]
70
- },
71
- "fps": 10.0
72
  },
73
  "action": {
74
  "dtype": "float32",
@@ -80,76 +81,65 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
80
  "motor_0",
81
  "motor_1"
82
  ]
83
- },
84
- "fps": 10.0
85
  },
86
  "episode_index": {
87
  "dtype": "int64",
88
  "shape": [
89
  1
90
  ],
91
- "names": null,
92
- "fps": 10.0
93
  },
94
  "frame_index": {
95
  "dtype": "int64",
96
  "shape": [
97
  1
98
  ],
99
- "names": null,
100
- "fps": 10.0
101
  },
102
  "timestamp": {
103
  "dtype": "float32",
104
  "shape": [
105
  1
106
  ],
107
- "names": null,
108
- "fps": 10.0
109
  },
110
  "next.reward": {
111
  "dtype": "float32",
112
  "shape": [
113
  1
114
  ],
115
- "names": null,
116
- "fps": 10.0
117
  },
118
  "next.done": {
119
  "dtype": "bool",
120
  "shape": [
121
  1
122
  ],
123
- "names": null,
124
- "fps": 10.0
125
  },
126
  "next.success": {
127
  "dtype": "bool",
128
  "shape": [
129
  1
130
  ],
131
- "names": null,
132
- "fps": 10.0
133
  },
134
  "index": {
135
  "dtype": "int64",
136
  "shape": [
137
  1
138
  ],
139
- "names": null,
140
- "fps": 10.0
141
  },
142
  "task_index": {
143
  "dtype": "int64",
144
  "shape": [
145
  1
146
  ],
147
- "names": null,
148
- "fps": 10.0
149
  }
150
- },
151
- "data_files_size_in_mb": 100,
152
- "video_files_size_in_mb": 500
153
  }
154
  ```
155
 
@@ -159,5 +149,10 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
159
  **BibTeX:**
160
 
161
  ```bibtex
162
- [More Information Needed]
 
 
 
 
 
163
  ```
 
1
  ---
2
+ license: mit
3
  task_categories:
4
  - robotics
5
  tags:
 
15
 
16
 
17
 
18
+ - **Homepage:** https://diffusion-policy.cs.columbia.edu/
19
+ - **Paper:** https://arxiv.org/abs/2303.04137v5
20
+ - **License:** mit
21
 
22
  ## Dataset Structure
23
 
24
  [meta/info.json](meta/info.json):
25
  ```json
26
  {
27
+ "codebase_version": "v2.0",
28
  "robot_type": "unknown",
29
  "total_episodes": 206,
30
  "total_frames": 25650,
31
  "total_tasks": 1,
32
+ "total_videos": 206,
33
+ "total_chunks": 1,
34
  "chunks_size": 1000,
35
  "fps": 10,
36
  "splits": {
37
  "train": "0:206"
38
  },
39
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
40
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
41
  "features": {
42
  "observation.image": {
43
  "dtype": "video",
 
69
  "motor_0",
70
  "motor_1"
71
  ]
72
+ }
 
73
  },
74
  "action": {
75
  "dtype": "float32",
 
81
  "motor_0",
82
  "motor_1"
83
  ]
84
+ }
 
85
  },
86
  "episode_index": {
87
  "dtype": "int64",
88
  "shape": [
89
  1
90
  ],
91
+ "names": null
 
92
  },
93
  "frame_index": {
94
  "dtype": "int64",
95
  "shape": [
96
  1
97
  ],
98
+ "names": null
 
99
  },
100
  "timestamp": {
101
  "dtype": "float32",
102
  "shape": [
103
  1
104
  ],
105
+ "names": null
 
106
  },
107
  "next.reward": {
108
  "dtype": "float32",
109
  "shape": [
110
  1
111
  ],
112
+ "names": null
 
113
  },
114
  "next.done": {
115
  "dtype": "bool",
116
  "shape": [
117
  1
118
  ],
119
+ "names": null
 
120
  },
121
  "next.success": {
122
  "dtype": "bool",
123
  "shape": [
124
  1
125
  ],
126
+ "names": null
 
127
  },
128
  "index": {
129
  "dtype": "int64",
130
  "shape": [
131
  1
132
  ],
133
+ "names": null
 
134
  },
135
  "task_index": {
136
  "dtype": "int64",
137
  "shape": [
138
  1
139
  ],
140
+ "names": null
 
141
  }
142
+ }
 
 
143
  }
144
  ```
145
 
 
149
  **BibTeX:**
150
 
151
  ```bibtex
152
+ @article{chi2024diffusionpolicy,
153
+ author = {Cheng Chi and Zhenjia Xu and Siyuan Feng and Eric Cousineau and Yilun Du and Benjamin Burchfiel and Russ Tedrake and Shuran Song},
154
+ title ={Diffusion Policy: Visuomotor Policy Learning via Action Diffusion},
155
+ journal = {The International Journal of Robotics Research},
156
+ year = {2024},
157
+ }
158
  ```
meta/stats.json CHANGED
@@ -1,4 +1,109 @@
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "observation.image": {
3
  "min": [
4
  [
@@ -157,68 +262,36 @@
157
  ]
158
  ]
159
  },
160
- "task_index": {
161
  "min": [
162
  0
163
  ],
164
  "max": [
165
- 0
166
- ],
167
- "mean": [
168
- 0.0
169
- ],
170
- "std": [
171
- 0.0
172
- ],
173
- "count": [
174
- 25650
175
- ],
176
- "q01": [
177
- 3.9999999999994176e-16
178
- ],
179
- "q10": [
180
- 3.999999999999417e-15
181
- ],
182
- "q50": [
183
- 1.9999999999997088e-14
184
- ],
185
- "q90": [
186
- 3.599999999999476e-14
187
- ],
188
- "q99": [
189
- 3.959999999999423e-14
190
- ]
191
- },
192
- "next.reward": {
193
- "min": [
194
- 0.0
195
- ],
196
- "max": [
197
- 0.9488797187805176
198
  ],
199
  "mean": [
200
- 0.2914402438331301
201
  ],
202
  "std": [
203
- 0.27785711668081114
204
  ],
205
  "count": [
206
  25650
207
  ],
208
  "q01": [
209
- 0.038533111280830964
210
  ],
211
  "q10": [
212
- 0.04132755624877836
213
  ],
214
  "q50": [
215
- 0.22979198806262768
216
  ],
217
  "q90": [
218
- 0.6362724335229614
219
  ],
220
  "q99": [
221
- 0.8919279603901812
222
  ]
223
  },
224
  "next.success": {
@@ -253,109 +326,45 @@
253
  3.959999999999423e-14
254
  ]
255
  },
256
- "frame_index": {
257
- "min": [
258
- 0
259
- ],
260
- "max": [
261
- 245
262
- ],
263
- "mean": [
264
- 66.84296296296296
265
- ],
266
- "std": [
267
- 44.10651976701055
268
- ],
269
- "count": [
270
- 25650
271
- ],
272
- "q01": [
273
- 0.8707114483222852
274
- ],
275
- "q10": [
276
- 12.905298491927049
277
- ],
278
- "q50": [
279
- 66.62319686549671
280
- ],
281
- "q90": [
282
- 120.69254010456402
283
- ],
284
- "q99": [
285
- 132.80898949748666
286
- ]
287
- },
288
- "index": {
289
- "min": [
290
- 0
291
- ],
292
- "max": [
293
- 25649
294
- ],
295
- "mean": [
296
- 12824.5
297
- ],
298
- "std": [
299
- 7404.517196729755
300
- ],
301
- "count": [
302
- 25650
303
- ],
304
- "q01": [
305
- 12758.52774848536
306
- ],
307
- "q10": [
308
- 12770.562335528963
309
- ],
310
- "q50": [
311
- 12824.280361730995
312
- ],
313
- "q90": [
314
- 12878.349577141598
315
- ],
316
- "q99": [
317
- 12890.466026534523
318
- ]
319
- },
320
- "observation.state": {
321
  "min": [
322
- 13.45642375946045,
323
- 32.93829345703125
324
  ],
325
  "max": [
326
- 496.14617919921875,
327
- 510.9578857421875
328
  ],
329
  "mean": [
330
- 229.11103166814436,
331
- 293.3112367905883
332
  ],
333
  "std": [
334
- 101.8546920246623,
335
- 96.48949174984945
336
  ],
337
  "count": [
338
  25650
339
  ],
340
  "q01": [
341
- 100.22690278850581,
342
- 144.2893760958339
343
  ],
344
  "q10": [
345
- 129.15640474683082,
346
- 186.64717158103772
347
  ],
348
  "q50": [
349
- 222.29945306277335,
350
- 296.22355038988394
351
  ],
352
  "q90": [
353
- 339.10812644009644,
354
- 395.8152109824732
355
  ],
356
  "q99": [
357
- 377.2011653032408,
358
- 426.90961735062825
359
  ]
360
  },
361
  "timestamp": {
@@ -390,109 +399,100 @@
390
  13.280935798981501
391
  ]
392
  },
393
- "next.done": {
394
  "min": [
395
- false
396
  ],
397
  "max": [
398
- true
399
  ],
400
  "mean": [
401
- 0.016062378167641327
402
  ],
403
  "std": [
404
- 0.12571546513950066
405
  ],
406
  "count": [
407
  25650
408
  ],
409
  "q01": [
410
- -1e-10
411
  ],
412
  "q10": [
413
- -1e-10
414
  ],
415
  "q50": [
416
- -1e-10
417
  ],
418
  "q90": [
419
- -1e-10
420
  ],
421
  "q99": [
422
- 0.9574184768556161
423
  ]
424
  },
425
- "action": {
426
  "min": [
427
- 12.0,
428
- 25.0
429
  ],
430
  "max": [
431
- 511.0,
432
- 511.0
433
  ],
434
  "mean": [
435
- 228.23964986314087,
436
- 293.9890841163204
437
  ],
438
  "std": [
439
- 101.59956194876139,
440
- 96.03916748547886
441
  ],
442
  "count": [
443
  25650
444
  ],
445
  "q01": [
446
- 97.14267933230163,
447
- 142.11640522276622
448
  ],
449
  "q10": [
450
- 128.82459792364642,
451
- 188.86139924615887
452
  ],
453
  "q50": [
454
- 221.78533799462488,
455
- 296.2938802580848
456
  ],
457
  "q90": [
458
- 336.54286767153013,
459
- 395.7662044852136
460
  ],
461
  "q99": [
462
- 380.2259549446408,
463
- 430.53566696739415
464
  ]
465
  },
466
- "episode_index": {
467
  "min": [
468
  0
469
  ],
470
  "max": [
471
- 205
472
  ],
473
  "mean": [
474
- 104.13235867446394
475
  ],
476
  "std": [
477
- 60.34683692452595
478
  ],
479
  "count": [
480
  25650
481
  ],
482
  "q01": [
483
- 104.13235867446394
484
  ],
485
  "q10": [
486
- 104.13235867446394
487
  ],
488
  "q50": [
489
- 104.13235867446394
490
  ],
491
  "q90": [
492
- 104.13235867446397
493
  ],
494
  "q99": [
495
- 104.13235867446397
496
  ]
497
  }
498
  }
 
1
  {
2
+ "observation.state": {
3
+ "min": [
4
+ 13.45642375946045,
5
+ 32.93829345703125
6
+ ],
7
+ "max": [
8
+ 496.14617919921875,
9
+ 510.9578857421875
10
+ ],
11
+ "mean": [
12
+ 229.11103166814436,
13
+ 293.3112367905883
14
+ ],
15
+ "std": [
16
+ 101.8546920246623,
17
+ 96.48949174984945
18
+ ],
19
+ "count": [
20
+ 25650
21
+ ],
22
+ "q01": [
23
+ 100.22690278850581,
24
+ 144.2893760958339
25
+ ],
26
+ "q10": [
27
+ 129.15640474683082,
28
+ 186.64717158103772
29
+ ],
30
+ "q50": [
31
+ 222.29945306277335,
32
+ 296.22355038988394
33
+ ],
34
+ "q90": [
35
+ 339.10812644009644,
36
+ 395.8152109824732
37
+ ],
38
+ "q99": [
39
+ 377.2011653032408,
40
+ 426.90961735062825
41
+ ]
42
+ },
43
+ "frame_index": {
44
+ "min": [
45
+ 0
46
+ ],
47
+ "max": [
48
+ 245
49
+ ],
50
+ "mean": [
51
+ 66.84296296296296
52
+ ],
53
+ "std": [
54
+ 44.10651976701055
55
+ ],
56
+ "count": [
57
+ 25650
58
+ ],
59
+ "q01": [
60
+ 0.8707114483222852
61
+ ],
62
+ "q10": [
63
+ 12.905298491927049
64
+ ],
65
+ "q50": [
66
+ 66.62319686549671
67
+ ],
68
+ "q90": [
69
+ 120.69254010456402
70
+ ],
71
+ "q99": [
72
+ 132.80898949748666
73
+ ]
74
+ },
75
+ "next.reward": {
76
+ "min": [
77
+ 0.0
78
+ ],
79
+ "max": [
80
+ 0.9488797187805176
81
+ ],
82
+ "mean": [
83
+ 0.2914402438331301
84
+ ],
85
+ "std": [
86
+ 0.27785711668081114
87
+ ],
88
+ "count": [
89
+ 25650
90
+ ],
91
+ "q01": [
92
+ 0.038533111280830964
93
+ ],
94
+ "q10": [
95
+ 0.04132755624877836
96
+ ],
97
+ "q50": [
98
+ 0.22979198806262768
99
+ ],
100
+ "q90": [
101
+ 0.6362724335229614
102
+ ],
103
+ "q99": [
104
+ 0.8919279603901812
105
+ ]
106
+ },
107
  "observation.image": {
108
  "min": [
109
  [
 
262
  ]
263
  ]
264
  },
265
+ "episode_index": {
266
  "min": [
267
  0
268
  ],
269
  "max": [
270
+ 205
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
271
  ],
272
  "mean": [
273
+ 104.13235867446394
274
  ],
275
  "std": [
276
+ 60.34683692452595
277
  ],
278
  "count": [
279
  25650
280
  ],
281
  "q01": [
282
+ 104.13235867446394
283
  ],
284
  "q10": [
285
+ 104.13235867446394
286
  ],
287
  "q50": [
288
+ 104.13235867446394
289
  ],
290
  "q90": [
291
+ 104.13235867446397
292
  ],
293
  "q99": [
294
+ 104.13235867446397
295
  ]
296
  },
297
  "next.success": {
 
326
  3.959999999999423e-14
327
  ]
328
  },
329
+ "action": {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
330
  "min": [
331
+ 12.0,
332
+ 25.0
333
  ],
334
  "max": [
335
+ 511.0,
336
+ 511.0
337
  ],
338
  "mean": [
339
+ 228.23964986314087,
340
+ 293.9890841163204
341
  ],
342
  "std": [
343
+ 101.59956194876139,
344
+ 96.03916748547886
345
  ],
346
  "count": [
347
  25650
348
  ],
349
  "q01": [
350
+ 97.14267933230163,
351
+ 142.11640522276622
352
  ],
353
  "q10": [
354
+ 128.82459792364642,
355
+ 188.86139924615887
356
  ],
357
  "q50": [
358
+ 221.78533799462488,
359
+ 296.2938802580848
360
  ],
361
  "q90": [
362
+ 336.54286767153013,
363
+ 395.7662044852136
364
  ],
365
  "q99": [
366
+ 380.2259549446408,
367
+ 430.53566696739415
368
  ]
369
  },
370
  "timestamp": {
 
399
  13.280935798981501
400
  ]
401
  },
402
+ "index": {
403
  "min": [
404
+ 0
405
  ],
406
  "max": [
407
+ 25649
408
  ],
409
  "mean": [
410
+ 12824.5
411
  ],
412
  "std": [
413
+ 7404.517196729755
414
  ],
415
  "count": [
416
  25650
417
  ],
418
  "q01": [
419
+ 12758.52774848536
420
  ],
421
  "q10": [
422
+ 12770.562335528963
423
  ],
424
  "q50": [
425
+ 12824.280361730995
426
  ],
427
  "q90": [
428
+ 12878.349577141598
429
  ],
430
  "q99": [
431
+ 12890.466026534523
432
  ]
433
  },
434
+ "next.done": {
435
  "min": [
436
+ false
 
437
  ],
438
  "max": [
439
+ true
 
440
  ],
441
  "mean": [
442
+ 0.016062378167641327
 
443
  ],
444
  "std": [
445
+ 0.12571546513950066
 
446
  ],
447
  "count": [
448
  25650
449
  ],
450
  "q01": [
451
+ -1e-10
 
452
  ],
453
  "q10": [
454
+ -1e-10
 
455
  ],
456
  "q50": [
457
+ -1e-10
 
458
  ],
459
  "q90": [
460
+ -1e-10
 
461
  ],
462
  "q99": [
463
+ 0.9574184768556161
 
464
  ]
465
  },
466
+ "task_index": {
467
  "min": [
468
  0
469
  ],
470
  "max": [
471
+ 0
472
  ],
473
  "mean": [
474
+ 0.0
475
  ],
476
  "std": [
477
+ 0.0
478
  ],
479
  "count": [
480
  25650
481
  ],
482
  "q01": [
483
+ 3.9999999999994176e-16
484
  ],
485
  "q10": [
486
+ 3.999999999999417e-15
487
  ],
488
  "q50": [
489
+ 1.9999999999997088e-14
490
  ],
491
  "q90": [
492
+ 3.599999999999476e-14
493
  ],
494
  "q99": [
495
+ 3.959999999999423e-14
496
  ]
497
  }
498
  }