jellyho commited on
Commit
0380f71
·
verified ·
1 Parent(s): 6998686

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +229 -0
README.md ADDED
@@ -0,0 +1,229 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "v3.0",
28
+ "robot_type": null,
29
+ "total_episodes": 50,
30
+ "total_frames": 16910,
31
+ "total_tasks": 1,
32
+ "chunks_size": 1000,
33
+ "data_files_size_in_mb": 100,
34
+ "video_files_size_in_mb": 500,
35
+ "fps": 20,
36
+ "splits": {
37
+ "train": "0:50"
38
+ },
39
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
40
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
41
+ "features": {
42
+ "reward": {
43
+ "dtype": "float64",
44
+ "shape": [
45
+ 1
46
+ ]
47
+ },
48
+ "done": {
49
+ "dtype": "bool",
50
+ "shape": [
51
+ 1
52
+ ]
53
+ },
54
+ "observation.state.ee_6d_pos": {
55
+ "dtype": "float32",
56
+ "shape": [
57
+ 20
58
+ ],
59
+ "names": {
60
+ "motors": [
61
+ "lx",
62
+ "ly",
63
+ "lz",
64
+ "l_c1x",
65
+ "l_c1y",
66
+ "l_c1z",
67
+ "l_c2x",
68
+ "l_c2y",
69
+ "l_c2z",
70
+ "l_gripper",
71
+ "rx",
72
+ "ry",
73
+ "rz",
74
+ "r_c1x",
75
+ "r_c1y",
76
+ "r_c1z",
77
+ "r_c2x",
78
+ "r_c2y",
79
+ "r_c2z",
80
+ "r_gripper"
81
+ ]
82
+ }
83
+ },
84
+ "observation.images.agentview": {
85
+ "dtype": "video",
86
+ "shape": [
87
+ 240,
88
+ 320,
89
+ 3
90
+ ],
91
+ "names": [
92
+ "height",
93
+ "width",
94
+ "channels"
95
+ ],
96
+ "info": {
97
+ "video.fps": 20.0,
98
+ "video.height": 240,
99
+ "video.width": 320,
100
+ "video.channels": 3,
101
+ "video.codec": "av1",
102
+ "video.pix_fmt": "yuv420p",
103
+ "video.is_depth_map": false,
104
+ "has_audio": false
105
+ }
106
+ },
107
+ "observation.images.wrist_left": {
108
+ "dtype": "video",
109
+ "shape": [
110
+ 240,
111
+ 320,
112
+ 3
113
+ ],
114
+ "names": [
115
+ "height",
116
+ "width",
117
+ "channels"
118
+ ],
119
+ "info": {
120
+ "video.fps": 20.0,
121
+ "video.height": 240,
122
+ "video.width": 320,
123
+ "video.channels": 3,
124
+ "video.codec": "av1",
125
+ "video.pix_fmt": "yuv420p",
126
+ "video.is_depth_map": false,
127
+ "has_audio": false
128
+ }
129
+ },
130
+ "observation.images.wrist_right": {
131
+ "dtype": "video",
132
+ "shape": [
133
+ 240,
134
+ 320,
135
+ 3
136
+ ],
137
+ "names": [
138
+ "height",
139
+ "width",
140
+ "channels"
141
+ ],
142
+ "info": {
143
+ "video.fps": 20.0,
144
+ "video.height": 240,
145
+ "video.width": 320,
146
+ "video.channels": 3,
147
+ "video.codec": "av1",
148
+ "video.pix_fmt": "yuv420p",
149
+ "video.is_depth_map": false,
150
+ "has_audio": false
151
+ }
152
+ },
153
+ "action.ee_6d_pos": {
154
+ "dtype": "float32",
155
+ "shape": [
156
+ 20
157
+ ],
158
+ "names": {
159
+ "motors": [
160
+ "lx",
161
+ "ly",
162
+ "lz",
163
+ "l_c1x",
164
+ "l_c1y",
165
+ "l_c1z",
166
+ "l_c2x",
167
+ "l_c2y",
168
+ "l_c2z",
169
+ "l_gripper",
170
+ "rx",
171
+ "ry",
172
+ "rz",
173
+ "r_c1x",
174
+ "r_c1y",
175
+ "r_c1z",
176
+ "r_c2x",
177
+ "r_c2y",
178
+ "r_c2z",
179
+ "r_gripper"
180
+ ]
181
+ }
182
+ },
183
+ "timestamp": {
184
+ "dtype": "float32",
185
+ "shape": [
186
+ 1
187
+ ],
188
+ "names": null
189
+ },
190
+ "frame_index": {
191
+ "dtype": "int64",
192
+ "shape": [
193
+ 1
194
+ ],
195
+ "names": null
196
+ },
197
+ "episode_index": {
198
+ "dtype": "int64",
199
+ "shape": [
200
+ 1
201
+ ],
202
+ "names": null
203
+ },
204
+ "index": {
205
+ "dtype": "int64",
206
+ "shape": [
207
+ 1
208
+ ],
209
+ "names": null
210
+ },
211
+ "task_index": {
212
+ "dtype": "int64",
213
+ "shape": [
214
+ 1
215
+ ],
216
+ "names": null
217
+ }
218
+ }
219
+ }
220
+ ```
221
+
222
+
223
+ ## Citation
224
+
225
+ **BibTeX:**
226
+
227
+ ```bibtex
228
+ [More Information Needed]
229
+ ```