AdleBens commited on
Commit
06fcfea
·
verified ·
1 Parent(s): 53ebaf3

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ tags:
4
+ - phosphobot
5
+ - so100
6
+ - phospho-dk1
7
+ task_categories:
8
+ - robotics
9
+ ---
10
+
11
+ # keyboard_control
12
+
13
+ **This dataset was generated using a [phospho dev kit](https://robots.phospho.ai).**
14
+
15
+ This dataset contains a series of episodes recorded with a robot and multiple cameras. It can be directly used to train a policy using imitation learning. It's compatible with LeRobot and RLDS.
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b876f5db32cf2d029a85e1030e3632c2917976ab13a8de65c9dbf9c878fa7358
3
+ size 8015
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index":0,"tasks":["Pick up the orange brick and put it in the black box."],"length":168}
meta/info.json ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "robot_type": "so-100",
3
+ "codebase_version": "v2.0",
4
+ "total_episodes": 1,
5
+ "total_frames": 168,
6
+ "total_tasks": 1,
7
+ "total_videos": 1,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 10,
11
+ "splits": {
12
+ "train": "0:1"
13
+ },
14
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
16
+ "features": {
17
+ "action": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 6
21
+ ],
22
+ "names": [
23
+ "motor_1",
24
+ "motor_2",
25
+ "motor_3",
26
+ "motor_4",
27
+ "motor_5",
28
+ "motor_6"
29
+ ]
30
+ },
31
+ "timestamp": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 1
35
+ ],
36
+ "names": null
37
+ },
38
+ "episode_index": {
39
+ "dtype": "int64",
40
+ "shape": [
41
+ 1
42
+ ],
43
+ "names": null
44
+ },
45
+ "frame_index": {
46
+ "dtype": "int64",
47
+ "shape": [
48
+ 1
49
+ ],
50
+ "names": null
51
+ },
52
+ "task_index": {
53
+ "dtype": "int64",
54
+ "shape": [
55
+ 1
56
+ ],
57
+ "names": null
58
+ },
59
+ "index": {
60
+ "dtype": "int64",
61
+ "shape": [
62
+ 1
63
+ ],
64
+ "names": null
65
+ },
66
+ "observation.state": {
67
+ "dtype": "float32",
68
+ "shape": [
69
+ 6
70
+ ],
71
+ "names": [
72
+ "motor_1",
73
+ "motor_2",
74
+ "motor_3",
75
+ "motor_4",
76
+ "motor_5",
77
+ "motor_6"
78
+ ]
79
+ },
80
+ "observation.images.main": {
81
+ "dtype": "video",
82
+ "shape": [
83
+ 240,
84
+ 320,
85
+ 3
86
+ ],
87
+ "names": [
88
+ "height",
89
+ "width",
90
+ "channel"
91
+ ],
92
+ "info": {
93
+ "video_fps": 10,
94
+ "video_codec": "mp4v",
95
+ "video_pix_fmt": "yuv420p",
96
+ "video_is_depth_map": false,
97
+ "has_audio": false
98
+ }
99
+ }
100
+ }
101
+ }
meta/stats.json ADDED
@@ -0,0 +1,290 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action": {
3
+ "max": [
4
+ 0.5815206914337151,
5
+ 0.5784519806609778,
6
+ 1.3609732277089839,
7
+ 0.13809198477317772,
8
+ -0.016877909250055056,
9
+ 2.0775171931431404
10
+ ],
11
+ "min": [
12
+ -0.09513003395485571,
13
+ -1.4745155263002634,
14
+ -0.5278182529108126,
15
+ -1.6700000000000008,
16
+ -0.7242157423659983,
17
+ 0.019946620022792197
18
+ ],
19
+ "mean": [
20
+ 0.29026716005695485,
21
+ -0.27665888907070735,
22
+ 0.25229186424432937,
23
+ -0.6086819021645216,
24
+ -0.3073916621369605,
25
+ 1.2324435648972762
26
+ ],
27
+ "std": [
28
+ 0.32319821049514574,
29
+ 1.0004116878192604,
30
+ 0.9256338647191378,
31
+ 0.8860432941456328,
32
+ 0.34798437873124455,
33
+ 1.012249570235587
34
+ ],
35
+ "sum": [
36
+ 48.76488288956842,
37
+ -46.47869336387883,
38
+ 42.385033193047335,
39
+ -102.25855956363962,
40
+ -51.641799239009366,
41
+ 207.0505189027424
42
+ ],
43
+ "square_sum": [
44
+ 31.703634055765455,
45
+ 180.99709925257284,
46
+ 154.63547169483272,
47
+ 194.1351513566748,
48
+ 36.217903981105316,
49
+ 427.31914396060466
50
+ ],
51
+ "count": 168
52
+ },
53
+ "timestamp": {
54
+ "max": [
55
+ 18.809775832982268
56
+ ],
57
+ "min": [
58
+ 0.010443874984048307
59
+ ],
60
+ "mean": [
61
+ 9.367514343239323
62
+ ],
63
+ "std": [
64
+ 5.5577390548563335
65
+ ],
66
+ "sum": [
67
+ 1573.7424096642062
68
+ ],
69
+ "square_sum": [
70
+ 19931.31644660853
71
+ ],
72
+ "count": 168
73
+ },
74
+ "frame_index": {
75
+ "max": [
76
+ 167
77
+ ],
78
+ "min": [
79
+ 0
80
+ ],
81
+ "mean": [
82
+ 83.5
83
+ ],
84
+ "std": [
85
+ 48.49656345213201
86
+ ],
87
+ "sum": [
88
+ 14028
89
+ ],
90
+ "square_sum": [
91
+ 1566460
92
+ ],
93
+ "count": 168
94
+ },
95
+ "episode_index": {
96
+ "max": [
97
+ 0
98
+ ],
99
+ "min": [
100
+ 0
101
+ ],
102
+ "mean": [
103
+ 0.0
104
+ ],
105
+ "std": [
106
+ 0.0
107
+ ],
108
+ "sum": [
109
+ 0
110
+ ],
111
+ "square_sum": [
112
+ 0
113
+ ],
114
+ "count": 168
115
+ },
116
+ "index": {
117
+ "max": [
118
+ 167
119
+ ],
120
+ "min": [
121
+ 0
122
+ ],
123
+ "mean": [
124
+ 83.5
125
+ ],
126
+ "std": [
127
+ 48.49656345213201
128
+ ],
129
+ "sum": [
130
+ 14028
131
+ ],
132
+ "square_sum": [
133
+ 1566460
134
+ ],
135
+ "count": 168
136
+ },
137
+ "task_index": {
138
+ "max": [
139
+ 0
140
+ ],
141
+ "min": [
142
+ 0
143
+ ],
144
+ "mean": [
145
+ 0.0
146
+ ],
147
+ "std": [
148
+ 0.0
149
+ ],
150
+ "sum": [
151
+ 0
152
+ ],
153
+ "square_sum": [
154
+ 0
155
+ ],
156
+ "count": 168
157
+ },
158
+ "observation.state": {
159
+ "max": [
160
+ 0.5815206914337151,
161
+ 0.5784519806609778,
162
+ 1.3609732277089839,
163
+ 0.13809198477317772,
164
+ -0.016877909250055056,
165
+ 2.0775171931431404
166
+ ],
167
+ "min": [
168
+ -0.09513003395485571,
169
+ -1.4745155263002634,
170
+ -0.5278182529108126,
171
+ -1.6700000000000008,
172
+ -0.7242157423659983,
173
+ 0.019946620022792197
174
+ ],
175
+ "mean": [
176
+ 0.29026716005695485,
177
+ -0.27665888907070735,
178
+ 0.25229186424432937,
179
+ -0.6086819021645216,
180
+ -0.3073916621369605,
181
+ 1.2324435648972762
182
+ ],
183
+ "std": [
184
+ 0.32319821049514574,
185
+ 1.0004116878192604,
186
+ 0.9256338647191378,
187
+ 0.8860432941456328,
188
+ 0.34798437873124455,
189
+ 1.012249570235587
190
+ ],
191
+ "sum": [
192
+ 48.76488288956842,
193
+ -46.47869336387883,
194
+ 42.385033193047335,
195
+ -102.25855956363962,
196
+ -51.641799239009366,
197
+ 207.0505189027424
198
+ ],
199
+ "square_sum": [
200
+ 31.703634055765455,
201
+ 180.99709925257284,
202
+ 154.63547169483272,
203
+ 194.1351513566748,
204
+ 36.217903981105316,
205
+ 427.31914396060466
206
+ ],
207
+ "count": 168
208
+ },
209
+ "observation.images.main": {
210
+ "max": [
211
+ [
212
+ [
213
+ 1.0
214
+ ]
215
+ ],
216
+ [
217
+ [
218
+ 1.0
219
+ ]
220
+ ],
221
+ [
222
+ [
223
+ 1.0
224
+ ]
225
+ ]
226
+ ],
227
+ "min": [
228
+ [
229
+ [
230
+ 0.0
231
+ ]
232
+ ],
233
+ [
234
+ [
235
+ 0.0
236
+ ]
237
+ ],
238
+ [
239
+ [
240
+ 0.0
241
+ ]
242
+ ]
243
+ ],
244
+ "mean": [
245
+ [
246
+ [
247
+ 0.5947588433159722
248
+ ]
249
+ ],
250
+ [
251
+ [
252
+ 0.5831913442460317
253
+ ]
254
+ ],
255
+ [
256
+ [
257
+ 0.5493017190600198
258
+ ]
259
+ ]
260
+ ],
261
+ "std": [
262
+ [
263
+ [
264
+ 0.1797411442183648
265
+ ]
266
+ ],
267
+ [
268
+ [
269
+ 0.19127038995332094
270
+ ]
271
+ ],
272
+ [
273
+ [
274
+ 0.191363887002535
275
+ ]
276
+ ]
277
+ ],
278
+ "sum": [
279
+ 7673816.5,
280
+ 7524568.0,
281
+ 7087310.5
282
+ ],
283
+ "square_sum": [
284
+ 4980906.5,
285
+ 4860289.0,
286
+ 4365559.5
287
+ ],
288
+ "count": 12902400
289
+ }
290
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index":0,"task":"Pick up the orange brick and put it in the black box."}
videos/chunk-000/observation.images.main/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63edfdb71fd8aba769b06cac3094ef352e5a3877a6752eca803f7fabc6e396e4
3
+ size 264976