engineer0002 commited on
Commit
e90e7a7
·
verified ·
1 Parent(s): 6297bd5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +226 -0
README.md ADDED
@@ -0,0 +1,226 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - aloha
8
+ - robotics
9
+ - hdf5
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": "aloha-stationary",
32
+ "total_episodes": 0,
33
+ "total_frames": 0,
34
+ "total_tasks": 0,
35
+ "total_videos": 0,
36
+ "total_chunks": 0,
37
+ "chunks_size": 1000,
38
+ "fps": 30,
39
+ "splits": {},
40
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
41
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
42
+ "features": {
43
+ "action": {
44
+ "dtype": "float32",
45
+ "shape": [
46
+ 14
47
+ ],
48
+ "names": [
49
+ "action_0",
50
+ "action_1",
51
+ "action_2",
52
+ "action_3",
53
+ "action_4",
54
+ "action_5",
55
+ "action_6",
56
+ "action_7",
57
+ "action_8",
58
+ "action_9",
59
+ "action_10",
60
+ "action_11",
61
+ "action_12",
62
+ "action_13"
63
+ ]
64
+ },
65
+ "base_action": {
66
+ "dtype": "float32",
67
+ "shape": [
68
+ 2
69
+ ],
70
+ "names": [
71
+ "base_action_0",
72
+ "base_action_1"
73
+ ]
74
+ },
75
+ "observation.effort": {
76
+ "dtype": "float32",
77
+ "shape": [
78
+ 14
79
+ ],
80
+ "names": [
81
+ "effort_0",
82
+ "effort_1",
83
+ "effort_2",
84
+ "effort_3",
85
+ "effort_4",
86
+ "effort_5",
87
+ "effort_6",
88
+ "effort_7",
89
+ "effort_8",
90
+ "effort_9",
91
+ "effort_10",
92
+ "effort_11",
93
+ "effort_12",
94
+ "effort_13"
95
+ ]
96
+ },
97
+ "observation.image_high": {
98
+ "dtype": "video",
99
+ "shape": [
100
+ 480,
101
+ 640,
102
+ 3
103
+ ],
104
+ "names": [
105
+ "channel",
106
+ "height",
107
+ "width"
108
+ ]
109
+ },
110
+ "observation.image_left_wrist": {
111
+ "dtype": "video",
112
+ "shape": [
113
+ 480,
114
+ 640,
115
+ 3
116
+ ],
117
+ "names": [
118
+ "channel",
119
+ "height",
120
+ "width"
121
+ ]
122
+ },
123
+ "observation.image_right_wrist": {
124
+ "dtype": "video",
125
+ "shape": [
126
+ 480,
127
+ 640,
128
+ 3
129
+ ],
130
+ "names": [
131
+ "channel",
132
+ "height",
133
+ "width"
134
+ ]
135
+ },
136
+ "observation.state": {
137
+ "dtype": "float32",
138
+ "shape": [
139
+ 14
140
+ ],
141
+ "names": [
142
+ "qpos_0",
143
+ "qpos_1",
144
+ "qpos_2",
145
+ "qpos_3",
146
+ "qpos_4",
147
+ "qpos_5",
148
+ "qpos_6",
149
+ "qpos_7",
150
+ "qpos_8",
151
+ "qpos_9",
152
+ "qpos_10",
153
+ "qpos_11",
154
+ "qpos_12",
155
+ "qpos_13"
156
+ ]
157
+ },
158
+ "observation.qvel": {
159
+ "dtype": "float32",
160
+ "shape": [
161
+ 14
162
+ ],
163
+ "names": [
164
+ "qvel_0",
165
+ "qvel_1",
166
+ "qvel_2",
167
+ "qvel_3",
168
+ "qvel_4",
169
+ "qvel_5",
170
+ "qvel_6",
171
+ "qvel_7",
172
+ "qvel_8",
173
+ "qvel_9",
174
+ "qvel_10",
175
+ "qvel_11",
176
+ "qvel_12",
177
+ "qvel_13"
178
+ ]
179
+ },
180
+ "timestamp": {
181
+ "dtype": "float32",
182
+ "shape": [
183
+ 1
184
+ ],
185
+ "names": null
186
+ },
187
+ "frame_index": {
188
+ "dtype": "int64",
189
+ "shape": [
190
+ 1
191
+ ],
192
+ "names": null
193
+ },
194
+ "episode_index": {
195
+ "dtype": "int64",
196
+ "shape": [
197
+ 1
198
+ ],
199
+ "names": null
200
+ },
201
+ "index": {
202
+ "dtype": "int64",
203
+ "shape": [
204
+ 1
205
+ ],
206
+ "names": null
207
+ },
208
+ "task_index": {
209
+ "dtype": "int64",
210
+ "shape": [
211
+ 1
212
+ ],
213
+ "names": null
214
+ }
215
+ }
216
+ }
217
+ ```
218
+
219
+
220
+ ## Citation
221
+
222
+ **BibTeX:**
223
+
224
+ ```bibtex
225
+ [More Information Needed]
226
+ ```