imstevenpmwork HF Staff commited on
Commit
628e996
·
verified ·
1 Parent(s): 25e2260

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": null,
29
+ "total_episodes": 1,
30
+ "total_frames": 250,
31
+ "total_tasks": 1,
32
+ "total_videos": 0,
33
+ "total_chunks": 1,
34
+ "chunks_size": 1000,
35
+ "fps": 10,
36
+ "splits": {
37
+ "train": "0:1"
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.arm_shoulder_pan": {
43
+ "shape": [
44
+ 1
45
+ ],
46
+ "info": null,
47
+ "dtype": "float32"
48
+ },
49
+ "action.arm_shoulder_lift": {
50
+ "shape": [
51
+ 1
52
+ ],
53
+ "info": null,
54
+ "dtype": "float32"
55
+ },
56
+ "action.arm_elbow_flex": {
57
+ "shape": [
58
+ 1
59
+ ],
60
+ "info": null,
61
+ "dtype": "float32"
62
+ },
63
+ "action.arm_wrist_flex": {
64
+ "shape": [
65
+ 1
66
+ ],
67
+ "info": null,
68
+ "dtype": "float32"
69
+ },
70
+ "action.arm_wrist_roll": {
71
+ "shape": [
72
+ 1
73
+ ],
74
+ "info": null,
75
+ "dtype": "float32"
76
+ },
77
+ "action.arm_gripper": {
78
+ "shape": [
79
+ 1
80
+ ],
81
+ "info": null,
82
+ "dtype": "float32"
83
+ },
84
+ "action.base_left_wheel": {
85
+ "shape": [
86
+ 1
87
+ ],
88
+ "info": null,
89
+ "dtype": "float32"
90
+ },
91
+ "action.base_right_wheel": {
92
+ "shape": [
93
+ 1
94
+ ],
95
+ "info": null,
96
+ "dtype": "float32"
97
+ },
98
+ "action.base_back_wheel": {
99
+ "shape": [
100
+ 1
101
+ ],
102
+ "info": null,
103
+ "dtype": "float32"
104
+ },
105
+ "observation.state.arm_shoulder_pan": {
106
+ "shape": [
107
+ 1
108
+ ],
109
+ "info": null,
110
+ "dtype": "float32"
111
+ },
112
+ "observation.state.arm_shoulder_lift": {
113
+ "shape": [
114
+ 1
115
+ ],
116
+ "info": null,
117
+ "dtype": "float32"
118
+ },
119
+ "observation.state.arm_elbow_flex": {
120
+ "shape": [
121
+ 1
122
+ ],
123
+ "info": null,
124
+ "dtype": "float32"
125
+ },
126
+ "observation.state.arm_wrist_flex": {
127
+ "shape": [
128
+ 1
129
+ ],
130
+ "info": null,
131
+ "dtype": "float32"
132
+ },
133
+ "observation.state.arm_wrist_roll": {
134
+ "shape": [
135
+ 1
136
+ ],
137
+ "info": null,
138
+ "dtype": "float32"
139
+ },
140
+ "observation.state.arm_gripper": {
141
+ "shape": [
142
+ 1
143
+ ],
144
+ "info": null,
145
+ "dtype": "float32"
146
+ },
147
+ "observation.state.x_cmd": {
148
+ "shape": [
149
+ 1
150
+ ],
151
+ "info": null,
152
+ "dtype": "float32"
153
+ },
154
+ "observation.state.y_cmd": {
155
+ "shape": [
156
+ 1
157
+ ],
158
+ "info": null,
159
+ "dtype": "float32"
160
+ },
161
+ "observation.state.theta_cmd": {
162
+ "shape": [
163
+ 1
164
+ ],
165
+ "info": null,
166
+ "dtype": "float32"
167
+ },
168
+ "observation.images.front": {
169
+ "shape": [
170
+ 480,
171
+ 640,
172
+ 3
173
+ ],
174
+ "names": [
175
+ "height",
176
+ "width",
177
+ "channels"
178
+ ],
179
+ "info": null,
180
+ "dtype": "image"
181
+ },
182
+ "observation.images.wrist": {
183
+ "shape": [
184
+ 480,
185
+ 640,
186
+ 3
187
+ ],
188
+ "names": [
189
+ "height",
190
+ "width",
191
+ "channels"
192
+ ],
193
+ "dtype": "image",
194
+ "info": null
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
+ ```