michaelequi01 commited on
Commit
6d9ea98
·
verified ·
1 Parent(s): fb9ec28

Upload README.md with huggingface_hub

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