ankile commited on
Commit
3b93bd4
·
verified ·
1 Parent(s): 43f154b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +242 -0
README.md ADDED
@@ -0,0 +1,242 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "robomimic",
29
+ "total_episodes": 1009,
30
+ "total_frames": 338519,
31
+ "total_tasks": 1,
32
+ "total_videos": 3027,
33
+ "total_chunks": 2,
34
+ "chunks_size": 1000,
35
+ "fps": 20,
36
+ "splits": {
37
+ "train": "0:1009"
38
+ },
39
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
40
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
41
+ "features": {
42
+ "action": {
43
+ "dtype": "float32",
44
+ "shape": [
45
+ 24
46
+ ],
47
+ "names": [
48
+ "action_0",
49
+ "action_1",
50
+ "action_2",
51
+ "action_3",
52
+ "action_4",
53
+ "action_5",
54
+ "action_6",
55
+ "action_7",
56
+ "action_8",
57
+ "action_9",
58
+ "action_10",
59
+ "action_11",
60
+ "action_12",
61
+ "action_13",
62
+ "action_14",
63
+ "action_15",
64
+ "action_16",
65
+ "action_17",
66
+ "action_18",
67
+ "action_19",
68
+ "action_20",
69
+ "action_21",
70
+ "action_22",
71
+ "action_23"
72
+ ]
73
+ },
74
+ "next.done": {
75
+ "dtype": "bool",
76
+ "shape": [
77
+ 1
78
+ ],
79
+ "names": [
80
+ "done"
81
+ ]
82
+ },
83
+ "observation.state": {
84
+ "dtype": "float32",
85
+ "shape": [
86
+ 36
87
+ ],
88
+ "names": [
89
+ "robot0_left_eef_pos_0",
90
+ "robot0_left_eef_pos_1",
91
+ "robot0_left_eef_pos_2",
92
+ "robot0_left_eef_quat_0",
93
+ "robot0_left_eef_quat_1",
94
+ "robot0_left_eef_quat_2",
95
+ "robot0_left_eef_quat_3",
96
+ "robot0_left_gripper_qpos_0",
97
+ "robot0_left_gripper_qpos_1",
98
+ "robot0_left_gripper_qpos_2",
99
+ "robot0_left_gripper_qpos_3",
100
+ "robot0_left_gripper_qpos_4",
101
+ "robot0_left_gripper_qpos_5",
102
+ "robot0_left_gripper_qpos_6",
103
+ "robot0_left_gripper_qpos_7",
104
+ "robot0_left_gripper_qpos_8",
105
+ "robot0_left_gripper_qpos_9",
106
+ "robot0_left_gripper_qpos_10",
107
+ "robot0_right_eef_pos_0",
108
+ "robot0_right_eef_pos_1",
109
+ "robot0_right_eef_pos_2",
110
+ "robot0_right_eef_quat_0",
111
+ "robot0_right_eef_quat_1",
112
+ "robot0_right_eef_quat_2",
113
+ "robot0_right_eef_quat_3",
114
+ "robot0_right_gripper_qpos_0",
115
+ "robot0_right_gripper_qpos_1",
116
+ "robot0_right_gripper_qpos_2",
117
+ "robot0_right_gripper_qpos_3",
118
+ "robot0_right_gripper_qpos_4",
119
+ "robot0_right_gripper_qpos_5",
120
+ "robot0_right_gripper_qpos_6",
121
+ "robot0_right_gripper_qpos_7",
122
+ "robot0_right_gripper_qpos_8",
123
+ "robot0_right_gripper_qpos_9",
124
+ "robot0_right_gripper_qpos_10"
125
+ ]
126
+ },
127
+ "observation.images.agentview": {
128
+ "dtype": "video",
129
+ "shape": [
130
+ 84,
131
+ 84,
132
+ 3
133
+ ],
134
+ "names": [
135
+ "height",
136
+ "width",
137
+ "channel"
138
+ ],
139
+ "info": {
140
+ "video.height": 84,
141
+ "video.width": 84,
142
+ "video.codec": "av1",
143
+ "video.pix_fmt": "yuv420p",
144
+ "video.is_depth_map": false,
145
+ "video.fps": 20,
146
+ "video.channels": 3,
147
+ "has_audio": false
148
+ }
149
+ },
150
+ "observation.images.robot0_eye_in_left_hand": {
151
+ "dtype": "video",
152
+ "shape": [
153
+ 84,
154
+ 84,
155
+ 3
156
+ ],
157
+ "names": [
158
+ "height",
159
+ "width",
160
+ "channel"
161
+ ],
162
+ "info": {
163
+ "video.height": 84,
164
+ "video.width": 84,
165
+ "video.codec": "av1",
166
+ "video.pix_fmt": "yuv420p",
167
+ "video.is_depth_map": false,
168
+ "video.fps": 20,
169
+ "video.channels": 3,
170
+ "has_audio": false
171
+ }
172
+ },
173
+ "observation.images.robot0_eye_in_right_hand": {
174
+ "dtype": "video",
175
+ "shape": [
176
+ 84,
177
+ 84,
178
+ 3
179
+ ],
180
+ "names": [
181
+ "height",
182
+ "width",
183
+ "channel"
184
+ ],
185
+ "info": {
186
+ "video.height": 84,
187
+ "video.width": 84,
188
+ "video.codec": "av1",
189
+ "video.pix_fmt": "yuv420p",
190
+ "video.is_depth_map": false,
191
+ "video.fps": 20,
192
+ "video.channels": 3,
193
+ "has_audio": false
194
+ }
195
+ },
196
+ "timestamp": {
197
+ "dtype": "float32",
198
+ "shape": [
199
+ 1
200
+ ],
201
+ "names": null
202
+ },
203
+ "frame_index": {
204
+ "dtype": "int64",
205
+ "shape": [
206
+ 1
207
+ ],
208
+ "names": null
209
+ },
210
+ "episode_index": {
211
+ "dtype": "int64",
212
+ "shape": [
213
+ 1
214
+ ],
215
+ "names": null
216
+ },
217
+ "index": {
218
+ "dtype": "int64",
219
+ "shape": [
220
+ 1
221
+ ],
222
+ "names": null
223
+ },
224
+ "task_index": {
225
+ "dtype": "int64",
226
+ "shape": [
227
+ 1
228
+ ],
229
+ "names": null
230
+ }
231
+ }
232
+ }
233
+ ```
234
+
235
+
236
+ ## Citation
237
+
238
+ **BibTeX:**
239
+
240
+ ```bibtex
241
+ [More Information Needed]
242
+ ```