lucanunz commited on
Commit
def3529
·
verified ·
1 Parent(s): 7283d78

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +247 -0
README.md ADDED
@@ -0,0 +1,247 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - panda
8
+ - coop_env
9
+ - multitask
10
+ configs:
11
+ - config_name: default
12
+ data_files: data/*/*.parquet
13
+ ---
14
+
15
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
16
+
17
+ ## Dataset Description
18
+
19
+
20
+
21
+ - **Homepage:** [More Information Needed]
22
+ - **Paper:** [More Information Needed]
23
+ - **License:** apache-2.0
24
+
25
+ ## Dataset Structure
26
+
27
+ [meta/info.json](meta/info.json):
28
+ ```json
29
+ {
30
+ "codebase_version": "v2.1",
31
+ "robot_type": "panda",
32
+ "total_episodes": 4,
33
+ "total_frames": 747,
34
+ "total_tasks": 2,
35
+ "total_videos": 0,
36
+ "total_chunks": 1,
37
+ "chunks_size": 1000,
38
+ "fps": 12,
39
+ "splits": {
40
+ "train": "0:4"
41
+ },
42
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
43
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
44
+ "features": {
45
+ "image": {
46
+ "dtype": "image",
47
+ "shape": [
48
+ 256,
49
+ 256,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channel"
56
+ ]
57
+ },
58
+ "wrist_image": {
59
+ "dtype": "image",
60
+ "shape": [
61
+ 256,
62
+ 256,
63
+ 3
64
+ ],
65
+ "names": [
66
+ "height",
67
+ "width",
68
+ "channel"
69
+ ]
70
+ },
71
+ "left_ego_image": {
72
+ "dtype": "image",
73
+ "shape": [
74
+ 256,
75
+ 256,
76
+ 3
77
+ ],
78
+ "names": [
79
+ "height",
80
+ "width",
81
+ "channel"
82
+ ]
83
+ },
84
+ "state": {
85
+ "dtype": "float32",
86
+ "shape": [
87
+ 7
88
+ ],
89
+ "names": [
90
+ "state_0"
91
+ ]
92
+ },
93
+ "actions": {
94
+ "dtype": "float32",
95
+ "shape": [
96
+ 7
97
+ ],
98
+ "names": [
99
+ "actions_0"
100
+ ]
101
+ },
102
+ "env_state": {
103
+ "dtype": "float32",
104
+ "shape": [
105
+ 13
106
+ ],
107
+ "names": [
108
+ "env_state_0"
109
+ ]
110
+ },
111
+ "active_robot": {
112
+ "dtype": "int64",
113
+ "shape": [
114
+ 1
115
+ ],
116
+ "names": [
117
+ "active_robot_0"
118
+ ]
119
+ },
120
+ "commanded_actions": {
121
+ "dtype": "float32",
122
+ "shape": [
123
+ 12
124
+ ],
125
+ "names": [
126
+ "commanded_actions_0"
127
+ ]
128
+ },
129
+ "tcp_states": {
130
+ "dtype": "float32",
131
+ "shape": [
132
+ 12
133
+ ],
134
+ "names": [
135
+ "tcp_states_0"
136
+ ]
137
+ },
138
+ "gripper_states": {
139
+ "dtype": "float32",
140
+ "shape": [
141
+ 1
142
+ ],
143
+ "names": [
144
+ "gripper_states_0"
145
+ ]
146
+ },
147
+ "gripper_commands": {
148
+ "dtype": "float32",
149
+ "shape": [
150
+ 1
151
+ ],
152
+ "names": [
153
+ "gripper_commands_0"
154
+ ]
155
+ },
156
+ "qpos": {
157
+ "dtype": "float32",
158
+ "shape": [
159
+ 9
160
+ ],
161
+ "names": [
162
+ "qpos_0"
163
+ ]
164
+ },
165
+ "absolute_commands": {
166
+ "dtype": "float32",
167
+ "shape": [
168
+ 6
169
+ ],
170
+ "names": [
171
+ "absolute_commands_0"
172
+ ]
173
+ },
174
+ "absolute_actions": {
175
+ "dtype": "float32",
176
+ "shape": [
177
+ 7
178
+ ],
179
+ "names": [
180
+ "absolute_actions_0"
181
+ ]
182
+ },
183
+ "progress_state": {
184
+ "dtype": "float32",
185
+ "shape": [
186
+ 1
187
+ ],
188
+ "names": [
189
+ "progress_state_0"
190
+ ]
191
+ },
192
+ "action_w_progress": {
193
+ "dtype": "float32",
194
+ "shape": [
195
+ 8
196
+ ],
197
+ "names": [
198
+ "action_w_progress_0"
199
+ ]
200
+ },
201
+ "timestamp": {
202
+ "dtype": "float32",
203
+ "shape": [
204
+ 1
205
+ ],
206
+ "names": null
207
+ },
208
+ "frame_index": {
209
+ "dtype": "int64",
210
+ "shape": [
211
+ 1
212
+ ],
213
+ "names": null
214
+ },
215
+ "episode_index": {
216
+ "dtype": "int64",
217
+ "shape": [
218
+ 1
219
+ ],
220
+ "names": null
221
+ },
222
+ "index": {
223
+ "dtype": "int64",
224
+ "shape": [
225
+ 1
226
+ ],
227
+ "names": null
228
+ },
229
+ "task_index": {
230
+ "dtype": "int64",
231
+ "shape": [
232
+ 1
233
+ ],
234
+ "names": null
235
+ }
236
+ }
237
+ }
238
+ ```
239
+
240
+
241
+ ## Citation
242
+
243
+ **BibTeX:**
244
+
245
+ ```bibtex
246
+ [More Information Needed]
247
+ ```