typoverflow commited on
Commit
476751d
·
verified ·
1 Parent(s): 96b87c0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +234 -0
README.md ADDED
@@ -0,0 +1,234 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - LeRobot
8
+ - soar
9
+ - widowx
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
+
18
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=typoverflow/soar_success">
19
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
20
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
21
+ </a>
22
+
23
+
24
+ ## Dataset Description
25
+
26
+
27
+
28
+ - **Homepage:** [More Information Needed]
29
+ - **Paper:** [More Information Needed]
30
+ - **License:** mit
31
+
32
+ ## Dataset Structure
33
+
34
+ [meta/info.json](meta/info.json):
35
+ ```json
36
+ {
37
+ "codebase_version": "v3.0",
38
+ "robot_type": "widowx_250",
39
+ "total_episodes": 10018,
40
+ "total_frames": 1044491,
41
+ "total_tasks": 179,
42
+ "chunks_size": 1000,
43
+ "data_files_size_in_mb": 100,
44
+ "video_files_size_in_mb": 200,
45
+ "fps": 5,
46
+ "splits": {
47
+ "train": "0:10018"
48
+ },
49
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
50
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
51
+ "features": {
52
+ "observation.images.image_0": {
53
+ "dtype": "video",
54
+ "shape": [
55
+ 256,
56
+ 256,
57
+ 3
58
+ ],
59
+ "names": [
60
+ "height",
61
+ "width",
62
+ "rgb"
63
+ ],
64
+ "info": {
65
+ "video.height": 256,
66
+ "video.width": 256,
67
+ "video.codec": "av1",
68
+ "video.pix_fmt": "yuv420p",
69
+ "video.is_depth_map": false,
70
+ "video.fps": 5,
71
+ "video.channels": 3,
72
+ "has_audio": false
73
+ }
74
+ },
75
+ "state.eef_xyz": {
76
+ "dtype": "float32",
77
+ "shape": [
78
+ 3
79
+ ],
80
+ "names": [
81
+ "x",
82
+ "y",
83
+ "z"
84
+ ]
85
+ },
86
+ "state.eef_rpy": {
87
+ "dtype": "float32",
88
+ "shape": [
89
+ 3
90
+ ],
91
+ "names": [
92
+ "roll",
93
+ "pitch",
94
+ "yaw"
95
+ ]
96
+ },
97
+ "state.eef_rot6d": {
98
+ "dtype": "float32",
99
+ "shape": [
100
+ 6
101
+ ],
102
+ "names": [
103
+ "rot1",
104
+ "rot2",
105
+ "rot3",
106
+ "rot4",
107
+ "rot5",
108
+ "rot6"
109
+ ]
110
+ },
111
+ "state.gripper_state": {
112
+ "dtype": "float32",
113
+ "shape": [
114
+ 1
115
+ ],
116
+ "names": [
117
+ "gripper"
118
+ ]
119
+ },
120
+ "action.eef_xyz": {
121
+ "dtype": "float32",
122
+ "shape": [
123
+ 3
124
+ ],
125
+ "names": [
126
+ "x",
127
+ "y",
128
+ "z"
129
+ ]
130
+ },
131
+ "action.eef_rot6d": {
132
+ "dtype": "float32",
133
+ "shape": [
134
+ 6
135
+ ],
136
+ "names": [
137
+ "rot1",
138
+ "rot2",
139
+ "rot3",
140
+ "rot4",
141
+ "rot5",
142
+ "rot6"
143
+ ]
144
+ },
145
+ "action.gripper_state": {
146
+ "dtype": "float32",
147
+ "shape": [
148
+ 1
149
+ ],
150
+ "names": [
151
+ "gripper"
152
+ ]
153
+ },
154
+ "debug.gripper_eef_xyz": {
155
+ "dtype": "float32",
156
+ "shape": [
157
+ 3
158
+ ],
159
+ "names": [
160
+ "x",
161
+ "y",
162
+ "z"
163
+ ]
164
+ },
165
+ "debug.gripper_eef_rot6d": {
166
+ "dtype": "float32",
167
+ "shape": [
168
+ 6
169
+ ],
170
+ "names": [
171
+ "rot1",
172
+ "rot2",
173
+ "rot3",
174
+ "rot4",
175
+ "rot5",
176
+ "rot6"
177
+ ]
178
+ },
179
+ "success": {
180
+ "dtype": "float32",
181
+ "shape": [
182
+ 1
183
+ ],
184
+ "names": [
185
+ "success"
186
+ ]
187
+ },
188
+ "timestamp": {
189
+ "dtype": "float32",
190
+ "shape": [
191
+ 1
192
+ ],
193
+ "names": null
194
+ },
195
+ "frame_index": {
196
+ "dtype": "int64",
197
+ "shape": [
198
+ 1
199
+ ],
200
+ "names": null
201
+ },
202
+ "episode_index": {
203
+ "dtype": "int64",
204
+ "shape": [
205
+ 1
206
+ ],
207
+ "names": null
208
+ },
209
+ "index": {
210
+ "dtype": "int64",
211
+ "shape": [
212
+ 1
213
+ ],
214
+ "names": null
215
+ },
216
+ "task_index": {
217
+ "dtype": "int64",
218
+ "shape": [
219
+ 1
220
+ ],
221
+ "names": null
222
+ }
223
+ }
224
+ }
225
+ ```
226
+
227
+
228
+ ## Citation
229
+
230
+ **BibTeX:**
231
+
232
+ ```bibtex
233
+ [More Information Needed]
234
+ ```