younghyopark commited on
Commit
797e1a7
·
verified ·
1 Parent(s): cdb5170

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +373 -0
README.md ADDED
@@ -0,0 +1,373 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ configs:
8
+ - config_name: default
9
+ data_files: data/*/*.parquet
10
+ ---
11
+
12
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
13
+
14
+ ## Dataset Description
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": "v2.1",
28
+ "robot_type": "DualPanda",
29
+ "total_episodes": 1000,
30
+ "total_frames": 243000,
31
+ "total_tasks": 1,
32
+ "total_videos": 0,
33
+ "total_chunks": 1,
34
+ "chunks_size": 1000,
35
+ "fps": 50,
36
+ "splits": {
37
+ "train": "0:1000"
38
+ },
39
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
40
+ "video_path": null,
41
+ "features": {
42
+ "observation.joint": {
43
+ "dtype": "float32",
44
+ "shape": [
45
+ 16
46
+ ],
47
+ "names": [
48
+ "l_robot/joint1",
49
+ "l_robot/joint2",
50
+ "l_robot/joint3",
51
+ "l_robot/joint4",
52
+ "l_robot/joint5",
53
+ "l_robot/joint6",
54
+ "l_robot/joint7",
55
+ "l_robot/right_driver_joint",
56
+ "l_robot/right_coupler_joint",
57
+ "l_robot/right_spring_link_joint",
58
+ "l_robot/right_follower_joint",
59
+ "l_robot/left_driver_joint",
60
+ "l_robot/left_coupler_joint",
61
+ "l_robot/left_spring_link_joint",
62
+ "l_robot/left_follower_joint",
63
+ "r_robot/joint1",
64
+ "r_robot/joint2",
65
+ "r_robot/joint3",
66
+ "r_robot/joint4",
67
+ "r_robot/joint5",
68
+ "r_robot/joint6",
69
+ "r_robot/joint7",
70
+ "r_robot/right_driver_joint",
71
+ "r_robot/right_coupler_joint",
72
+ "r_robot/right_spring_link_joint",
73
+ "r_robot/right_follower_joint",
74
+ "r_robot/left_driver_joint",
75
+ "r_robot/left_coupler_joint",
76
+ "r_robot/left_spring_link_joint",
77
+ "r_robot/left_follower_joint"
78
+ ]
79
+ },
80
+ "observation.state": {
81
+ "dtype": "float32",
82
+ "shape": [
83
+ 30
84
+ ],
85
+ "names": [
86
+ "l_robot/joint1",
87
+ "l_robot/joint2",
88
+ "l_robot/joint3",
89
+ "l_robot/joint4",
90
+ "l_robot/joint5",
91
+ "l_robot/joint6",
92
+ "l_robot/joint7",
93
+ "l_robot/right_driver_joint",
94
+ "l_robot/right_coupler_joint",
95
+ "l_robot/right_spring_link_joint",
96
+ "l_robot/right_follower_joint",
97
+ "l_robot/left_driver_joint",
98
+ "l_robot/left_coupler_joint",
99
+ "l_robot/left_spring_link_joint",
100
+ "l_robot/left_follower_joint",
101
+ "r_robot/joint1",
102
+ "r_robot/joint2",
103
+ "r_robot/joint3",
104
+ "r_robot/joint4",
105
+ "r_robot/joint5",
106
+ "r_robot/joint6",
107
+ "r_robot/joint7",
108
+ "r_robot/right_driver_joint",
109
+ "r_robot/right_coupler_joint",
110
+ "r_robot/right_spring_link_joint",
111
+ "r_robot/right_follower_joint",
112
+ "r_robot/left_driver_joint",
113
+ "r_robot/left_coupler_joint",
114
+ "r_robot/left_spring_link_joint",
115
+ "r_robot/left_follower_joint"
116
+ ]
117
+ },
118
+ "observation.environment_state": {
119
+ "dtype": "float32",
120
+ "shape": [
121
+ 7
122
+ ],
123
+ "names": [
124
+ "tblock_px",
125
+ "tblock_py",
126
+ "tblock_pz",
127
+ "tblock_qw",
128
+ "tblock_qx",
129
+ "tblock_qy",
130
+ "tblock_qz"
131
+ ]
132
+ },
133
+ "observation.environment.block_xy": {
134
+ "dtype": "float32",
135
+ "shape": [
136
+ 2
137
+ ],
138
+ "names": [
139
+ "block_x",
140
+ "block_y"
141
+ ]
142
+ },
143
+ "observation.right_arm.joint": {
144
+ "dtype": "float32",
145
+ "shape": [
146
+ 7
147
+ ]
148
+ },
149
+ "observation.right.joint": {
150
+ "dtype": "float32",
151
+ "shape": [
152
+ 8
153
+ ]
154
+ },
155
+ "observation.left_arm.joint": {
156
+ "dtype": "float32",
157
+ "shape": [
158
+ 7
159
+ ]
160
+ },
161
+ "observation.qvel": {
162
+ "dtype": "float32",
163
+ "shape": [
164
+ 30
165
+ ],
166
+ "names": [
167
+ "l_robot/joint1",
168
+ "l_robot/joint2",
169
+ "l_robot/joint3",
170
+ "l_robot/joint4",
171
+ "l_robot/joint5",
172
+ "l_robot/joint6",
173
+ "l_robot/joint7",
174
+ "l_robot/right_driver_joint",
175
+ "l_robot/right_coupler_joint",
176
+ "l_robot/right_spring_link_joint",
177
+ "l_robot/right_follower_joint",
178
+ "l_robot/left_driver_joint",
179
+ "l_robot/left_coupler_joint",
180
+ "l_robot/left_spring_link_joint",
181
+ "l_robot/left_follower_joint",
182
+ "r_robot/joint1",
183
+ "r_robot/joint2",
184
+ "r_robot/joint3",
185
+ "r_robot/joint4",
186
+ "r_robot/joint5",
187
+ "r_robot/joint6",
188
+ "r_robot/joint7",
189
+ "r_robot/right_driver_joint",
190
+ "r_robot/right_coupler_joint",
191
+ "r_robot/right_spring_link_joint",
192
+ "r_robot/right_follower_joint",
193
+ "r_robot/left_driver_joint",
194
+ "r_robot/left_coupler_joint",
195
+ "r_robot/left_spring_link_joint",
196
+ "r_robot/left_follower_joint"
197
+ ]
198
+ },
199
+ "observation.env_qvel": {
200
+ "dtype": "float32",
201
+ "shape": [
202
+ 6
203
+ ],
204
+ "names": [
205
+ "tblock_vx",
206
+ "tblock_vy",
207
+ "tblock_vz",
208
+ "tblock_wx",
209
+ "tblock_wy",
210
+ "tblock_wz"
211
+ ]
212
+ },
213
+ "observation.ee_pose": {
214
+ "dtype": "float32",
215
+ "shape": [
216
+ 16
217
+ ],
218
+ "names": [
219
+ "l_robot/hand_x",
220
+ "l_robot/hand_y",
221
+ "l_robot/hand_z",
222
+ "l_robot/hand_qw",
223
+ "l_robot/hand_qx",
224
+ "l_robot/hand_qy",
225
+ "l_robot/hand_qz",
226
+ "l_robot/gripper",
227
+ "r_robot/hand_x",
228
+ "r_robot/hand_y",
229
+ "r_robot/hand_z",
230
+ "r_robot/hand_qw",
231
+ "r_robot/hand_qx",
232
+ "r_robot/hand_qy",
233
+ "r_robot/hand_qz",
234
+ "r_robot/gripper"
235
+ ]
236
+ },
237
+ "action.ctrl": {
238
+ "dtype": "float32",
239
+ "shape": [
240
+ 16
241
+ ],
242
+ "names": [
243
+ "l_robot/actuator1",
244
+ "l_robot/actuator2",
245
+ "l_robot/actuator3",
246
+ "l_robot/actuator4",
247
+ "l_robot/actuator5",
248
+ "l_robot/actuator6",
249
+ "l_robot/actuator7",
250
+ "l_robot/fingers_actuator",
251
+ "r_robot/actuator1",
252
+ "r_robot/actuator2",
253
+ "r_robot/actuator3",
254
+ "r_robot/actuator4",
255
+ "r_robot/actuator5",
256
+ "r_robot/actuator6",
257
+ "r_robot/actuator7",
258
+ "r_robot/fingers_actuator"
259
+ ]
260
+ },
261
+ "action.joint": {
262
+ "dtype": "float32",
263
+ "shape": [
264
+ 16
265
+ ],
266
+ "names": [
267
+ "l_robot/actuator1",
268
+ "l_robot/actuator2",
269
+ "l_robot/actuator3",
270
+ "l_robot/actuator4",
271
+ "l_robot/actuator5",
272
+ "l_robot/actuator6",
273
+ "l_robot/actuator7",
274
+ "l_robot/fingers_actuator",
275
+ "r_robot/actuator1",
276
+ "r_robot/actuator2",
277
+ "r_robot/actuator3",
278
+ "r_robot/actuator4",
279
+ "r_robot/actuator5",
280
+ "r_robot/actuator6",
281
+ "r_robot/actuator7",
282
+ "r_robot/fingers_actuator"
283
+ ]
284
+ },
285
+ "action.ee_pose": {
286
+ "dtype": "float32",
287
+ "shape": [
288
+ 16
289
+ ],
290
+ "names": [
291
+ "l_robot/hand_x",
292
+ "l_robot/hand_y",
293
+ "l_robot/hand_z",
294
+ "l_robot/hand_qw",
295
+ "l_robot/hand_qx",
296
+ "l_robot/hand_qy",
297
+ "l_robot/hand_qz",
298
+ "l_robot/gripper",
299
+ "r_robot/hand_x",
300
+ "r_robot/hand_y",
301
+ "r_robot/hand_z",
302
+ "r_robot/hand_qw",
303
+ "r_robot/hand_qx",
304
+ "r_robot/hand_qy",
305
+ "r_robot/hand_qz",
306
+ "r_robot/gripper"
307
+ ]
308
+ },
309
+ "action.right_arm.joint": {
310
+ "dtype": "float32",
311
+ "shape": [
312
+ 7
313
+ ]
314
+ },
315
+ "action.right.joint": {
316
+ "dtype": "float32",
317
+ "shape": [
318
+ 8
319
+ ]
320
+ },
321
+ "action.left_arm.joint": {
322
+ "dtype": "float32",
323
+ "shape": [
324
+ 7
325
+ ]
326
+ },
327
+ "timestamp": {
328
+ "dtype": "float32",
329
+ "shape": [
330
+ 1
331
+ ],
332
+ "names": null
333
+ },
334
+ "episode_index": {
335
+ "dtype": "int64",
336
+ "shape": [
337
+ 1
338
+ ],
339
+ "names": null
340
+ },
341
+ "frame_index": {
342
+ "dtype": "int64",
343
+ "shape": [
344
+ 1
345
+ ],
346
+ "names": null
347
+ },
348
+ "index": {
349
+ "dtype": "int64",
350
+ "shape": [
351
+ 1
352
+ ],
353
+ "names": null
354
+ },
355
+ "task_index": {
356
+ "dtype": "int64",
357
+ "shape": [
358
+ 1
359
+ ],
360
+ "names": null
361
+ }
362
+ }
363
+ }
364
+ ```
365
+
366
+
367
+ ## Citation
368
+
369
+ **BibTeX:**
370
+
371
+ ```bibtex
372
+ [More Information Needed]
373
+ ```