ankile commited on
Commit
20698ad
·
verified ·
1 Parent(s): 3b237c0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +267 -0
README.md ADDED
@@ -0,0 +1,267 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 25570,
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
+ 39
63
+ ],
64
+ "names": [
65
+ "cubeA_pos_x",
66
+ "cubeA_pos_y",
67
+ "cubeA_pos_z",
68
+ "cubeA_quat_x",
69
+ "cubeA_quat_y",
70
+ "cubeA_quat_z",
71
+ "cubeA_quat_w",
72
+ "cubeB_pos_x",
73
+ "cubeB_pos_y",
74
+ "cubeB_pos_z",
75
+ "cubeB_quat_x",
76
+ "cubeB_quat_y",
77
+ "cubeB_quat_z",
78
+ "cubeB_quat_w",
79
+ "cubeA_to_cubeB_x",
80
+ "cubeA_to_cubeB_y",
81
+ "cubeA_to_cubeB_z",
82
+ "gripper_to_cubeA_x",
83
+ "gripper_to_cubeA_y",
84
+ "gripper_to_cubeA_z",
85
+ "gripper_to_cubeB_x",
86
+ "gripper_to_cubeB_y",
87
+ "gripper_to_cubeB_z",
88
+ "cubeC_pos_x",
89
+ "cubeC_pos_y",
90
+ "cubeC_pos_z",
91
+ "cubeC_quat_x",
92
+ "cubeC_quat_y",
93
+ "cubeC_quat_z",
94
+ "cubeC_quat_w",
95
+ "gripper_to_cubeC_x",
96
+ "gripper_to_cubeC_y",
97
+ "gripper_to_cubeC_z",
98
+ "cubeA_to_cubeC_x",
99
+ "cubeA_to_cubeC_y",
100
+ "cubeA_to_cubeC_z",
101
+ "cubeB_to_cubeC_x",
102
+ "cubeB_to_cubeC_y",
103
+ "cubeB_to_cubeC_z"
104
+ ]
105
+ },
106
+ "action": {
107
+ "dtype": "float32",
108
+ "shape": [
109
+ 7
110
+ ],
111
+ "names": [
112
+ "delta_eef_pos_x",
113
+ "delta_eef_pos_y",
114
+ "delta_eef_pos_z",
115
+ "delta_eef_rot_x",
116
+ "delta_eef_rot_y",
117
+ "delta_eef_rot_z",
118
+ "gripper_action"
119
+ ]
120
+ },
121
+ "steps_to_go": {
122
+ "dtype": "int64",
123
+ "shape": [
124
+ 1
125
+ ],
126
+ "names": [
127
+ "steps_to_go"
128
+ ]
129
+ },
130
+ "source": {
131
+ "dtype": "int64",
132
+ "shape": [
133
+ 1
134
+ ],
135
+ "names": [
136
+ "source_id"
137
+ ]
138
+ },
139
+ "success": {
140
+ "dtype": "int64",
141
+ "shape": [
142
+ 1
143
+ ],
144
+ "names": [
145
+ "success_flag"
146
+ ]
147
+ },
148
+ "is_valid": {
149
+ "dtype": "int64",
150
+ "shape": [
151
+ 1
152
+ ],
153
+ "names": [
154
+ "is_valid_flag"
155
+ ]
156
+ },
157
+ "reward": {
158
+ "dtype": "float32",
159
+ "shape": [
160
+ 1
161
+ ],
162
+ "names": [
163
+ "reward"
164
+ ]
165
+ },
166
+ "done": {
167
+ "dtype": "int64",
168
+ "shape": [
169
+ 1
170
+ ],
171
+ "names": [
172
+ "done_flag"
173
+ ]
174
+ },
175
+ "observation.images.agentview": {
176
+ "dtype": "video",
177
+ "shape": [
178
+ 84,
179
+ 84,
180
+ 3
181
+ ],
182
+ "names": [
183
+ "height",
184
+ "width",
185
+ "channels"
186
+ ],
187
+ "info": {
188
+ "video.height": 84,
189
+ "video.width": 84,
190
+ "video.codec": "av1",
191
+ "video.pix_fmt": "yuv420p",
192
+ "video.is_depth_map": false,
193
+ "video.fps": 20,
194
+ "video.channels": 3,
195
+ "has_audio": false
196
+ }
197
+ },
198
+ "observation.images.robot0_eye_in_hand": {
199
+ "dtype": "video",
200
+ "shape": [
201
+ 84,
202
+ 84,
203
+ 3
204
+ ],
205
+ "names": [
206
+ "height",
207
+ "width",
208
+ "channels"
209
+ ],
210
+ "info": {
211
+ "video.height": 84,
212
+ "video.width": 84,
213
+ "video.codec": "av1",
214
+ "video.pix_fmt": "yuv420p",
215
+ "video.is_depth_map": false,
216
+ "video.fps": 20,
217
+ "video.channels": 3,
218
+ "has_audio": false
219
+ }
220
+ },
221
+ "timestamp": {
222
+ "dtype": "float32",
223
+ "shape": [
224
+ 1
225
+ ],
226
+ "names": null
227
+ },
228
+ "frame_index": {
229
+ "dtype": "int64",
230
+ "shape": [
231
+ 1
232
+ ],
233
+ "names": null
234
+ },
235
+ "episode_index": {
236
+ "dtype": "int64",
237
+ "shape": [
238
+ 1
239
+ ],
240
+ "names": null
241
+ },
242
+ "index": {
243
+ "dtype": "int64",
244
+ "shape": [
245
+ 1
246
+ ],
247
+ "names": null
248
+ },
249
+ "task_index": {
250
+ "dtype": "int64",
251
+ "shape": [
252
+ 1
253
+ ],
254
+ "names": null
255
+ }
256
+ }
257
+ }
258
+ ```
259
+
260
+
261
+ ## Citation
262
+
263
+ **BibTeX:**
264
+
265
+ ```bibtex
266
+ [More Information Needed]
267
+ ```