cadene commited on
Commit
71c17ef
·
verified ·
1 Parent(s): 1208149

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +500 -0
README.md ADDED
@@ -0,0 +1,500 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - agibot
8
+ configs:
9
+ - config_name: default
10
+ data_files: data/*/*.parquet
11
+ ---
12
+
13
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
14
+
15
+ ## Dataset Description
16
+
17
+
18
+
19
+ - **Homepage:** [More Information Needed]
20
+ - **Paper:** [More Information Needed]
21
+ - **License:** apache-2.0
22
+
23
+ ## Dataset Structure
24
+
25
+ [meta/info.json](meta/info.json):
26
+ ```json
27
+ {
28
+ "codebase_version": "v3.0",
29
+ "robot_type": "AgiBot_A2D",
30
+ "total_episodes": 5,
31
+ "total_frames": 6554,
32
+ "total_tasks": 1,
33
+ "chunks_size": 1000,
34
+ "data_files_size_in_mb": 100,
35
+ "video_files_size_in_mb": 500,
36
+ "fps": 30,
37
+ "splits": {
38
+ "train": "0:5"
39
+ },
40
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
41
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
42
+ "features": {
43
+ "observation.state.effector.position": {
44
+ "dtype": "float32",
45
+ "shape": [
46
+ 2
47
+ ],
48
+ "names": {
49
+ "axes": [
50
+ "left_gripper",
51
+ "right_gripper"
52
+ ]
53
+ }
54
+ },
55
+ "observation.state.end.position": {
56
+ "dtype": "float32",
57
+ "shape": [
58
+ 6
59
+ ],
60
+ "names": {
61
+ "axes": [
62
+ "left_x",
63
+ "left_y",
64
+ "left_z",
65
+ "right_x",
66
+ "right_y",
67
+ "right_z"
68
+ ]
69
+ }
70
+ },
71
+ "observation.state.end.orientation": {
72
+ "dtype": "float32",
73
+ "shape": [
74
+ 8
75
+ ],
76
+ "names": {
77
+ "axes": [
78
+ "left_x",
79
+ "left_y",
80
+ "left_z",
81
+ "left_w",
82
+ "right_x",
83
+ "right_y",
84
+ "right_z",
85
+ "right_w"
86
+ ]
87
+ }
88
+ },
89
+ "observation.state.head.position": {
90
+ "dtype": "float32",
91
+ "shape": [
92
+ 2
93
+ ],
94
+ "names": {
95
+ "axes": [
96
+ "yaw",
97
+ "pitch"
98
+ ]
99
+ }
100
+ },
101
+ "observation.state.joint.current_value": {
102
+ "dtype": "float32",
103
+ "shape": [
104
+ 14
105
+ ],
106
+ "names": {
107
+ "axes": [
108
+ "left_joint_0",
109
+ "left_joint_1",
110
+ "left_joint_2",
111
+ "left_joint_3",
112
+ "left_joint_4",
113
+ "left_joint_5",
114
+ "left_joint_6",
115
+ "right_joint_0",
116
+ "right_joint_1",
117
+ "right_joint_2",
118
+ "right_joint_3",
119
+ "right_joint_4",
120
+ "right_joint_5",
121
+ "right_joint_6"
122
+ ]
123
+ }
124
+ },
125
+ "observation.state.joint.position": {
126
+ "dtype": "float32",
127
+ "shape": [
128
+ 14
129
+ ],
130
+ "names": {
131
+ "axes": [
132
+ "left_joint_0",
133
+ "left_joint_1",
134
+ "left_joint_2",
135
+ "left_joint_3",
136
+ "left_joint_4",
137
+ "left_joint_5",
138
+ "left_joint_6",
139
+ "right_joint_0",
140
+ "right_joint_1",
141
+ "right_joint_2",
142
+ "right_joint_3",
143
+ "right_joint_4",
144
+ "right_joint_5",
145
+ "right_joint_6"
146
+ ]
147
+ }
148
+ },
149
+ "observation.state.waist.position": {
150
+ "dtype": "float32",
151
+ "shape": [
152
+ 2
153
+ ],
154
+ "names": {
155
+ "axes": [
156
+ "pitch",
157
+ "lift"
158
+ ]
159
+ }
160
+ },
161
+ "observation.state": {
162
+ "dtype": "float32",
163
+ "shape": [
164
+ 20
165
+ ],
166
+ "names": {
167
+ "axes": [
168
+ "head_yaw",
169
+ "head_pitch",
170
+ "left_joint_0",
171
+ "left_joint_1",
172
+ "left_joint_2",
173
+ "left_joint_3",
174
+ "left_joint_4",
175
+ "left_joint_5",
176
+ "left_joint_6",
177
+ "left_gripper",
178
+ "right_joint_0",
179
+ "right_joint_1",
180
+ "right_joint_2",
181
+ "right_joint_3",
182
+ "right_joint_4",
183
+ "right_joint_5",
184
+ "right_joint_6",
185
+ "right_gripper",
186
+ "waist_pitch",
187
+ "waist_lift"
188
+ ]
189
+ }
190
+ },
191
+ "action.effector.position": {
192
+ "dtype": "float32",
193
+ "shape": [
194
+ 2
195
+ ],
196
+ "names": {
197
+ "axes": [
198
+ "left_gripper",
199
+ "right_gripper"
200
+ ]
201
+ }
202
+ },
203
+ "action.end.position": {
204
+ "dtype": "float32",
205
+ "shape": [
206
+ 6
207
+ ],
208
+ "names": {
209
+ "axes": [
210
+ "left_x",
211
+ "left_y",
212
+ "left_z",
213
+ "right_x",
214
+ "right_y",
215
+ "right_z"
216
+ ]
217
+ }
218
+ },
219
+ "action.end.orientation": {
220
+ "dtype": "float32",
221
+ "shape": [
222
+ 8
223
+ ],
224
+ "names": {
225
+ "axes": [
226
+ "left_x",
227
+ "left_y",
228
+ "left_z",
229
+ "left_w",
230
+ "right_x",
231
+ "right_y",
232
+ "right_z",
233
+ "right_w"
234
+ ]
235
+ }
236
+ },
237
+ "action.head.position": {
238
+ "dtype": "float32",
239
+ "shape": [
240
+ 2
241
+ ],
242
+ "names": {
243
+ "axes": [
244
+ "yaw",
245
+ "pitch"
246
+ ]
247
+ }
248
+ },
249
+ "action.joint.position": {
250
+ "dtype": "float32",
251
+ "shape": [
252
+ 14
253
+ ],
254
+ "names": {
255
+ "axes": [
256
+ "left_joint_0",
257
+ "left_joint_1",
258
+ "left_joint_2",
259
+ "left_joint_3",
260
+ "left_joint_4",
261
+ "left_joint_5",
262
+ "left_joint_6",
263
+ "right_joint_0",
264
+ "right_joint_1",
265
+ "right_joint_2",
266
+ "right_joint_3",
267
+ "right_joint_4",
268
+ "right_joint_5",
269
+ "right_joint_6"
270
+ ]
271
+ }
272
+ },
273
+ "action.robot.velocity": {
274
+ "dtype": "float32",
275
+ "shape": [
276
+ 2
277
+ ],
278
+ "names": {
279
+ "axes": [
280
+ "velocity_x",
281
+ "yaw_rate"
282
+ ]
283
+ }
284
+ },
285
+ "action.waist.position": {
286
+ "dtype": "float32",
287
+ "shape": [
288
+ 2
289
+ ],
290
+ "names": {
291
+ "axes": [
292
+ "pitch",
293
+ "lift"
294
+ ]
295
+ }
296
+ },
297
+ "action": {
298
+ "dtype": "float32",
299
+ "shape": [
300
+ 22
301
+ ],
302
+ "names": {
303
+ "axes": [
304
+ "head_yaw",
305
+ "head_pitch",
306
+ "left_joint_0",
307
+ "left_joint_1",
308
+ "left_joint_2",
309
+ "left_joint_3",
310
+ "left_joint_4",
311
+ "left_joint_5",
312
+ "left_joint_6",
313
+ "left_gripper",
314
+ "right_joint_0",
315
+ "right_joint_1",
316
+ "right_joint_2",
317
+ "right_joint_3",
318
+ "right_joint_4",
319
+ "right_joint_5",
320
+ "right_joint_6",
321
+ "right_gripper",
322
+ "waist_pitch",
323
+ "waist_lift",
324
+ "velocity_x",
325
+ "yaw_rate"
326
+ ]
327
+ }
328
+ },
329
+ "init_scene_text": {
330
+ "dtype": "string",
331
+ "shape": [
332
+ 1
333
+ ],
334
+ "names": null
335
+ },
336
+ "action_text": {
337
+ "dtype": "string",
338
+ "shape": [
339
+ 1
340
+ ],
341
+ "names": null
342
+ },
343
+ "skill": {
344
+ "dtype": "string",
345
+ "shape": [
346
+ 1
347
+ ],
348
+ "names": null
349
+ },
350
+ "timestamp": {
351
+ "dtype": "float32",
352
+ "shape": [
353
+ 1
354
+ ],
355
+ "names": null
356
+ },
357
+ "frame_index": {
358
+ "dtype": "int64",
359
+ "shape": [
360
+ 1
361
+ ],
362
+ "names": null
363
+ },
364
+ "episode_index": {
365
+ "dtype": "int64",
366
+ "shape": [
367
+ 1
368
+ ],
369
+ "names": null
370
+ },
371
+ "index": {
372
+ "dtype": "int64",
373
+ "shape": [
374
+ 1
375
+ ],
376
+ "names": null
377
+ },
378
+ "task_index": {
379
+ "dtype": "int64",
380
+ "shape": [
381
+ 1
382
+ ],
383
+ "names": null
384
+ },
385
+ "observation.images.top_head": {
386
+ "dtype": "video",
387
+ "shape": [
388
+ 480,
389
+ 640,
390
+ 3
391
+ ],
392
+ "names": [
393
+ "height",
394
+ "width",
395
+ "channel"
396
+ ]
397
+ },
398
+ "observation.images.hand_left": {
399
+ "dtype": "video",
400
+ "shape": [
401
+ 480,
402
+ 640,
403
+ 3
404
+ ],
405
+ "names": [
406
+ "height",
407
+ "width",
408
+ "channel"
409
+ ]
410
+ },
411
+ "observation.images.hand_right": {
412
+ "dtype": "video",
413
+ "shape": [
414
+ 480,
415
+ 640,
416
+ 3
417
+ ],
418
+ "names": [
419
+ "height",
420
+ "width",
421
+ "channel"
422
+ ]
423
+ },
424
+ "observation.images.head_center_fisheye": {
425
+ "dtype": "video",
426
+ "shape": [
427
+ 748,
428
+ 960,
429
+ 3
430
+ ],
431
+ "names": [
432
+ "height",
433
+ "width",
434
+ "channel"
435
+ ]
436
+ },
437
+ "observation.images.head_left_fisheye": {
438
+ "dtype": "video",
439
+ "shape": [
440
+ 748,
441
+ 960,
442
+ 3
443
+ ],
444
+ "names": [
445
+ "height",
446
+ "width",
447
+ "channel"
448
+ ]
449
+ },
450
+ "observation.images.head_right_fisheye": {
451
+ "dtype": "video",
452
+ "shape": [
453
+ 748,
454
+ 960,
455
+ 3
456
+ ],
457
+ "names": [
458
+ "height",
459
+ "width",
460
+ "channel"
461
+ ]
462
+ },
463
+ "observation.images.back_left_fisheye": {
464
+ "dtype": "video",
465
+ "shape": [
466
+ 748,
467
+ 960,
468
+ 3
469
+ ],
470
+ "names": [
471
+ "height",
472
+ "width",
473
+ "channel"
474
+ ]
475
+ },
476
+ "observation.images.back_right_fisheye": {
477
+ "dtype": "video",
478
+ "shape": [
479
+ 748,
480
+ 960,
481
+ 3
482
+ ],
483
+ "names": [
484
+ "height",
485
+ "width",
486
+ "channel"
487
+ ]
488
+ }
489
+ }
490
+ }
491
+ ```
492
+
493
+
494
+ ## Citation
495
+
496
+ **BibTeX:**
497
+
498
+ ```bibtex
499
+ [More Information Needed]
500
+ ```