ankile commited on
Commit
9b77803
·
verified ·
1 Parent(s): c86d9db

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +270 -0
README.md ADDED
@@ -0,0 +1,270 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "v3.0",
28
+ "robot_type": "panda",
29
+ "total_episodes": 100,
30
+ "total_frames": 33881,
31
+ "total_tasks": 1,
32
+ "chunks_size": 1000,
33
+ "data_files_size_in_mb": 100,
34
+ "video_files_size_in_mb": 500,
35
+ "fps": 20,
36
+ "splits": {
37
+ "train": "0:100"
38
+ },
39
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
40
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
41
+ "features": {
42
+ "observation.state": {
43
+ "dtype": "float32",
44
+ "shape": [
45
+ 9
46
+ ],
47
+ "names": [
48
+ "eef_pos_x",
49
+ "eef_pos_y",
50
+ "eef_pos_z",
51
+ "eef_quat_x",
52
+ "eef_quat_y",
53
+ "eef_quat_z",
54
+ "eef_quat_w",
55
+ "gripper_qpos_left",
56
+ "gripper_qpos_right"
57
+ ]
58
+ },
59
+ "observation.environment_state": {
60
+ "dtype": "float32",
61
+ "shape": [
62
+ 42
63
+ ],
64
+ "names": [
65
+ "env_state_0",
66
+ "env_state_1",
67
+ "env_state_2",
68
+ "env_state_3",
69
+ "env_state_4",
70
+ "env_state_5",
71
+ "env_state_6",
72
+ "env_state_7",
73
+ "env_state_8",
74
+ "env_state_9",
75
+ "env_state_10",
76
+ "env_state_11",
77
+ "env_state_12",
78
+ "env_state_13",
79
+ "env_state_14",
80
+ "env_state_15",
81
+ "env_state_16",
82
+ "env_state_17",
83
+ "env_state_18",
84
+ "env_state_19",
85
+ "env_state_20",
86
+ "env_state_21",
87
+ "env_state_22",
88
+ "env_state_23",
89
+ "env_state_24",
90
+ "env_state_25",
91
+ "env_state_26",
92
+ "env_state_27",
93
+ "env_state_28",
94
+ "env_state_29",
95
+ "env_state_30",
96
+ "env_state_31",
97
+ "env_state_32",
98
+ "env_state_33",
99
+ "env_state_34",
100
+ "env_state_35",
101
+ "env_state_36",
102
+ "env_state_37",
103
+ "env_state_38",
104
+ "env_state_39",
105
+ "env_state_40",
106
+ "env_state_41"
107
+ ]
108
+ },
109
+ "action": {
110
+ "dtype": "float32",
111
+ "shape": [
112
+ 7
113
+ ],
114
+ "names": [
115
+ "delta_eef_pos_x",
116
+ "delta_eef_pos_y",
117
+ "delta_eef_pos_z",
118
+ "delta_eef_rot_x",
119
+ "delta_eef_rot_y",
120
+ "delta_eef_rot_z",
121
+ "gripper_action"
122
+ ]
123
+ },
124
+ "steps_to_go": {
125
+ "dtype": "int64",
126
+ "shape": [
127
+ 1
128
+ ],
129
+ "names": [
130
+ "steps_to_go"
131
+ ]
132
+ },
133
+ "source": {
134
+ "dtype": "int64",
135
+ "shape": [
136
+ 1
137
+ ],
138
+ "names": [
139
+ "source_id"
140
+ ]
141
+ },
142
+ "success": {
143
+ "dtype": "int64",
144
+ "shape": [
145
+ 1
146
+ ],
147
+ "names": [
148
+ "success_flag"
149
+ ]
150
+ },
151
+ "is_valid": {
152
+ "dtype": "int64",
153
+ "shape": [
154
+ 1
155
+ ],
156
+ "names": [
157
+ "is_valid_flag"
158
+ ]
159
+ },
160
+ "reward": {
161
+ "dtype": "float32",
162
+ "shape": [
163
+ 1
164
+ ],
165
+ "names": [
166
+ "reward"
167
+ ]
168
+ },
169
+ "done": {
170
+ "dtype": "int64",
171
+ "shape": [
172
+ 1
173
+ ],
174
+ "names": [
175
+ "done_flag"
176
+ ]
177
+ },
178
+ "observation.images.agentview": {
179
+ "dtype": "video",
180
+ "shape": [
181
+ 84,
182
+ 84,
183
+ 3
184
+ ],
185
+ "names": [
186
+ "height",
187
+ "width",
188
+ "channels"
189
+ ],
190
+ "info": {
191
+ "video.height": 84,
192
+ "video.width": 84,
193
+ "video.codec": "av1",
194
+ "video.pix_fmt": "yuv420p",
195
+ "video.is_depth_map": false,
196
+ "video.fps": 20,
197
+ "video.channels": 3,
198
+ "has_audio": false
199
+ }
200
+ },
201
+ "observation.images.robot0_eye_in_hand": {
202
+ "dtype": "video",
203
+ "shape": [
204
+ 84,
205
+ 84,
206
+ 3
207
+ ],
208
+ "names": [
209
+ "height",
210
+ "width",
211
+ "channels"
212
+ ],
213
+ "info": {
214
+ "video.height": 84,
215
+ "video.width": 84,
216
+ "video.codec": "av1",
217
+ "video.pix_fmt": "yuv420p",
218
+ "video.is_depth_map": false,
219
+ "video.fps": 20,
220
+ "video.channels": 3,
221
+ "has_audio": false
222
+ }
223
+ },
224
+ "timestamp": {
225
+ "dtype": "float32",
226
+ "shape": [
227
+ 1
228
+ ],
229
+ "names": null
230
+ },
231
+ "frame_index": {
232
+ "dtype": "int64",
233
+ "shape": [
234
+ 1
235
+ ],
236
+ "names": null
237
+ },
238
+ "episode_index": {
239
+ "dtype": "int64",
240
+ "shape": [
241
+ 1
242
+ ],
243
+ "names": null
244
+ },
245
+ "index": {
246
+ "dtype": "int64",
247
+ "shape": [
248
+ 1
249
+ ],
250
+ "names": null
251
+ },
252
+ "task_index": {
253
+ "dtype": "int64",
254
+ "shape": [
255
+ 1
256
+ ],
257
+ "names": null
258
+ }
259
+ }
260
+ }
261
+ ```
262
+
263
+
264
+ ## Citation
265
+
266
+ **BibTeX:**
267
+
268
+ ```bibtex
269
+ [More Information Needed]
270
+ ```