maximellerbach commited on
Commit
3d84c44
·
verified ·
1 Parent(s): 82ba863

Upload folder using huggingface_hub

Browse files
README.md CHANGED
@@ -1,146 +1,146 @@
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=maximellerbach/eval_pickandplace">
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
- "robot_type": "so_follower",
36
- "total_episodes": 3,
37
- "total_frames": 5004,
38
- "total_tasks": 1,
39
- "chunks_size": 1000,
40
- "data_files_size_in_mb": 100,
41
- "video_files_size_in_mb": 200,
42
- "fps": 30,
43
- "splits": {
44
- "train": "0:3"
45
- },
46
- "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
47
- "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
48
- "features": {
49
- "action": {
50
- "dtype": "float32",
51
- "names": [
52
- "shoulder_pan.pos",
53
- "shoulder_lift.pos",
54
- "elbow_flex.pos",
55
- "wrist_flex.pos",
56
- "wrist_roll.pos",
57
- "gripper.pos"
58
- ],
59
- "shape": [
60
- 6
61
- ]
62
- },
63
- "observation.state": {
64
- "dtype": "float32",
65
- "names": [
66
- "shoulder_pan.pos",
67
- "shoulder_lift.pos",
68
- "elbow_flex.pos",
69
- "wrist_flex.pos",
70
- "wrist_roll.pos",
71
- "gripper.pos"
72
- ],
73
- "shape": [
74
- 6
75
- ]
76
- },
77
- "observation.images.front": {
78
- "dtype": "video",
79
- "shape": [
80
- 480,
81
- 640,
82
- 3
83
- ],
84
- "names": [
85
- "height",
86
- "width",
87
- "channels"
88
- ],
89
- "info": {
90
- "video.height": 480,
91
- "video.width": 640,
92
- "video.codec": "av1",
93
- "video.pix_fmt": "yuv420p",
94
- "video.is_depth_map": false,
95
- "video.fps": 30,
96
- "video.channels": 3,
97
- "has_audio": false
98
- }
99
- },
100
- "timestamp": {
101
- "dtype": "float32",
102
- "shape": [
103
- 1
104
- ],
105
- "names": null
106
- },
107
- "frame_index": {
108
- "dtype": "int64",
109
- "shape": [
110
- 1
111
- ],
112
- "names": null
113
- },
114
- "episode_index": {
115
- "dtype": "int64",
116
- "shape": [
117
- 1
118
- ],
119
- "names": null
120
- },
121
- "index": {
122
- "dtype": "int64",
123
- "shape": [
124
- 1
125
- ],
126
- "names": null
127
- },
128
- "task_index": {
129
- "dtype": "int64",
130
- "shape": [
131
- 1
132
- ],
133
- "names": null
134
- }
135
- }
136
- }
137
- ```
138
-
139
-
140
- ## Citation
141
-
142
- **BibTeX:**
143
-
144
- ```bibtex
145
- [More Information Needed]
146
  ```
 
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=maximellerbach/eval_pickandplace">
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
+ "robot_type": "so_follower",
36
+ "total_episodes": 3,
37
+ "total_frames": 5004,
38
+ "total_tasks": 1,
39
+ "chunks_size": 1000,
40
+ "data_files_size_in_mb": 100,
41
+ "video_files_size_in_mb": 200,
42
+ "fps": 30,
43
+ "splits": {
44
+ "train": "0:3"
45
+ },
46
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
47
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
48
+ "features": {
49
+ "action": {
50
+ "dtype": "float32",
51
+ "names": [
52
+ "shoulder_pan.pos",
53
+ "shoulder_lift.pos",
54
+ "elbow_flex.pos",
55
+ "wrist_flex.pos",
56
+ "wrist_roll.pos",
57
+ "gripper.pos"
58
+ ],
59
+ "shape": [
60
+ 6
61
+ ]
62
+ },
63
+ "observation.state": {
64
+ "dtype": "float32",
65
+ "names": [
66
+ "shoulder_pan.pos",
67
+ "shoulder_lift.pos",
68
+ "elbow_flex.pos",
69
+ "wrist_flex.pos",
70
+ "wrist_roll.pos",
71
+ "gripper.pos"
72
+ ],
73
+ "shape": [
74
+ 6
75
+ ]
76
+ },
77
+ "observation.images.front": {
78
+ "dtype": "video",
79
+ "shape": [
80
+ 480,
81
+ 640,
82
+ 3
83
+ ],
84
+ "names": [
85
+ "height",
86
+ "width",
87
+ "channels"
88
+ ],
89
+ "info": {
90
+ "video.height": 480,
91
+ "video.width": 640,
92
+ "video.codec": "av1",
93
+ "video.pix_fmt": "yuv420p",
94
+ "video.is_depth_map": false,
95
+ "video.fps": 30,
96
+ "video.channels": 3,
97
+ "has_audio": false
98
+ }
99
+ },
100
+ "timestamp": {
101
+ "dtype": "float32",
102
+ "shape": [
103
+ 1
104
+ ],
105
+ "names": null
106
+ },
107
+ "frame_index": {
108
+ "dtype": "int64",
109
+ "shape": [
110
+ 1
111
+ ],
112
+ "names": null
113
+ },
114
+ "episode_index": {
115
+ "dtype": "int64",
116
+ "shape": [
117
+ 1
118
+ ],
119
+ "names": null
120
+ },
121
+ "index": {
122
+ "dtype": "int64",
123
+ "shape": [
124
+ 1
125
+ ],
126
+ "names": null
127
+ },
128
+ "task_index": {
129
+ "dtype": "int64",
130
+ "shape": [
131
+ 1
132
+ ],
133
+ "names": null
134
+ }
135
+ }
136
+ }
137
+ ```
138
+
139
+
140
+ ## Citation
141
+
142
+ **BibTeX:**
143
+
144
+ ```bibtex
145
+ [More Information Needed]
146
  ```
data/chunk-000/file-002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91cade57146d36c1e9d8c82a8a0b60b95055d5f729d6987a99484c710bc5e481
3
+ size 129953
meta/episodes/chunk-000/file-002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5377982a363a26e67a21719b49ea1c496e1f712a0a99d17ef93d020bc73457a3
3
+ size 46895
meta/info.json CHANGED
@@ -1,104 +1,104 @@
1
- {
2
- "codebase_version": "v3.0",
3
- "robot_type": "so_follower",
4
- "total_episodes": 3,
5
- "total_frames": 5004,
6
- "total_tasks": 1,
7
- "chunks_size": 1000,
8
- "data_files_size_in_mb": 100,
9
- "video_files_size_in_mb": 200,
10
- "fps": 30,
11
- "splits": {
12
- "train": "0:3"
13
- },
14
- "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
15
- "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
16
- "features": {
17
- "action": {
18
- "dtype": "float32",
19
- "names": [
20
- "shoulder_pan.pos",
21
- "shoulder_lift.pos",
22
- "elbow_flex.pos",
23
- "wrist_flex.pos",
24
- "wrist_roll.pos",
25
- "gripper.pos"
26
- ],
27
- "shape": [
28
- 6
29
- ]
30
- },
31
- "observation.state": {
32
- "dtype": "float32",
33
- "names": [
34
- "shoulder_pan.pos",
35
- "shoulder_lift.pos",
36
- "elbow_flex.pos",
37
- "wrist_flex.pos",
38
- "wrist_roll.pos",
39
- "gripper.pos"
40
- ],
41
- "shape": [
42
- 6
43
- ]
44
- },
45
- "observation.images.front": {
46
- "dtype": "video",
47
- "shape": [
48
- 480,
49
- 640,
50
- 3
51
- ],
52
- "names": [
53
- "height",
54
- "width",
55
- "channels"
56
- ],
57
- "info": {
58
- "video.height": 480,
59
- "video.width": 640,
60
- "video.codec": "av1",
61
- "video.pix_fmt": "yuv420p",
62
- "video.is_depth_map": false,
63
- "video.fps": 30,
64
- "video.channels": 3,
65
- "has_audio": false
66
- }
67
- },
68
- "timestamp": {
69
- "dtype": "float32",
70
- "shape": [
71
- 1
72
- ],
73
- "names": null
74
- },
75
- "frame_index": {
76
- "dtype": "int64",
77
- "shape": [
78
- 1
79
- ],
80
- "names": null
81
- },
82
- "episode_index": {
83
- "dtype": "int64",
84
- "shape": [
85
- 1
86
- ],
87
- "names": null
88
- },
89
- "index": {
90
- "dtype": "int64",
91
- "shape": [
92
- 1
93
- ],
94
- "names": null
95
- },
96
- "task_index": {
97
- "dtype": "int64",
98
- "shape": [
99
- 1
100
- ],
101
- "names": null
102
- }
103
- }
104
  }
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "so_follower",
4
+ "total_episodes": 6,
5
+ "total_frames": 6853,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 200,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:6"
13
+ },
14
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
15
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
16
+ "features": {
17
+ "action": {
18
+ "dtype": "float32",
19
+ "names": [
20
+ "shoulder_pan.pos",
21
+ "shoulder_lift.pos",
22
+ "elbow_flex.pos",
23
+ "wrist_flex.pos",
24
+ "wrist_roll.pos",
25
+ "gripper.pos"
26
+ ],
27
+ "shape": [
28
+ 6
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "names": [
34
+ "shoulder_pan.pos",
35
+ "shoulder_lift.pos",
36
+ "elbow_flex.pos",
37
+ "wrist_flex.pos",
38
+ "wrist_roll.pos",
39
+ "gripper.pos"
40
+ ],
41
+ "shape": [
42
+ 6
43
+ ]
44
+ },
45
+ "observation.images.front": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 480,
49
+ 640,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 480,
59
+ "video.width": 640,
60
+ "video.codec": "av1",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "video.fps": 30,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "timestamp": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 1
72
+ ],
73
+ "names": null
74
+ },
75
+ "frame_index": {
76
+ "dtype": "int64",
77
+ "shape": [
78
+ 1
79
+ ],
80
+ "names": null
81
+ },
82
+ "episode_index": {
83
+ "dtype": "int64",
84
+ "shape": [
85
+ 1
86
+ ],
87
+ "names": null
88
+ },
89
+ "index": {
90
+ "dtype": "int64",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "names": null
95
+ },
96
+ "task_index": {
97
+ "dtype": "int64",
98
+ "shape": [
99
+ 1
100
+ ],
101
+ "names": null
102
+ }
103
+ }
104
  }
meta/stats.json CHANGED
@@ -1,474 +1,474 @@
1
- {
2
- "action": {
3
- "min": [
4
- -51.68153762817383,
5
- -115.68473815917969,
6
- -37.947017669677734,
7
- 12.75042724609375,
8
- -26.42237091064453,
9
- 0.5286312103271484
10
- ],
11
- "max": [
12
- 23.339839935302734,
13
- 55.24431610107422,
14
- 107.02287292480469,
15
- 61.625633239746094,
16
- 42.40481185913086,
17
- 42.96650695800781
18
- ],
19
- "mean": [
20
- -12.26745324607471,
21
- -5.823445761994683,
22
- 18.403598338294085,
23
- 35.80428226769781,
24
- 3.920152866654545,
25
- 21.374135500330816
26
- ],
27
- "std": [
28
- 16.64934235968781,
29
- 37.72303973171704,
30
- 28.79715628072789,
31
- 8.59644327189984,
32
- 11.578927162056617,
33
- 11.862956933538296
34
- ],
35
- "count": [
36
- 5004
37
- ],
38
- "q01": [
39
- -42.331884932506576,
40
- -104.69636765828427,
41
- -18.617319240063118,
42
- 18.69382055807838,
43
- -18.241238353553534,
44
- 3.6888634417320993
45
- ],
46
- "q10": [
47
- -34.02022014901126,
48
- -77.45173077297439,
49
- -6.890138126772752,
50
- 24.184494908345783,
51
- -8.528292587220813,
52
- 6.068186367768274
53
- ],
54
- "q50": [
55
- -11.04946958046737,
56
- 5.753417385949029,
57
- 11.195720478435724,
58
- 36.10204860441786,
59
- 3.5187617759529255,
60
- 23.728722413571525
61
- ],
62
- "q90": [
63
- 8.03244386081406,
64
- 28.433539820975255,
65
- 71.23817105190359,
66
- 46.123000659124386,
67
- 16.203582300518534,
68
- 34.959237693005996
69
- ],
70
- "q99": [
71
- 17.593486106508163,
72
- 39.170494135239906,
73
- 96.01180368550008,
74
- 52.59554335688706,
75
- 31.92061515670886,
76
- 39.23375193130103
77
- ]
78
- },
79
- "timestamp": {
80
- "min": [
81
- 0.0
82
- ],
83
- "max": [
84
- 58.833333333333336
85
- ],
86
- "mean": [
87
- 27.843065547561952
88
- ],
89
- "std": [
90
- 16.153781144666887
91
- ],
92
- "count": [
93
- 5004
94
- ],
95
- "q01": [
96
- 0.5388068304907967
97
- ],
98
- "q10": [
99
- 5.5588622200105595
100
- ],
101
- "q50": [
102
- 27.835420602184893
103
- ],
104
- "q90": [
105
- 50.127268875113344
106
- ],
107
- "q99": [
108
- 55.147324264633106
109
- ]
110
- },
111
- "episode_index": {
112
- "min": [
113
- 0
114
- ],
115
- "max": [
116
- 2
117
- ],
118
- "mean": [
119
- 0.9832134292565947
120
- ],
121
- "std": [
122
- 0.8042391094540047
123
- ],
124
- "count": [
125
- 5004
126
- ],
127
- "q01": [
128
- 0.983213429256595
129
- ],
130
- "q10": [
131
- 0.9832134292565987
132
- ],
133
- "q50": [
134
- 0.9832134292566147
135
- ],
136
- "q90": [
137
- 0.9832134292566307
138
- ],
139
- "q99": [
140
- 0.9832134292566344
141
- ]
142
- },
143
- "observation.state": {
144
- "min": [
145
- -51.20878982543945,
146
- -102.76923370361328,
147
- -35.56044006347656,
148
- 13.406593322753906,
149
- -26.329669952392578,
150
- 1.670146107673645
151
- ],
152
- "max": [
153
- 22.63736343383789,
154
- 54.68132019042969,
155
- 96.92308044433594,
156
- 60.879119873046875,
157
- 41.978023529052734,
158
- 42.58872604370117
159
- ],
160
- "mean": [
161
- -12.203287411079133,
162
- -3.9494256653088176,
163
- 19.429247802014736,
164
- 35.88880138412463,
165
- 3.8832856734736647,
166
- 21.287254585064858
167
- ],
168
- "std": [
169
- 16.54781682312044,
170
- 36.85555951398674,
171
- 27.707779388456068,
172
- 8.495019512289051,
173
- 11.52435758933585,
174
- 11.31713826683066
175
- ],
176
- "count": [
177
- 5004
178
- ],
179
- "q01": [
180
- -41.634437391138576,
181
- -99.18851248590872,
182
- -17.22733097055561,
183
- 18.818158478811842,
184
- -18.42995384365916,
185
- 4.3709786029969635
186
- ],
187
- "q10": [
188
- -33.98262777780806,
189
- -76.56327559629695,
190
- -5.482656960100575,
191
- 24.40173965245604,
192
- -8.571861603004487,
193
- 6.7876116615121935
194
- ],
195
- "q50": [
196
- -11.14090772117261,
197
- 7.512823759127769,
198
- 12.546901611482987,
199
- 36.210288342914176,
200
- 3.375705016952116,
201
- 22.448673851808294
202
- ],
203
- "q90": [
204
- 7.915565086281399,
205
- 30.013633397420246,
206
- 72.69631618209563,
207
- 46.12072715731856,
208
- 15.903299878087644,
209
- 34.57118357031315
210
- ],
211
- "q99": [
212
- 17.482642850570922,
213
- 39.731891024331865,
214
- 92.37232802016227,
215
- 52.272197467333605,
216
- 31.684012888253545,
217
- 39.02762349114722
218
- ]
219
- },
220
- "frame_index": {
221
- "min": [
222
- 0
223
- ],
224
- "max": [
225
- 1765
226
- ],
227
- "mean": [
228
- 835.2919664268585
229
- ],
230
- "std": [
231
- 484.61343434000656
232
- ],
233
- "count": [
234
- 5004
235
- ],
236
- "q01": [
237
- 16.164204917567805
238
- ],
239
- "q10": [
240
- 166.76586660263783
241
- ],
242
- "q50": [
243
- 835.1619526778577
244
- ],
245
- "q90": [
246
- 1503.8180662510792
247
- ],
248
- "q99": [
249
- 1654.4197279361492
250
- ]
251
- },
252
- "task_index": {
253
- "min": [
254
- 0
255
- ],
256
- "max": [
257
- 0
258
- ],
259
- "mean": [
260
- 0.0
261
- ],
262
- "std": [
263
- 0.0
264
- ],
265
- "count": [
266
- 5004
267
- ],
268
- "q01": [
269
- 3.999999999999417e-16
270
- ],
271
- "q10": [
272
- 3.999999999999417e-15
273
- ],
274
- "q50": [
275
- 1.9999999999997088e-14
276
- ],
277
- "q90": [
278
- 3.599999999999476e-14
279
- ],
280
- "q99": [
281
- 3.9599999999994235e-14
282
- ]
283
- },
284
- "observation.images.front": {
285
- "min": [
286
- [
287
- [
288
- 0.0
289
- ]
290
- ],
291
- [
292
- [
293
- 0.0
294
- ]
295
- ],
296
- [
297
- [
298
- 0.0
299
- ]
300
- ]
301
- ],
302
- "max": [
303
- [
304
- [
305
- 1.0
306
- ]
307
- ],
308
- [
309
- [
310
- 1.0
311
- ]
312
- ],
313
- [
314
- [
315
- 1.0
316
- ]
317
- ]
318
- ],
319
- "mean": [
320
- [
321
- [
322
- 0.43571807998862333
323
- ]
324
- ],
325
- [
326
- [
327
- 0.45203676258339726
328
- ]
329
- ],
330
- [
331
- [
332
- 0.4587609184711056
333
- ]
334
- ]
335
- ],
336
- "std": [
337
- [
338
- [
339
- 0.003258961226037941
340
- ]
341
- ],
342
- [
343
- [
344
- 0.003792844861303131
345
- ]
346
- ],
347
- [
348
- [
349
- 0.0034067183660345347
350
- ]
351
- ]
352
- ],
353
- "count": [
354
- 96076800
355
- ],
356
- "q01": [
357
- [
358
- [
359
- 0.07955790500574332
360
- ]
361
- ],
362
- [
363
- [
364
- 0.08072171796341249
365
- ]
366
- ],
367
- [
368
- [
369
- 0.058384760575760704
370
- ]
371
- ]
372
- ],
373
- "q10": [
374
- [
375
- [
376
- 0.15778971547348825
377
- ]
378
- ],
379
- [
380
- [
381
- 0.1775428190350239
382
- ]
383
- ],
384
- [
385
- [
386
- 0.14883905185957136
387
- ]
388
- ]
389
- ],
390
- "q50": [
391
- [
392
- [
393
- 0.5058089105867637
394
- ]
395
- ],
396
- [
397
- [
398
- 0.5149408085590408
399
- ]
400
- ],
401
- [
402
- [
403
- 0.5305102852112565
404
- ]
405
- ]
406
- ],
407
- "q90": [
408
- [
409
- [
410
- 0.6102585335346338
411
- ]
412
- ],
413
- [
414
- [
415
- 0.6142213107755414
416
- ]
417
- ],
418
- [
419
- [
420
- 0.6181628002178163
421
- ]
422
- ]
423
- ],
424
- "q99": [
425
- [
426
- [
427
- 0.6311173466455213
428
- ]
429
- ],
430
- [
431
- [
432
- 0.6311912583512355
433
- ]
434
- ],
435
- [
436
- [
437
- 0.6389381470419274
438
- ]
439
- ]
440
- ]
441
- },
442
- "index": {
443
- "min": [
444
- 0
445
- ],
446
- "max": [
447
- 5003
448
- ],
449
- "mean": [
450
- 2501.5
451
- ],
452
- "std": [
453
- 1444.5303446680055
454
- ],
455
- "count": [
456
- 5004
457
- ],
458
- "q01": [
459
- 1682.3722384907094
460
- ],
461
- "q10": [
462
- 1832.9739001757791
463
- ],
464
- "q50": [
465
- 2501.369986251
466
- ],
467
- "q90": [
468
- 3170.0260998242206
469
- ],
470
- "q99": [
471
- 3320.6277615092904
472
- ]
473
- }
474
  }
 
1
+ {
2
+ "action": {
3
+ "min": [
4
+ -57.34590148925781,
5
+ -115.68473815917969,
6
+ -62.46821212768555,
7
+ 12.75042724609375,
8
+ -26.42237091064453,
9
+ 0.5286312103271484
10
+ ],
11
+ "max": [
12
+ 37.370506286621094,
13
+ 55.24431610107422,
14
+ 107.02287292480469,
15
+ 102.01766204833984,
16
+ 96.14299011230469,
17
+ 42.96650695800781
18
+ ],
19
+ "mean": [
20
+ -9.55002053226152,
21
+ -7.143413222933727,
22
+ 14.739556905598112,
23
+ 44.84255333008009,
24
+ 6.827736420769178,
25
+ 21.13349950788457
26
+ ],
27
+ "std": [
28
+ 20.358334006438465,
29
+ 40.805317836298244,
30
+ 33.252832681628846,
31
+ 18.019759265806762,
32
+ 16.49953041125108,
33
+ 11.26594686279931
34
+ ],
35
+ "count": [
36
+ 6853
37
+ ],
38
+ "q01": [
39
+ -45.97821876613829,
40
+ -105.42577740436991,
41
+ -27.716112624493622,
42
+ 25.377269456608186,
43
+ -17.02825526077557,
44
+ 4.544631549124994
45
+ ],
46
+ "q10": [
47
+ -38.387743827608865,
48
+ -80.95175238018852,
49
+ -15.299049248744776,
50
+ 31.492162814906404,
51
+ -8.99634874440033,
52
+ 6.765396117565667
53
+ ],
54
+ "q50": [
55
+ -6.185544273861304,
56
+ 5.279318587082684,
57
+ 6.953250610188838,
58
+ 45.12841172067333,
59
+ 5.874204025883649,
60
+ 23.14846747846616
61
+ ],
62
+ "q90": [
63
+ 12.443347395581434,
64
+ 30.771583879538465,
65
+ 70.94013970415557,
66
+ 56.482247919609314,
67
+ 22.62514129579111,
68
+ 34.42328854984877
69
+ ],
70
+ "q99": [
71
+ 20.91831598596087,
72
+ 40.63517757166951,
73
+ 96.45483529100206,
74
+ 64.32069087368754,
75
+ 35.087306478854664,
76
+ 38.22600077822385
77
+ ]
78
+ },
79
+ "index": {
80
+ "min": [
81
+ 0
82
+ ],
83
+ "max": [
84
+ 6852
85
+ ],
86
+ "mean": [
87
+ 3426.0
88
+ ],
89
+ "std": [
90
+ 1978.2906763162991
91
+ ],
92
+ "count": [
93
+ 6853
94
+ ],
95
+ "q01": [
96
+ 2734.7675630560816
97
+ ],
98
+ "q10": [
99
+ 2861.7407759870785
100
+ ],
101
+ "q50": [
102
+ 3425.839332671823
103
+ ],
104
+ "q90": [
105
+ 3990.2592240129215
106
+ ],
107
+ "q99": [
108
+ 4117.232436943918
109
+ ]
110
+ },
111
+ "timestamp": {
112
+ "min": [
113
+ 0.0
114
+ ],
115
+ "max": [
116
+ 58.833333333333336
117
+ ],
118
+ "mean": [
119
+ 23.496128216352936
120
+ ],
121
+ "std": [
122
+ 16.090786416980098
123
+ ],
124
+ "count": [
125
+ 6853
126
+ ],
127
+ "q01": [
128
+ 0.4550469847941941
129
+ ],
130
+ "q10": [
131
+ 4.68748741584483
132
+ ],
133
+ "q50": [
134
+ 23.48835486356336
135
+ ],
136
+ "q90": [
137
+ 42.304769016861044
138
+ ],
139
+ "q99": [
140
+ 46.537209447911685
141
+ ]
142
+ },
143
+ "observation.state": {
144
+ "min": [
145
+ -57.18681335449219,
146
+ -102.76923370361328,
147
+ -58.85714340209961,
148
+ 13.406593322753906,
149
+ -26.329669952392578,
150
+ 1.670146107673645
151
+ ],
152
+ "max": [
153
+ 36.70329666137695,
154
+ 54.68132019042969,
155
+ 96.92308044433594,
156
+ 99.64835357666016,
157
+ 95.69230651855469,
158
+ 42.58872604370117
159
+ ],
160
+ "mean": [
161
+ -9.600925896022678,
162
+ -5.391315323304872,
163
+ 15.690352445238092,
164
+ 44.95391949016683,
165
+ 6.786266350683532,
166
+ 21.302068791597513
167
+ ],
168
+ "std": [
169
+ 20.226815558748708,
170
+ 40.05546842471733,
171
+ 32.247940406661556,
172
+ 17.990514114494086,
173
+ 16.45301834045311,
174
+ 10.601680417976901
175
+ ],
176
+ "count": [
177
+ 6853
178
+ ],
179
+ "q01": [
180
+ -45.43994026368053,
181
+ -99.67072173391875,
182
+ -26.225440676882126,
183
+ 25.59286943419016,
184
+ -17.116101725797154,
185
+ 5.428282753761842
186
+ ],
187
+ "q10": [
188
+ -38.275634691108614,
189
+ -79.85089146900607,
190
+ -13.90845117464466,
191
+ 31.725501013978036,
192
+ -8.988900830009753,
193
+ 7.851850375824114
194
+ ],
195
+ "q50": [
196
+ -6.337724154149983,
197
+ 7.061772554682308,
198
+ 8.31025792496212,
199
+ 45.28431254516402,
200
+ 5.770608436945922,
201
+ 22.189482046651243
202
+ ],
203
+ "q90": [
204
+ 12.264504976837117,
205
+ 32.1463986788084,
206
+ 72.22752530700856,
207
+ 56.5100125857847,
208
+ 22.386303046519497,
209
+ 34.10054940867833
210
+ ],
211
+ "q99": [
212
+ 20.649333977075145,
213
+ 41.20899229506133,
214
+ 91.95882395612436,
215
+ 63.92303740021993,
216
+ 34.85474564699225,
217
+ 38.03481362239976
218
+ ]
219
+ },
220
+ "task_index": {
221
+ "min": [
222
+ 0
223
+ ],
224
+ "max": [
225
+ 0
226
+ ],
227
+ "mean": [
228
+ 0.0
229
+ ],
230
+ "std": [
231
+ 0.0
232
+ ],
233
+ "count": [
234
+ 6853
235
+ ],
236
+ "q01": [
237
+ 3.999999999999417e-16
238
+ ],
239
+ "q10": [
240
+ 3.999999999999417e-15
241
+ ],
242
+ "q50": [
243
+ 1.9999999999997088e-14
244
+ ],
245
+ "q90": [
246
+ 3.599999999999476e-14
247
+ ],
248
+ "q99": [
249
+ 3.9599999999994235e-14
250
+ ]
251
+ },
252
+ "episode_index": {
253
+ "min": [
254
+ 0
255
+ ],
256
+ "max": [
257
+ 5
258
+ ],
259
+ "mean": [
260
+ 1.8806362177148694
261
+ ],
262
+ "std": [
263
+ 1.6755841199463273
264
+ ],
265
+ "count": [
266
+ 6853
267
+ ],
268
+ "q01": [
269
+ 1.8806362177148697
270
+ ],
271
+ "q10": [
272
+ 1.8806362177148737
273
+ ],
274
+ "q50": [
275
+ 1.8806362177148892
276
+ ],
277
+ "q90": [
278
+ 1.880636217714905
279
+ ],
280
+ "q99": [
281
+ 1.8806362177149092
282
+ ]
283
+ },
284
+ "observation.images.front": {
285
+ "min": [
286
+ [
287
+ [
288
+ 0.0
289
+ ]
290
+ ],
291
+ [
292
+ [
293
+ 0.0
294
+ ]
295
+ ],
296
+ [
297
+ [
298
+ 0.0
299
+ ]
300
+ ]
301
+ ],
302
+ "max": [
303
+ [
304
+ [
305
+ 1.0
306
+ ]
307
+ ],
308
+ [
309
+ [
310
+ 1.0
311
+ ]
312
+ ],
313
+ [
314
+ [
315
+ 1.0
316
+ ]
317
+ ]
318
+ ],
319
+ "mean": [
320
+ [
321
+ [
322
+ 0.4541396897582662
323
+ ]
324
+ ],
325
+ [
326
+ [
327
+ 0.4709808823767845
328
+ ]
329
+ ],
330
+ [
331
+ [
332
+ 0.4760254718247532
333
+ ]
334
+ ]
335
+ ],
336
+ "std": [
337
+ [
338
+ [
339
+ 0.03074880035637091
340
+ ]
341
+ ],
342
+ [
343
+ [
344
+ 0.03163860562758931
345
+ ]
346
+ ],
347
+ [
348
+ [
349
+ 0.028860811916856098
350
+ ]
351
+ ]
352
+ ],
353
+ "count": [
354
+ 131577600
355
+ ],
356
+ "q01": [
357
+ [
358
+ [
359
+ 0.09363058491002356
360
+ ]
361
+ ],
362
+ [
363
+ [
364
+ 0.1053994490825564
365
+ ]
366
+ ],
367
+ [
368
+ [
369
+ 0.08291453269988185
370
+ ]
371
+ ]
372
+ ],
373
+ "q10": [
374
+ [
375
+ [
376
+ 0.20460081272592887
377
+ ]
378
+ ],
379
+ [
380
+ [
381
+ 0.22847203121730586
382
+ ]
383
+ ],
384
+ [
385
+ [
386
+ 0.20536451413719314
387
+ ]
388
+ ]
389
+ ],
390
+ "q50": [
391
+ [
392
+ [
393
+ 0.50495051806279
394
+ ]
395
+ ],
396
+ [
397
+ [
398
+ 0.5149816912172682
399
+ ]
400
+ ],
401
+ [
402
+ [
403
+ 0.52562357391397
404
+ ]
405
+ ]
406
+ ],
407
+ "q90": [
408
+ [
409
+ [
410
+ 0.6215339589575389
411
+ ]
412
+ ],
413
+ [
414
+ [
415
+ 0.632893128162637
416
+ ]
417
+ ],
418
+ [
419
+ [
420
+ 0.6444384113905686
421
+ ]
422
+ ]
423
+ ],
424
+ "q99": [
425
+ [
426
+ [
427
+ 0.7306247112417162
428
+ ]
429
+ ],
430
+ [
431
+ [
432
+ 0.7306793718845035
433
+ ]
434
+ ],
435
+ [
436
+ [
437
+ 0.7363382403481381
438
+ ]
439
+ ]
440
+ ]
441
+ },
442
+ "frame_index": {
443
+ "min": [
444
+ 0
445
+ ],
446
+ "max": [
447
+ 1765
448
+ ],
449
+ "mean": [
450
+ 704.8838464905881
451
+ ],
452
+ "std": [
453
+ 482.723592509403
454
+ ],
455
+ "count": [
456
+ 6853
457
+ ],
458
+ "q01": [
459
+ 13.651409546669775
460
+ ],
461
+ "q10": [
462
+ 140.62462247766692
463
+ ],
464
+ "q50": [
465
+ 704.7125146359259
466
+ ],
467
+ "q90": [
468
+ 1269.143070503509
469
+ ],
470
+ "q99": [
471
+ 1396.1162834345064
472
+ ]
473
+ }
474
  }
videos/observation.images.front/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3385649d4ac1dc910d439b43355bbb44aaf88b3f14f7b311fba09469de8a6d83
3
+ size 17327047