ankile commited on
Commit
ed3d403
·
verified ·
1 Parent(s): 3b94e2e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +262 -0
README.md ADDED
@@ -0,0 +1,262 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 300,
30
+ "total_frames": 196100,
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:300"
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
+ 18
46
+ ],
47
+ "names": [
48
+ "robot0_eef_pos_x",
49
+ "robot0_eef_pos_y",
50
+ "robot0_eef_pos_z",
51
+ "robot0_eef_quat_x",
52
+ "robot0_eef_quat_y",
53
+ "robot0_eef_quat_z",
54
+ "robot0_eef_quat_w",
55
+ "robot0_gripper_qpos_left",
56
+ "robot0_gripper_qpos_right",
57
+ "robot1_eef_pos_x",
58
+ "robot1_eef_pos_y",
59
+ "robot1_eef_pos_z",
60
+ "robot1_eef_quat_x",
61
+ "robot1_eef_quat_y",
62
+ "robot1_eef_quat_z",
63
+ "robot1_eef_quat_w",
64
+ "robot1_gripper_qpos_left",
65
+ "robot1_gripper_qpos_right"
66
+ ]
67
+ },
68
+ "observation.environment_state": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 41
72
+ ],
73
+ "names": [
74
+ "env_state_0",
75
+ "env_state_1",
76
+ "env_state_2",
77
+ "env_state_3",
78
+ "env_state_4",
79
+ "env_state_5",
80
+ "env_state_6",
81
+ "env_state_7",
82
+ "env_state_8",
83
+ "env_state_9",
84
+ "env_state_10",
85
+ "env_state_11",
86
+ "env_state_12",
87
+ "env_state_13",
88
+ "env_state_14",
89
+ "env_state_15",
90
+ "env_state_16",
91
+ "env_state_17",
92
+ "env_state_18",
93
+ "env_state_19",
94
+ "env_state_20",
95
+ "env_state_21",
96
+ "env_state_22",
97
+ "env_state_23",
98
+ "env_state_24",
99
+ "env_state_25",
100
+ "env_state_26",
101
+ "env_state_27",
102
+ "env_state_28",
103
+ "env_state_29",
104
+ "env_state_30",
105
+ "env_state_31",
106
+ "env_state_32",
107
+ "env_state_33",
108
+ "env_state_34",
109
+ "env_state_35",
110
+ "env_state_36",
111
+ "env_state_37",
112
+ "env_state_38",
113
+ "env_state_39",
114
+ "env_state_40"
115
+ ]
116
+ },
117
+ "action": {
118
+ "dtype": "float32",
119
+ "shape": [
120
+ 14
121
+ ],
122
+ "names": [
123
+ "robot0_delta_eef_pos_x",
124
+ "robot0_delta_eef_pos_y",
125
+ "robot0_delta_eef_pos_z",
126
+ "robot0_delta_eef_rot_x",
127
+ "robot0_delta_eef_rot_y",
128
+ "robot0_delta_eef_rot_z",
129
+ "robot0_gripper_action",
130
+ "robot1_delta_eef_pos_x",
131
+ "robot1_delta_eef_pos_y",
132
+ "robot1_delta_eef_pos_z",
133
+ "robot1_delta_eef_rot_x",
134
+ "robot1_delta_eef_rot_y",
135
+ "robot1_delta_eef_rot_z",
136
+ "robot1_gripper_action"
137
+ ]
138
+ },
139
+ "steps_to_go": {
140
+ "dtype": "int64",
141
+ "shape": [
142
+ 1
143
+ ],
144
+ "names": [
145
+ "steps_to_go"
146
+ ]
147
+ },
148
+ "source": {
149
+ "dtype": "int64",
150
+ "shape": [
151
+ 1
152
+ ],
153
+ "names": [
154
+ "source_id"
155
+ ]
156
+ },
157
+ "success": {
158
+ "dtype": "int64",
159
+ "shape": [
160
+ 1
161
+ ],
162
+ "names": [
163
+ "success_flag"
164
+ ]
165
+ },
166
+ "is_valid": {
167
+ "dtype": "int64",
168
+ "shape": [
169
+ 1
170
+ ],
171
+ "names": [
172
+ "is_valid_flag"
173
+ ]
174
+ },
175
+ "reward": {
176
+ "dtype": "float32",
177
+ "shape": [
178
+ 1
179
+ ],
180
+ "names": [
181
+ "reward"
182
+ ]
183
+ },
184
+ "done": {
185
+ "dtype": "int64",
186
+ "shape": [
187
+ 1
188
+ ],
189
+ "names": [
190
+ "done_flag"
191
+ ]
192
+ },
193
+ "timestamp": {
194
+ "dtype": "float32",
195
+ "shape": [
196
+ 1
197
+ ],
198
+ "names": null
199
+ },
200
+ "frame_index": {
201
+ "dtype": "int64",
202
+ "shape": [
203
+ 1
204
+ ],
205
+ "names": null
206
+ },
207
+ "episode_index": {
208
+ "dtype": "int64",
209
+ "shape": [
210
+ 1
211
+ ],
212
+ "names": null
213
+ },
214
+ "index": {
215
+ "dtype": "int64",
216
+ "shape": [
217
+ 1
218
+ ],
219
+ "names": null
220
+ },
221
+ "task_index": {
222
+ "dtype": "int64",
223
+ "shape": [
224
+ 1
225
+ ],
226
+ "names": null
227
+ },
228
+ "observation.images.agentview": {
229
+ "dtype": "video",
230
+ "shape": [
231
+ 256,
232
+ 256,
233
+ 3
234
+ ],
235
+ "names": [
236
+ "height",
237
+ "width",
238
+ "channels"
239
+ ],
240
+ "info": {
241
+ "video.height": 256,
242
+ "video.width": 256,
243
+ "video.codec": "av1",
244
+ "video.pix_fmt": "yuv420p",
245
+ "video.is_depth_map": false,
246
+ "video.fps": 20,
247
+ "video.channels": 3,
248
+ "has_audio": false
249
+ }
250
+ }
251
+ }
252
+ }
253
+ ```
254
+
255
+
256
+ ## Citation
257
+
258
+ **BibTeX:**
259
+
260
+ ```bibtex
261
+ [More Information Needed]
262
+ ```