GuanhuaJi commited on
Commit
14913c3
·
verified ·
1 Parent(s): 1a93d50

Add files using upload-large-folder tool

Browse files
README.md ADDED
@@ -0,0 +1,139 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "utaustin_mutex_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", "sawyer", "ur5e", "widowX", "xarm7"]
10
+ fps: 20
11
+ total_episodes: 1500
12
+ total_frames: 361883
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
+ # utaustin_mutex_augmented
23
+
24
+ ## Overview
25
+
26
+ - **Codebase version**: `v3.0`
27
+ - **Robots**: google_robot, images, jaco, kinova3, kuka_iiwa, sawyer, ur5e, widowX, xarm7
28
+ - **FPS**: 20
29
+ - **Episodes**: 1,500
30
+ - **Frames**: 361,883
31
+ - **Splits**:
32
+ - `train`: `0:1500`
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` | `128×128×3` | Augmented image for google_robot robot |
46
+ | `observation.images.image` | `video` | `128×128×3` | Source robot's image from original dataset |
47
+ | `observation.images.jaco` | `video` | `128×128×3` | Augmented image for jaco robot |
48
+ | `observation.images.kinova3` | `video` | `128×128×3` | Augmented image for kinova3 robot |
49
+ | `observation.images.kuka_iiwa` | `video` | `128×128×3` | Augmented image for kuka_iiwa robot |
50
+ | `observation.images.sawyer` | `video` | `128×128×3` | Augmented image for sawyer robot |
51
+ | `observation.images.ur5e` | `video` | `128×128×3` | Augmented image for ur5e robot |
52
+ | `observation.images.widowX` | `video` | `128×128×3` | Augmented image for widowX robot |
53
+ | `observation.images.xarm7` | `video` | `128×128×3` | Augmented image for xarm7 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.sawyer.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
81
+ | `observation.sawyer.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
82
+ | `observation.sawyer.ee_error` | `float32` | `7` | The eef difference between the augmented sawyer robot and the original robot |
83
+ | `observation.sawyer.ee_pose` | `float32` | `7` | The eef position of sawyer robot |
84
+ | `observation.sawyer.joints` | `float32` | `8` | The joint position of sawyer robot |
85
+ | `observation.state` | `float32` | `24` | Copy of the state field in source robot's RLDS dataset |
86
+ | `observation.ur5e.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
87
+ | `observation.ur5e.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
88
+ | `observation.ur5e.ee_error` | `float32` | `7` | The eef difference between the augmented ur5e robot and the original robot |
89
+ | `observation.ur5e.ee_pose` | `float32` | `7` | The eef position of ur5e robot |
90
+ | `observation.ur5e.joints` | `float32` | `7` | The joint position of ur5e robot |
91
+ | `observation.widowX.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
92
+ | `observation.widowX.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
93
+ | `observation.widowX.ee_error` | `float32` | `7` | The eef difference between the augmented widowX robot and the original robot |
94
+ | `observation.widowX.ee_pose` | `float32` | `7` | The eef position of widowX robot |
95
+ | `observation.widowX.joints` | `float32` | `7` | The joint position of widowX robot |
96
+ | `observation.xarm7.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
97
+ | `observation.xarm7.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
98
+ | `observation.xarm7.ee_error` | `float32` | `7` | The eef difference between the augmented xarm7 robot and the original robot |
99
+ | `observation.xarm7.ee_pose` | `float32` | `7` | The eef position of xarm7 robot |
100
+ | `observation.xarm7.joints` | `float32` | `8` | The joint position of xarm7 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
+ - [https://openreview.net/forum?id=PwqiqaaEzJ](https://openreview.net/forum?id=PwqiqaaEzJ)
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
+ @inproceedings{shah2023mutex,
121
+ title={{MUTEX}: Learning Unified Policies from Multimodal Task Specifications},
122
+ author={Rutav Shah and Roberto Mart{\'\i}n-Mart{\'\i}n and Yuke Zhu},
123
+ booktitle={7th Annual Conference on Robot Learning},
124
+ year={2023},
125
+ url={https://openreview.net/forum?id=PwqiqaaEzJ}
126
+ }
127
+ ```
128
+
129
+ ## OXE-AugE Dataset Citation (ours)
130
+
131
+ ```bibtex
132
+ @misc{
133
+ ji2025oxeaug,
134
+ title = {OXE-AugE: A Large-Scale Robot Augmentation of OXE for Scaling Cross-Embodiment Policy Learning},
135
+ 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},
136
+ year = {2025},
137
+ note = {Manuscript}
138
+ }
139
+ ```
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d1b0d88db622a9e204ed306642ad6e5466a1dc8793ebf50b3bf06ece3f0086b
3
+ size 291662049
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae817e26f43456e44e766c2acb8e8007a4170a96aff7424a4a057d549d77533c
3
+ size 10644893
meta/info.json ADDED
@@ -0,0 +1,528 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "mixed",
4
+ "total_episodes": 1500,
5
+ "total_frames": 361883,
6
+ "total_tasks": 50,
7
+ "chunks_size": 1000,
8
+ "fps": 20,
9
+ "splits": {
10
+ "train": "0:1500"
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.widowX.joints": {
16
+ "dtype": "float32",
17
+ "shape": [
18
+ 7
19
+ ],
20
+ "fps": 20
21
+ },
22
+ "observation.widowX.ee_pose": {
23
+ "dtype": "float32",
24
+ "shape": [
25
+ 7
26
+ ],
27
+ "fps": 20
28
+ },
29
+ "observation.widowX.base_position": {
30
+ "dtype": "float32",
31
+ "shape": [
32
+ 3
33
+ ],
34
+ "fps": 20
35
+ },
36
+ "observation.widowX.base_orientation": {
37
+ "dtype": "float32",
38
+ "shape": [
39
+ 1
40
+ ],
41
+ "fps": 20
42
+ },
43
+ "observation.widowX.ee_error": {
44
+ "dtype": "float32",
45
+ "shape": [
46
+ 7
47
+ ],
48
+ "fps": 20
49
+ },
50
+ "observation.images.widowX": {
51
+ "dtype": "video",
52
+ "shape": [
53
+ 128,
54
+ 128,
55
+ 3
56
+ ],
57
+ "info": {
58
+ "video.height": 128,
59
+ "video.width": 128,
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": 20
74
+ },
75
+ "observation.sawyer.ee_pose": {
76
+ "dtype": "float32",
77
+ "shape": [
78
+ 7
79
+ ],
80
+ "fps": 20
81
+ },
82
+ "observation.sawyer.base_position": {
83
+ "dtype": "float32",
84
+ "shape": [
85
+ 3
86
+ ],
87
+ "fps": 20
88
+ },
89
+ "observation.sawyer.base_orientation": {
90
+ "dtype": "float32",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "fps": 20
95
+ },
96
+ "observation.sawyer.ee_error": {
97
+ "dtype": "float32",
98
+ "shape": [
99
+ 7
100
+ ],
101
+ "fps": 20
102
+ },
103
+ "observation.images.sawyer": {
104
+ "dtype": "video",
105
+ "shape": [
106
+ 128,
107
+ 128,
108
+ 3
109
+ ],
110
+ "info": {
111
+ "video.height": 128,
112
+ "video.width": 128,
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": 20
127
+ },
128
+ "observation.ur5e.ee_pose": {
129
+ "dtype": "float32",
130
+ "shape": [
131
+ 7
132
+ ],
133
+ "fps": 20
134
+ },
135
+ "observation.ur5e.base_position": {
136
+ "dtype": "float32",
137
+ "shape": [
138
+ 3
139
+ ],
140
+ "fps": 20
141
+ },
142
+ "observation.ur5e.base_orientation": {
143
+ "dtype": "float32",
144
+ "shape": [
145
+ 1
146
+ ],
147
+ "fps": 20
148
+ },
149
+ "observation.ur5e.ee_error": {
150
+ "dtype": "float32",
151
+ "shape": [
152
+ 7
153
+ ],
154
+ "fps": 20
155
+ },
156
+ "observation.images.ur5e": {
157
+ "dtype": "video",
158
+ "shape": [
159
+ 128,
160
+ 128,
161
+ 3
162
+ ],
163
+ "info": {
164
+ "video.height": 128,
165
+ "video.width": 128,
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": 20
180
+ },
181
+ "observation.google_robot.ee_pose": {
182
+ "dtype": "float32",
183
+ "shape": [
184
+ 7
185
+ ],
186
+ "fps": 20
187
+ },
188
+ "observation.google_robot.base_position": {
189
+ "dtype": "float32",
190
+ "shape": [
191
+ 3
192
+ ],
193
+ "fps": 20
194
+ },
195
+ "observation.google_robot.base_orientation": {
196
+ "dtype": "float32",
197
+ "shape": [
198
+ 1
199
+ ],
200
+ "fps": 20
201
+ },
202
+ "observation.google_robot.ee_error": {
203
+ "dtype": "float32",
204
+ "shape": [
205
+ 7
206
+ ],
207
+ "fps": 20
208
+ },
209
+ "observation.images.google_robot": {
210
+ "dtype": "video",
211
+ "shape": [
212
+ 128,
213
+ 128,
214
+ 3
215
+ ],
216
+ "info": {
217
+ "video.height": 128,
218
+ "video.width": 128,
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": 20
233
+ },
234
+ "observation.jaco.ee_pose": {
235
+ "dtype": "float32",
236
+ "shape": [
237
+ 7
238
+ ],
239
+ "fps": 20
240
+ },
241
+ "observation.jaco.base_position": {
242
+ "dtype": "float32",
243
+ "shape": [
244
+ 3
245
+ ],
246
+ "fps": 20
247
+ },
248
+ "observation.jaco.base_orientation": {
249
+ "dtype": "float32",
250
+ "shape": [
251
+ 1
252
+ ],
253
+ "fps": 20
254
+ },
255
+ "observation.jaco.ee_error": {
256
+ "dtype": "float32",
257
+ "shape": [
258
+ 7
259
+ ],
260
+ "fps": 20
261
+ },
262
+ "observation.images.jaco": {
263
+ "dtype": "video",
264
+ "shape": [
265
+ 128,
266
+ 128,
267
+ 3
268
+ ],
269
+ "info": {
270
+ "video.height": 128,
271
+ "video.width": 128,
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": 20
286
+ },
287
+ "observation.kinova3.ee_pose": {
288
+ "dtype": "float32",
289
+ "shape": [
290
+ 7
291
+ ],
292
+ "fps": 20
293
+ },
294
+ "observation.kinova3.base_position": {
295
+ "dtype": "float32",
296
+ "shape": [
297
+ 3
298
+ ],
299
+ "fps": 20
300
+ },
301
+ "observation.kinova3.base_orientation": {
302
+ "dtype": "float32",
303
+ "shape": [
304
+ 1
305
+ ],
306
+ "fps": 20
307
+ },
308
+ "observation.kinova3.ee_error": {
309
+ "dtype": "float32",
310
+ "shape": [
311
+ 7
312
+ ],
313
+ "fps": 20
314
+ },
315
+ "observation.images.kinova3": {
316
+ "dtype": "video",
317
+ "shape": [
318
+ 128,
319
+ 128,
320
+ 3
321
+ ],
322
+ "info": {
323
+ "video.height": 128,
324
+ "video.width": 128,
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": 20
339
+ },
340
+ "observation.kuka_iiwa.ee_pose": {
341
+ "dtype": "float32",
342
+ "shape": [
343
+ 7
344
+ ],
345
+ "fps": 20
346
+ },
347
+ "observation.kuka_iiwa.base_position": {
348
+ "dtype": "float32",
349
+ "shape": [
350
+ 3
351
+ ],
352
+ "fps": 20
353
+ },
354
+ "observation.kuka_iiwa.base_orientation": {
355
+ "dtype": "float32",
356
+ "shape": [
357
+ 1
358
+ ],
359
+ "fps": 20
360
+ },
361
+ "observation.kuka_iiwa.ee_error": {
362
+ "dtype": "float32",
363
+ "shape": [
364
+ 7
365
+ ],
366
+ "fps": 20
367
+ },
368
+ "observation.images.kuka_iiwa": {
369
+ "dtype": "video",
370
+ "shape": [
371
+ 128,
372
+ 128,
373
+ 3
374
+ ],
375
+ "info": {
376
+ "video.height": 128,
377
+ "video.width": 128,
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.xarm7.joints": {
387
+ "dtype": "float32",
388
+ "shape": [
389
+ 8
390
+ ],
391
+ "fps": 20
392
+ },
393
+ "observation.xarm7.ee_pose": {
394
+ "dtype": "float32",
395
+ "shape": [
396
+ 7
397
+ ],
398
+ "fps": 20
399
+ },
400
+ "observation.xarm7.base_position": {
401
+ "dtype": "float32",
402
+ "shape": [
403
+ 3
404
+ ],
405
+ "fps": 20
406
+ },
407
+ "observation.xarm7.base_orientation": {
408
+ "dtype": "float32",
409
+ "shape": [
410
+ 1
411
+ ],
412
+ "fps": 20
413
+ },
414
+ "observation.xarm7.ee_error": {
415
+ "dtype": "float32",
416
+ "shape": [
417
+ 7
418
+ ],
419
+ "fps": 20
420
+ },
421
+ "observation.images.xarm7": {
422
+ "dtype": "video",
423
+ "shape": [
424
+ 128,
425
+ 128,
426
+ 3
427
+ ],
428
+ "info": {
429
+ "video.height": 128,
430
+ "video.width": 128,
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
+ 128,
443
+ 128,
444
+ 3
445
+ ],
446
+ "info": {
447
+ "video.height": 128,
448
+ "video.width": 128,
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": 20
463
+ },
464
+ "observation.state": {
465
+ "dtype": "float32",
466
+ "shape": [
467
+ 24
468
+ ],
469
+ "fps": 20
470
+ },
471
+ "observation.joints": {
472
+ "dtype": "float32",
473
+ "shape": [
474
+ 8
475
+ ],
476
+ "fps": 20
477
+ },
478
+ "observation.ee_pose": {
479
+ "dtype": "float32",
480
+ "shape": [
481
+ 7
482
+ ],
483
+ "fps": 20
484
+ },
485
+ "timestamp": {
486
+ "dtype": "float32",
487
+ "shape": [
488
+ 1
489
+ ],
490
+ "names": null,
491
+ "fps": 20
492
+ },
493
+ "frame_index": {
494
+ "dtype": "int64",
495
+ "shape": [
496
+ 1
497
+ ],
498
+ "names": null,
499
+ "fps": 20
500
+ },
501
+ "episode_index": {
502
+ "dtype": "int64",
503
+ "shape": [
504
+ 1
505
+ ],
506
+ "names": null,
507
+ "fps": 20
508
+ },
509
+ "index": {
510
+ "dtype": "int64",
511
+ "shape": [
512
+ 1
513
+ ],
514
+ "names": null,
515
+ "fps": 20
516
+ },
517
+ "task_index": {
518
+ "dtype": "int64",
519
+ "shape": [
520
+ 1
521
+ ],
522
+ "names": null,
523
+ "fps": 20
524
+ }
525
+ },
526
+ "data_files_size_in_mb": 500,
527
+ "video_files_size_in_mb": 500
528
+ }
meta/stats.json ADDED
@@ -0,0 +1,2279 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.widowX.ee_error": {
3
+ "min": [
4
+ -0.012352719902992249,
5
+ -0.03842189908027649,
6
+ -0.001155465841293335,
7
+ -0.5152937173843384,
8
+ -1.4131290912628174,
9
+ -1.4126389026641846,
10
+ -0.4860609173774719
11
+ ],
12
+ "max": [
13
+ 0.017083168029785156,
14
+ 0.01134283933788538,
15
+ 0.05718955397605896,
16
+ 0.6396703720092773,
17
+ 1.4125863313674927,
18
+ 1.409773588180542,
19
+ 0.40378546714782715
20
+ ],
21
+ "mean": [
22
+ 0.00021542320311961573,
23
+ -0.0007373269120381097,
24
+ 0.0011667010339274735,
25
+ -0.006540618606112251,
26
+ 0.002434645653365733,
27
+ 0.007027534739351672,
28
+ -0.009544640065126009
29
+ ],
30
+ "std": [
31
+ 0.0013415412087349743,
32
+ 0.0028378358338730994,
33
+ 0.005114693634138635,
34
+ 0.0221188195857044,
35
+ 0.03164140112662127,
36
+ 0.039334072824615526,
37
+ 0.04482160548013574
38
+ ],
39
+ "count": [
40
+ 361883
41
+ ]
42
+ },
43
+ "observation.kuka_iiwa.ee_error": {
44
+ "min": [
45
+ -0.020032942295074463,
46
+ -0.005473483353853226,
47
+ -0.004590034484863281,
48
+ -0.5643666386604309,
49
+ -1.405832052230835,
50
+ -0.008113434538245201,
51
+ -0.43766552209854126
52
+ ],
53
+ "max": [
54
+ 0.00014540553092956543,
55
+ 0.005236223340034485,
56
+ 0.005491502583026886,
57
+ 0.23557430505752563,
58
+ 0.02079761028289795,
59
+ 1.4058184623718262,
60
+ 0.21886900067329407
61
+ ],
62
+ "mean": [
63
+ -0.00031537363747326474,
64
+ -7.399323923483558e-06,
65
+ -7.666641413262588e-06,
66
+ 0.00017349362196809548,
67
+ -0.00017652108651544792,
68
+ 0.0014768202181455465,
69
+ 0.003143718288927396
70
+ ],
71
+ "std": [
72
+ 0.0015008625929757752,
73
+ 0.00025568791355927076,
74
+ 0.00023846749290568772,
75
+ 0.002725257854546744,
76
+ 0.0058651276978101685,
77
+ 0.010305731302235093,
78
+ 0.014781880593401197
79
+ ],
80
+ "count": [
81
+ 361883
82
+ ]
83
+ },
84
+ "observation.xarm7.base_position": {
85
+ "min": [
86
+ -0.05000000074505806,
87
+ 0.0,
88
+ 0.0
89
+ ],
90
+ "max": [
91
+ -0.05000000074505806,
92
+ 0.0,
93
+ 0.0
94
+ ],
95
+ "mean": [
96
+ -0.050000007053498906,
97
+ 0.0,
98
+ 0.0
99
+ ],
100
+ "std": [
101
+ 1.2108856911753758e-07,
102
+ 0.0,
103
+ 0.0
104
+ ],
105
+ "count": [
106
+ 361883
107
+ ]
108
+ },
109
+ "observation.ur5e.ee_pose": {
110
+ "min": [
111
+ 0.24612168967723846,
112
+ -0.39968210458755493,
113
+ 0.012153745628893375,
114
+ -0.32705727219581604,
115
+ -0.7067030072212219,
116
+ -0.7069132328033447,
117
+ -0.278428316116333
118
+ ],
119
+ "max": [
120
+ 0.5817597508430481,
121
+ 0.5333577990531921,
122
+ 0.6834208369255066,
123
+ 0.7750390768051147,
124
+ 0.9999998211860657,
125
+ 0.7869981527328491,
126
+ 0.3175182044506073
127
+ ],
128
+ "mean": [
129
+ 0.4333117696013094,
130
+ 0.0003881591111817242,
131
+ 0.2232081643525075,
132
+ 0.17643181736240318,
133
+ 0.8924527036063657,
134
+ -0.1276139272796739,
135
+ -0.026927737663163063
136
+ ],
137
+ "std": [
138
+ 0.04376994690501562,
139
+ 0.20548342142919357,
140
+ 0.1260416585595772,
141
+ 0.23199795929835706,
142
+ 0.17158377345189968,
143
+ 0.25792101160298586,
144
+ 0.07484841692050269
145
+ ],
146
+ "count": [
147
+ 361883
148
+ ]
149
+ },
150
+ "observation.kuka_iiwa.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
+ 361883
165
+ ]
166
+ },
167
+ "index": {
168
+ "min": [
169
+ 0
170
+ ],
171
+ "max": [
172
+ 361882
173
+ ],
174
+ "mean": [
175
+ 180941.0
176
+ ],
177
+ "std": [
178
+ 104466.62373217582
179
+ ],
180
+ "count": [
181
+ 361883
182
+ ]
183
+ },
184
+ "observation.images.google_robot": {
185
+ "min": [
186
+ [
187
+ [
188
+ 0.0
189
+ ]
190
+ ],
191
+ [
192
+ [
193
+ 0.0
194
+ ]
195
+ ],
196
+ [
197
+ [
198
+ 0.0
199
+ ]
200
+ ]
201
+ ],
202
+ "max": [
203
+ [
204
+ [
205
+ 1.0
206
+ ]
207
+ ],
208
+ [
209
+ [
210
+ 1.0
211
+ ]
212
+ ],
213
+ [
214
+ [
215
+ 1.0
216
+ ]
217
+ ]
218
+ ],
219
+ "mean": [
220
+ [
221
+ [
222
+ 0.48187822851372164
223
+ ]
224
+ ],
225
+ [
226
+ [
227
+ 0.488395259581158
228
+ ]
229
+ ],
230
+ [
231
+ [
232
+ 0.5381192795952016
233
+ ]
234
+ ]
235
+ ],
236
+ "std": [
237
+ [
238
+ [
239
+ 0.22019095838429728
240
+ ]
241
+ ],
242
+ [
243
+ [
244
+ 0.2242619443437307
245
+ ]
246
+ ],
247
+ [
248
+ [
249
+ 0.22341176422647777
250
+ ]
251
+ ]
252
+ ],
253
+ "count": [
254
+ 150070
255
+ ]
256
+ },
257
+ "observation.images.xarm7": {
258
+ "min": [
259
+ [
260
+ [
261
+ 0.0
262
+ ]
263
+ ],
264
+ [
265
+ [
266
+ 0.0
267
+ ]
268
+ ],
269
+ [
270
+ [
271
+ 0.0
272
+ ]
273
+ ]
274
+ ],
275
+ "max": [
276
+ [
277
+ [
278
+ 1.0
279
+ ]
280
+ ],
281
+ [
282
+ [
283
+ 1.0
284
+ ]
285
+ ],
286
+ [
287
+ [
288
+ 1.0
289
+ ]
290
+ ]
291
+ ],
292
+ "mean": [
293
+ [
294
+ [
295
+ 0.5275365998139813
296
+ ]
297
+ ],
298
+ [
299
+ [
300
+ 0.5322121119299112
301
+ ]
302
+ ],
303
+ [
304
+ [
305
+ 0.5789461363151536
306
+ ]
307
+ ]
308
+ ],
309
+ "std": [
310
+ [
311
+ [
312
+ 0.243324525053789
313
+ ]
314
+ ],
315
+ [
316
+ [
317
+ 0.24640133461574643
318
+ ]
319
+ ],
320
+ [
321
+ [
322
+ 0.23802637597791182
323
+ ]
324
+ ]
325
+ ],
326
+ "count": [
327
+ 150070
328
+ ]
329
+ },
330
+ "observation.kinova3.joints": {
331
+ "min": [
332
+ -1.0638773441314697,
333
+ -0.03149016574025154,
334
+ -0.5564761161804199,
335
+ -0.06342200934886932,
336
+ -0.47871023416519165,
337
+ 0.2742748260498047,
338
+ -2.5307300090789795,
339
+ 0.0
340
+ ],
341
+ "max": [
342
+ 0.758540153503418,
343
+ 1.3833235502243042,
344
+ 1.5227739810943604,
345
+ 2.447648048400879,
346
+ 1.9056086540222168,
347
+ 2.0899999141693115,
348
+ 1.0301251411437988,
349
+ 1.0
350
+ ],
351
+ "mean": [
352
+ -0.08016559834149754,
353
+ 0.6057879868374393,
354
+ 0.06456005364491416,
355
+ 1.4975833022393805,
356
+ 0.3385319124674647,
357
+ 1.2635063251569025,
358
+ -0.5455766452418392,
359
+ 0.485891849166363
360
+ ],
361
+ "std": [
362
+ 0.26871576777596573,
363
+ 0.21384160713313233,
364
+ 0.25933330597194043,
365
+ 0.36608068232858915,
366
+ 0.531342084125574,
367
+ 0.3499127931302563,
368
+ 0.44527389391029004,
369
+ 0.4998009296577021
370
+ ],
371
+ "count": [
372
+ 361883
373
+ ]
374
+ },
375
+ "observation.kuka_iiwa.joints": {
376
+ "min": [
377
+ -0.7628474831581116,
378
+ -0.1828431934118271,
379
+ -1.268354058265686,
380
+ -2.094399929046631,
381
+ -1.9427241086959839,
382
+ -0.07981134951114655,
383
+ -0.7241659164428711,
384
+ 0.0
385
+ ],
386
+ "max": [
387
+ 1.1432708501815796,
388
+ 1.809034824371338,
389
+ 0.46302953362464905,
390
+ -0.9262530207633972,
391
+ 0.4575575590133667,
392
+ 2.094399929046631,
393
+ 2.5375850200653076,
394
+ 1.0
395
+ ],
396
+ "mean": [
397
+ 0.09209286773656478,
398
+ 0.6391947451766172,
399
+ -0.19685328790830053,
400
+ -1.82280988526824,
401
+ -0.2920304750872783,
402
+ 0.8613503297125916,
403
+ 0.4945603095784759,
404
+ 0.485891849166363
405
+ ],
406
+ "std": [
407
+ 0.2753812080025859,
408
+ 0.3197053514400679,
409
+ 0.3359681795653961,
410
+ 0.19577771314926165,
411
+ 0.4718889896240785,
412
+ 0.323944959549204,
413
+ 0.4318980648275547,
414
+ 0.4998009296577021
415
+ ],
416
+ "count": [
417
+ 361883
418
+ ]
419
+ },
420
+ "observation.joints": {
421
+ "min": [
422
+ -0.6990927457809448,
423
+ -0.8311276435852051,
424
+ -0.5323343276977539,
425
+ -2.9861886501312256,
426
+ -2.060809850692749,
427
+ 0.826747477054596,
428
+ 0.05972049757838249,
429
+ 0.0
430
+ ],
431
+ "max": [
432
+ 0.5831676125526428,
433
+ 0.8024097681045532,
434
+ 1.350082516670227,
435
+ -1.1145747900009155,
436
+ 0.5345654487609863,
437
+ 3.2108523845672607,
438
+ 2.875584363937378,
439
+ 1.0
440
+ ],
441
+ "mean": [
442
+ -0.0975804997924172,
443
+ 0.06049494132240238,
444
+ -0.008880021050576899,
445
+ -2.3418126114540376,
446
+ -0.4861056068210323,
447
+ 2.238664080452691,
448
+ 1.3350346770889137,
449
+ 0.485891849166363
450
+ ],
451
+ "std": [
452
+ 0.21080403497827768,
453
+ 0.2879122432015459,
454
+ 0.17909049135496374,
455
+ 0.2358117391010356,
456
+ 0.639014019920115,
457
+ 0.33539390995982477,
458
+ 0.5094373994651281,
459
+ 0.4998009296577021
460
+ ],
461
+ "count": [
462
+ 361883
463
+ ]
464
+ },
465
+ "observation.jaco.joints": {
466
+ "min": [
467
+ -0.8797403573989868,
468
+ 1.7983723878860474,
469
+ 3.1137502193450928,
470
+ -4.276515960693359,
471
+ -3.2690980434417725,
472
+ -5.057190418243408,
473
+ 0.0
474
+ ],
475
+ "max": [
476
+ 1.0212153196334839,
477
+ 3.1182026863098145,
478
+ 5.650775909423828,
479
+ 2.629340887069702,
480
+ 3.1137325763702393,
481
+ -0.6914275288581848,
482
+ 1.0
483
+ ],
484
+ "mean": [
485
+ 0.1225902091607585,
486
+ 2.4327116999352336,
487
+ 4.5279411638171725,
488
+ 0.8801868813246146,
489
+ -1.4440721349045789,
490
+ -3.083269131790965,
491
+ 0.485891849166363
492
+ ],
493
+ "std": [
494
+ 0.31795947245783374,
495
+ 0.22384711028123347,
496
+ 0.3252820024174954,
497
+ 0.6370694238238052,
498
+ 0.5321237285649603,
499
+ 0.5578110259962386,
500
+ 0.4998009296577021
501
+ ],
502
+ "count": [
503
+ 361883
504
+ ]
505
+ },
506
+ "observation.jaco.ee_pose": {
507
+ "min": [
508
+ 0.2461228370666504,
509
+ -0.49968984723091125,
510
+ 0.012153152376413345,
511
+ -0.3269578218460083,
512
+ -0.7067962884902954,
513
+ -0.706816554069519,
514
+ -0.2644234597682953
515
+ ],
516
+ "max": [
517
+ 0.581752359867096,
518
+ 0.43334507942199707,
519
+ 0.6732614040374756,
520
+ 0.7748609781265259,
521
+ 0.9999998211860657,
522
+ 0.786919116973877,
523
+ 0.31725892424583435
524
+ ],
525
+ "mean": [
526
+ 0.43325683108784224,
527
+ -0.09960909135330387,
528
+ 0.22306919358991786,
529
+ 0.1768017916386115,
530
+ 0.8926594789192651,
531
+ -0.12739510114336222,
532
+ -0.024388306280857787
533
+ ],
534
+ "std": [
535
+ 0.043787817361834694,
536
+ 0.20547081205687392,
537
+ 0.12566139662180403,
538
+ 0.23186936857987747,
539
+ 0.17065652086812766,
540
+ 0.25770086394467195,
541
+ 0.07602026149369166
542
+ ],
543
+ "count": [
544
+ 361883
545
+ ]
546
+ },
547
+ "observation.images.widowX": {
548
+ "min": [
549
+ [
550
+ [
551
+ 0.0
552
+ ]
553
+ ],
554
+ [
555
+ [
556
+ 0.0
557
+ ]
558
+ ],
559
+ [
560
+ [
561
+ 0.0
562
+ ]
563
+ ]
564
+ ],
565
+ "max": [
566
+ [
567
+ [
568
+ 1.0
569
+ ]
570
+ ],
571
+ [
572
+ [
573
+ 1.0
574
+ ]
575
+ ],
576
+ [
577
+ [
578
+ 1.0
579
+ ]
580
+ ]
581
+ ],
582
+ "mean": [
583
+ [
584
+ [
585
+ 0.43811008320804273
586
+ ]
587
+ ],
588
+ [
589
+ [
590
+ 0.4431191022770737
591
+ ]
592
+ ],
593
+ [
594
+ [
595
+ 0.4918588680409745
596
+ ]
597
+ ]
598
+ ],
599
+ "std": [
600
+ [
601
+ [
602
+ 0.2128854692680514
603
+ ]
604
+ ],
605
+ [
606
+ [
607
+ 0.21811540707206742
608
+ ]
609
+ ],
610
+ [
611
+ [
612
+ 0.22592572102170738
613
+ ]
614
+ ]
615
+ ],
616
+ "count": [
617
+ 150070
618
+ ]
619
+ },
620
+ "observation.ur5e.joints": {
621
+ "min": [
622
+ -2.640170097351074,
623
+ -2.0433995723724365,
624
+ -0.27182501554489136,
625
+ -6.28318977355957,
626
+ -4.833591461181641,
627
+ -4.536774635314941,
628
+ 0.0
629
+ ],
630
+ "max": [
631
+ -0.7167513370513916,
632
+ -0.5504284501075745,
633
+ 2.6400251388549805,
634
+ 3.2604033946990967,
635
+ -1.1710582971572876,
636
+ 5.961731910705566,
637
+ 1.0
638
+ ],
639
+ "mean": [
640
+ -1.6960944621603007,
641
+ -1.4654069934055596,
642
+ 1.891114287862777,
643
+ -2.0404395121296552,
644
+ -1.9387611168299337,
645
+ 0.12814214794877551,
646
+ 0.485891849166363
647
+ ],
648
+ "std": [
649
+ 0.33443726422753545,
650
+ 0.21397070419112463,
651
+ 0.33226624277945294,
652
+ 0.690587495454189,
653
+ 0.49746324291056376,
654
+ 0.6873601041684851,
655
+ 0.4998009296577021
656
+ ],
657
+ "count": [
658
+ 361883
659
+ ]
660
+ },
661
+ "observation.images.ur5e": {
662
+ "min": [
663
+ [
664
+ [
665
+ 0.0
666
+ ]
667
+ ],
668
+ [
669
+ [
670
+ 0.0
671
+ ]
672
+ ],
673
+ [
674
+ [
675
+ 0.0
676
+ ]
677
+ ]
678
+ ],
679
+ "max": [
680
+ [
681
+ [
682
+ 1.0
683
+ ]
684
+ ],
685
+ [
686
+ [
687
+ 1.0
688
+ ]
689
+ ],
690
+ [
691
+ [
692
+ 1.0
693
+ ]
694
+ ]
695
+ ],
696
+ "mean": [
697
+ [
698
+ [
699
+ 0.44176007771256015
700
+ ]
701
+ ],
702
+ [
703
+ [
704
+ 0.452475949725556
705
+ ]
706
+ ],
707
+ [
708
+ [
709
+ 0.5069883212167959
710
+ ]
711
+ ]
712
+ ],
713
+ "std": [
714
+ [
715
+ [
716
+ 0.2151483113789926
717
+ ]
718
+ ],
719
+ [
720
+ [
721
+ 0.22047902293383925
722
+ ]
723
+ ],
724
+ [
725
+ [
726
+ 0.22709888300943
727
+ ]
728
+ ]
729
+ ],
730
+ "count": [
731
+ 150070
732
+ ]
733
+ },
734
+ "observation.xarm7.ee_pose": {
735
+ "min": [
736
+ 0.1961195319890976,
737
+ -0.4996858537197113,
738
+ 0.012149686925113201,
739
+ -0.3235425055027008,
740
+ -0.7068060040473938,
741
+ -0.7067995071411133,
742
+ -0.27162468433380127
743
+ ],
744
+ "max": [
745
+ 0.5317459106445312,
746
+ 0.43335020542144775,
747
+ 0.6730818152427673,
748
+ 0.7748985886573792,
749
+ 0.9999998807907104,
750
+ 0.7869192957878113,
751
+ 0.31751513481140137
752
+ ],
753
+ "mean": [
754
+ 0.3832657991786018,
755
+ -0.09960712968698422,
756
+ 0.22312485264854187,
757
+ 0.17665810691225878,
758
+ 0.8925485332300815,
759
+ -0.12742275719060192,
760
+ -0.026256058502851617
761
+ ],
762
+ "std": [
763
+ 0.04378817108446533,
764
+ 0.20547258023764597,
765
+ 0.12579991339016924,
766
+ 0.23189831216750503,
767
+ 0.17129121241528916,
768
+ 0.2578660695696335,
769
+ 0.0749043537064176
770
+ ],
771
+ "count": [
772
+ 361883
773
+ ]
774
+ },
775
+ "observation.xarm7.base_orientation": {
776
+ "min": [
777
+ 0.0
778
+ ],
779
+ "max": [
780
+ 0.0
781
+ ],
782
+ "mean": [
783
+ 0.0
784
+ ],
785
+ "std": [
786
+ 0.0
787
+ ],
788
+ "count": [
789
+ 361883
790
+ ]
791
+ },
792
+ "observation.images.image": {
793
+ "min": [
794
+ [
795
+ [
796
+ 0.0
797
+ ]
798
+ ],
799
+ [
800
+ [
801
+ 0.0
802
+ ]
803
+ ],
804
+ [
805
+ [
806
+ 0.0
807
+ ]
808
+ ]
809
+ ],
810
+ "max": [
811
+ [
812
+ [
813
+ 1.0
814
+ ]
815
+ ],
816
+ [
817
+ [
818
+ 1.0
819
+ ]
820
+ ],
821
+ [
822
+ [
823
+ 1.0
824
+ ]
825
+ ]
826
+ ],
827
+ "mean": [
828
+ [
829
+ [
830
+ 0.48414291882270166
831
+ ]
832
+ ],
833
+ [
834
+ [
835
+ 0.4893498911120123
836
+ ]
837
+ ],
838
+ [
839
+ [
840
+ 0.5334886405798615
841
+ ]
842
+ ]
843
+ ],
844
+ "std": [
845
+ [
846
+ [
847
+ 0.21498705532216902
848
+ ]
849
+ ],
850
+ [
851
+ [
852
+ 0.21600319452521044
853
+ ]
854
+ ],
855
+ [
856
+ [
857
+ 0.2153984273935656
858
+ ]
859
+ ]
860
+ ],
861
+ "count": [
862
+ 150070
863
+ ]
864
+ },
865
+ "episode_index": {
866
+ "min": [
867
+ 0
868
+ ],
869
+ "max": [
870
+ 1499
871
+ ],
872
+ "mean": [
873
+ 748.9619407377522
874
+ ],
875
+ "std": [
876
+ 433.2873999230402
877
+ ],
878
+ "count": [
879
+ 361883
880
+ ]
881
+ },
882
+ "observation.widowX.base_orientation": {
883
+ "min": [
884
+ 0.0
885
+ ],
886
+ "max": [
887
+ 0.0
888
+ ],
889
+ "mean": [
890
+ 0.0
891
+ ],
892
+ "std": [
893
+ 0.0
894
+ ],
895
+ "count": [
896
+ 361883
897
+ ]
898
+ },
899
+ "observation.jaco.ee_error": {
900
+ "min": [
901
+ -0.0028525590896606445,
902
+ -0.0029384195804595947,
903
+ -0.00039947032928466797,
904
+ -0.6290899515151978,
905
+ -1.4126442670822144,
906
+ -0.07796719670295715,
907
+ -0.43728506565093994
908
+ ],
909
+ "max": [
910
+ 0.00714343786239624,
911
+ 0.005505353212356567,
912
+ 0.016025185585021973,
913
+ 0.2356974333524704,
914
+ 0.02536618709564209,
915
+ 1.4128659963607788,
916
+ 0.18284718692302704
917
+ ],
918
+ "mean": [
919
+ 6.555127415032956e-05,
920
+ -3.7596521070043336e-06,
921
+ 0.00015320491723896487,
922
+ -0.00038393100284761863,
923
+ -0.00022727601891928172,
924
+ -0.00021243587573694856,
925
+ -0.0025896590390798936
926
+ ],
927
+ "std": [
928
+ 0.0004451055590474427,
929
+ 0.00018467399921094253,
930
+ 0.0010168378841273317,
931
+ 0.007027859792696797,
932
+ 0.016391364887819875,
933
+ 0.016572838311883838,
934
+ 0.017279389916452056
935
+ ],
936
+ "count": [
937
+ 361883
938
+ ]
939
+ },
940
+ "observation.kuka_iiwa.ee_pose": {
941
+ "min": [
942
+ 0.24612200260162354,
943
+ -0.4996863603591919,
944
+ 0.012152079492807388,
945
+ -0.3269975185394287,
946
+ -0.7067009210586548,
947
+ -0.7069128751754761,
948
+ -0.27843332290649414
949
+ ],
950
+ "max": [
951
+ 0.5817575454711914,
952
+ 0.43335601687431335,
953
+ 0.6834459900856018,
954
+ 0.7749984264373779,
955
+ 0.9999998211860657,
956
+ 0.7870000004768372,
957
+ 0.3174624741077423
958
+ ],
959
+ "mean": [
960
+ 0.43363775525376624,
961
+ -0.09960545047975414,
962
+ 0.22323007274265985,
963
+ 0.1762443697031144,
964
+ 0.8926087387584184,
965
+ -0.12908435493777254,
966
+ -0.03012168304202596
967
+ ],
968
+ "std": [
969
+ 0.043361686129119434,
970
+ 0.205499120694617,
971
+ 0.1261128880418071,
972
+ 0.23166416851063287,
973
+ 0.17142827342234848,
974
+ 0.2566795668076364,
975
+ 0.07534685808888535
976
+ ],
977
+ "count": [
978
+ 361883
979
+ ]
980
+ },
981
+ "observation.ee_pose": {
982
+ "min": [
983
+ 0.2461196780204773,
984
+ -0.4996870756149292,
985
+ 0.01215015072375536,
986
+ -0.7066798210144043,
987
+ -0.7069444060325623,
988
+ -0.2785118818283081,
989
+ -0.3270843029022217
990
+ ],
991
+ "max": [
992
+ 0.581759512424469,
993
+ 0.43336063623428345,
994
+ 0.6834512948989868,
995
+ 0.9999998211860657,
996
+ 0.787024736404419,
997
+ 0.31757649779319763,
998
+ 0.775059700012207
999
+ ],
1000
+ "mean": [
1001
+ 0.4333223798566835,
1002
+ -0.09961285021412117,
1003
+ 0.2232224052153199,
1004
+ 0.8924322051405753,
1005
+ -0.12760753549193735,
1006
+ -0.02697796561699309,
1007
+ 0.17641786701937814
1008
+ ],
1009
+ "std": [
1010
+ 0.04377777330674805,
1011
+ 0.2054879365662555,
1012
+ 0.12608847238684961,
1013
+ 0.1716834749388783,
1014
+ 0.25795320492987006,
1015
+ 0.07478903783597621,
1016
+ 0.23199466900502452
1017
+ ],
1018
+ "count": [
1019
+ 361883
1020
+ ]
1021
+ },
1022
+ "task_index": {
1023
+ "min": [
1024
+ 0
1025
+ ],
1026
+ "max": [
1027
+ 49
1028
+ ],
1029
+ "mean": [
1030
+ 26.008541434662586
1031
+ ],
1032
+ "std": [
1033
+ 14.078082089824665
1034
+ ],
1035
+ "count": [
1036
+ 361883
1037
+ ]
1038
+ },
1039
+ "observation.kinova3.ee_pose": {
1040
+ "min": [
1041
+ 0.24612532556056976,
1042
+ -0.49968671798706055,
1043
+ 0.01215406134724617,
1044
+ -0.32707810401916504,
1045
+ -0.7067039608955383,
1046
+ -0.7069133520126343,
1047
+ -0.264628529548645
1048
+ ],
1049
+ "max": [
1050
+ 0.5817635655403137,
1051
+ 0.43335962295532227,
1052
+ 0.6726513504981995,
1053
+ 0.7750063538551331,
1054
+ 0.9999998807907104,
1055
+ 0.7869988679885864,
1056
+ 0.31733018159866333
1057
+ ],
1058
+ "mean": [
1059
+ 0.4332413802069124,
1060
+ -0.09959676100530204,
1061
+ 0.2230544184722196,
1062
+ 0.17717848872702002,
1063
+ 0.8925474171067015,
1064
+ -0.12747420063009288,
1065
+ -0.02433445428631749
1066
+ ],
1067
+ "std": [
1068
+ 0.0437940479709536,
1069
+ 0.20546567173764813,
1070
+ 0.12562107065598113,
1071
+ 0.23184009274113704,
1072
+ 0.1707524797877907,
1073
+ 0.25768694276311765,
1074
+ 0.07626431374749394
1075
+ ],
1076
+ "count": [
1077
+ 361883
1078
+ ]
1079
+ },
1080
+ "observation.sawyer.ee_pose": {
1081
+ "min": [
1082
+ 0.24611765146255493,
1083
+ -0.49968189001083374,
1084
+ -0.2878465950489044,
1085
+ -0.3271099925041199,
1086
+ -0.7066136002540588,
1087
+ -0.7070006132125854,
1088
+ -0.27851229906082153
1089
+ ],
1090
+ "max": [
1091
+ 0.5817559361457825,
1092
+ 0.4333608150482178,
1093
+ 0.3834530711174011,
1094
+ 0.7750503420829773,
1095
+ 0.9999997615814209,
1096
+ 0.7870718836784363,
1097
+ 0.31755053997039795
1098
+ ],
1099
+ "mean": [
1100
+ 0.4333213308566557,
1101
+ -0.099608566669542,
1102
+ -0.07677799302343634,
1103
+ 0.17651631571941634,
1104
+ 0.8923779440241297,
1105
+ -0.12765125411184303,
1106
+ -0.026929097352070018
1107
+ ],
1108
+ "std": [
1109
+ 0.043777447751327234,
1110
+ 0.20548807256622478,
1111
+ 0.1260864905781819,
1112
+ 0.2319550410368657,
1113
+ 0.17188206805978604,
1114
+ 0.2579651902339035,
1115
+ 0.074772628813924
1116
+ ],
1117
+ "count": [
1118
+ 361883
1119
+ ]
1120
+ },
1121
+ "observation.google_robot.ee_error": {
1122
+ "min": [
1123
+ -0.02124759554862976,
1124
+ -0.009339004755020142,
1125
+ -0.01759272813796997,
1126
+ -0.633421778678894,
1127
+ -1.5828208923339844,
1128
+ -1.4119000434875488,
1129
+ -0.5393937826156616
1130
+ ],
1131
+ "max": [
1132
+ 0.011007875204086304,
1133
+ 0.02652914822101593,
1134
+ 0.024999648332595825,
1135
+ 0.586933970451355,
1136
+ 1.4119524955749512,
1137
+ 1.479316234588623,
1138
+ 0.30894532799720764
1139
+ ],
1140
+ "mean": [
1141
+ -0.0009342576219346859,
1142
+ 0.0007121729456502395,
1143
+ 0.0006466275729181474,
1144
+ 0.018349638738092863,
1145
+ -0.010080348554187156,
1146
+ -0.015217398679307673,
1147
+ 0.001584364916777186
1148
+ ],
1149
+ "std": [
1150
+ 0.002267197848506188,
1151
+ 0.001922033562562487,
1152
+ 0.002512198762753872,
1153
+ 0.050823670220469006,
1154
+ 0.0759469905020063,
1155
+ 0.08500813968558464,
1156
+ 0.046353092943957105
1157
+ ],
1158
+ "count": [
1159
+ 361883
1160
+ ]
1161
+ },
1162
+ "observation.widowX.base_position": {
1163
+ "min": [
1164
+ -0.20000000298023224,
1165
+ 0.0,
1166
+ -0.125
1167
+ ],
1168
+ "max": [
1169
+ -0.20000000298023224,
1170
+ 0.0,
1171
+ -0.125
1172
+ ],
1173
+ "mean": [
1174
+ -0.20000002821399562,
1175
+ 0.0,
1176
+ -0.125
1177
+ ],
1178
+ "std": [
1179
+ 4.843542764701503e-07,
1180
+ 0.0,
1181
+ 0.0
1182
+ ],
1183
+ "count": [
1184
+ 361883
1185
+ ]
1186
+ },
1187
+ "frame_index": {
1188
+ "min": [
1189
+ 0
1190
+ ],
1191
+ "max": [
1192
+ 542
1193
+ ],
1194
+ "mean": [
1195
+ 147.7079387536856
1196
+ ],
1197
+ "std": [
1198
+ 111.55837542552327
1199
+ ],
1200
+ "count": [
1201
+ 361883
1202
+ ]
1203
+ },
1204
+ "observation.sawyer.joints": {
1205
+ "min": [
1206
+ -2.197251558303833,
1207
+ -1.6647664308547974,
1208
+ -1.1760926246643066,
1209
+ 0.6338421702384949,
1210
+ -2.2813076972961426,
1211
+ -1.2828336954116821,
1212
+ -3.9476892948150635,
1213
+ 0.0
1214
+ ],
1215
+ "max": [
1216
+ 1.0947571992874146,
1217
+ 0.5872213840484619,
1218
+ 2.6251132488250732,
1219
+ 2.720198631286621,
1220
+ 0.43807414174079895,
1221
+ 1.9367653131484985,
1222
+ 0.27993568778038025,
1223
+ 1.0
1224
+ ],
1225
+ "mean": [
1226
+ -0.4330231719956418,
1227
+ -0.4739832613711462,
1228
+ 0.23989192097903217,
1229
+ 1.7391386541296026,
1230
+ -1.0300957351331774,
1231
+ 0.6822430514798364,
1232
+ -1.966451500627021,
1233
+ 0.485891849166363
1234
+ ],
1235
+ "std": [
1236
+ 0.36697178194645613,
1237
+ 0.39684572474121116,
1238
+ 0.4271921041268817,
1239
+ 0.3371526681415866,
1240
+ 0.3016000265745408,
1241
+ 0.22643165123570158,
1242
+ 0.4654483636138905,
1243
+ 0.4998009296577021
1244
+ ],
1245
+ "count": [
1246
+ 361883
1247
+ ]
1248
+ },
1249
+ "observation.ur5e.base_orientation": {
1250
+ "min": [
1251
+ 0.0
1252
+ ],
1253
+ "max": [
1254
+ 0.0
1255
+ ],
1256
+ "mean": [
1257
+ 0.0
1258
+ ],
1259
+ "std": [
1260
+ 0.0
1261
+ ],
1262
+ "count": [
1263
+ 361883
1264
+ ]
1265
+ },
1266
+ "observation.google_robot.base_orientation": {
1267
+ "min": [
1268
+ 0.0
1269
+ ],
1270
+ "max": [
1271
+ 0.0
1272
+ ],
1273
+ "mean": [
1274
+ 0.0
1275
+ ],
1276
+ "std": [
1277
+ 0.0
1278
+ ],
1279
+ "count": [
1280
+ 361883
1281
+ ]
1282
+ },
1283
+ "observation.images.kuka_iiwa": {
1284
+ "min": [
1285
+ [
1286
+ [
1287
+ 0.0
1288
+ ]
1289
+ ],
1290
+ [
1291
+ [
1292
+ 0.0
1293
+ ]
1294
+ ],
1295
+ [
1296
+ [
1297
+ 0.0
1298
+ ]
1299
+ ]
1300
+ ],
1301
+ "max": [
1302
+ [
1303
+ [
1304
+ 1.0
1305
+ ]
1306
+ ],
1307
+ [
1308
+ [
1309
+ 1.0
1310
+ ]
1311
+ ],
1312
+ [
1313
+ [
1314
+ 1.0
1315
+ ]
1316
+ ]
1317
+ ],
1318
+ "mean": [
1319
+ [
1320
+ [
1321
+ 0.4441254926191845
1322
+ ]
1323
+ ],
1324
+ [
1325
+ [
1326
+ 0.4386805113059049
1327
+ ]
1328
+ ],
1329
+ [
1330
+ [
1331
+ 0.48001133891646913
1332
+ ]
1333
+ ]
1334
+ ],
1335
+ "std": [
1336
+ [
1337
+ [
1338
+ 0.2214621130489608
1339
+ ]
1340
+ ],
1341
+ [
1342
+ [
1343
+ 0.22173499492079338
1344
+ ]
1345
+ ],
1346
+ [
1347
+ [
1348
+ 0.24147887846424007
1349
+ ]
1350
+ ]
1351
+ ],
1352
+ "count": [
1353
+ 150070
1354
+ ]
1355
+ },
1356
+ "observation.ur5e.ee_error": {
1357
+ "min": [
1358
+ -0.009603738784790039,
1359
+ -0.010283827781677246,
1360
+ -0.0030328333377838135,
1361
+ -0.531739354133606,
1362
+ -1.405826210975647,
1363
+ -0.1728946417570114,
1364
+ -0.43761372566223145
1365
+ ],
1366
+ "max": [
1367
+ 0.02506279945373535,
1368
+ 0.014590270817279816,
1369
+ 0.026184678077697754,
1370
+ 0.23551756143569946,
1371
+ 0.24157768487930298,
1372
+ 1.4058218002319336,
1373
+ 0.18279820680618286
1374
+ ],
1375
+ "mean": [
1376
+ 1.0610401555238766e-05,
1377
+ -1.0092907523880266e-06,
1378
+ 1.4238010373436007e-05,
1379
+ -1.3958181196829341e-05,
1380
+ -2.048742402465966e-05,
1381
+ 6.394562329603958e-06,
1382
+ -5.022737315231405e-05
1383
+ ],
1384
+ "std": [
1385
+ 0.0004567310352503913,
1386
+ 0.00017252006238802482,
1387
+ 0.0005369551808730304,
1388
+ 0.0038712589620710685,
1389
+ 0.005700627776579249,
1390
+ 0.005420364622731356,
1391
+ 0.003992211324822398
1392
+ ],
1393
+ "count": [
1394
+ 361883
1395
+ ]
1396
+ },
1397
+ "observation.google_robot.joints": {
1398
+ "min": [
1399
+ -1.516722321510315,
1400
+ -0.06157565116882324,
1401
+ -1.5485296249389648,
1402
+ 0.2672881782054901,
1403
+ -2.9200000762939453,
1404
+ -1.7899999618530273,
1405
+ -2.6825079917907715,
1406
+ 0.0
1407
+ ],
1408
+ "max": [
1409
+ 1.350000023841858,
1410
+ 3.180000066757202,
1411
+ 3.7100000381469727,
1412
+ 2.806081771850586,
1413
+ 2.9200000762939453,
1414
+ 1.588208794593811,
1415
+ 1.350000023841858,
1416
+ 1.0
1417
+ ],
1418
+ "mean": [
1419
+ -0.025852742173699286,
1420
+ 1.5031334840332935,
1421
+ 1.074610452294994,
1422
+ 1.5642931142181573,
1423
+ 1.3192622403244947,
1424
+ -1.151871300810628,
1425
+ 0.930468966284934,
1426
+ 0.485891849166363
1427
+ ],
1428
+ "std": [
1429
+ 0.5211143295197825,
1430
+ 0.5191127769710214,
1431
+ 0.7908528931022836,
1432
+ 0.33826872137155395,
1433
+ 1.147947183379777,
1434
+ 0.7891901276110994,
1435
+ 0.8913135078858374,
1436
+ 0.4998009296577021
1437
+ ],
1438
+ "count": [
1439
+ 361883
1440
+ ]
1441
+ },
1442
+ "observation.state": {
1443
+ "min": [
1444
+ -0.6990927457809448,
1445
+ -0.8311276435852051,
1446
+ -0.5323343276977539,
1447
+ -2.9861886501312256,
1448
+ -2.060809850692749,
1449
+ 0.826747477054596,
1450
+ 0.05972049757838249,
1451
+ 0.00026726332725957036,
1452
+ -0.24135607481002808,
1453
+ -0.9999902248382568,
1454
+ -0.544679582118988,
1455
+ 0.0,
1456
+ -0.9999890327453613,
1457
+ -0.9999903440475464,
1458
+ -0.5291745066642761,
1459
+ 0.0,
1460
+ -0.6232109069824219,
1461
+ -0.9999944567680359,
1462
+ -0.9999999403953552,
1463
+ 0.0,
1464
+ 0.2454746514558792,
1465
+ -0.502901017665863,
1466
+ 0.008792983368039131,
1467
+ 1.0
1468
+ ],
1469
+ "max": [
1470
+ 0.5831676125526428,
1471
+ 0.8024097681045532,
1472
+ 1.350082516670227,
1473
+ -1.1145747900009155,
1474
+ 0.5345654487609863,
1475
+ 3.2108523845672607,
1476
+ 2.875584363937378,
1477
+ 0.07569462060928345,
1478
+ 0.9999902844429016,
1479
+ 0.5906020998954773,
1480
+ 0.8070138096809387,
1481
+ 0.0,
1482
+ 0.578546941280365,
1483
+ 0.23994149267673492,
1484
+ 0.9999865293502808,
1485
+ 0.0,
1486
+ 0.5137730836868286,
1487
+ 0.3457755148410797,
1488
+ 0.22359487414360046,
1489
+ 0.0,
1490
+ 0.581696093082428,
1491
+ 0.4334338903427124,
1492
+ 0.6800903081893921,
1493
+ 1.0
1494
+ ],
1495
+ "mean": [
1496
+ -0.0975804997924172,
1497
+ 0.06049494132240238,
1498
+ -0.008880021050576899,
1499
+ -2.3418126114540376,
1500
+ -0.4861056068210323,
1501
+ 2.238664080452691,
1502
+ 1.3350346770889137,
1503
+ 0.04629213568282138,
1504
+ 0.8217026036064369,
1505
+ -0.24058914089037559,
1506
+ -0.03550685137095153,
1507
+ 0.0,
1508
+ -0.21362439436553654,
1509
+ -0.6644569601721018,
1510
+ 0.2844273795740946,
1511
+ 0.0,
1512
+ -0.06612418942326745,
1513
+ -0.3059130082410124,
1514
+ -0.8174680076739614,
1515
+ 0.0,
1516
+ 0.43309755762011504,
1517
+ -0.1006529537323906,
1518
+ 0.22044301074373818,
1519
+ 1.0
1520
+ ],
1521
+ "std": [
1522
+ 0.21080403497827768,
1523
+ 0.2879122432015459,
1524
+ 0.17909049135496374,
1525
+ 0.2358117391010356,
1526
+ 0.639014019920115,
1527
+ 0.33539390995982477,
1528
+ 0.5094373994651281,
1529
+ 0.030790958386155642,
1530
+ 0.28478110183214295,
1531
+ 0.38790438042617265,
1532
+ 0.18458503934218198,
1533
+ 0.0,
1534
+ 0.4243124357460924,
1535
+ 0.3347682519484635,
1536
+ 0.373941912065416,
1537
+ 0.0,
1538
+ 0.11677680307166262,
1539
+ 0.38010102193587086,
1540
+ 0.2750950271195585,
1541
+ 0.0,
1542
+ 0.04382672982016086,
1543
+ 0.2063332931877348,
1544
+ 0.1261584117609617,
1545
+ 0.0
1546
+ ],
1547
+ "count": [
1548
+ 361883
1549
+ ]
1550
+ },
1551
+ "observation.widowX.joints": {
1552
+ "min": [
1553
+ -1.354521632194519,
1554
+ -0.7923654913902283,
1555
+ -1.8136407136917114,
1556
+ -2.600984811782837,
1557
+ -0.042315300554037094,
1558
+ -3.141580104827881,
1559
+ 0.0
1560
+ ],
1561
+ "max": [
1562
+ 1.4298019409179688,
1563
+ 1.381545066833496,
1564
+ 1.2905070781707764,
1565
+ 0.9298270344734192,
1566
+ 2.146749973297119,
1567
+ -0.2780384123325348,
1568
+ 1.0
1569
+ ],
1570
+ "mean": [
1571
+ -0.1531071566060229,
1572
+ 0.23416345912493622,
1573
+ 0.22343091613143573,
1574
+ -0.491574545909519,
1575
+ 1.164269142216755,
1576
+ -2.6725115803689956,
1577
+ 0.485891849166363
1578
+ ],
1579
+ "std": [
1580
+ 0.5457800801520019,
1581
+ 0.3624126995126057,
1582
+ 0.5339919256673235,
1583
+ 0.6700172512258509,
1584
+ 0.4300460199665351,
1585
+ 0.5122852626122568,
1586
+ 0.4998009296577021
1587
+ ],
1588
+ "count": [
1589
+ 361883
1590
+ ]
1591
+ },
1592
+ "observation.widowX.ee_pose": {
1593
+ "min": [
1594
+ 0.04611698165535927,
1595
+ -0.49966222047805786,
1596
+ -0.11400580406188965,
1597
+ -0.3270946145057678,
1598
+ -0.7065842151641846,
1599
+ -0.7070272564888,
1600
+ -0.33658626675605774
1601
+ ],
1602
+ "max": [
1603
+ 0.3817489445209503,
1604
+ 0.43326497077941895,
1605
+ 0.5085667371749878,
1606
+ 0.7750455141067505,
1607
+ 0.9999997615814209,
1608
+ 0.7870942950248718,
1609
+ 0.49350523948669434
1610
+ ],
1611
+ "mean": [
1612
+ 0.23310695950552823,
1613
+ -0.09887552269472012,
1614
+ 0.09705570092755611,
1615
+ 0.18295847723697933,
1616
+ 0.8899975671075774,
1617
+ -0.1346350696721187,
1618
+ -0.017433324623805223
1619
+ ],
1620
+ "std": [
1621
+ 0.043781734638517304,
1622
+ 0.2049720471603016,
1623
+ 0.12335159319983983,
1624
+ 0.23049169643256232,
1625
+ 0.16895689576936948,
1626
+ 0.25791780111624935,
1627
+ 0.08834906606430508
1628
+ ],
1629
+ "count": [
1630
+ 361883
1631
+ ]
1632
+ },
1633
+ "observation.kuka_iiwa.base_position": {
1634
+ "min": [
1635
+ 0.0,
1636
+ 0.0,
1637
+ 0.0
1638
+ ],
1639
+ "max": [
1640
+ 0.0,
1641
+ 0.0,
1642
+ 0.0
1643
+ ],
1644
+ "mean": [
1645
+ 0.0,
1646
+ 0.0,
1647
+ 0.0
1648
+ ],
1649
+ "std": [
1650
+ 0.0,
1651
+ 0.0,
1652
+ 0.0
1653
+ ],
1654
+ "count": [
1655
+ 361883
1656
+ ]
1657
+ },
1658
+ "observation.ur5e.base_position": {
1659
+ "min": [
1660
+ 0.0,
1661
+ 0.10000000149011612,
1662
+ 0.0
1663
+ ],
1664
+ "max": [
1665
+ 0.0,
1666
+ 0.10000000149011612,
1667
+ 0.0
1668
+ ],
1669
+ "mean": [
1670
+ 0.0,
1671
+ 0.10000001410699781,
1672
+ 0.0
1673
+ ],
1674
+ "std": [
1675
+ 0.0,
1676
+ 2.4217713823507516e-07,
1677
+ 0.0
1678
+ ],
1679
+ "count": [
1680
+ 361883
1681
+ ]
1682
+ },
1683
+ "observation.google_robot.base_position": {
1684
+ "min": [
1685
+ 0.0,
1686
+ 0.0,
1687
+ 0.0
1688
+ ],
1689
+ "max": [
1690
+ 0.0,
1691
+ 0.0,
1692
+ 0.0
1693
+ ],
1694
+ "mean": [
1695
+ 0.0,
1696
+ 0.0,
1697
+ 0.0
1698
+ ],
1699
+ "std": [
1700
+ 0.0,
1701
+ 0.0,
1702
+ 0.0
1703
+ ],
1704
+ "count": [
1705
+ 361883
1706
+ ]
1707
+ },
1708
+ "observation.xarm7.joints": {
1709
+ "min": [
1710
+ -3.725043773651123,
1711
+ -2.059000015258789,
1712
+ -2.339812994003296,
1713
+ 0.14718791842460632,
1714
+ -2.024202823638916,
1715
+ -0.0944058746099472,
1716
+ -3.3650219440460205,
1717
+ 0.0
1718
+ ],
1719
+ "max": [
1720
+ 1.9238624572753906,
1721
+ 1.8793413639068604,
1722
+ 2.7307567596435547,
1723
+ 2.9242420196533203,
1724
+ 1.8782157897949219,
1725
+ 2.6545937061309814,
1726
+ 5.3419342041015625,
1727
+ 1.0
1728
+ ],
1729
+ "mean": [
1730
+ -0.6592921156483024,
1731
+ -0.39752099728076334,
1732
+ 0.4278528580108749,
1733
+ 1.0275585368159401,
1734
+ 0.2866963230495034,
1735
+ 1.1113609252742942,
1736
+ 3.107501920142779,
1737
+ 0.485891849166363
1738
+ ],
1739
+ "std": [
1740
+ 1.004741623231063,
1741
+ 0.7879858884626203,
1742
+ 0.8961833060385674,
1743
+ 0.399785896010634,
1744
+ 0.6063140859721601,
1745
+ 0.42804112578252923,
1746
+ 0.6289564099276066,
1747
+ 0.4998009296577021
1748
+ ],
1749
+ "count": [
1750
+ 361883
1751
+ ]
1752
+ },
1753
+ "observation.images.kinova3": {
1754
+ "min": [
1755
+ [
1756
+ [
1757
+ 0.0
1758
+ ]
1759
+ ],
1760
+ [
1761
+ [
1762
+ 0.0
1763
+ ]
1764
+ ],
1765
+ [
1766
+ [
1767
+ 0.0
1768
+ ]
1769
+ ]
1770
+ ],
1771
+ "max": [
1772
+ [
1773
+ [
1774
+ 1.0
1775
+ ]
1776
+ ],
1777
+ [
1778
+ [
1779
+ 1.0
1780
+ ]
1781
+ ],
1782
+ [
1783
+ [
1784
+ 1.0
1785
+ ]
1786
+ ]
1787
+ ],
1788
+ "mean": [
1789
+ [
1790
+ [
1791
+ 0.4679418787524489
1792
+ ]
1793
+ ],
1794
+ [
1795
+ [
1796
+ 0.47621822884850706
1797
+ ]
1798
+ ],
1799
+ [
1800
+ [
1801
+ 0.5291747093591691
1802
+ ]
1803
+ ]
1804
+ ],
1805
+ "std": [
1806
+ [
1807
+ [
1808
+ 0.20859311629891736
1809
+ ]
1810
+ ],
1811
+ [
1812
+ [
1813
+ 0.21396461660302643
1814
+ ]
1815
+ ],
1816
+ [
1817
+ [
1818
+ 0.21610811414333017
1819
+ ]
1820
+ ]
1821
+ ],
1822
+ "count": [
1823
+ 150070
1824
+ ]
1825
+ },
1826
+ "observation.images.sawyer": {
1827
+ "min": [
1828
+ [
1829
+ [
1830
+ 0.0
1831
+ ]
1832
+ ],
1833
+ [
1834
+ [
1835
+ 0.0
1836
+ ]
1837
+ ],
1838
+ [
1839
+ [
1840
+ 0.0
1841
+ ]
1842
+ ]
1843
+ ],
1844
+ "max": [
1845
+ [
1846
+ [
1847
+ 1.0
1848
+ ]
1849
+ ],
1850
+ [
1851
+ [
1852
+ 1.0
1853
+ ]
1854
+ ],
1855
+ [
1856
+ [
1857
+ 1.0
1858
+ ]
1859
+ ]
1860
+ ],
1861
+ "mean": [
1862
+ [
1863
+ [
1864
+ 0.44941185512656406
1865
+ ]
1866
+ ],
1867
+ [
1868
+ [
1869
+ 0.4512097479110825
1870
+ ]
1871
+ ],
1872
+ [
1873
+ [
1874
+ 0.5038881939985396
1875
+ ]
1876
+ ]
1877
+ ],
1878
+ "std": [
1879
+ [
1880
+ [
1881
+ 0.20788111440350812
1882
+ ]
1883
+ ],
1884
+ [
1885
+ [
1886
+ 0.21953482590601373
1887
+ ]
1888
+ ],
1889
+ [
1890
+ [
1891
+ 0.2264974036590731
1892
+ ]
1893
+ ]
1894
+ ],
1895
+ "count": [
1896
+ 150070
1897
+ ]
1898
+ },
1899
+ "observation.kinova3.ee_error": {
1900
+ "min": [
1901
+ -2.41696834564209e-05,
1902
+ -0.004112988710403442,
1903
+ -1.6257166862487793e-05,
1904
+ -0.4460034966468811,
1905
+ -1.4122767448425293,
1906
+ -0.08423444628715515,
1907
+ -0.30955770611763
1908
+ ],
1909
+ "max": [
1910
+ 0.009389102458953857,
1911
+ 0.005493037402629852,
1912
+ 0.016616880893707275,
1913
+ 0.23546695709228516,
1914
+ 0.032328784465789795,
1915
+ 1.4105126857757568,
1916
+ 0.18281526863574982
1917
+ ],
1918
+ "mean": [
1919
+ 8.09991536174418e-05,
1920
+ -1.6088399366038323e-05,
1921
+ 0.0001679792935597072,
1922
+ -0.000760630179637178,
1923
+ -0.0001152100361699595,
1924
+ -0.00013333274571349516,
1925
+ -0.0026435110466437703
1926
+ ],
1927
+ "std": [
1928
+ 0.0005412674901962972,
1929
+ 0.0002013452705977161,
1930
+ 0.0010805038382492838,
1931
+ 0.007812514117893339,
1932
+ 0.015614211664005022,
1933
+ 0.015822279074702926,
1934
+ 0.017636633180919372
1935
+ ],
1936
+ "count": [
1937
+ 361883
1938
+ ]
1939
+ },
1940
+ "observation.jaco.base_orientation": {
1941
+ "min": [
1942
+ 0.0
1943
+ ],
1944
+ "max": [
1945
+ 0.0
1946
+ ],
1947
+ "mean": [
1948
+ 0.0
1949
+ ],
1950
+ "std": [
1951
+ 0.0
1952
+ ],
1953
+ "count": [
1954
+ 361883
1955
+ ]
1956
+ },
1957
+ "observation.kinova3.base_orientation": {
1958
+ "min": [
1959
+ 0.0
1960
+ ],
1961
+ "max": [
1962
+ 0.0
1963
+ ],
1964
+ "mean": [
1965
+ 0.0
1966
+ ],
1967
+ "std": [
1968
+ 0.0
1969
+ ],
1970
+ "count": [
1971
+ 361883
1972
+ ]
1973
+ },
1974
+ "timestamp": {
1975
+ "min": [
1976
+ 0.0
1977
+ ],
1978
+ "max": [
1979
+ 18.066666666666666
1980
+ ],
1981
+ "mean": [
1982
+ 4.9235979584561855
1983
+ ],
1984
+ "std": [
1985
+ 3.718612514184109
1986
+ ],
1987
+ "count": [
1988
+ 361883
1989
+ ]
1990
+ },
1991
+ "observation.jaco.base_position": {
1992
+ "min": [
1993
+ 0.0,
1994
+ 0.0,
1995
+ 0.0
1996
+ ],
1997
+ "max": [
1998
+ 0.0,
1999
+ 0.0,
2000
+ 0.0
2001
+ ],
2002
+ "mean": [
2003
+ 0.0,
2004
+ 0.0,
2005
+ 0.0
2006
+ ],
2007
+ "std": [
2008
+ 0.0,
2009
+ 0.0,
2010
+ 0.0
2011
+ ],
2012
+ "count": [
2013
+ 361883
2014
+ ]
2015
+ },
2016
+ "observation.sawyer.base_orientation": {
2017
+ "min": [
2018
+ 0.0
2019
+ ],
2020
+ "max": [
2021
+ 0.0
2022
+ ],
2023
+ "mean": [
2024
+ 0.0
2025
+ ],
2026
+ "std": [
2027
+ 0.0
2028
+ ],
2029
+ "count": [
2030
+ 361883
2031
+ ]
2032
+ },
2033
+ "observation.sawyer.ee_error": {
2034
+ "min": [
2035
+ -3.4302473068237305e-05,
2036
+ -3.660470247268677e-05,
2037
+ -2.8789043426513672e-05,
2038
+ -0.08417369425296783,
2039
+ -0.00010579824447631836,
2040
+ -1.4126946926116943,
2041
+ -0.01785418763756752
2042
+ ],
2043
+ "max": [
2044
+ 0.00023552775382995605,
2045
+ 1.239776611328125e-05,
2046
+ 4.908442497253418e-05,
2047
+ 0.6396865844726562,
2048
+ 1.4125896692276,
2049
+ 0.00036585330963134766,
2050
+ 0.39233577251434326
2051
+ ],
2052
+ "mean": [
2053
+ 1.0512596419468702e-06,
2054
+ -4.2835633524283505e-06,
2055
+ 3.953465678141301e-07,
2056
+ -9.845578142594166e-05,
2057
+ 5.426534044693271e-05,
2058
+ 4.372030561164787e-05,
2059
+ -4.886737923004707e-05
2060
+ ],
2061
+ "std": [
2062
+ 3.042028852819824e-06,
2063
+ 1.6554093302941752e-06,
2064
+ 2.798625261918669e-06,
2065
+ 0.0018082909152516986,
2066
+ 0.007286623375450815,
2067
+ 0.007287328365648706,
2068
+ 0.0010367966706648865
2069
+ ],
2070
+ "count": [
2071
+ 361883
2072
+ ]
2073
+ },
2074
+ "observation.images.jaco": {
2075
+ "min": [
2076
+ [
2077
+ [
2078
+ 0.0
2079
+ ]
2080
+ ],
2081
+ [
2082
+ [
2083
+ 0.0
2084
+ ]
2085
+ ],
2086
+ [
2087
+ [
2088
+ 0.0
2089
+ ]
2090
+ ]
2091
+ ],
2092
+ "max": [
2093
+ [
2094
+ [
2095
+ 1.0
2096
+ ]
2097
+ ],
2098
+ [
2099
+ [
2100
+ 1.0
2101
+ ]
2102
+ ],
2103
+ [
2104
+ [
2105
+ 1.0
2106
+ ]
2107
+ ]
2108
+ ],
2109
+ "mean": [
2110
+ [
2111
+ [
2112
+ 0.4354054539949629
2113
+ ]
2114
+ ],
2115
+ [
2116
+ [
2117
+ 0.44388256319781016
2118
+ ]
2119
+ ],
2120
+ [
2121
+ [
2122
+ 0.4970868919976966
2123
+ ]
2124
+ ]
2125
+ ],
2126
+ "std": [
2127
+ [
2128
+ [
2129
+ 0.22024126244847486
2130
+ ]
2131
+ ],
2132
+ [
2133
+ [
2134
+ 0.22634280778576824
2135
+ ]
2136
+ ],
2137
+ [
2138
+ [
2139
+ 0.23514999944538037
2140
+ ]
2141
+ ]
2142
+ ],
2143
+ "count": [
2144
+ 150070
2145
+ ]
2146
+ },
2147
+ "observation.xarm7.ee_error": {
2148
+ "min": [
2149
+ -0.00039458274841308594,
2150
+ -0.004379719495773315,
2151
+ -0.0008120536804199219,
2152
+ -0.654046893119812,
2153
+ -1.4126485586166382,
2154
+ -0.056060343980789185,
2155
+ -0.43773072957992554
2156
+ ],
2157
+ "max": [
2158
+ 0.010677129030227661,
2159
+ 0.005746759474277496,
2160
+ 0.01718461513519287,
2161
+ 0.23566657304763794,
2162
+ 0.020457327365875244,
2163
+ 1.412858009338379,
2164
+ 0.18281163275241852
2165
+ ],
2166
+ "mean": [
2167
+ 5.6583965530406126e-05,
2168
+ -5.720308581903057e-06,
2169
+ 9.755161369444905e-05,
2170
+ -0.0002402486516138131,
2171
+ -0.00011632838717290379,
2172
+ -0.0001847782840126848,
2173
+ -0.0007219069101463258
2174
+ ],
2175
+ "std": [
2176
+ 0.00047434015577386496,
2177
+ 0.00017053921646479389,
2178
+ 0.0008765771782019609,
2179
+ 0.0050434768307364986,
2180
+ 0.009946332691039646,
2181
+ 0.010023518247344288,
2182
+ 0.0076165934047637005
2183
+ ],
2184
+ "count": [
2185
+ 361883
2186
+ ]
2187
+ },
2188
+ "observation.sawyer.base_position": {
2189
+ "min": [
2190
+ 0.0,
2191
+ 0.0,
2192
+ -0.30000001192092896
2193
+ ],
2194
+ "max": [
2195
+ 0.0,
2196
+ 0.0,
2197
+ -0.30000001192092896
2198
+ ],
2199
+ "mean": [
2200
+ 0.0,
2201
+ 0.0,
2202
+ -0.3000004041977043
2203
+ ],
2204
+ "std": [
2205
+ 0.0,
2206
+ 0.0,
2207
+ 1.225622160489408e-06
2208
+ ],
2209
+ "count": [
2210
+ 361883
2211
+ ]
2212
+ },
2213
+ "observation.kinova3.base_position": {
2214
+ "min": [
2215
+ 0.0,
2216
+ 0.0,
2217
+ 0.0
2218
+ ],
2219
+ "max": [
2220
+ 0.0,
2221
+ 0.0,
2222
+ 0.0
2223
+ ],
2224
+ "mean": [
2225
+ 0.0,
2226
+ 0.0,
2227
+ 0.0
2228
+ ],
2229
+ "std": [
2230
+ 0.0,
2231
+ 0.0,
2232
+ 0.0
2233
+ ],
2234
+ "count": [
2235
+ 361883
2236
+ ]
2237
+ },
2238
+ "observation.google_robot.ee_pose": {
2239
+ "min": [
2240
+ 0.2482416182756424,
2241
+ -0.49970245361328125,
2242
+ 0.012147304601967335,
2243
+ -0.4746083617210388,
2244
+ -0.7066291570663452,
2245
+ -0.7069834470748901,
2246
+ -0.39434748888015747
2247
+ ],
2248
+ "max": [
2249
+ 0.581756055355072,
2250
+ 0.43335941433906555,
2251
+ 0.6834504008293152,
2252
+ 0.7731648683547974,
2253
+ 0.9999998807907104,
2254
+ 0.7808004021644592,
2255
+ 0.5224322080612183
2256
+ ],
2257
+ "mean": [
2258
+ 0.43425664414673537,
2259
+ -0.10032502441801314,
2260
+ 0.22257577627769615,
2261
+ 0.15806822349240077,
2262
+ 0.902512551864449,
2263
+ -0.11239013560222785,
2264
+ -0.028562330275145483
2265
+ ],
2266
+ "std": [
2267
+ 0.043239523582632326,
2268
+ 0.20547654174946328,
2269
+ 0.12574715015789087,
2270
+ 0.23964024292903713,
2271
+ 0.14976364543381807,
2272
+ 0.2427232164082237,
2273
+ 0.09092312840130498
2274
+ ],
2275
+ "count": [
2276
+ 361883
2277
+ ]
2278
+ }
2279
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13b7d4dae54d68dcbfa27b2fa1708019be6dd598cb1deb01db2f5b9c6dd9b971
3
+ size 10577
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:853558710740dded77242540ceb016118920b8cd253c6e10006d77fb04a9e266
3
+ size 314946562
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:86434d532e428600bbef0305dcf04e77455fb05d5e952bd675e92111c9540cf5
3
+ size 381186153
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:5d9155726152202ba7c8ea98b55f8c46eb81f5cffd8ff85288241252bc9718e8
3
+ size 312732314
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:2fec08a984f9a1e64f4354b335fe0e1522af0dbd1d86ea313905a713c9685cbc
3
+ size 319349936
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:3bed299c1db965c0e299d699598c6727261a14c0d00070accc0d1dd0c1e9a84f
3
+ size 319822963
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:41702a4821d657e18b53334073698b6afb67196ecee2b903489aaf24a75cc869
3
+ size 308975699
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:89f53c91638e03d4339a8499d11fd7640b38334b62b116f8a5d648b2a6ce2aa5
3
+ size 345010034
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:ec20cd4aa73158008578d5d386e70e4f7a7dbfc8967ff855140b0d0ef051f669
3
+ size 327526882
videos/observation.images.xarm7/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76d9cdd37f745850e89f97281657202506ed5b6e6783ee9e5040a20ee000536d
3
+ size 324001981