lookas commited on
Commit
8b2e383
·
verified ·
1 Parent(s): 55466ca

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +425 -0
README.md ADDED
@@ -0,0 +1,425 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - astra
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": "v2.0",
29
+ "robot_type": "astra_joint",
30
+ "total_episodes": 80,
31
+ "total_frames": 113547,
32
+ "total_tasks": 1,
33
+ "total_videos": 240,
34
+ "total_chunks": 1,
35
+ "chunks_size": 1000,
36
+ "fps": 30,
37
+ "splits": {
38
+ "train": "0:80"
39
+ },
40
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
41
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
42
+ "features": {
43
+ "action": {
44
+ "dtype": "float32",
45
+ "shape": [
46
+ 18
47
+ ],
48
+ "names": [
49
+ 0,
50
+ 1,
51
+ 2,
52
+ 3,
53
+ 4,
54
+ 5,
55
+ 6,
56
+ 7,
57
+ 8,
58
+ 9,
59
+ 10,
60
+ 11,
61
+ 12,
62
+ 13,
63
+ 14,
64
+ 15,
65
+ 16,
66
+ 17
67
+ ]
68
+ },
69
+ "observation.state": {
70
+ "dtype": "float32",
71
+ "shape": [
72
+ 18
73
+ ],
74
+ "names": [
75
+ 0,
76
+ 1,
77
+ 2,
78
+ 3,
79
+ 4,
80
+ 5,
81
+ 6,
82
+ 7,
83
+ 8,
84
+ 9,
85
+ 10,
86
+ 11,
87
+ 12,
88
+ 13,
89
+ 14,
90
+ 15,
91
+ 16,
92
+ 17
93
+ ]
94
+ },
95
+ "action.arm_l": {
96
+ "dtype": "float32",
97
+ "shape": [
98
+ 6
99
+ ],
100
+ "names": [
101
+ 0,
102
+ 1,
103
+ 2,
104
+ 3,
105
+ 4,
106
+ 5
107
+ ]
108
+ },
109
+ "action.gripper_l": {
110
+ "dtype": "float32",
111
+ "shape": [
112
+ 1
113
+ ],
114
+ "names": [
115
+ 0
116
+ ]
117
+ },
118
+ "action.arm_r": {
119
+ "dtype": "float32",
120
+ "shape": [
121
+ 6
122
+ ],
123
+ "names": [
124
+ 0,
125
+ 1,
126
+ 2,
127
+ 3,
128
+ 4,
129
+ 5
130
+ ]
131
+ },
132
+ "action.gripper_r": {
133
+ "dtype": "float32",
134
+ "shape": [
135
+ 1
136
+ ],
137
+ "names": [
138
+ 0
139
+ ]
140
+ },
141
+ "action.base": {
142
+ "dtype": "float32",
143
+ "shape": [
144
+ 2
145
+ ],
146
+ "names": [
147
+ 0,
148
+ 1,
149
+ 2,
150
+ 3,
151
+ 4,
152
+ 5
153
+ ]
154
+ },
155
+ "action.eef_l": {
156
+ "dtype": "float32",
157
+ "shape": [
158
+ 7
159
+ ],
160
+ "names": [
161
+ 0,
162
+ 1,
163
+ 2,
164
+ 3,
165
+ 4,
166
+ 5,
167
+ 6
168
+ ]
169
+ },
170
+ "action.eef_r": {
171
+ "dtype": "float32",
172
+ "shape": [
173
+ 7
174
+ ],
175
+ "names": [
176
+ 0,
177
+ 1,
178
+ 2,
179
+ 3,
180
+ 4,
181
+ 5,
182
+ 6
183
+ ]
184
+ },
185
+ "action.head": {
186
+ "dtype": "float32",
187
+ "shape": [
188
+ 2
189
+ ],
190
+ "names": [
191
+ 0,
192
+ 1
193
+ ]
194
+ },
195
+ "observation.state.arm_l": {
196
+ "dtype": "float32",
197
+ "shape": [
198
+ 6
199
+ ],
200
+ "names": [
201
+ 0,
202
+ 1,
203
+ 2,
204
+ 3,
205
+ 4,
206
+ 5
207
+ ]
208
+ },
209
+ "observation.state.gripper_l": {
210
+ "dtype": "float32",
211
+ "shape": [
212
+ 1
213
+ ],
214
+ "names": [
215
+ 0
216
+ ]
217
+ },
218
+ "observation.state.arm_r": {
219
+ "dtype": "float32",
220
+ "shape": [
221
+ 6
222
+ ],
223
+ "names": [
224
+ 0,
225
+ 1,
226
+ 2,
227
+ 3,
228
+ 4,
229
+ 5
230
+ ]
231
+ },
232
+ "observation.state.gripper_r": {
233
+ "dtype": "float32",
234
+ "shape": [
235
+ 1
236
+ ],
237
+ "names": [
238
+ 0
239
+ ]
240
+ },
241
+ "observation.state.base": {
242
+ "dtype": "float32",
243
+ "shape": [
244
+ 2
245
+ ],
246
+ "names": [
247
+ 0,
248
+ 1,
249
+ 2,
250
+ 3,
251
+ 4,
252
+ 5
253
+ ]
254
+ },
255
+ "observation.state.eef_l": {
256
+ "dtype": "float32",
257
+ "shape": [
258
+ 7
259
+ ],
260
+ "names": [
261
+ 0,
262
+ 1,
263
+ 2,
264
+ 3,
265
+ 4,
266
+ 5,
267
+ 6
268
+ ]
269
+ },
270
+ "observation.state.eef_r": {
271
+ "dtype": "float32",
272
+ "shape": [
273
+ 7
274
+ ],
275
+ "names": [
276
+ 0,
277
+ 1,
278
+ 2,
279
+ 3,
280
+ 4,
281
+ 5,
282
+ 6
283
+ ]
284
+ },
285
+ "observation.state.odom": {
286
+ "dtype": "float32",
287
+ "shape": [
288
+ 7
289
+ ],
290
+ "names": [
291
+ 0,
292
+ 1,
293
+ 2,
294
+ 3,
295
+ 4,
296
+ 5,
297
+ 6
298
+ ]
299
+ },
300
+ "observation.state.head": {
301
+ "dtype": "float32",
302
+ "shape": [
303
+ 2
304
+ ],
305
+ "names": [
306
+ 0,
307
+ 1
308
+ ]
309
+ },
310
+ "timestamp": {
311
+ "dtype": "float32",
312
+ "shape": [
313
+ 1
314
+ ],
315
+ "names": null
316
+ },
317
+ "frame_index": {
318
+ "dtype": "int64",
319
+ "shape": [
320
+ 1
321
+ ],
322
+ "names": null
323
+ },
324
+ "episode_index": {
325
+ "dtype": "int64",
326
+ "shape": [
327
+ 1
328
+ ],
329
+ "names": null
330
+ },
331
+ "index": {
332
+ "dtype": "int64",
333
+ "shape": [
334
+ 1
335
+ ],
336
+ "names": null
337
+ },
338
+ "task_index": {
339
+ "dtype": "int64",
340
+ "shape": [
341
+ 1
342
+ ],
343
+ "names": null
344
+ },
345
+ "observation.images.head": {
346
+ "dtype": "video",
347
+ "shape": [
348
+ 360,
349
+ 640,
350
+ 3
351
+ ],
352
+ "names": [
353
+ "height",
354
+ "width",
355
+ "channels"
356
+ ],
357
+ "info": {
358
+ "video.fps": 30.0,
359
+ "video.height": 360,
360
+ "video.width": 640,
361
+ "video.channels": 3,
362
+ "video.codec": "av1",
363
+ "video.pix_fmt": "yuv420p",
364
+ "video.is_depth_map": false,
365
+ "has_audio": false
366
+ }
367
+ },
368
+ "observation.images.wrist_left": {
369
+ "dtype": "video",
370
+ "shape": [
371
+ 360,
372
+ 640,
373
+ 3
374
+ ],
375
+ "names": [
376
+ "height",
377
+ "width",
378
+ "channels"
379
+ ],
380
+ "info": {
381
+ "video.fps": 30.0,
382
+ "video.height": 360,
383
+ "video.width": 640,
384
+ "video.channels": 3,
385
+ "video.codec": "av1",
386
+ "video.pix_fmt": "yuv420p",
387
+ "video.is_depth_map": false,
388
+ "has_audio": false
389
+ }
390
+ },
391
+ "observation.images.wrist_right": {
392
+ "dtype": "video",
393
+ "shape": [
394
+ 360,
395
+ 640,
396
+ 3
397
+ ],
398
+ "names": [
399
+ "height",
400
+ "width",
401
+ "channels"
402
+ ],
403
+ "info": {
404
+ "video.fps": 30.0,
405
+ "video.height": 360,
406
+ "video.width": 640,
407
+ "video.channels": 3,
408
+ "video.codec": "av1",
409
+ "video.pix_fmt": "yuv420p",
410
+ "video.is_depth_map": false,
411
+ "has_audio": false
412
+ }
413
+ }
414
+ }
415
+ }
416
+ ```
417
+
418
+
419
+ ## Citation
420
+
421
+ **BibTeX:**
422
+
423
+ ```bibtex
424
+ [More Information Needed]
425
+ ```