GuanhuaJi commited on
Commit
1f8174d
·
verified ·
1 Parent(s): 6b724b5

Add files using upload-large-folder tool

Browse files
README.md ADDED
@@ -0,0 +1,138 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "ucsd_kitchen_dataset_augmented"
3
+ license: "cc-by-4.0"
4
+ tags: [robotics, lerobot, oxe-auge, dataset]
5
+ task_categories: [robotics]
6
+
7
+ oxe_aug:
8
+ codebase_version: "v3.0"
9
+ robots: ["google_robot", "images", "jaco", "kinova3", "kuka_iiwa", "panda", "sawyer", "ur5e", "widowX"]
10
+ fps: 2
11
+ total_episodes: 150
12
+ total_frames: 3970
13
+ total_videos: null
14
+
15
+ configs:
16
+ - config_name: default
17
+ data_files:
18
+ - split: train
19
+ path:
20
+ - "data/chunk-*/file-*.parquet"
21
+ ---
22
+ # ucsd_kitchen_dataset_augmented
23
+
24
+ ## Overview
25
+
26
+ - **Codebase version**: `v3.0`
27
+ - **Robots**: google_robot, images, jaco, kinova3, kuka_iiwa, panda, sawyer, ur5e, widowX
28
+ - **FPS**: 2
29
+ - **Episodes**: 150
30
+ - **Frames**: 3,970
31
+ - **Splits**:
32
+ - `train`: `0:150`
33
+
34
+ ## Data Layout
35
+
36
+ ```text
37
+ data_path : data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet
38
+ video_path: videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4
39
+ ```
40
+
41
+ ## Features
42
+
43
+ | Feature | dtype | shape | description |
44
+ |---|---:|---:|---|
45
+ | `observation.images.google_robot` | `video` | `480×640×3` | Augmented image for google_robot robot |
46
+ | `observation.images.image` | `video` | `480×640×3` | Source robot's image from original dataset |
47
+ | `observation.images.jaco` | `video` | `480×640×3` | Augmented image for jaco robot |
48
+ | `observation.images.kinova3` | `video` | `480×640×3` | Augmented image for kinova3 robot |
49
+ | `observation.images.kuka_iiwa` | `video` | `480×640×3` | Augmented image for kuka_iiwa robot |
50
+ | `observation.images.panda` | `video` | `480×640×3` | Augmented image for panda robot |
51
+ | `observation.images.sawyer` | `video` | `480×640×3` | Augmented image for sawyer robot |
52
+ | `observation.images.ur5e` | `video` | `480×640×3` | Augmented image for ur5e robot |
53
+ | `observation.images.widowX` | `video` | `480×640×3` | Augmented image for widowX robot |
54
+ | `episode_index` | `int64` | `1` | Index of the current episode within the dataset. |
55
+ | `frame_index` | `int64` | `1` | Index of the current frame within its episode. |
56
+ | `index` | `int64` | `1` | Global frame index across the whole dataset. |
57
+ | `natural_language_instruction` | `string` | `1` | Natural language command describing the task |
58
+ | `observation.ee_pose` | `float32` | `7` | Source robot's eef position |
59
+ | `observation.google_robot.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
60
+ | `observation.google_robot.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
61
+ | `observation.google_robot.ee_error` | `float32` | `7` | The eef difference between the augmented google_robot robot and the original robot |
62
+ | `observation.google_robot.ee_pose` | `float32` | `7` | The eef position of google_robot robot |
63
+ | `observation.google_robot.joints` | `float32` | `8` | The joint position of google_robot robot |
64
+ | `observation.jaco.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
65
+ | `observation.jaco.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
66
+ | `observation.jaco.ee_error` | `float32` | `7` | The eef difference between the augmented jaco robot and the original robot |
67
+ | `observation.jaco.ee_pose` | `float32` | `7` | The eef position of jaco robot |
68
+ | `observation.jaco.joints` | `float32` | `7` | The joint position of jaco robot |
69
+ | `observation.joints` | `float32` | `8` | Joint angle of source robot |
70
+ | `observation.kinova3.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
71
+ | `observation.kinova3.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
72
+ | `observation.kinova3.ee_error` | `float32` | `7` | The eef difference between the augmented kinova3 robot and the original robot |
73
+ | `observation.kinova3.ee_pose` | `float32` | `7` | The eef position of kinova3 robot |
74
+ | `observation.kinova3.joints` | `float32` | `8` | The joint position of kinova3 robot |
75
+ | `observation.kuka_iiwa.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
76
+ | `observation.kuka_iiwa.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
77
+ | `observation.kuka_iiwa.ee_error` | `float32` | `7` | The eef difference between the augmented kuka_iiwa robot and the original robot |
78
+ | `observation.kuka_iiwa.ee_pose` | `float32` | `7` | The eef position of kuka_iiwa robot |
79
+ | `observation.kuka_iiwa.joints` | `float32` | `8` | The joint position of kuka_iiwa robot |
80
+ | `observation.panda.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
81
+ | `observation.panda.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
82
+ | `observation.panda.ee_error` | `float32` | `7` | The eef difference between the augmented panda robot and the original robot |
83
+ | `observation.panda.ee_pose` | `float32` | `7` | The eef position of panda robot |
84
+ | `observation.panda.joints` | `float32` | `8` | The joint position of panda robot |
85
+ | `observation.sawyer.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
86
+ | `observation.sawyer.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
87
+ | `observation.sawyer.ee_error` | `float32` | `7` | The eef difference between the augmented sawyer robot and the original robot |
88
+ | `observation.sawyer.ee_pose` | `float32` | `7` | The eef position of sawyer robot |
89
+ | `observation.sawyer.joints` | `float32` | `8` | The joint position of sawyer robot |
90
+ | `observation.state` | `float32` | `21` | Copy of the state field in source robot's RLDS dataset |
91
+ | `observation.ur5e.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
92
+ | `observation.ur5e.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
93
+ | `observation.ur5e.ee_error` | `float32` | `7` | The eef difference between the augmented ur5e robot and the original robot |
94
+ | `observation.ur5e.ee_pose` | `float32` | `7` | The eef position of ur5e robot |
95
+ | `observation.ur5e.joints` | `float32` | `7` | The joint position of ur5e robot |
96
+ | `observation.widowX.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
97
+ | `observation.widowX.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
98
+ | `observation.widowX.ee_error` | `float32` | `7` | The eef difference between the augmented widowX robot and the original robot |
99
+ | `observation.widowX.ee_pose` | `float32` | `7` | The eef position of widowX robot |
100
+ | `observation.widowX.joints` | `float32` | `7` | The joint position of widowX robot |
101
+ | `task_index` | `int64` | `1` | Integer ID of the high-level task this episode/frame belongs to. |
102
+ | `timestamp` | `float32` | `1` | Time stamp of the current frame within the episode (in second). |
103
+
104
+ ## Website
105
+
106
+ - Website page: [https://oxe-auge.github.io/](https://oxe-auge.github.io/)
107
+ - Project repository: [https://github.com/GuanhuaJi/oxe-auge](https://github.com/GuanhuaJi/oxe-auge)
108
+
109
+ ## Paper
110
+
111
+ - Not available.
112
+
113
+ ## Citation Policy
114
+
115
+ If you use **OXE-AugE** datasets, please cite **both** our dataset and the **upstream datasets**.
116
+
117
+ ## Upstream Dataset Citation (original dataset)
118
+
119
+ ```bibtex
120
+ @ARTICLE{ucsd_kitchens,
121
+ author = {Ge Yan, Kris Wu, and Xiaolong Wang},
122
+ title = {{ucsd kitchens Dataset}},
123
+ year = {2023},
124
+ month = {August}
125
+ }
126
+ ```
127
+
128
+ ## OXE-AugE Dataset Citation (ours)
129
+
130
+ ```bibtex
131
+ @misc{
132
+ ji2025oxeaug,
133
+ title = {OXE-AugE: A Large-Scale Robot Augmentation of OXE for Scaling Cross-Embodiment Policy Learning},
134
+ author = {Ji, Guanhua and Polavaram, Harsha and Chen, Lawrence Yunliang and Bajamahal, Sandeep and Ma, Zehan and Adebola, Simeon and Xu, Chenfeng and Goldberg, Ken},
135
+ year = {2025},
136
+ note = {Manuscript}
137
+ }
138
+ ```
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e681c4d8fccf4ae2be9363615125775ae79f0317daefd023199446852361a145
3
+ size 4236469
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2be4958507261b5ad53648feba83603d2082c9090225d1180d8f33b6078519bf
3
+ size 1252559
meta/info.json ADDED
@@ -0,0 +1,528 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "mixed",
4
+ "total_episodes": 150,
5
+ "total_frames": 3970,
6
+ "total_tasks": 8,
7
+ "chunks_size": 1000,
8
+ "fps": 2,
9
+ "splits": {
10
+ "train": "0:150"
11
+ },
12
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
13
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
14
+ "features": {
15
+ "observation.panda.joints": {
16
+ "dtype": "float32",
17
+ "shape": [
18
+ 8
19
+ ],
20
+ "fps": 2
21
+ },
22
+ "observation.panda.ee_pose": {
23
+ "dtype": "float32",
24
+ "shape": [
25
+ 7
26
+ ],
27
+ "fps": 2
28
+ },
29
+ "observation.panda.base_position": {
30
+ "dtype": "float32",
31
+ "shape": [
32
+ 3
33
+ ],
34
+ "fps": 2
35
+ },
36
+ "observation.panda.base_orientation": {
37
+ "dtype": "float32",
38
+ "shape": [
39
+ 1
40
+ ],
41
+ "fps": 2
42
+ },
43
+ "observation.panda.ee_error": {
44
+ "dtype": "float32",
45
+ "shape": [
46
+ 7
47
+ ],
48
+ "fps": 2
49
+ },
50
+ "observation.images.panda": {
51
+ "dtype": "video",
52
+ "shape": [
53
+ 480,
54
+ 640,
55
+ 3
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
+ "observation.sawyer.joints": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 8
72
+ ],
73
+ "fps": 2
74
+ },
75
+ "observation.sawyer.ee_pose": {
76
+ "dtype": "float32",
77
+ "shape": [
78
+ 7
79
+ ],
80
+ "fps": 2
81
+ },
82
+ "observation.sawyer.base_position": {
83
+ "dtype": "float32",
84
+ "shape": [
85
+ 3
86
+ ],
87
+ "fps": 2
88
+ },
89
+ "observation.sawyer.base_orientation": {
90
+ "dtype": "float32",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "fps": 2
95
+ },
96
+ "observation.sawyer.ee_error": {
97
+ "dtype": "float32",
98
+ "shape": [
99
+ 7
100
+ ],
101
+ "fps": 2
102
+ },
103
+ "observation.images.sawyer": {
104
+ "dtype": "video",
105
+ "shape": [
106
+ 480,
107
+ 640,
108
+ 3
109
+ ],
110
+ "info": {
111
+ "video.height": 480,
112
+ "video.width": 640,
113
+ "video.codec": "av1",
114
+ "video.pix_fmt": "yuv420p",
115
+ "video.is_depth_map": false,
116
+ "video.fps": 30,
117
+ "video.channels": 3,
118
+ "has_audio": false
119
+ }
120
+ },
121
+ "observation.ur5e.joints": {
122
+ "dtype": "float32",
123
+ "shape": [
124
+ 7
125
+ ],
126
+ "fps": 2
127
+ },
128
+ "observation.ur5e.ee_pose": {
129
+ "dtype": "float32",
130
+ "shape": [
131
+ 7
132
+ ],
133
+ "fps": 2
134
+ },
135
+ "observation.ur5e.base_position": {
136
+ "dtype": "float32",
137
+ "shape": [
138
+ 3
139
+ ],
140
+ "fps": 2
141
+ },
142
+ "observation.ur5e.base_orientation": {
143
+ "dtype": "float32",
144
+ "shape": [
145
+ 1
146
+ ],
147
+ "fps": 2
148
+ },
149
+ "observation.ur5e.ee_error": {
150
+ "dtype": "float32",
151
+ "shape": [
152
+ 7
153
+ ],
154
+ "fps": 2
155
+ },
156
+ "observation.images.ur5e": {
157
+ "dtype": "video",
158
+ "shape": [
159
+ 480,
160
+ 640,
161
+ 3
162
+ ],
163
+ "info": {
164
+ "video.height": 480,
165
+ "video.width": 640,
166
+ "video.codec": "av1",
167
+ "video.pix_fmt": "yuv420p",
168
+ "video.is_depth_map": false,
169
+ "video.fps": 30,
170
+ "video.channels": 3,
171
+ "has_audio": false
172
+ }
173
+ },
174
+ "observation.google_robot.joints": {
175
+ "dtype": "float32",
176
+ "shape": [
177
+ 8
178
+ ],
179
+ "fps": 2
180
+ },
181
+ "observation.google_robot.ee_pose": {
182
+ "dtype": "float32",
183
+ "shape": [
184
+ 7
185
+ ],
186
+ "fps": 2
187
+ },
188
+ "observation.google_robot.base_position": {
189
+ "dtype": "float32",
190
+ "shape": [
191
+ 3
192
+ ],
193
+ "fps": 2
194
+ },
195
+ "observation.google_robot.base_orientation": {
196
+ "dtype": "float32",
197
+ "shape": [
198
+ 1
199
+ ],
200
+ "fps": 2
201
+ },
202
+ "observation.google_robot.ee_error": {
203
+ "dtype": "float32",
204
+ "shape": [
205
+ 7
206
+ ],
207
+ "fps": 2
208
+ },
209
+ "observation.images.google_robot": {
210
+ "dtype": "video",
211
+ "shape": [
212
+ 480,
213
+ 640,
214
+ 3
215
+ ],
216
+ "info": {
217
+ "video.height": 480,
218
+ "video.width": 640,
219
+ "video.codec": "av1",
220
+ "video.pix_fmt": "yuv420p",
221
+ "video.is_depth_map": false,
222
+ "video.fps": 30,
223
+ "video.channels": 3,
224
+ "has_audio": false
225
+ }
226
+ },
227
+ "observation.jaco.joints": {
228
+ "dtype": "float32",
229
+ "shape": [
230
+ 7
231
+ ],
232
+ "fps": 2
233
+ },
234
+ "observation.jaco.ee_pose": {
235
+ "dtype": "float32",
236
+ "shape": [
237
+ 7
238
+ ],
239
+ "fps": 2
240
+ },
241
+ "observation.jaco.base_position": {
242
+ "dtype": "float32",
243
+ "shape": [
244
+ 3
245
+ ],
246
+ "fps": 2
247
+ },
248
+ "observation.jaco.base_orientation": {
249
+ "dtype": "float32",
250
+ "shape": [
251
+ 1
252
+ ],
253
+ "fps": 2
254
+ },
255
+ "observation.jaco.ee_error": {
256
+ "dtype": "float32",
257
+ "shape": [
258
+ 7
259
+ ],
260
+ "fps": 2
261
+ },
262
+ "observation.images.jaco": {
263
+ "dtype": "video",
264
+ "shape": [
265
+ 480,
266
+ 640,
267
+ 3
268
+ ],
269
+ "info": {
270
+ "video.height": 480,
271
+ "video.width": 640,
272
+ "video.codec": "av1",
273
+ "video.pix_fmt": "yuv420p",
274
+ "video.is_depth_map": false,
275
+ "video.fps": 30,
276
+ "video.channels": 3,
277
+ "has_audio": false
278
+ }
279
+ },
280
+ "observation.kinova3.joints": {
281
+ "dtype": "float32",
282
+ "shape": [
283
+ 8
284
+ ],
285
+ "fps": 2
286
+ },
287
+ "observation.kinova3.ee_pose": {
288
+ "dtype": "float32",
289
+ "shape": [
290
+ 7
291
+ ],
292
+ "fps": 2
293
+ },
294
+ "observation.kinova3.base_position": {
295
+ "dtype": "float32",
296
+ "shape": [
297
+ 3
298
+ ],
299
+ "fps": 2
300
+ },
301
+ "observation.kinova3.base_orientation": {
302
+ "dtype": "float32",
303
+ "shape": [
304
+ 1
305
+ ],
306
+ "fps": 2
307
+ },
308
+ "observation.kinova3.ee_error": {
309
+ "dtype": "float32",
310
+ "shape": [
311
+ 7
312
+ ],
313
+ "fps": 2
314
+ },
315
+ "observation.images.kinova3": {
316
+ "dtype": "video",
317
+ "shape": [
318
+ 480,
319
+ 640,
320
+ 3
321
+ ],
322
+ "info": {
323
+ "video.height": 480,
324
+ "video.width": 640,
325
+ "video.codec": "av1",
326
+ "video.pix_fmt": "yuv420p",
327
+ "video.is_depth_map": false,
328
+ "video.fps": 30,
329
+ "video.channels": 3,
330
+ "has_audio": false
331
+ }
332
+ },
333
+ "observation.kuka_iiwa.joints": {
334
+ "dtype": "float32",
335
+ "shape": [
336
+ 8
337
+ ],
338
+ "fps": 2
339
+ },
340
+ "observation.kuka_iiwa.ee_pose": {
341
+ "dtype": "float32",
342
+ "shape": [
343
+ 7
344
+ ],
345
+ "fps": 2
346
+ },
347
+ "observation.kuka_iiwa.base_position": {
348
+ "dtype": "float32",
349
+ "shape": [
350
+ 3
351
+ ],
352
+ "fps": 2
353
+ },
354
+ "observation.kuka_iiwa.base_orientation": {
355
+ "dtype": "float32",
356
+ "shape": [
357
+ 1
358
+ ],
359
+ "fps": 2
360
+ },
361
+ "observation.kuka_iiwa.ee_error": {
362
+ "dtype": "float32",
363
+ "shape": [
364
+ 7
365
+ ],
366
+ "fps": 2
367
+ },
368
+ "observation.images.kuka_iiwa": {
369
+ "dtype": "video",
370
+ "shape": [
371
+ 480,
372
+ 640,
373
+ 3
374
+ ],
375
+ "info": {
376
+ "video.height": 480,
377
+ "video.width": 640,
378
+ "video.codec": "av1",
379
+ "video.pix_fmt": "yuv420p",
380
+ "video.is_depth_map": false,
381
+ "video.fps": 30,
382
+ "video.channels": 3,
383
+ "has_audio": false
384
+ }
385
+ },
386
+ "observation.widowX.joints": {
387
+ "dtype": "float32",
388
+ "shape": [
389
+ 7
390
+ ],
391
+ "fps": 2
392
+ },
393
+ "observation.widowX.ee_pose": {
394
+ "dtype": "float32",
395
+ "shape": [
396
+ 7
397
+ ],
398
+ "fps": 2
399
+ },
400
+ "observation.widowX.base_position": {
401
+ "dtype": "float32",
402
+ "shape": [
403
+ 3
404
+ ],
405
+ "fps": 2
406
+ },
407
+ "observation.widowX.base_orientation": {
408
+ "dtype": "float32",
409
+ "shape": [
410
+ 1
411
+ ],
412
+ "fps": 2
413
+ },
414
+ "observation.widowX.ee_error": {
415
+ "dtype": "float32",
416
+ "shape": [
417
+ 7
418
+ ],
419
+ "fps": 2
420
+ },
421
+ "observation.images.widowX": {
422
+ "dtype": "video",
423
+ "shape": [
424
+ 480,
425
+ 640,
426
+ 3
427
+ ],
428
+ "info": {
429
+ "video.height": 480,
430
+ "video.width": 640,
431
+ "video.codec": "av1",
432
+ "video.pix_fmt": "yuv420p",
433
+ "video.is_depth_map": false,
434
+ "video.fps": 30,
435
+ "video.channels": 3,
436
+ "has_audio": false
437
+ }
438
+ },
439
+ "observation.images.image": {
440
+ "dtype": "video",
441
+ "shape": [
442
+ 480,
443
+ 640,
444
+ 3
445
+ ],
446
+ "info": {
447
+ "video.height": 480,
448
+ "video.width": 640,
449
+ "video.codec": "av1",
450
+ "video.pix_fmt": "yuv420p",
451
+ "video.is_depth_map": false,
452
+ "video.fps": 30,
453
+ "video.channels": 3,
454
+ "has_audio": false
455
+ }
456
+ },
457
+ "natural_language_instruction": {
458
+ "dtype": "string",
459
+ "shape": [
460
+ 1
461
+ ],
462
+ "fps": 2
463
+ },
464
+ "observation.state": {
465
+ "dtype": "float32",
466
+ "shape": [
467
+ 21
468
+ ],
469
+ "fps": 2
470
+ },
471
+ "observation.joints": {
472
+ "dtype": "float32",
473
+ "shape": [
474
+ 8
475
+ ],
476
+ "fps": 2
477
+ },
478
+ "observation.ee_pose": {
479
+ "dtype": "float32",
480
+ "shape": [
481
+ 7
482
+ ],
483
+ "fps": 2
484
+ },
485
+ "timestamp": {
486
+ "dtype": "float32",
487
+ "shape": [
488
+ 1
489
+ ],
490
+ "names": null,
491
+ "fps": 2
492
+ },
493
+ "frame_index": {
494
+ "dtype": "int64",
495
+ "shape": [
496
+ 1
497
+ ],
498
+ "names": null,
499
+ "fps": 2
500
+ },
501
+ "episode_index": {
502
+ "dtype": "int64",
503
+ "shape": [
504
+ 1
505
+ ],
506
+ "names": null,
507
+ "fps": 2
508
+ },
509
+ "index": {
510
+ "dtype": "int64",
511
+ "shape": [
512
+ 1
513
+ ],
514
+ "names": null,
515
+ "fps": 2
516
+ },
517
+ "task_index": {
518
+ "dtype": "int64",
519
+ "shape": [
520
+ 1
521
+ ],
522
+ "names": null,
523
+ "fps": 2
524
+ }
525
+ },
526
+ "data_files_size_in_mb": 500,
527
+ "video_files_size_in_mb": 500
528
+ }
meta/stats.json ADDED
@@ -0,0 +1,2267 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "frame_index": {
3
+ "min": [
4
+ 0
5
+ ],
6
+ "max": [
7
+ 49
8
+ ],
9
+ "mean": [
10
+ 13.795465994962216
11
+ ],
12
+ "std": [
13
+ 9.573550865182632
14
+ ],
15
+ "count": [
16
+ 3970
17
+ ]
18
+ },
19
+ "observation.google_robot.base_orientation": {
20
+ "min": [
21
+ 0.0
22
+ ],
23
+ "max": [
24
+ 0.0
25
+ ],
26
+ "mean": [
27
+ 0.0
28
+ ],
29
+ "std": [
30
+ 0.0
31
+ ],
32
+ "count": [
33
+ 3970
34
+ ]
35
+ },
36
+ "observation.panda.ee_error": {
37
+ "min": [
38
+ -0.013665810227394104,
39
+ -0.013934791088104248,
40
+ -0.009798750281333923,
41
+ -0.9796267151832581,
42
+ -1.3587226867675781,
43
+ -1.4480074644088745,
44
+ -1.0102779865264893
45
+ ],
46
+ "max": [
47
+ 0.006067037582397461,
48
+ 0.0020421992521733046,
49
+ 0.004579320549964905,
50
+ 0.33197692036628723,
51
+ 1.5063378810882568,
52
+ 1.3605294227600098,
53
+ 0.43853506445884705
54
+ ],
55
+ "mean": [
56
+ -0.0005128145538065133,
57
+ -0.0013778695173685923,
58
+ -0.0007068245524134877,
59
+ -0.0626755577094222,
60
+ 0.1390420860917861,
61
+ -0.1629444524016467,
62
+ -0.08611280766008494
63
+ ],
64
+ "std": [
65
+ 0.002590407180757265,
66
+ 0.002526797714360125,
67
+ 0.0012570081323885244,
68
+ 0.2229184271946527,
69
+ 0.39549582318535864,
70
+ 0.4070120447690736,
71
+ 0.2593779542104488
72
+ ],
73
+ "count": [
74
+ 3970
75
+ ]
76
+ },
77
+ "observation.images.image": {
78
+ "min": [
79
+ [
80
+ [
81
+ 0.0
82
+ ]
83
+ ],
84
+ [
85
+ [
86
+ 0.0
87
+ ]
88
+ ],
89
+ [
90
+ [
91
+ 0.0
92
+ ]
93
+ ]
94
+ ],
95
+ "max": [
96
+ [
97
+ [
98
+ 1.0
99
+ ]
100
+ ],
101
+ [
102
+ [
103
+ 1.0
104
+ ]
105
+ ],
106
+ [
107
+ [
108
+ 1.0
109
+ ]
110
+ ]
111
+ ],
112
+ "mean": [
113
+ [
114
+ [
115
+ 0.36752032749707775
116
+ ]
117
+ ],
118
+ [
119
+ [
120
+ 0.3763213361856079
121
+ ]
122
+ ],
123
+ [
124
+ [
125
+ 0.3667157490924582
126
+ ]
127
+ ]
128
+ ],
129
+ "std": [
130
+ [
131
+ [
132
+ 0.38848634206809496
133
+ ]
134
+ ],
135
+ [
136
+ [
137
+ 0.3858014599701465
138
+ ]
139
+ ],
140
+ [
141
+ [
142
+ 0.38173104926238965
143
+ ]
144
+ ]
145
+ ],
146
+ "count": [
147
+ 3970
148
+ ]
149
+ },
150
+ "observation.ur5e.base_orientation": {
151
+ "min": [
152
+ 0.0
153
+ ],
154
+ "max": [
155
+ 0.0
156
+ ],
157
+ "mean": [
158
+ 0.0
159
+ ],
160
+ "std": [
161
+ 0.0
162
+ ],
163
+ "count": [
164
+ 3970
165
+ ]
166
+ },
167
+ "episode_index": {
168
+ "min": [
169
+ 0
170
+ ],
171
+ "max": [
172
+ 149
173
+ ],
174
+ "mean": [
175
+ 72.26700251889169
176
+ ],
177
+ "std": [
178
+ 43.731413402943396
179
+ ],
180
+ "count": [
181
+ 3970
182
+ ]
183
+ },
184
+ "observation.kinova3.ee_error": {
185
+ "min": [
186
+ -0.0009530782699584961,
187
+ -9.645521640777588e-05,
188
+ -0.0008335784077644348,
189
+ -0.0002728700637817383,
190
+ -0.0001011677086353302,
191
+ -0.0017797350883483887,
192
+ -0.003934044390916824
193
+ ],
194
+ "max": [
195
+ 4.273653030395508e-05,
196
+ 0.00014684349298477173,
197
+ 1.4603137969970703e-05,
198
+ 0.017111293971538544,
199
+ 0.0039969682693481445,
200
+ 0.00020515918731689453,
201
+ 0.001515120267868042
202
+ ],
203
+ "mean": [
204
+ -3.410414136494615e-06,
205
+ 5.450985951448235e-06,
206
+ -1.0410882227896131e-06,
207
+ 3.9512791399180825e-05,
208
+ 5.7221959951058266e-05,
209
+ 1.6667785738688738e-05,
210
+ -7.447450944023868e-05
211
+ ],
212
+ "std": [
213
+ 2.51417662200239e-05,
214
+ 4.85575772253044e-06,
215
+ 2.7632543390736354e-05,
216
+ 0.0004903374285112852,
217
+ 0.00010406462766130029,
218
+ 7.660936159778374e-05,
219
+ 0.00012660811317845747
220
+ ],
221
+ "count": [
222
+ 3970
223
+ ]
224
+ },
225
+ "observation.jaco.joints": {
226
+ "min": [
227
+ -1.1449733972549438,
228
+ 1.7528667449951172,
229
+ 3.488211154937744,
230
+ -6.963035583496094,
231
+ -2.764887571334839,
232
+ -2.5686450004577637,
233
+ 0.0
234
+ ],
235
+ "max": [
236
+ 0.9119864702224731,
237
+ 3.3546347618103027,
238
+ 5.9515700340271,
239
+ 2.7933661937713623,
240
+ 2.3741109371185303,
241
+ 7.864887714385986,
242
+ 1.0
243
+ ],
244
+ "mean": [
245
+ 0.09852362931236831,
246
+ 2.4260027471657666,
247
+ 5.058448351300333,
248
+ -0.5158737937302824,
249
+ -0.8053333149298613,
250
+ 1.7983704752075282,
251
+ 0.25818639961434925
252
+ ],
253
+ "std": [
254
+ 0.2493814328647322,
255
+ 0.27126747736885304,
256
+ 0.5233419294059183,
257
+ 0.8434381738890031,
258
+ 0.9097379989620017,
259
+ 1.2566386311706097,
260
+ 0.4376370478149828
261
+ ],
262
+ "count": [
263
+ 3970
264
+ ]
265
+ },
266
+ "task_index": {
267
+ "min": [
268
+ 0
269
+ ],
270
+ "max": [
271
+ 7
272
+ ],
273
+ "mean": [
274
+ 2.5
275
+ ],
276
+ "std": [
277
+ 1.9824481722525575
278
+ ],
279
+ "count": [
280
+ 3970
281
+ ]
282
+ },
283
+ "observation.kuka_iiwa.joints": {
284
+ "min": [
285
+ -0.6554155945777893,
286
+ 0.05852609872817993,
287
+ -1.1241029500961304,
288
+ -2.094399929046631,
289
+ 0.23721429705619812,
290
+ 0.19697952270507812,
291
+ 0.4123039245605469,
292
+ 0.0
293
+ ],
294
+ "max": [
295
+ 0.9692690372467041,
296
+ 1.5930076837539673,
297
+ 0.7119729518890381,
298
+ 0.15925540030002594,
299
+ 1.5382442474365234,
300
+ 2.0294623374938965,
301
+ 3.0543301105499268,
302
+ 1.0
303
+ ],
304
+ "mean": [
305
+ -0.026121201223701998,
306
+ 0.844085789147192,
307
+ 0.037524004433226656,
308
+ -1.5263260972289654,
309
+ 0.7670859454936284,
310
+ 0.9894550725404802,
311
+ 1.6668959167502089,
312
+ 0.25818639961434925
313
+ ],
314
+ "std": [
315
+ 0.2877750952598439,
316
+ 0.2719869957624924,
317
+ 0.3524038393655117,
318
+ 0.4462001743010397,
319
+ 0.21973012145184892,
320
+ 0.3010122298173702,
321
+ 0.644063184044845,
322
+ 0.4376370478149828
323
+ ],
324
+ "count": [
325
+ 3970
326
+ ]
327
+ },
328
+ "observation.panda.base_orientation": {
329
+ "min": [
330
+ 0.0
331
+ ],
332
+ "max": [
333
+ 0.0
334
+ ],
335
+ "mean": [
336
+ 0.0
337
+ ],
338
+ "std": [
339
+ 0.0
340
+ ],
341
+ "count": [
342
+ 3970
343
+ ]
344
+ },
345
+ "observation.jaco.ee_error": {
346
+ "min": [
347
+ -0.0020864158868789673,
348
+ -0.0014654844999313354,
349
+ -0.002255260944366455,
350
+ -0.2325679361820221,
351
+ -0.010263293981552124,
352
+ -1.3948612213134766,
353
+ -0.23378631472587585
354
+ ],
355
+ "max": [
356
+ 0.0016164183616638184,
357
+ 0.004224028438329697,
358
+ 0.0026717334985733032,
359
+ 0.05612790957093239,
360
+ 1.3948538303375244,
361
+ 0.010901272296905518,
362
+ 0.05822751671075821
363
+ ],
364
+ "mean": [
365
+ 1.173972788628805e-05,
366
+ 7.323403894236323e-05,
367
+ -2.45038259763859e-06,
368
+ 0.0004427879104139351,
369
+ 0.0003125130849825814,
370
+ -0.0004062097587469897,
371
+ 0.000731614754135646
372
+ ],
373
+ "std": [
374
+ 0.00015205190185869723,
375
+ 0.0004608179437869475,
376
+ 0.000175516386081428,
377
+ 0.0050391942174771755,
378
+ 0.02214101177001054,
379
+ 0.02213809584904352,
380
+ 0.005839104913971861
381
+ ],
382
+ "count": [
383
+ 3970
384
+ ]
385
+ },
386
+ "observation.kuka_iiwa.ee_pose": {
387
+ "min": [
388
+ 0.3336542546749115,
389
+ -0.17810165882110596,
390
+ -0.08426007628440857,
391
+ -0.48310422897338867,
392
+ -0.6956831812858582,
393
+ -0.6964970827102661,
394
+ -0.5714801549911499
395
+ ],
396
+ "max": [
397
+ 0.8255441784858704,
398
+ 0.3805020749568939,
399
+ 0.5114201903343201,
400
+ 0.49644848704338074,
401
+ 0.8231020569801331,
402
+ 0.9998429417610168,
403
+ 0.5786324739456177
404
+ ],
405
+ "mean": [
406
+ 0.5610493031421897,
407
+ 0.10620130094832361,
408
+ 0.2066458803768122,
409
+ 0.07214895862269612,
410
+ -0.10653942761372691,
411
+ 0.5237587436557436,
412
+ 0.1031513783696016
413
+ ],
414
+ "std": [
415
+ 0.1206454540355047,
416
+ 0.1049096523646096,
417
+ 0.12748412149649654,
418
+ 0.23173493878769053,
419
+ 0.46981209886516184,
420
+ 0.5909376564007103,
421
+ 0.2735847791675011
422
+ ],
423
+ "count": [
424
+ 3970
425
+ ]
426
+ },
427
+ "observation.google_robot.joints": {
428
+ "min": [
429
+ -4.058590888977051,
430
+ -2.6600000858306885,
431
+ -2.130000114440918,
432
+ -2.049999952316284,
433
+ -2.6908321380615234,
434
+ -1.7227189540863037,
435
+ -3.6861209869384766,
436
+ 0.0
437
+ ],
438
+ "max": [
439
+ 1.2014565467834473,
440
+ 1.964369773864746,
441
+ 1.4626948833465576,
442
+ 2.732625722885132,
443
+ 1.4659419059753418,
444
+ 1.7899999618530273,
445
+ 0.7358441352844238,
446
+ 1.0
447
+ ],
448
+ "mean": [
449
+ -1.3916028016334534,
450
+ -0.1829352909731925,
451
+ -0.29678808732206935,
452
+ 0.08152491492348293,
453
+ -0.7882972211473779,
454
+ 0.7058511657438591,
455
+ -1.329078233407421,
456
+ 0.25818639961434925
457
+ ],
458
+ "std": [
459
+ 1.6559838223177592,
460
+ 1.51708573372428,
461
+ 0.9967623163617434,
462
+ 1.7276022664532869,
463
+ 0.9481079018983454,
464
+ 1.153668622098727,
465
+ 1.1041309309830862,
466
+ 0.4376370478149828
467
+ ],
468
+ "count": [
469
+ 3970
470
+ ]
471
+ },
472
+ "observation.images.widowX": {
473
+ "min": [
474
+ [
475
+ [
476
+ 0.0
477
+ ]
478
+ ],
479
+ [
480
+ [
481
+ 0.0
482
+ ]
483
+ ],
484
+ [
485
+ [
486
+ 0.0
487
+ ]
488
+ ]
489
+ ],
490
+ "max": [
491
+ [
492
+ [
493
+ 1.0
494
+ ]
495
+ ],
496
+ [
497
+ [
498
+ 1.0
499
+ ]
500
+ ],
501
+ [
502
+ [
503
+ 1.0
504
+ ]
505
+ ]
506
+ ],
507
+ "mean": [
508
+ [
509
+ [
510
+ 0.23851725461385215
511
+ ]
512
+ ],
513
+ [
514
+ [
515
+ 0.24509596941316406
516
+ ]
517
+ ],
518
+ [
519
+ [
520
+ 0.2405119869095833
521
+ ]
522
+ ]
523
+ ],
524
+ "std": [
525
+ [
526
+ [
527
+ 0.3249772130884311
528
+ ]
529
+ ],
530
+ [
531
+ [
532
+ 0.3249323657555045
533
+ ]
534
+ ],
535
+ [
536
+ [
537
+ 0.31990550397777695
538
+ ]
539
+ ]
540
+ ],
541
+ "count": [
542
+ 3970
543
+ ]
544
+ },
545
+ "timestamp": {
546
+ "min": [
547
+ 0.0
548
+ ],
549
+ "max": [
550
+ 1.6333333333333333
551
+ ],
552
+ "mean": [
553
+ 0.45984886649874057
554
+ ],
555
+ "std": [
556
+ 0.3191183621727544
557
+ ],
558
+ "count": [
559
+ 3970
560
+ ]
561
+ },
562
+ "observation.google_robot.ee_error": {
563
+ "min": [
564
+ -0.025705844163894653,
565
+ -0.015825726091861725,
566
+ -7.234513759613037e-06,
567
+ -0.9852004051208496,
568
+ -0.08277317881584167,
569
+ -1.3948233127593994,
570
+ -0.9869740009307861
571
+ ],
572
+ "max": [
573
+ 0.0028246641159057617,
574
+ 0.004715591669082642,
575
+ 0.01242808997631073,
576
+ 0.31713181734085083,
577
+ 1.3947895765304565,
578
+ 0.0635535717010498,
579
+ 0.13037580251693726
580
+ ],
581
+ "mean": [
582
+ -0.0002595658453584471,
583
+ -7.661891826578122e-05,
584
+ 0.00014663627524095092,
585
+ -0.00191600053398285,
586
+ 0.005054572838255098,
587
+ -0.004440556701896329,
588
+ -0.00412878533044705
589
+ ],
590
+ "std": [
591
+ 0.0018627125409900178,
592
+ 0.0007888012350612556,
593
+ 0.0009630921073141136,
594
+ 0.06392614148386581,
595
+ 0.06973713605128526,
596
+ 0.06987878509151746,
597
+ 0.061268878628913045
598
+ ],
599
+ "count": [
600
+ 3970
601
+ ]
602
+ },
603
+ "observation.images.jaco": {
604
+ "min": [
605
+ [
606
+ [
607
+ 0.0
608
+ ]
609
+ ],
610
+ [
611
+ [
612
+ 0.0
613
+ ]
614
+ ],
615
+ [
616
+ [
617
+ 0.0
618
+ ]
619
+ ]
620
+ ],
621
+ "max": [
622
+ [
623
+ [
624
+ 1.0
625
+ ]
626
+ ],
627
+ [
628
+ [
629
+ 1.0
630
+ ]
631
+ ],
632
+ [
633
+ [
634
+ 1.0
635
+ ]
636
+ ]
637
+ ],
638
+ "mean": [
639
+ [
640
+ [
641
+ 0.2421947484503878
642
+ ]
643
+ ],
644
+ [
645
+ [
646
+ 0.24753010199041842
647
+ ]
648
+ ],
649
+ [
650
+ [
651
+ 0.24251297203495173
652
+ ]
653
+ ]
654
+ ],
655
+ "std": [
656
+ [
657
+ [
658
+ 0.32609321414784465
659
+ ]
660
+ ],
661
+ [
662
+ [
663
+ 0.32599719655133597
664
+ ]
665
+ ],
666
+ [
667
+ [
668
+ 0.3209830149822228
669
+ ]
670
+ ]
671
+ ],
672
+ "count": [
673
+ 3970
674
+ ]
675
+ },
676
+ "observation.jaco.base_orientation": {
677
+ "min": [
678
+ 0.0
679
+ ],
680
+ "max": [
681
+ 0.0
682
+ ],
683
+ "mean": [
684
+ 0.0
685
+ ],
686
+ "std": [
687
+ 0.0
688
+ ],
689
+ "count": [
690
+ 3970
691
+ ]
692
+ },
693
+ "observation.google_robot.ee_pose": {
694
+ "min": [
695
+ 0.17853419482707977,
696
+ -0.1780962496995926,
697
+ -0.08425971120595932,
698
+ -0.48307734727859497,
699
+ -0.6973803639411926,
700
+ -0.6966752409934998,
701
+ -0.5714994668960571
702
+ ],
703
+ "max": [
704
+ 0.6767124533653259,
705
+ 0.38052335381507874,
706
+ 0.5114243626594543,
707
+ 0.5566840171813965,
708
+ 0.8261200189590454,
709
+ 1.0,
710
+ 0.5786224007606506
711
+ ],
712
+ "mean": [
713
+ 0.41009828075954236,
714
+ 0.10624559460048047,
715
+ 0.20643631868270843,
716
+ 0.08764544102980261,
717
+ -0.11288410162697464,
718
+ 0.5306795092503674,
719
+ 0.10697853263064055
720
+ ],
721
+ "std": [
722
+ 0.12223067917224241,
723
+ 0.10492806518867809,
724
+ 0.12741907405326738,
725
+ 0.22595248642677013,
726
+ 0.4679494703070954,
727
+ 0.585466423353111,
728
+ 0.2714924111288095
729
+ ],
730
+ "count": [
731
+ 3970
732
+ ]
733
+ },
734
+ "observation.kinova3.ee_pose": {
735
+ "min": [
736
+ 0.1721702516078949,
737
+ -0.16600380837917328,
738
+ -0.10000085830688477,
739
+ -0.4830405116081238,
740
+ -0.6956888437271118,
741
+ -0.6973447799682617,
742
+ -0.5715711712837219
743
+ ],
744
+ "max": [
745
+ 0.6779986619949341,
746
+ 0.3999967575073242,
747
+ 0.5069982409477234,
748
+ 0.4964228570461273,
749
+ 0.8231147527694702,
750
+ 1.0,
751
+ 0.578713595867157
752
+ ],
753
+ "mean": [
754
+ 0.4103821684641562,
755
+ 0.11694825649817453,
756
+ 0.19235259974258073,
757
+ 0.08568992796623774,
758
+ -0.10788674937884889,
759
+ 0.5262222961424111,
760
+ 0.1029242222758024
761
+ ],
762
+ "std": [
763
+ 0.12280980324196836,
764
+ 0.10880069703891904,
765
+ 0.13030269002592298,
766
+ 0.22758478761239873,
767
+ 0.4687111220284201,
768
+ 0.5895170419727747,
769
+ 0.2729452584266262
770
+ ],
771
+ "count": [
772
+ 3970
773
+ ]
774
+ },
775
+ "observation.ur5e.ee_pose": {
776
+ "min": [
777
+ 0.17114168405532837,
778
+ -0.17810386419296265,
779
+ -0.08425511419773102,
780
+ -0.4830382168292999,
781
+ -0.6956847906112671,
782
+ -0.6973727941513062,
783
+ -0.5715326070785522
784
+ ],
785
+ "max": [
786
+ 0.6767098307609558,
787
+ 0.3804800510406494,
788
+ 0.5114215016365051,
789
+ 0.4964313805103302,
790
+ 0.8231101036071777,
791
+ 1.0,
792
+ 0.5786784887313843
793
+ ],
794
+ "mean": [
795
+ 0.40984237136258284,
796
+ 0.10616960984183108,
797
+ 0.20658430588485613,
798
+ 0.08566887794538713,
799
+ -0.10787367914376372,
800
+ 0.5262425247705319,
801
+ 0.10286707419348454
802
+ ],
803
+ "std": [
804
+ 0.12262576499642117,
805
+ 0.10486523887728119,
806
+ 0.12746214488779073,
807
+ 0.22755261318341685,
808
+ 0.4686975637433862,
809
+ 0.5895504455676676,
810
+ 0.2729175142319226
811
+ ],
812
+ "count": [
813
+ 3970
814
+ ]
815
+ },
816
+ "observation.sawyer.ee_error": {
817
+ "min": [
818
+ -0.011556550860404968,
819
+ -0.0034732669591903687,
820
+ -0.0013366267085075378,
821
+ -0.23306995630264282,
822
+ -0.0006797313690185547,
823
+ -1.3948990106582642,
824
+ -0.23347803950309753
825
+ ],
826
+ "max": [
827
+ 0.0010874569416046143,
828
+ 0.0010470449924468994,
829
+ 0.0013939440250396729,
830
+ 0.09189333021640778,
831
+ 1.3947842121124268,
832
+ 0.02012503147125244,
833
+ 0.004515290260314941
834
+ ],
835
+ "mean": [
836
+ -3.464943033026331e-05,
837
+ -4.241768756844986e-06,
838
+ -1.3181685913180442e-05,
839
+ 0.0004216946374464601,
840
+ 0.0004312413384141982,
841
+ -0.00033307776967555103,
842
+ -0.00017933884353770927
843
+ ],
844
+ "std": [
845
+ 0.00044523596589681136,
846
+ 0.00010193750395392512,
847
+ 5.279002387175031e-05,
848
+ 0.005608573453342407,
849
+ 0.022169756368217396,
850
+ 0.022149218495888,
851
+ 0.004439513873268027
852
+ ],
853
+ "count": [
854
+ 3970
855
+ ]
856
+ },
857
+ "observation.images.kuka_iiwa": {
858
+ "min": [
859
+ [
860
+ [
861
+ 0.0
862
+ ]
863
+ ],
864
+ [
865
+ [
866
+ 0.0
867
+ ]
868
+ ],
869
+ [
870
+ [
871
+ 0.0
872
+ ]
873
+ ]
874
+ ],
875
+ "max": [
876
+ [
877
+ [
878
+ 1.0
879
+ ]
880
+ ],
881
+ [
882
+ [
883
+ 1.0
884
+ ]
885
+ ],
886
+ [
887
+ [
888
+ 1.0
889
+ ]
890
+ ]
891
+ ],
892
+ "mean": [
893
+ [
894
+ [
895
+ 0.28547899971806523
896
+ ]
897
+ ],
898
+ [
899
+ [
900
+ 0.27750284584341695
901
+ ]
902
+ ],
903
+ [
904
+ [
905
+ 0.2623206245060997
906
+ ]
907
+ ]
908
+ ],
909
+ "std": [
910
+ [
911
+ [
912
+ 0.3339057177283032
913
+ ]
914
+ ],
915
+ [
916
+ [
917
+ 0.3210939797644277
918
+ ]
919
+ ],
920
+ [
921
+ [
922
+ 0.3170857115919239
923
+ ]
924
+ ]
925
+ ],
926
+ "count": [
927
+ 3970
928
+ ]
929
+ },
930
+ "observation.widowX.joints": {
931
+ "min": [
932
+ -1.810215711593628,
933
+ -1.5690468549728394,
934
+ -2.146749973297119,
935
+ -0.5459640622138977,
936
+ 0.3005463778972626,
937
+ -2.6247522830963135,
938
+ 0.0
939
+ ],
940
+ "max": [
941
+ 2.2875077724456787,
942
+ 1.1355286836624146,
943
+ 1.2577390670776367,
944
+ 2.1555590629577637,
945
+ 2.146749973297119,
946
+ 1.3810760974884033,
947
+ 1.0
948
+ ],
949
+ "mean": [
950
+ 0.11385849967628751,
951
+ -0.19809759766219995,
952
+ 0.2411470468435202,
953
+ 0.6711333856712651,
954
+ 1.446949796442421,
955
+ -0.9244394176477749,
956
+ 0.25818639961434925
957
+ ],
958
+ "std": [
959
+ 0.4948269531885903,
960
+ 0.6102496367792619,
961
+ 0.737395639933261,
962
+ 0.5048652653663328,
963
+ 0.3615492287942038,
964
+ 0.7422764096366372,
965
+ 0.4376370478149828
966
+ ],
967
+ "count": [
968
+ 3970
969
+ ]
970
+ },
971
+ "observation.widowX.base_position": {
972
+ "min": [
973
+ -0.20000000298023224,
974
+ 0.0,
975
+ -0.05000000074505806
976
+ ],
977
+ "max": [
978
+ -0.18000000715255737,
979
+ 0.0,
980
+ 0.0
981
+ ],
982
+ "mean": [
983
+ -0.19759695246928285,
984
+ 0.0,
985
+ -0.006007555560666308
986
+ ],
987
+ "std": [
988
+ 0.006502757215876663,
989
+ 0.0,
990
+ 0.016256906178576214
991
+ ],
992
+ "count": [
993
+ 3970
994
+ ]
995
+ },
996
+ "observation.ur5e.ee_error": {
997
+ "min": [
998
+ -0.0031202733516693115,
999
+ -0.0025484412908554077,
1000
+ -0.00047419965267181396,
1001
+ -0.0007503926753997803,
1002
+ -0.0004457235336303711,
1003
+ -0.0010153651237487793,
1004
+ -0.008010059595108032
1005
+ ],
1006
+ "max": [
1007
+ 5.781650543212891e-06,
1008
+ 5.6296586990356445e-05,
1009
+ 4.708766937255859e-06,
1010
+ 0.013119861483573914,
1011
+ 0.005909264087677002,
1012
+ 0.0017539262771606445,
1013
+ 0.002061225473880768
1014
+ ],
1015
+ "mean": [
1016
+ -3.6506607003143765e-06,
1017
+ -6.327437358720115e-07,
1018
+ -1.352206149931075e-06,
1019
+ 6.056454831218788e-05,
1020
+ 4.4155871495821004e-05,
1021
+ -3.5631564433587613e-06,
1022
+ -1.7328130907469385e-05
1023
+ ],
1024
+ "std": [
1025
+ 7.135319603806765e-05,
1026
+ 6.29642470832522e-05,
1027
+ 1.2000105552471223e-05,
1028
+ 0.00035017994408481987,
1029
+ 0.0001824050101736319,
1030
+ 0.00011607231415108214,
1031
+ 0.00021369597424378788
1032
+ ],
1033
+ "count": [
1034
+ 3970
1035
+ ]
1036
+ },
1037
+ "observation.widowX.ee_pose": {
1038
+ "min": [
1039
+ -0.031952567398548126,
1040
+ -0.17809444665908813,
1041
+ -0.12248579412698746,
1042
+ -0.48297119140625,
1043
+ -0.6973801255226135,
1044
+ -0.6965854167938232,
1045
+ -0.5715204477310181
1046
+ ],
1047
+ "max": [
1048
+ 0.4674554765224457,
1049
+ 0.38050004839897156,
1050
+ 0.5012272000312805,
1051
+ 0.5557421445846558,
1052
+ 0.8230623602867126,
1053
+ 1.0,
1054
+ 0.5786544680595398
1055
+ ],
1056
+ "mean": [
1057
+ 0.2113161829110207,
1058
+ 0.10598230104311891,
1059
+ 0.1994010683721499,
1060
+ 0.09953504881671435,
1061
+ -0.11665253508800842,
1062
+ 0.5386877676979955,
1063
+ 0.11040414243711333
1064
+ ],
1065
+ "std": [
1066
+ 0.12216952602490998,
1067
+ 0.10449841417670842,
1068
+ 0.12213481002970582,
1069
+ 0.23585742092554524,
1070
+ 0.46047459908541505,
1071
+ 0.57740623964245,
1072
+ 0.27027360195874867
1073
+ ],
1074
+ "count": [
1075
+ 3970
1076
+ ]
1077
+ },
1078
+ "observation.panda.base_position": {
1079
+ "min": [
1080
+ 0.0,
1081
+ 0.0,
1082
+ 0.0
1083
+ ],
1084
+ "max": [
1085
+ 0.0,
1086
+ 0.0,
1087
+ 0.0
1088
+ ],
1089
+ "mean": [
1090
+ 0.0,
1091
+ 0.0,
1092
+ 0.0
1093
+ ],
1094
+ "std": [
1095
+ 0.0,
1096
+ 0.0,
1097
+ 0.0
1098
+ ],
1099
+ "count": [
1100
+ 3970
1101
+ ]
1102
+ },
1103
+ "index": {
1104
+ "min": [
1105
+ 0
1106
+ ],
1107
+ "max": [
1108
+ 3969
1109
+ ],
1110
+ "mean": [
1111
+ 1984.5
1112
+ ],
1113
+ "std": [
1114
+ 1146.0402479843367
1115
+ ],
1116
+ "count": [
1117
+ 3970
1118
+ ]
1119
+ },
1120
+ "observation.kinova3.joints": {
1121
+ "min": [
1122
+ -1.6847562789916992,
1123
+ -1.5178920030593872,
1124
+ -2.1628196239471436,
1125
+ 0.18565814197063446,
1126
+ -2.119283676147461,
1127
+ 0.27742519974708557,
1128
+ -3.589784622192383,
1129
+ 0.0
1130
+ ],
1131
+ "max": [
1132
+ 3.172718048095703,
1133
+ 1.5142533779144287,
1134
+ 2.535010814666748,
1135
+ 2.569999933242798,
1136
+ 0.27203676104545593,
1137
+ 2.0899999141693115,
1138
+ -0.04527131840586662,
1139
+ 1.0
1140
+ ],
1141
+ "mean": [
1142
+ -0.12428716303767773,
1143
+ 0.7168278846917885,
1144
+ 0.42206328753147376,
1145
+ 1.8133885892272297,
1146
+ -0.9921749016575009,
1147
+ 1.2723292106795372,
1148
+ -1.3500554823455042,
1149
+ 0.25818639961434925
1150
+ ],
1151
+ "std": [
1152
+ 0.4852735125999736,
1153
+ 0.39617391168439103,
1154
+ 0.7897102016515669,
1155
+ 0.484242772888814,
1156
+ 0.2860762688113819,
1157
+ 0.3393002128877863,
1158
+ 0.5313277743504929,
1159
+ 0.4376370478149828
1160
+ ],
1161
+ "count": [
1162
+ 3970
1163
+ ]
1164
+ },
1165
+ "observation.images.panda": {
1166
+ "min": [
1167
+ [
1168
+ [
1169
+ 0.0
1170
+ ]
1171
+ ],
1172
+ [
1173
+ [
1174
+ 0.0
1175
+ ]
1176
+ ],
1177
+ [
1178
+ [
1179
+ 0.0
1180
+ ]
1181
+ ]
1182
+ ],
1183
+ "max": [
1184
+ [
1185
+ [
1186
+ 1.0
1187
+ ]
1188
+ ],
1189
+ [
1190
+ [
1191
+ 1.0
1192
+ ]
1193
+ ],
1194
+ [
1195
+ [
1196
+ 1.0
1197
+ ]
1198
+ ]
1199
+ ],
1200
+ "mean": [
1201
+ [
1202
+ [
1203
+ 0.3817593279251246
1204
+ ]
1205
+ ],
1206
+ [
1207
+ [
1208
+ 0.3868280570887045
1209
+ ]
1210
+ ],
1211
+ [
1212
+ [
1213
+ 0.38201468633213137
1214
+ ]
1215
+ ]
1216
+ ],
1217
+ "std": [
1218
+ [
1219
+ [
1220
+ 0.3750884650748988
1221
+ ]
1222
+ ],
1223
+ [
1224
+ [
1225
+ 0.3732401966107405
1226
+ ]
1227
+ ],
1228
+ [
1229
+ [
1230
+ 0.37099242137529886
1231
+ ]
1232
+ ]
1233
+ ],
1234
+ "count": [
1235
+ 3970
1236
+ ]
1237
+ },
1238
+ "observation.panda.joints": {
1239
+ "min": [
1240
+ -2.2929940223693848,
1241
+ -1.7627999782562256,
1242
+ -2.5514206886291504,
1243
+ -3.0717999935150146,
1244
+ -2.8973000049591064,
1245
+ 1.2340087890625,
1246
+ -2.8973000049591064,
1247
+ 0.0
1248
+ ],
1249
+ "max": [
1250
+ 2.71645450592041,
1251
+ 1.7627999782562256,
1252
+ 1.9250352382659912,
1253
+ -1.598937749862671,
1254
+ 1.46940279006958,
1255
+ 3.752500057220459,
1256
+ -1.0096036195755005,
1257
+ 1.0
1258
+ ],
1259
+ "mean": [
1260
+ 1.2615892778265687,
1261
+ -1.174393695667949,
1262
+ -1.2684038309591543,
1263
+ -2.544226473644939,
1264
+ -0.9143382443566701,
1265
+ 2.301886468390073,
1266
+ -2.6221556125720142,
1267
+ 0.25818639961434925
1268
+ ],
1269
+ "std": [
1270
+ 0.902632379488574,
1271
+ 0.8455618791874363,
1272
+ 0.8535631684576162,
1273
+ 0.4007532107307054,
1274
+ 0.6521131468343051,
1275
+ 0.5727146218525669,
1276
+ 0.4842492742013768,
1277
+ 0.4376370478149828
1278
+ ],
1279
+ "count": [
1280
+ 3970
1281
+ ]
1282
+ },
1283
+ "observation.sawyer.ee_pose": {
1284
+ "min": [
1285
+ 0.1719938963651657,
1286
+ -0.1660035252571106,
1287
+ -0.09999972581863403,
1288
+ -0.48288339376449585,
1289
+ -0.6973749399185181,
1290
+ -0.6966482996940613,
1291
+ -0.5715744495391846
1292
+ ],
1293
+ "max": [
1294
+ 0.6780064702033997,
1295
+ 0.39999762177467346,
1296
+ 0.507006824016571,
1297
+ 0.4962483048439026,
1298
+ 0.8230756521224976,
1299
+ 0.9999999403953552,
1300
+ 0.5787755250930786
1301
+ ],
1302
+ "mean": [
1303
+ 0.41041341008857757,
1304
+ 0.11695795102626723,
1305
+ 0.19236473583754723,
1306
+ 0.08530774956454126,
1307
+ -0.10826076577113758,
1308
+ 0.5265720278620533,
1309
+ 0.10302908895560717
1310
+ ],
1311
+ "std": [
1312
+ 0.12276696333032244,
1313
+ 0.10880252238257122,
1314
+ 0.13029825695690725,
1315
+ 0.22733639852455548,
1316
+ 0.46868472071995015,
1317
+ 0.5892546675668523,
1318
+ 0.27302164496992026
1319
+ ],
1320
+ "count": [
1321
+ 3970
1322
+ ]
1323
+ },
1324
+ "observation.jaco.ee_pose": {
1325
+ "min": [
1326
+ 0.1719498336315155,
1327
+ -0.1659960001707077,
1328
+ -0.09999464452266693,
1329
+ -0.4832122325897217,
1330
+ -0.6974446177482605,
1331
+ -0.6966145634651184,
1332
+ -0.5713773369789124
1333
+ ],
1334
+ "max": [
1335
+ 0.677979052066803,
1336
+ 0.40000173449516296,
1337
+ 0.5070046782493591,
1338
+ 0.49651432037353516,
1339
+ 0.8231323957443237,
1340
+ 1.0,
1341
+ 0.5786120295524597
1342
+ ],
1343
+ "mean": [
1344
+ 0.41036702203810665,
1345
+ 0.11688047439406535,
1346
+ 0.1923540126250808,
1347
+ 0.08528665494753203,
1348
+ -0.10814204165208803,
1349
+ 0.5266451722354645,
1350
+ 0.10211813446763031
1351
+ ],
1352
+ "std": [
1353
+ 0.12283154860936946,
1354
+ 0.10888217752292596,
1355
+ 0.13030369641194525,
1356
+ 0.22758383970934837,
1357
+ 0.4685779741214659,
1358
+ 0.5893267089080092,
1359
+ 0.2730980699481719
1360
+ ],
1361
+ "count": [
1362
+ 3970
1363
+ ]
1364
+ },
1365
+ "observation.kinova3.base_position": {
1366
+ "min": [
1367
+ 0.0,
1368
+ 0.0,
1369
+ 0.0
1370
+ ],
1371
+ "max": [
1372
+ 0.0,
1373
+ 0.0,
1374
+ 0.0
1375
+ ],
1376
+ "mean": [
1377
+ 0.0,
1378
+ 0.0,
1379
+ 0.0
1380
+ ],
1381
+ "std": [
1382
+ 0.0,
1383
+ 0.0,
1384
+ 0.0
1385
+ ],
1386
+ "count": [
1387
+ 3970
1388
+ ]
1389
+ },
1390
+ "observation.google_robot.base_position": {
1391
+ "min": [
1392
+ 0.0,
1393
+ 0.0,
1394
+ 0.0
1395
+ ],
1396
+ "max": [
1397
+ 0.0,
1398
+ 0.0,
1399
+ 0.0
1400
+ ],
1401
+ "mean": [
1402
+ 0.0,
1403
+ 0.0,
1404
+ 0.0
1405
+ ],
1406
+ "std": [
1407
+ 0.0,
1408
+ 0.0,
1409
+ 0.0
1410
+ ],
1411
+ "count": [
1412
+ 3970
1413
+ ]
1414
+ },
1415
+ "observation.ur5e.base_position": {
1416
+ "min": [
1417
+ 0.0,
1418
+ 0.0,
1419
+ 0.0
1420
+ ],
1421
+ "max": [
1422
+ 0.0,
1423
+ 0.0,
1424
+ 0.0
1425
+ ],
1426
+ "mean": [
1427
+ 0.0,
1428
+ 0.0,
1429
+ 0.0
1430
+ ],
1431
+ "std": [
1432
+ 0.0,
1433
+ 0.0,
1434
+ 0.0
1435
+ ],
1436
+ "count": [
1437
+ 3970
1438
+ ]
1439
+ },
1440
+ "observation.images.sawyer": {
1441
+ "min": [
1442
+ [
1443
+ [
1444
+ 0.0
1445
+ ]
1446
+ ],
1447
+ [
1448
+ [
1449
+ 0.0
1450
+ ]
1451
+ ],
1452
+ [
1453
+ [
1454
+ 0.0
1455
+ ]
1456
+ ]
1457
+ ],
1458
+ "max": [
1459
+ [
1460
+ [
1461
+ 1.0
1462
+ ]
1463
+ ],
1464
+ [
1465
+ [
1466
+ 1.0
1467
+ ]
1468
+ ],
1469
+ [
1470
+ [
1471
+ 1.0
1472
+ ]
1473
+ ]
1474
+ ],
1475
+ "mean": [
1476
+ [
1477
+ [
1478
+ 0.31192524833926016
1479
+ ]
1480
+ ],
1481
+ [
1482
+ [
1483
+ 0.2679315320376681
1484
+ ]
1485
+ ],
1486
+ [
1487
+ [
1488
+ 0.2633289495048649
1489
+ ]
1490
+ ]
1491
+ ],
1492
+ "std": [
1493
+ [
1494
+ [
1495
+ 0.3263805994823138
1496
+ ]
1497
+ ],
1498
+ [
1499
+ [
1500
+ 0.3279265984100553
1501
+ ]
1502
+ ],
1503
+ [
1504
+ [
1505
+ 0.3237124929650493
1506
+ ]
1507
+ ]
1508
+ ],
1509
+ "count": [
1510
+ 3970
1511
+ ]
1512
+ },
1513
+ "observation.joints": {
1514
+ "min": [
1515
+ -0.8404636979103088,
1516
+ -1.6351218223571777,
1517
+ -2.0142624378204346,
1518
+ 0.00768359424546361,
1519
+ -0.20048317313194275,
1520
+ 0.011292487382888794,
1521
+ -2.6592507362365723,
1522
+ 0.0
1523
+ ],
1524
+ "max": [
1525
+ 2.4945411682128906,
1526
+ 1.0603798627853394,
1527
+ 0.5518655776977539,
1528
+ 2.71895432472229,
1529
+ 1.9269907474517822,
1530
+ 2.2231369018554688,
1531
+ 0.7844778895378113,
1532
+ 1.0
1533
+ ],
1534
+ "mean": [
1535
+ 0.35338103108551416,
1536
+ -0.2417282779865267,
1537
+ -0.34612121879561836,
1538
+ 0.899386794861378,
1539
+ 0.574852217139878,
1540
+ 1.0456977065174045,
1541
+ -1.2317196753636115,
1542
+ 0.25818639961434925
1543
+ ],
1544
+ "std": [
1545
+ 0.6157449187129438,
1546
+ 0.6327671497279789,
1547
+ 0.5451730055632868,
1548
+ 0.5327984221146573,
1549
+ 0.42996612534808937,
1550
+ 0.3614738437786905,
1551
+ 0.6871602205066126,
1552
+ 0.4376370478149828
1553
+ ],
1554
+ "count": [
1555
+ 3970
1556
+ ]
1557
+ },
1558
+ "observation.widowX.base_orientation": {
1559
+ "min": [
1560
+ 0.0
1561
+ ],
1562
+ "max": [
1563
+ 0.0
1564
+ ],
1565
+ "mean": [
1566
+ 0.0
1567
+ ],
1568
+ "std": [
1569
+ 0.0
1570
+ ],
1571
+ "count": [
1572
+ 3970
1573
+ ]
1574
+ },
1575
+ "observation.images.google_robot": {
1576
+ "min": [
1577
+ [
1578
+ [
1579
+ 0.0
1580
+ ]
1581
+ ],
1582
+ [
1583
+ [
1584
+ 0.0
1585
+ ]
1586
+ ],
1587
+ [
1588
+ [
1589
+ 0.0
1590
+ ]
1591
+ ]
1592
+ ],
1593
+ "max": [
1594
+ [
1595
+ [
1596
+ 1.0
1597
+ ]
1598
+ ],
1599
+ [
1600
+ [
1601
+ 1.0
1602
+ ]
1603
+ ],
1604
+ [
1605
+ [
1606
+ 1.0
1607
+ ]
1608
+ ]
1609
+ ],
1610
+ "mean": [
1611
+ [
1612
+ [
1613
+ 0.40099015203898514
1614
+ ]
1615
+ ],
1616
+ [
1617
+ [
1618
+ 0.40483236199601597
1619
+ ]
1620
+ ],
1621
+ [
1622
+ [
1623
+ 0.39793158297113956
1624
+ ]
1625
+ ]
1626
+ ],
1627
+ "std": [
1628
+ [
1629
+ [
1630
+ 0.35587666874865803
1631
+ ]
1632
+ ],
1633
+ [
1634
+ [
1635
+ 0.3539505537819843
1636
+ ]
1637
+ ],
1638
+ [
1639
+ [
1640
+ 0.3518300740882333
1641
+ ]
1642
+ ]
1643
+ ],
1644
+ "count": [
1645
+ 3970
1646
+ ]
1647
+ },
1648
+ "observation.kuka_iiwa.base_orientation": {
1649
+ "min": [
1650
+ 0.0
1651
+ ],
1652
+ "max": [
1653
+ 0.0
1654
+ ],
1655
+ "mean": [
1656
+ 0.0
1657
+ ],
1658
+ "std": [
1659
+ 0.0
1660
+ ],
1661
+ "count": [
1662
+ 3970
1663
+ ]
1664
+ },
1665
+ "observation.sawyer.joints": {
1666
+ "min": [
1667
+ -1.7650082111358643,
1668
+ -2.2511565685272217,
1669
+ -0.9084122776985168,
1670
+ 1.7486368417739868,
1671
+ -0.5482044816017151,
1672
+ -0.1739788055419922,
1673
+ -3.310637950897217,
1674
+ 0.0
1675
+ ],
1676
+ "max": [
1677
+ 1.8114491701126099,
1678
+ 0.2501542568206787,
1679
+ 3.04259991645813,
1680
+ 3.0439000129699707,
1681
+ 2.8350019454956055,
1682
+ 1.830407738685608,
1683
+ 1.301526665687561,
1684
+ 1.0
1685
+ ],
1686
+ "mean": [
1687
+ -0.2035790253264046,
1688
+ -1.1647174815837322,
1689
+ -0.06386925398667698,
1690
+ 2.4387077172997618,
1691
+ 0.881816776046384,
1692
+ 0.866772130807341,
1693
+ -1.806413895267083,
1694
+ 0.25818639961434925
1695
+ ],
1696
+ "std": [
1697
+ 0.45809169066096656,
1698
+ 0.3857966099902866,
1699
+ 0.48388397360746416,
1700
+ 0.3133889863826251,
1701
+ 0.6843462929771442,
1702
+ 0.4457555285063392,
1703
+ 0.7949631685872456,
1704
+ 0.4376370478149828
1705
+ ],
1706
+ "count": [
1707
+ 3970
1708
+ ]
1709
+ },
1710
+ "observation.widowX.ee_error": {
1711
+ "min": [
1712
+ -0.010014861822128296,
1713
+ -0.019772212952375412,
1714
+ -0.011769324541091919,
1715
+ -0.8890939354896545,
1716
+ -1.1493809223175049,
1717
+ -1.3948984146118164,
1718
+ -0.9153942465782166
1719
+ ],
1720
+ "max": [
1721
+ 0.020296573638916016,
1722
+ 0.01033591479063034,
1723
+ 0.02250230312347412,
1724
+ 0.9284334182739258,
1725
+ 1.3947893381118774,
1726
+ 0.9245588779449463,
1727
+ 1.146287441253662
1728
+ ],
1729
+ "mean": [
1730
+ 0.0009255620860578571,
1731
+ 0.00018667472257442082,
1732
+ 0.0011743295156486208,
1733
+ -0.013805605760497542,
1734
+ 0.008823011168117668,
1735
+ -0.012448815359531505,
1736
+ -0.0075543944614625885
1737
+ ],
1738
+ "std": [
1739
+ 0.0030542431460084418,
1740
+ 0.0011877211066737144,
1741
+ 0.0036304457779710478,
1742
+ 0.07877458656979071,
1743
+ 0.13515575533103732,
1744
+ 0.13369813677177214,
1745
+ 0.08055139475088602
1746
+ ],
1747
+ "count": [
1748
+ 3970
1749
+ ]
1750
+ },
1751
+ "observation.state": {
1752
+ "min": [
1753
+ -0.8404636979103088,
1754
+ -1.6351218223571777,
1755
+ -2.0142624378204346,
1756
+ 0.00768359424546361,
1757
+ -0.20048317313194275,
1758
+ 0.011292487382888794,
1759
+ -2.6592507362365723,
1760
+ -1.2263286113739014,
1761
+ -1.556750774383545,
1762
+ -2.935518741607666,
1763
+ -1.3922245502471924,
1764
+ -1.2083179950714111,
1765
+ -1.232560396194458,
1766
+ -2.1565098762512207,
1767
+ -28.32029914855957,
1768
+ -82.77677154541016,
1769
+ -25.13789939880371,
1770
+ -11.260807037353516,
1771
+ -11.168999671936035,
1772
+ -10.682384490966797,
1773
+ -11.698346138000488
1774
+ ],
1775
+ "max": [
1776
+ 2.4945411682128906,
1777
+ 1.0603798627853394,
1778
+ 0.5518655776977539,
1779
+ 2.71895432472229,
1780
+ 1.9269907474517822,
1781
+ 2.2231369018554688,
1782
+ 0.7844778895378113,
1783
+ 2.920315980911255,
1784
+ 1.6803938150405884,
1785
+ 0.8866614103317261,
1786
+ 1.229170560836792,
1787
+ 1.5074784755706787,
1788
+ 1.7468205690383911,
1789
+ 1.3735634088516235,
1790
+ 20.853900909423828,
1791
+ 29.618988037109375,
1792
+ 27.203399658203125,
1793
+ 61.537261962890625,
1794
+ 12.637800216674805,
1795
+ 15.52997875213623,
1796
+ 20.392162322998047
1797
+ ],
1798
+ "mean": [
1799
+ 0.35338103108551416,
1800
+ -0.2417282779865267,
1801
+ -0.34612121879561836,
1802
+ 0.899386794861378,
1803
+ 0.574852217139878,
1804
+ 1.0456977065174045,
1805
+ -1.2317196753636115,
1806
+ 0.019326824737435338,
1807
+ 0.03869996515058113,
1808
+ -0.03515281588683211,
1809
+ 0.057259928863727244,
1810
+ 0.032259558434059504,
1811
+ 0.019024152821098497,
1812
+ -0.10856706279820248,
1813
+ 0.3959091616301388,
1814
+ -14.426980230189692,
1815
+ 2.670148723161491,
1816
+ 13.245016795982341,
1817
+ 0.3566672742948574,
1818
+ -0.6834475524995655,
1819
+ 0.3055476142105269
1820
+ ],
1821
+ "std": [
1822
+ 0.6157449187129438,
1823
+ 0.6327671497279789,
1824
+ 0.5451730055632868,
1825
+ 0.5327984221146573,
1826
+ 0.42996612534808937,
1827
+ 0.3614738437786905,
1828
+ 0.6871602205066126,
1829
+ 0.21531565507224232,
1830
+ 0.2659735638795305,
1831
+ 0.21804599440914377,
1832
+ 0.25269321781743104,
1833
+ 0.19199770766039093,
1834
+ 0.2125953836489333,
1835
+ 0.349091704680101,
1836
+ 3.1694237444294155,
1837
+ 16.61149598221304,
1838
+ 6.8099909131288605,
1839
+ 5.030922604034374,
1840
+ 1.8789195743153506,
1841
+ 2.043122428884701,
1842
+ 3.856932708912065
1843
+ ],
1844
+ "count": [
1845
+ 3970
1846
+ ]
1847
+ },
1848
+ "observation.kinova3.base_orientation": {
1849
+ "min": [
1850
+ 0.0
1851
+ ],
1852
+ "max": [
1853
+ 0.0
1854
+ ],
1855
+ "mean": [
1856
+ 0.0
1857
+ ],
1858
+ "std": [
1859
+ 0.0
1860
+ ],
1861
+ "count": [
1862
+ 3970
1863
+ ]
1864
+ },
1865
+ "observation.sawyer.base_position": {
1866
+ "min": [
1867
+ 0.0,
1868
+ 0.0,
1869
+ 0.0
1870
+ ],
1871
+ "max": [
1872
+ 0.0,
1873
+ 0.0,
1874
+ 0.0
1875
+ ],
1876
+ "mean": [
1877
+ 0.0,
1878
+ 0.0,
1879
+ 0.0
1880
+ ],
1881
+ "std": [
1882
+ 0.0,
1883
+ 0.0,
1884
+ 0.0
1885
+ ],
1886
+ "count": [
1887
+ 3970
1888
+ ]
1889
+ },
1890
+ "observation.ee_pose": {
1891
+ "min": [
1892
+ 0.16802141070365906,
1893
+ -0.17810237407684326,
1894
+ -0.08426138013601303,
1895
+ -0.695639431476593,
1896
+ -0.6974092125892639,
1897
+ -0.5715420246124268,
1898
+ -0.48307639360427856
1899
+ ],
1900
+ "max": [
1901
+ 0.6767094135284424,
1902
+ 0.3805040121078491,
1903
+ 0.511423647403717,
1904
+ 0.8230818510055542,
1905
+ 1.0,
1906
+ 0.5786832571029663,
1907
+ 0.4964745342731476
1908
+ ],
1909
+ "mean": [
1910
+ 0.40983871752278933,
1911
+ 0.10616897597335932,
1912
+ 0.20658295609676267,
1913
+ -0.10782952372985247,
1914
+ 0.526238947336372,
1915
+ 0.10284975124921847,
1916
+ 0.08572944800043361
1917
+ ],
1918
+ "std": [
1919
+ 0.12263204073069088,
1920
+ 0.10486377456580692,
1921
+ 0.12746376180795915,
1922
+ 0.4686770049643271,
1923
+ 0.5895524640113187,
1924
+ 0.27291876437632423,
1925
+ 0.22760242427011748
1926
+ ],
1927
+ "count": [
1928
+ 3970
1929
+ ]
1930
+ },
1931
+ "observation.images.ur5e": {
1932
+ "min": [
1933
+ [
1934
+ [
1935
+ 0.0
1936
+ ]
1937
+ ],
1938
+ [
1939
+ [
1940
+ 0.0
1941
+ ]
1942
+ ],
1943
+ [
1944
+ [
1945
+ 0.0
1946
+ ]
1947
+ ]
1948
+ ],
1949
+ "max": [
1950
+ [
1951
+ [
1952
+ 1.0
1953
+ ]
1954
+ ],
1955
+ [
1956
+ [
1957
+ 1.0
1958
+ ]
1959
+ ],
1960
+ [
1961
+ [
1962
+ 1.0
1963
+ ]
1964
+ ]
1965
+ ],
1966
+ "mean": [
1967
+ [
1968
+ [
1969
+ 0.2730267724333645
1970
+ ]
1971
+ ],
1972
+ [
1973
+ [
1974
+ 0.2815732214957772
1975
+ ]
1976
+ ],
1977
+ [
1978
+ [
1979
+ 0.27930688167794404
1980
+ ]
1981
+ ]
1982
+ ],
1983
+ "std": [
1984
+ [
1985
+ [
1986
+ 0.3273923500365161
1987
+ ]
1988
+ ],
1989
+ [
1990
+ [
1991
+ 0.3286223618159916
1992
+ ]
1993
+ ],
1994
+ [
1995
+ [
1996
+ 0.32632959901059555
1997
+ ]
1998
+ ]
1999
+ ],
2000
+ "count": [
2001
+ 3970
2002
+ ]
2003
+ },
2004
+ "observation.sawyer.base_orientation": {
2005
+ "min": [
2006
+ 0.0
2007
+ ],
2008
+ "max": [
2009
+ 0.0
2010
+ ],
2011
+ "mean": [
2012
+ 0.0
2013
+ ],
2014
+ "std": [
2015
+ 0.0
2016
+ ],
2017
+ "count": [
2018
+ 3970
2019
+ ]
2020
+ },
2021
+ "observation.jaco.base_position": {
2022
+ "min": [
2023
+ 0.0,
2024
+ 0.0,
2025
+ 0.0
2026
+ ],
2027
+ "max": [
2028
+ 0.0,
2029
+ 0.0,
2030
+ 0.0
2031
+ ],
2032
+ "mean": [
2033
+ 0.0,
2034
+ 0.0,
2035
+ 0.0
2036
+ ],
2037
+ "std": [
2038
+ 0.0,
2039
+ 0.0,
2040
+ 0.0
2041
+ ],
2042
+ "count": [
2043
+ 3970
2044
+ ]
2045
+ },
2046
+ "observation.ur5e.joints": {
2047
+ "min": [
2048
+ -2.878833293914795,
2049
+ -2.945878267288208,
2050
+ 0.9674305319786072,
2051
+ -3.27756667137146,
2052
+ -1.6447778940200806,
2053
+ -6.225553035736084,
2054
+ 0.0
2055
+ ],
2056
+ "max": [
2057
+ -1.3180657625198364,
2058
+ -0.8927199840545654,
2059
+ 2.650390386581421,
2060
+ -0.20391333103179932,
2061
+ -0.10417266935110092,
2062
+ 3.764533758163452,
2063
+ 1.0
2064
+ ],
2065
+ "mean": [
2066
+ -2.0192620482192534,
2067
+ -1.6966199464101335,
2068
+ 2.055456998606473,
2069
+ -1.5844199420072569,
2070
+ -1.0039374761827646,
2071
+ 0.5316506512068981,
2072
+ 0.25818639961434925
2073
+ ],
2074
+ "std": [
2075
+ 0.23690631061988596,
2076
+ 0.4442009778526023,
2077
+ 0.38352483280225713,
2078
+ 0.5465285910666482,
2079
+ 0.3537198090299742,
2080
+ 2.3991695811194567,
2081
+ 0.4376370478149828
2082
+ ],
2083
+ "count": [
2084
+ 3970
2085
+ ]
2086
+ },
2087
+ "observation.images.kinova3": {
2088
+ "min": [
2089
+ [
2090
+ [
2091
+ 0.0
2092
+ ]
2093
+ ],
2094
+ [
2095
+ [
2096
+ 0.0
2097
+ ]
2098
+ ],
2099
+ [
2100
+ [
2101
+ 0.0
2102
+ ]
2103
+ ]
2104
+ ],
2105
+ "max": [
2106
+ [
2107
+ [
2108
+ 1.0
2109
+ ]
2110
+ ],
2111
+ [
2112
+ [
2113
+ 1.0
2114
+ ]
2115
+ ],
2116
+ [
2117
+ [
2118
+ 1.0
2119
+ ]
2120
+ ]
2121
+ ],
2122
+ "mean": [
2123
+ [
2124
+ [
2125
+ 0.31266066552040644
2126
+ ]
2127
+ ],
2128
+ [
2129
+ [
2130
+ 0.3173868509326485
2131
+ ]
2132
+ ],
2133
+ [
2134
+ [
2135
+ 0.31244135849343935
2136
+ ]
2137
+ ]
2138
+ ],
2139
+ "std": [
2140
+ [
2141
+ [
2142
+ 0.3450080862630809
2143
+ ]
2144
+ ],
2145
+ [
2146
+ [
2147
+ 0.3439460059762841
2148
+ ]
2149
+ ],
2150
+ [
2151
+ [
2152
+ 0.34044624889137587
2153
+ ]
2154
+ ]
2155
+ ],
2156
+ "count": [
2157
+ 3970
2158
+ ]
2159
+ },
2160
+ "observation.kuka_iiwa.base_position": {
2161
+ "min": [
2162
+ 0.15000000596046448,
2163
+ 0.0,
2164
+ 0.0
2165
+ ],
2166
+ "max": [
2167
+ 0.15000000596046448,
2168
+ 0.0,
2169
+ 0.0
2170
+ ],
2171
+ "mean": [
2172
+ 0.15000004123905744,
2173
+ 0.0,
2174
+ 0.0
2175
+ ],
2176
+ "std": [
2177
+ 4.1387447163071463e-08,
2178
+ 0.0,
2179
+ 0.0
2180
+ ],
2181
+ "count": [
2182
+ 3970
2183
+ ]
2184
+ },
2185
+ "observation.kuka_iiwa.ee_error": {
2186
+ "min": [
2187
+ -0.019703030586242676,
2188
+ -0.007266417145729065,
2189
+ -0.0063190758228302,
2190
+ -0.13025575876235962,
2191
+ -1.3627126216888428,
2192
+ -0.0227811336517334,
2193
+ -0.0663706362247467
2194
+ ],
2195
+ "max": [
2196
+ 0.009403049945831299,
2197
+ 0.0018243287922814488,
2198
+ 0.00405469536781311,
2199
+ 0.33550649881362915,
2200
+ 0.06433519721031189,
2201
+ 1.359978437423706,
2202
+ 0.454434335231781
2203
+ ],
2204
+ "mean": [
2205
+ -0.0012105847434263901,
2206
+ -3.232609093236775e-05,
2207
+ -6.292664177751756e-05,
2208
+ 0.013580481720380415,
2209
+ -0.0012900998767196928,
2210
+ 0.002480205284416255,
2211
+ -0.0003016325950977229
2212
+ ],
2213
+ "std": [
2214
+ 0.0030800080847375342,
2215
+ 0.0004076152177982422,
2216
+ 0.0004519717205937754,
2217
+ 0.03646943178923387,
2218
+ 0.05311253939423322,
2219
+ 0.052774791067270774,
2220
+ 0.01872296162167964
2221
+ ],
2222
+ "count": [
2223
+ 3970
2224
+ ]
2225
+ },
2226
+ "observation.panda.ee_pose": {
2227
+ "min": [
2228
+ 0.17973805963993073,
2229
+ -0.16599662601947784,
2230
+ -0.09999478608369827,
2231
+ -0.45339903235435486,
2232
+ -0.7002518177032471,
2233
+ -0.7010563611984253,
2234
+ -0.5014206767082214
2235
+ ],
2236
+ "max": [
2237
+ 0.6779818534851074,
2238
+ 0.40116453170776367,
2239
+ 0.5070039629936218,
2240
+ 0.5010046362876892,
2241
+ 0.8161827325820923,
2242
+ 0.9998432993888855,
2243
+ 0.49088016152381897
2244
+ ],
2245
+ "mean": [
2246
+ 0.4108915814074221,
2247
+ 0.11833157861846914,
2248
+ 0.19305838426992636,
2249
+ 0.14840500024076955,
2250
+ -0.24687160651008327,
2251
+ 0.6891834012286676,
2252
+ 0.18896255220558672
2253
+ ],
2254
+ "std": [
2255
+ 0.12116996044818652,
2256
+ 0.10923522127273469,
2257
+ 0.13054777671849352,
2258
+ 0.18173400693000036,
2259
+ 0.38823167899612354,
2260
+ 0.4314197998624164,
2261
+ 0.19098589369610575
2262
+ ],
2263
+ "count": [
2264
+ 3970
2265
+ ]
2266
+ }
2267
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b64bc8496d5176493d4d9ae19a599b2558acfe2cd3f8c4737ab2238408a66563
3
+ size 2351
videos/observation.images.google_robot/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4c2e71b7773089451b60453785d344e6fa832a62f01d038e5f095ac986d0e9b
3
+ size 63329505
videos/observation.images.image/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e793a67a3ff747630dc3dadbe2459ba43e0104a2741541a625b3da54da1ed2f1
3
+ size 83363696
videos/observation.images.jaco/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:878d698376ddc1a535830ed71561cdc15d06aa160818702aae5fb4385af0c051
3
+ size 62499304
videos/observation.images.kinova3/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34fb3978de3317c146ae696990d9c47cad95237ba3a5bda01231746233514782
3
+ size 68290907
videos/observation.images.kuka_iiwa/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fae29cd39dbf45624d8e7155e1f286b6b0b2404e01a28fc383405e703b60ffb6
3
+ size 68714754
videos/observation.images.panda/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06b8334987e626ca808442214dbb8cc44002e150b11ea878fa60625675c1a1bc
3
+ size 76104897
videos/observation.images.sawyer/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b27b9c6acf7d6efd0c9cd230c59357d08e5a78eafc1cc367ed24912539254c44
3
+ size 82723108
videos/observation.images.ur5e/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b933c3a7883aa4fedf54ce3437f80125539e117608c5d48fd95e452d58461d9
3
+ size 73338157
videos/observation.images.widowX/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d207a9fae2627503df97d0b369e48894de3b643fa6422036c3ab8e24b4dd2a4
3
+ size 61988915