NIATphysicalAI commited on
Commit
1e652fe
·
verified ·
1 Parent(s): 6e8c386

Add Battery_sort_v1 (from NIATphysicalAI/Battery_sort_v1)

Browse files
Battery_sort_v1/README.md ADDED
@@ -0,0 +1,181 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+
15
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=NIATphysicalAI/Battery_sort_20260818_145202">
16
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
17
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
18
+ </a>
19
+
20
+
21
+ ## Dataset Description
22
+
23
+
24
+
25
+ - **Homepage:** [More Information Needed]
26
+ - **Paper:** [More Information Needed]
27
+ - **License:** apache-2.0
28
+
29
+ ## Dataset Structure
30
+
31
+ [meta/info.json](meta/info.json):
32
+ ```json
33
+ {
34
+ "codebase_version": "v3.0",
35
+ "fps": 30,
36
+ "features": {
37
+ "action": {
38
+ "dtype": "float32",
39
+ "names": [
40
+ "shoulder_pan.pos",
41
+ "shoulder_lift.pos",
42
+ "elbow_flex.pos",
43
+ "wrist_flex.pos",
44
+ "wrist_roll.pos",
45
+ "gripper.pos"
46
+ ],
47
+ "shape": [
48
+ 6
49
+ ]
50
+ },
51
+ "observation.state": {
52
+ "dtype": "float32",
53
+ "names": [
54
+ "shoulder_pan.pos",
55
+ "shoulder_lift.pos",
56
+ "elbow_flex.pos",
57
+ "wrist_flex.pos",
58
+ "wrist_roll.pos",
59
+ "gripper.pos"
60
+ ],
61
+ "shape": [
62
+ 6
63
+ ]
64
+ },
65
+ "observation.images.camera1": {
66
+ "dtype": "video",
67
+ "shape": [
68
+ 480,
69
+ 640,
70
+ 3
71
+ ],
72
+ "names": [
73
+ "height",
74
+ "width",
75
+ "channels"
76
+ ],
77
+ "info": {
78
+ "is_depth_map": false,
79
+ "video.height": 480,
80
+ "video.width": 640,
81
+ "video.codec": "h264",
82
+ "video.pix_fmt": "yuv420p",
83
+ "video.fps": 30,
84
+ "video.channels": 3,
85
+ "has_audio": false,
86
+ "video.g": 2,
87
+ "video.crf": 30,
88
+ "video.preset": null,
89
+ "video.fast_decode": 0,
90
+ "video.video_backend": "pyav",
91
+ "video.extra_options": {}
92
+ }
93
+ },
94
+ "observation.images.camera2": {
95
+ "dtype": "video",
96
+ "shape": [
97
+ 480,
98
+ 640,
99
+ 3
100
+ ],
101
+ "names": [
102
+ "height",
103
+ "width",
104
+ "channels"
105
+ ],
106
+ "info": {
107
+ "is_depth_map": false,
108
+ "video.height": 480,
109
+ "video.width": 640,
110
+ "video.codec": "h264",
111
+ "video.pix_fmt": "yuv420p",
112
+ "video.fps": 30,
113
+ "video.channels": 3,
114
+ "has_audio": false,
115
+ "video.g": 2,
116
+ "video.crf": 30,
117
+ "video.preset": null,
118
+ "video.fast_decode": 0,
119
+ "video.video_backend": "pyav",
120
+ "video.extra_options": {}
121
+ }
122
+ },
123
+ "timestamp": {
124
+ "dtype": "float32",
125
+ "shape": [
126
+ 1
127
+ ],
128
+ "names": null
129
+ },
130
+ "frame_index": {
131
+ "dtype": "int64",
132
+ "shape": [
133
+ 1
134
+ ],
135
+ "names": null
136
+ },
137
+ "episode_index": {
138
+ "dtype": "int64",
139
+ "shape": [
140
+ 1
141
+ ],
142
+ "names": null
143
+ },
144
+ "index": {
145
+ "dtype": "int64",
146
+ "shape": [
147
+ 1
148
+ ],
149
+ "names": null
150
+ },
151
+ "task_index": {
152
+ "dtype": "int64",
153
+ "shape": [
154
+ 1
155
+ ],
156
+ "names": null
157
+ }
158
+ },
159
+ "total_episodes": 7,
160
+ "total_frames": 5681,
161
+ "total_tasks": 1,
162
+ "chunks_size": 1000,
163
+ "data_files_size_in_mb": 100,
164
+ "video_files_size_in_mb": 200,
165
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
166
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
167
+ "robot_type": "so_follower",
168
+ "splits": {
169
+ "train": "0:7"
170
+ }
171
+ }
172
+ ```
173
+
174
+
175
+ ## Citation
176
+
177
+ **BibTeX:**
178
+
179
+ ```bibtex
180
+ [More Information Needed]
181
+ ```
Battery_sort_v1/data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c11ed6f662c063d5d1a3e3200034657e0c3056c0827034b828df2ef208c75cbc
3
+ size 278195
Battery_sort_v1/meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02a9a10fab6094f1d89c0905c78c670c830b94414dd128d5c797d97df97a2214
3
+ size 62262
Battery_sort_v1/meta/info.json ADDED
@@ -0,0 +1,139 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "fps": 30,
4
+ "features": {
5
+ "action": {
6
+ "dtype": "float32",
7
+ "names": [
8
+ "shoulder_pan.pos",
9
+ "shoulder_lift.pos",
10
+ "elbow_flex.pos",
11
+ "wrist_flex.pos",
12
+ "wrist_roll.pos",
13
+ "gripper.pos"
14
+ ],
15
+ "shape": [
16
+ 6
17
+ ]
18
+ },
19
+ "observation.state": {
20
+ "dtype": "float32",
21
+ "names": [
22
+ "shoulder_pan.pos",
23
+ "shoulder_lift.pos",
24
+ "elbow_flex.pos",
25
+ "wrist_flex.pos",
26
+ "wrist_roll.pos",
27
+ "gripper.pos"
28
+ ],
29
+ "shape": [
30
+ 6
31
+ ]
32
+ },
33
+ "observation.images.camera1": {
34
+ "dtype": "video",
35
+ "shape": [
36
+ 480,
37
+ 640,
38
+ 3
39
+ ],
40
+ "names": [
41
+ "height",
42
+ "width",
43
+ "channels"
44
+ ],
45
+ "info": {
46
+ "is_depth_map": false,
47
+ "video.height": 480,
48
+ "video.width": 640,
49
+ "video.codec": "h264",
50
+ "video.pix_fmt": "yuv420p",
51
+ "video.fps": 30,
52
+ "video.channels": 3,
53
+ "has_audio": false,
54
+ "video.g": 2,
55
+ "video.crf": 30,
56
+ "video.preset": null,
57
+ "video.fast_decode": 0,
58
+ "video.video_backend": "pyav",
59
+ "video.extra_options": {}
60
+ }
61
+ },
62
+ "observation.images.camera2": {
63
+ "dtype": "video",
64
+ "shape": [
65
+ 480,
66
+ 640,
67
+ 3
68
+ ],
69
+ "names": [
70
+ "height",
71
+ "width",
72
+ "channels"
73
+ ],
74
+ "info": {
75
+ "is_depth_map": false,
76
+ "video.height": 480,
77
+ "video.width": 640,
78
+ "video.codec": "h264",
79
+ "video.pix_fmt": "yuv420p",
80
+ "video.fps": 30,
81
+ "video.channels": 3,
82
+ "has_audio": false,
83
+ "video.g": 2,
84
+ "video.crf": 30,
85
+ "video.preset": null,
86
+ "video.fast_decode": 0,
87
+ "video.video_backend": "pyav",
88
+ "video.extra_options": {}
89
+ }
90
+ },
91
+ "timestamp": {
92
+ "dtype": "float32",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": null
97
+ },
98
+ "frame_index": {
99
+ "dtype": "int64",
100
+ "shape": [
101
+ 1
102
+ ],
103
+ "names": null
104
+ },
105
+ "episode_index": {
106
+ "dtype": "int64",
107
+ "shape": [
108
+ 1
109
+ ],
110
+ "names": null
111
+ },
112
+ "index": {
113
+ "dtype": "int64",
114
+ "shape": [
115
+ 1
116
+ ],
117
+ "names": null
118
+ },
119
+ "task_index": {
120
+ "dtype": "int64",
121
+ "shape": [
122
+ 1
123
+ ],
124
+ "names": null
125
+ }
126
+ },
127
+ "total_episodes": 7,
128
+ "total_frames": 5681,
129
+ "total_tasks": 1,
130
+ "chunks_size": 1000,
131
+ "data_files_size_in_mb": 100,
132
+ "video_files_size_in_mb": 200,
133
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
134
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
135
+ "robot_type": "so_follower",
136
+ "splits": {
137
+ "train": "0:7"
138
+ }
139
+ }
Battery_sort_v1/meta/stats.json ADDED
@@ -0,0 +1,632 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "frame_index": {
3
+ "min": [
4
+ 0.0
5
+ ],
6
+ "max": [
7
+ 947.0
8
+ ],
9
+ "mean": [
10
+ 407.6241858827671
11
+ ],
12
+ "std": [
13
+ 238.5495869006409
14
+ ],
15
+ "count": [
16
+ 5681
17
+ ],
18
+ "q01": [
19
+ 7.622660073128415
20
+ ],
21
+ "q10": [
22
+ 81.18545149789566
23
+ ],
24
+ "q50": [
25
+ 407.33202650941735
26
+ ],
27
+ "q90": [
28
+ 734.0629202676386
29
+ ],
30
+ "q99": [
31
+ 807.6257116924058
32
+ ]
33
+ },
34
+ "episode_index": {
35
+ "min": [
36
+ 0.0
37
+ ],
38
+ "max": [
39
+ 6.0
40
+ ],
41
+ "mean": [
42
+ 2.896849146277064
43
+ ],
44
+ "std": [
45
+ 2.0114770849600916
46
+ ],
47
+ "count": [
48
+ 5681
49
+ ],
50
+ "q01": [
51
+ 2.896849146277064
52
+ ],
53
+ "q10": [
54
+ 2.896849146277068
55
+ ],
56
+ "q50": [
57
+ 2.896849146277084
58
+ ],
59
+ "q90": [
60
+ 2.8968491462770998
61
+ ],
62
+ "q99": [
63
+ 2.8968491462771038
64
+ ]
65
+ },
66
+ "task_index": {
67
+ "min": [
68
+ 0.0
69
+ ],
70
+ "max": [
71
+ 0.0
72
+ ],
73
+ "mean": [
74
+ 0.0
75
+ ],
76
+ "std": [
77
+ 0.0
78
+ ],
79
+ "count": [
80
+ 5681
81
+ ],
82
+ "q01": [
83
+ 3.9999999999994176e-16
84
+ ],
85
+ "q10": [
86
+ 3.999999999999417e-15
87
+ ],
88
+ "q50": [
89
+ 1.9999999999997088e-14
90
+ ],
91
+ "q90": [
92
+ 3.599999999999476e-14
93
+ ],
94
+ "q99": [
95
+ 3.9599999999994235e-14
96
+ ]
97
+ },
98
+ "observation.images.camera1": {
99
+ "min": [
100
+ [
101
+ [
102
+ 0.0
103
+ ]
104
+ ],
105
+ [
106
+ [
107
+ 0.0
108
+ ]
109
+ ],
110
+ [
111
+ [
112
+ 0.0
113
+ ]
114
+ ]
115
+ ],
116
+ "max": [
117
+ [
118
+ [
119
+ 1.0
120
+ ]
121
+ ],
122
+ [
123
+ [
124
+ 1.0
125
+ ]
126
+ ],
127
+ [
128
+ [
129
+ 1.0
130
+ ]
131
+ ]
132
+ ],
133
+ "mean": [
134
+ [
135
+ [
136
+ 0.49582752050322726
137
+ ]
138
+ ],
139
+ [
140
+ [
141
+ 0.562196432935627
142
+ ]
143
+ ],
144
+ [
145
+ [
146
+ 0.5130764087034224
147
+ ]
148
+ ]
149
+ ],
150
+ "std": [
151
+ [
152
+ [
153
+ 0.25949208227214926
154
+ ]
155
+ ],
156
+ [
157
+ [
158
+ 0.27218639464139943
159
+ ]
160
+ ],
161
+ [
162
+ [
163
+ 0.265223130333119
164
+ ]
165
+ ]
166
+ ],
167
+ "count": [
168
+ 109075200
169
+ ],
170
+ "q01": [
171
+ [
172
+ [
173
+ -1.0000000130793184e-10
174
+ ]
175
+ ],
176
+ [
177
+ [
178
+ 0.007863798838678182
179
+ ]
180
+ ],
181
+ [
182
+ [
183
+ -9.93160564887864e-11
184
+ ]
185
+ ]
186
+ ],
187
+ "q10": [
188
+ [
189
+ [
190
+ 0.017466339752398523
191
+ ]
192
+ ],
193
+ [
194
+ [
195
+ 0.07273100965612155
196
+ ]
197
+ ],
198
+ [
199
+ [
200
+ 0.040232807684944666
201
+ ]
202
+ ]
203
+ ],
204
+ "q50": [
205
+ [
206
+ [
207
+ 0.523246317736274
208
+ ]
209
+ ],
210
+ [
211
+ [
212
+ 0.5942643615439267
213
+ ]
214
+ ],
215
+ [
216
+ [
217
+ 0.5444035951978685
218
+ ]
219
+ ]
220
+ ],
221
+ "q90": [
222
+ [
223
+ [
224
+ 0.7931816738732779
225
+ ]
226
+ ],
227
+ [
228
+ [
229
+ 0.8822587727440201
230
+ ]
231
+ ],
232
+ [
233
+ [
234
+ 0.8301833339113297
235
+ ]
236
+ ]
237
+ ],
238
+ "q99": [
239
+ [
240
+ [
241
+ 0.8904641896894291
242
+ ]
243
+ ],
244
+ [
245
+ [
246
+ 0.9729324247861
247
+ ]
248
+ ],
249
+ [
250
+ [
251
+ 0.9034668307369719
252
+ ]
253
+ ]
254
+ ]
255
+ },
256
+ "index": {
257
+ "min": [
258
+ 0.0
259
+ ],
260
+ "max": [
261
+ 5680.0
262
+ ],
263
+ "mean": [
264
+ 2840.0
265
+ ],
266
+ "std": [
267
+ 1639.9634142260616
268
+ ],
269
+ "count": [
270
+ 5681
271
+ ],
272
+ "q01": [
273
+ 2439.9984741903613
274
+ ],
275
+ "q10": [
276
+ 2513.561265615129
277
+ ],
278
+ "q50": [
279
+ 2839.773994261574
280
+ ],
281
+ "q90": [
282
+ 3166.438734384871
283
+ ],
284
+ "q99": [
285
+ 3240.0015258096387
286
+ ]
287
+ },
288
+ "observation.images.camera2": {
289
+ "min": [
290
+ [
291
+ [
292
+ 0.0
293
+ ]
294
+ ],
295
+ [
296
+ [
297
+ 0.0
298
+ ]
299
+ ],
300
+ [
301
+ [
302
+ 0.0
303
+ ]
304
+ ]
305
+ ],
306
+ "max": [
307
+ [
308
+ [
309
+ 1.0
310
+ ]
311
+ ],
312
+ [
313
+ [
314
+ 1.0
315
+ ]
316
+ ],
317
+ [
318
+ [
319
+ 1.0
320
+ ]
321
+ ]
322
+ ],
323
+ "mean": [
324
+ [
325
+ [
326
+ 0.43728424066012433
327
+ ]
328
+ ],
329
+ [
330
+ [
331
+ 0.5032202495884002
332
+ ]
333
+ ],
334
+ [
335
+ [
336
+ 0.4413780410185684
337
+ ]
338
+ ]
339
+ ],
340
+ "std": [
341
+ [
342
+ [
343
+ 0.3015222527338666
344
+ ]
345
+ ],
346
+ [
347
+ [
348
+ 0.3045969148574789
349
+ ]
350
+ ],
351
+ [
352
+ [
353
+ 0.29821221705880785
354
+ ]
355
+ ]
356
+ ],
357
+ "count": [
358
+ 109075200
359
+ ],
360
+ "q01": [
361
+ [
362
+ [
363
+ -1.3419551414519154e-11
364
+ ]
365
+ ],
366
+ [
367
+ [
368
+ 0.01344347541414098
369
+ ]
370
+ ],
371
+ [
372
+ [
373
+ -1.3419551414519154e-11
374
+ ]
375
+ ]
376
+ ],
377
+ "q10": [
378
+ [
379
+ [
380
+ 0.034755637705768734
381
+ ]
382
+ ],
383
+ [
384
+ [
385
+ 0.07560389500922081
386
+ ]
387
+ ],
388
+ [
389
+ [
390
+ 0.03750025628547272
391
+ ]
392
+ ]
393
+ ],
394
+ "q50": [
395
+ [
396
+ [
397
+ 0.44368613707587934
398
+ ]
399
+ ],
400
+ [
401
+ [
402
+ 0.5281808409200348
403
+ ]
404
+ ],
405
+ [
406
+ [
407
+ 0.45919165978030024
408
+ ]
409
+ ]
410
+ ],
411
+ "q90": [
412
+ [
413
+ [
414
+ 0.8241036676323478
415
+ ]
416
+ ],
417
+ [
418
+ [
419
+ 0.9048693365776633
420
+ ]
421
+ ],
422
+ [
423
+ [
424
+ 0.8183068383561121
425
+ ]
426
+ ]
427
+ ],
428
+ "q99": [
429
+ [
430
+ [
431
+ 0.9998914169404468
432
+ ]
433
+ ],
434
+ [
435
+ [
436
+ 0.9999626354836166
437
+ ]
438
+ ],
439
+ [
440
+ [
441
+ 0.9927043397540986
442
+ ]
443
+ ]
444
+ ]
445
+ },
446
+ "observation.state": {
447
+ "min": [
448
+ -28.08791160583496,
449
+ -104.13186645507812,
450
+ -44.087913513183594,
451
+ 11.076923370361328,
452
+ -156.08790588378906,
453
+ 0.6028131246566772
454
+ ],
455
+ "max": [
456
+ 2.4175825119018555,
457
+ 37.4945068359375,
458
+ 71.42857360839844,
459
+ 102.06593322753906,
460
+ -13.494505882263184,
461
+ 36.034828186035156
462
+ ],
463
+ "mean": [
464
+ -13.018484229752765,
465
+ -15.60695457223477,
466
+ -2.851602370198439,
467
+ 67.08750473288369,
468
+ -77.14619882130702,
469
+ 9.617508120235474
470
+ ],
471
+ "std": [
472
+ 5.726274809777219,
473
+ 38.82383643700217,
474
+ 33.77944201316308,
475
+ 23.982559081359117,
476
+ 29.265342455939805,
477
+ 9.902559516213604
478
+ ],
479
+ "count": [
480
+ 5681
481
+ ],
482
+ "q01": [
483
+ -24.896526162043067,
484
+ -104.13186645507812,
485
+ -39.63374441797865,
486
+ 29.920440856471615,
487
+ -114.42550453381696,
488
+ 1.6934317125660099
489
+ ],
490
+ "q10": [
491
+ -20.874297211588903,
492
+ -83.62024672692,
493
+ -38.48604232322113,
494
+ 36.028675284364624,
495
+ -108.90502001749314,
496
+ 2.2946770483671015
497
+ ],
498
+ "q50": [
499
+ -12.566029615858728,
500
+ -5.875294825752422,
501
+ -16.67388802664429,
502
+ 65.81567485870853,
503
+ -85.89926400333744,
504
+ 4.760854050585062
505
+ ],
506
+ "q90": [
507
+ -6.1731548015302895,
508
+ 24.058739404946483,
509
+ 52.62386946583272,
510
+ 101.86132377310543,
511
+ -33.05467432068315,
512
+ 26.351213041962847
513
+ ],
514
+ "q99": [
515
+ -3.172181308224818,
516
+ 33.92709548713741,
517
+ 54.032105426703076,
518
+ 102.03725305626405,
519
+ -23.321406132793904,
520
+ 32.28961531337911
521
+ ]
522
+ },
523
+ "action": {
524
+ "min": [
525
+ -29.626373291015625,
526
+ -104.48351287841797,
527
+ -47.78022003173828,
528
+ 9.05494499206543,
529
+ -156.35165405273438,
530
+ 0.0
531
+ ],
532
+ "max": [
533
+ 4.747252941131592,
534
+ 38.63736343383789,
535
+ 70.28571319580078,
536
+ 102.76923370361328,
537
+ -13.406593322753906,
538
+ 36.15999984741211
539
+ ],
540
+ "mean": [
541
+ -12.905987717068294,
542
+ -18.105558780313608,
543
+ -5.503542465006166,
544
+ 66.44922588383976,
545
+ -77.26297681177613,
546
+ 8.898671463622401
547
+ ],
548
+ "std": [
549
+ 6.784364337382253,
550
+ 37.64441891097167,
551
+ 34.34998350747308,
552
+ 25.24737964733994,
553
+ 29.096853777033,
554
+ 10.417527316998248
555
+ ],
556
+ "count": [
557
+ 5681
558
+ ],
559
+ "q01": [
560
+ -26.541220436054786,
561
+ -104.18515613898774,
562
+ -42.45508000240402,
563
+ 22.604796988264475,
564
+ -114.63295945395843,
565
+ 1.0730169490284096
566
+ ],
567
+ "q10": [
568
+ -22.168843339164514,
569
+ -81.90294712629643,
570
+ -40.98707642210194,
571
+ 34.37018881311415,
572
+ -109.14394363156988,
573
+ 1.7545165750507585
574
+ ],
575
+ "q50": [
576
+ -12.105929103760259,
577
+ -9.084369227298426,
578
+ -19.945449445403064,
579
+ 65.27864726784573,
580
+ -85.74009070791648,
581
+ 3.580348057275446
582
+ ],
583
+ "q90": [
584
+ -4.87466485434633,
585
+ 21.941968654212697,
586
+ 50.99969309387644,
587
+ 102.4424372365332,
588
+ -33.20416501363716,
589
+ 26.62391129319295
590
+ ],
591
+ "q99": [
592
+ -1.022585765533471,
593
+ 34.88125291732683,
594
+ 52.72746612346519,
595
+ 102.57722737636749,
596
+ -23.23772093089492,
597
+ 32.459681295422016
598
+ ]
599
+ },
600
+ "timestamp": {
601
+ "min": [
602
+ 0.0
603
+ ],
604
+ "max": [
605
+ 31.566666666666666
606
+ ],
607
+ "mean": [
608
+ 13.587472862758904
609
+ ],
610
+ "std": [
611
+ 7.95165289668803
612
+ ],
613
+ "count": [
614
+ 5681
615
+ ],
616
+ "q01": [
617
+ 0.2540886690094201
618
+ ],
619
+ "q10": [
620
+ 2.706181716519109
621
+ ],
622
+ "q50": [
623
+ 13.579939338144635
624
+ ],
625
+ "q90": [
626
+ 24.468764008998697
627
+ ],
628
+ "q99": [
629
+ 26.920857056508385
630
+ ]
631
+ }
632
+ }
Battery_sort_v1/meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aaff5231db119ef9f2727afe75019c129e936a69537f3df9f282930938a83a1b
3
+ size 2255
Battery_sort_v1/videos/observation.images.camera1/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:927a64aed999dd209d0452277fb50b25d2498e9c7a99e7651693fbddd9d4baea
3
+ size 15414407
Battery_sort_v1/videos/observation.images.camera2/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bee2d246c11b49cbb3a9a5697d9d806330b7add5413bab19b68d82a067dd9866
3
+ size 22295897