younghyopark commited on
Commit
ae3cfe5
·
verified ·
1 Parent(s): 3c54cc5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +327 -0
README.md ADDED
@@ -0,0 +1,327 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 173000,
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.qvel": {
134
+ "dtype": "float32",
135
+ "shape": [
136
+ 30
137
+ ],
138
+ "names": [
139
+ "l_robot/joint1",
140
+ "l_robot/joint2",
141
+ "l_robot/joint3",
142
+ "l_robot/joint4",
143
+ "l_robot/joint5",
144
+ "l_robot/joint6",
145
+ "l_robot/joint7",
146
+ "l_robot/right_driver_joint",
147
+ "l_robot/right_coupler_joint",
148
+ "l_robot/right_spring_link_joint",
149
+ "l_robot/right_follower_joint",
150
+ "l_robot/left_driver_joint",
151
+ "l_robot/left_coupler_joint",
152
+ "l_robot/left_spring_link_joint",
153
+ "l_robot/left_follower_joint",
154
+ "r_robot/joint1",
155
+ "r_robot/joint2",
156
+ "r_robot/joint3",
157
+ "r_robot/joint4",
158
+ "r_robot/joint5",
159
+ "r_robot/joint6",
160
+ "r_robot/joint7",
161
+ "r_robot/right_driver_joint",
162
+ "r_robot/right_coupler_joint",
163
+ "r_robot/right_spring_link_joint",
164
+ "r_robot/right_follower_joint",
165
+ "r_robot/left_driver_joint",
166
+ "r_robot/left_coupler_joint",
167
+ "r_robot/left_spring_link_joint",
168
+ "r_robot/left_follower_joint"
169
+ ]
170
+ },
171
+ "observation.env_qvel": {
172
+ "dtype": "float32",
173
+ "shape": [
174
+ 6
175
+ ],
176
+ "names": [
177
+ "tblock_vx",
178
+ "tblock_vy",
179
+ "tblock_vz",
180
+ "tblock_wx",
181
+ "tblock_wy",
182
+ "tblock_wz"
183
+ ]
184
+ },
185
+ "observation.ee_pose": {
186
+ "dtype": "float32",
187
+ "shape": [
188
+ 16
189
+ ],
190
+ "names": [
191
+ "l_robot/hand_x",
192
+ "l_robot/hand_y",
193
+ "l_robot/hand_z",
194
+ "l_robot/hand_qw",
195
+ "l_robot/hand_qx",
196
+ "l_robot/hand_qy",
197
+ "l_robot/hand_qz",
198
+ "l_robot/gripper",
199
+ "r_robot/hand_x",
200
+ "r_robot/hand_y",
201
+ "r_robot/hand_z",
202
+ "r_robot/hand_qw",
203
+ "r_robot/hand_qx",
204
+ "r_robot/hand_qy",
205
+ "r_robot/hand_qz",
206
+ "r_robot/gripper"
207
+ ]
208
+ },
209
+ "action.ctrl": {
210
+ "dtype": "float32",
211
+ "shape": [
212
+ 16
213
+ ],
214
+ "names": [
215
+ "l_robot/actuator1",
216
+ "l_robot/actuator2",
217
+ "l_robot/actuator3",
218
+ "l_robot/actuator4",
219
+ "l_robot/actuator5",
220
+ "l_robot/actuator6",
221
+ "l_robot/actuator7",
222
+ "l_robot/fingers_actuator",
223
+ "r_robot/actuator1",
224
+ "r_robot/actuator2",
225
+ "r_robot/actuator3",
226
+ "r_robot/actuator4",
227
+ "r_robot/actuator5",
228
+ "r_robot/actuator6",
229
+ "r_robot/actuator7",
230
+ "r_robot/fingers_actuator"
231
+ ]
232
+ },
233
+ "action.joint": {
234
+ "dtype": "float32",
235
+ "shape": [
236
+ 16
237
+ ],
238
+ "names": [
239
+ "l_robot/actuator1",
240
+ "l_robot/actuator2",
241
+ "l_robot/actuator3",
242
+ "l_robot/actuator4",
243
+ "l_robot/actuator5",
244
+ "l_robot/actuator6",
245
+ "l_robot/actuator7",
246
+ "l_robot/fingers_actuator",
247
+ "r_robot/actuator1",
248
+ "r_robot/actuator2",
249
+ "r_robot/actuator3",
250
+ "r_robot/actuator4",
251
+ "r_robot/actuator5",
252
+ "r_robot/actuator6",
253
+ "r_robot/actuator7",
254
+ "r_robot/fingers_actuator"
255
+ ]
256
+ },
257
+ "action.ee_pose": {
258
+ "dtype": "float32",
259
+ "shape": [
260
+ 16
261
+ ],
262
+ "names": [
263
+ "l_robot/hand_x",
264
+ "l_robot/hand_y",
265
+ "l_robot/hand_z",
266
+ "l_robot/hand_qw",
267
+ "l_robot/hand_qx",
268
+ "l_robot/hand_qy",
269
+ "l_robot/hand_qz",
270
+ "l_robot/gripper",
271
+ "r_robot/hand_x",
272
+ "r_robot/hand_y",
273
+ "r_robot/hand_z",
274
+ "r_robot/hand_qw",
275
+ "r_robot/hand_qx",
276
+ "r_robot/hand_qy",
277
+ "r_robot/hand_qz",
278
+ "r_robot/gripper"
279
+ ]
280
+ },
281
+ "timestamp": {
282
+ "dtype": "float32",
283
+ "shape": [
284
+ 1
285
+ ],
286
+ "names": null
287
+ },
288
+ "episode_index": {
289
+ "dtype": "int64",
290
+ "shape": [
291
+ 1
292
+ ],
293
+ "names": null
294
+ },
295
+ "frame_index": {
296
+ "dtype": "int64",
297
+ "shape": [
298
+ 1
299
+ ],
300
+ "names": null
301
+ },
302
+ "index": {
303
+ "dtype": "int64",
304
+ "shape": [
305
+ 1
306
+ ],
307
+ "names": null
308
+ },
309
+ "task_index": {
310
+ "dtype": "int64",
311
+ "shape": [
312
+ 1
313
+ ],
314
+ "names": null
315
+ }
316
+ }
317
+ }
318
+ ```
319
+
320
+
321
+ ## Citation
322
+
323
+ **BibTeX:**
324
+
325
+ ```bibtex
326
+ [More Information Needed]
327
+ ```