dopaul commited on
Commit
94fccaa
·
verified ·
1 Parent(s): 58f5384

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
+ # boat
12
+
13
+ **This dataset was generated using a [phospho starter pack](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:c8840c20504fb7c597ceb793aab2dc064f49b1ec4863fb354af33d93753c6f5b
3
+ size 32794
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index":0,"tasks":["boat"],"length":508}
meta/info.json ADDED
@@ -0,0 +1,121 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "robot_type": "so-100",
3
+ "codebase_version": "v2.0",
4
+ "total_episodes": 1,
5
+ "total_frames": 508,
6
+ "total_tasks": 1,
7
+ "total_videos": 1,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
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
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "motor_1",
38
+ "motor_2",
39
+ "motor_3",
40
+ "motor_4",
41
+ "motor_5",
42
+ "motor_6"
43
+ ]
44
+ },
45
+ "timestamp": {
46
+ "dtype": "float32",
47
+ "shape": [
48
+ 1
49
+ ],
50
+ "names": null
51
+ },
52
+ "episode_index": {
53
+ "dtype": "int64",
54
+ "shape": [
55
+ 1
56
+ ],
57
+ "names": null
58
+ },
59
+ "frame_index": {
60
+ "dtype": "int64",
61
+ "shape": [
62
+ 1
63
+ ],
64
+ "names": null
65
+ },
66
+ "task_index": {
67
+ "dtype": "int64",
68
+ "shape": [
69
+ 1
70
+ ],
71
+ "names": null
72
+ },
73
+ "index": {
74
+ "dtype": "int64",
75
+ "shape": [
76
+ 1
77
+ ],
78
+ "names": null
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": 30,
94
+ "video.codec": "mp4v",
95
+ "video.pix_fmt": "yuv420p",
96
+ "video.is_depth_map": false,
97
+ "has_audio": false
98
+ }
99
+ },
100
+ "observation.images.secondary_0": {
101
+ "dtype": "video",
102
+ "shape": [
103
+ 240,
104
+ 320,
105
+ 3
106
+ ],
107
+ "names": [
108
+ "height",
109
+ "width",
110
+ "channel"
111
+ ],
112
+ "info": {
113
+ "video.fps": 30,
114
+ "video.codec": "mp4v",
115
+ "video.pix_fmt": "yuv420p",
116
+ "video.is_depth_map": false,
117
+ "has_audio": false
118
+ }
119
+ }
120
+ }
121
+ }
meta/stats.json ADDED
@@ -0,0 +1,280 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.state": {
3
+ "max": [
4
+ 0.3713140035012112,
5
+ -0.25470299413719444,
6
+ 1.4745155263002643,
7
+ -0.032221463113741466,
8
+ 0.42194773125137636,
9
+ 0.01074048770458049
10
+ ],
11
+ "min": [
12
+ -0.7733151147297952,
13
+ -1.8442951744151068,
14
+ -0.13502327400044045,
15
+ -1.7721804712557807,
16
+ -0.2194128202507157,
17
+ 0.01074048770458049
18
+ ],
19
+ "mean": [
20
+ -0.13423495361492416,
21
+ -0.9451387549261322,
22
+ 0.6237698314819912,
23
+ -0.63638899841949,
24
+ 0.019016341560190803,
25
+ 0.010740487704580592
26
+ ],
27
+ "std": [
28
+ 0.0,
29
+ 0.0,
30
+ 0.0,
31
+ 0.0,
32
+ 0.0,
33
+ 0.0
34
+ ],
35
+ "sum": [
36
+ -68.19135643638147,
37
+ -480.13048750247515,
38
+ 316.8750743928515,
39
+ -323.28561119710093,
40
+ 9.660301512576927,
41
+ 5.45616775392694
42
+ ],
43
+ "square_sum": [
44
+ 43.75862128473199,
45
+ 584.0153840986942,
46
+ 291.88484276100587,
47
+ 326.19804600462777,
48
+ 6.5959017006533545,
49
+ 0.05860190267517984
50
+ ],
51
+ "count": 508
52
+ },
53
+ "action": {
54
+ "max": [
55
+ 0.3713140035012112,
56
+ -0.25470299413719444,
57
+ 1.4745155263002643,
58
+ -0.032221463113741466,
59
+ 0.42194773125137636,
60
+ 0.01074048770458049
61
+ ],
62
+ "min": [
63
+ -0.7733151147297952,
64
+ -1.8442951744151068,
65
+ -0.13502327400044045,
66
+ -1.7721804712557807,
67
+ -0.2194128202507157,
68
+ 0.01074048770458049
69
+ ],
70
+ "mean": [
71
+ -0.13423495361492416,
72
+ -0.9451387549261322,
73
+ 0.6237698314819912,
74
+ -0.63638899841949,
75
+ 0.019016341560190803,
76
+ 0.010740487704580592
77
+ ],
78
+ "std": [
79
+ 0.0,
80
+ 0.0,
81
+ 0.0,
82
+ 0.0,
83
+ 0.0,
84
+ 0.0
85
+ ],
86
+ "sum": [
87
+ -68.19135643638147,
88
+ -480.13048750247515,
89
+ 316.8750743928515,
90
+ -323.28561119710093,
91
+ 9.660301512576927,
92
+ 5.45616775392694
93
+ ],
94
+ "square_sum": [
95
+ 43.75862128473199,
96
+ 584.0153840986942,
97
+ 291.88484276100587,
98
+ 326.19804600462777,
99
+ 6.5959017006533545,
100
+ 0.05860190267517984
101
+ ],
102
+ "count": 508
103
+ },
104
+ "timestamp": {
105
+ "max": [
106
+ 31.469651791999922
107
+ ],
108
+ "min": [
109
+ 0.05553987500002222
110
+ ],
111
+ "mean": [
112
+ 15.806278832419256
113
+ ],
114
+ "std": null,
115
+ "sum": [
116
+ 8029.589646868982
117
+ ],
118
+ "square_sum": [
119
+ 169942.18011570847
120
+ ],
121
+ "count": 508
122
+ },
123
+ "frame_index": {
124
+ "max": [
125
+ 507
126
+ ],
127
+ "min": [
128
+ 0
129
+ ],
130
+ "mean": [
131
+ 253.5
132
+ ],
133
+ "std": null,
134
+ "sum": [
135
+ 128778
136
+ ],
137
+ "square_sum": [
138
+ 43569890
139
+ ],
140
+ "count": 508
141
+ },
142
+ "episode_index": {
143
+ "max": [
144
+ 0
145
+ ],
146
+ "min": [
147
+ 0
148
+ ],
149
+ "mean": [
150
+ 0.0
151
+ ],
152
+ "std": null,
153
+ "sum": [
154
+ 0
155
+ ],
156
+ "square_sum": [
157
+ 0
158
+ ],
159
+ "count": 508
160
+ },
161
+ "index": {
162
+ "max": [
163
+ 507
164
+ ],
165
+ "min": [
166
+ 0
167
+ ],
168
+ "mean": [
169
+ 253.5
170
+ ],
171
+ "std": null,
172
+ "sum": [
173
+ 128778
174
+ ],
175
+ "square_sum": [
176
+ 43569890
177
+ ],
178
+ "count": 508
179
+ },
180
+ "task_index": {
181
+ "max": [
182
+ 0
183
+ ],
184
+ "min": [
185
+ 0
186
+ ],
187
+ "mean": [
188
+ 0.0
189
+ ],
190
+ "std": null,
191
+ "sum": [
192
+ 0
193
+ ],
194
+ "square_sum": [
195
+ 0
196
+ ],
197
+ "count": 508
198
+ },
199
+ "observation.images.main": {
200
+ "max": [
201
+ [
202
+ [
203
+ 0.0
204
+ ]
205
+ ],
206
+ [
207
+ [
208
+ 0.0
209
+ ]
210
+ ],
211
+ [
212
+ [
213
+ 0.0
214
+ ]
215
+ ]
216
+ ],
217
+ "min": [
218
+ [
219
+ [
220
+ 0.0
221
+ ]
222
+ ],
223
+ [
224
+ [
225
+ 0.0
226
+ ]
227
+ ],
228
+ [
229
+ [
230
+ 0.0
231
+ ]
232
+ ]
233
+ ],
234
+ "mean": [
235
+ [
236
+ [
237
+ 0.0
238
+ ]
239
+ ],
240
+ [
241
+ [
242
+ 0.0
243
+ ]
244
+ ],
245
+ [
246
+ [
247
+ 0.0
248
+ ]
249
+ ]
250
+ ],
251
+ "std": [
252
+ [
253
+ [
254
+ 0.0
255
+ ]
256
+ ],
257
+ [
258
+ [
259
+ 0.0
260
+ ]
261
+ ],
262
+ [
263
+ [
264
+ 0.0
265
+ ]
266
+ ]
267
+ ],
268
+ "sum": [
269
+ 0.0,
270
+ 0.0,
271
+ 0.0
272
+ ],
273
+ "square_sum": [
274
+ 0.0,
275
+ 0.0,
276
+ 0.0
277
+ ],
278
+ "count": 39014400
279
+ }
280
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index":0,"task":"boat"}
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:051fb8f5ec7143f138998b56f047be7233682f59d1413a01d39ff85a938fb1a5
3
+ size 60125