GuanhuaJi commited on
Commit
6067c72
·
verified ·
1 Parent(s): 048cb43

Add files using upload-large-folder tool

Browse files
README.md ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "austin_buds_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", "sawyer", "ur5e", "widowX", "xarm7"]
10
+ fps: 20
11
+ total_episodes: 50
12
+ total_frames: 34112
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
+ # austin_buds_dataset_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**: 50
30
+ - **Frames**: 34,112
31
+ - **Splits**:
32
+ - `train`: `0:50`
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
+ - 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{zhu2022bottom,
121
+ title={Bottom-Up Skill Discovery From Unsegmented Demonstrations for Long-Horizon Robot Manipulation},
122
+ author={Zhu, Yifeng and Stone, Peter and Zhu, Yuke},
123
+ journal={IEEE Robotics and Automation Letters},
124
+ volume={7},
125
+ number={2},
126
+ pages={4126--4133},
127
+ year={2022},
128
+ publisher={IEEE}
129
+ }
130
+ ```
131
+
132
+ ## OXE-AugE Dataset Citation (ours)
133
+
134
+ ```bibtex
135
+ @misc{
136
+ ji2025oxeaug,
137
+ title = {OXE-AugE: A Large-Scale Robot Augmentation of OXE for Scaling Cross-Embodiment Policy Learning},
138
+ 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},
139
+ year = {2025},
140
+ note = {Manuscript}
141
+ }
142
+ ```
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b73322bd7ed08a608022f95861e255d78c1b368f7f5fa11e130395a5ddf31c7f
3
+ size 37018415
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96152cfdf93ff03297ea714867b4a2f34c4acd3a2caa724f6aa02e80040c3e94
3
+ size 599034
meta/info.json ADDED
@@ -0,0 +1,528 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "mixed",
4
+ "total_episodes": 50,
5
+ "total_frames": 34112,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "fps": 20,
9
+ "splits": {
10
+ "train": "0:50"
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.sawyer.base_position": {
3
+ "min": [
4
+ 0.0,
5
+ 0.0,
6
+ 0.0
7
+ ],
8
+ "max": [
9
+ 0.0,
10
+ 0.0,
11
+ 0.0
12
+ ],
13
+ "mean": [
14
+ 0.0,
15
+ 0.0,
16
+ 0.0
17
+ ],
18
+ "std": [
19
+ 0.0,
20
+ 0.0,
21
+ 0.0
22
+ ],
23
+ "count": [
24
+ 34112
25
+ ]
26
+ },
27
+ "observation.kuka_iiwa.ee_pose": {
28
+ "min": [
29
+ 0.30058610439300537,
30
+ -0.3106389343738556,
31
+ 0.010564862750470638,
32
+ -0.05208561569452286,
33
+ 0.9737324118614197,
34
+ -0.04197903722524643,
35
+ -0.22300858795642853
36
+ ],
37
+ "max": [
38
+ 0.7680216431617737,
39
+ 0.22986163198947906,
40
+ 0.39270326495170593,
41
+ 0.05713494494557381,
42
+ 0.9999992847442627,
43
+ 0.0548383854329586,
44
+ 0.08594580739736557
45
+ ],
46
+ "mean": [
47
+ 0.5611309801258049,
48
+ -0.00233364625525028,
49
+ 0.1299010750258387,
50
+ -0.0018926331899073534,
51
+ 0.9984774814471323,
52
+ 0.005490232005438382,
53
+ -0.01442286479980864
54
+ ],
55
+ "std": [
56
+ 0.08259817898903148,
57
+ 0.1463700401106449,
58
+ 0.07670634482773674,
59
+ 0.01981206367889859,
60
+ 0.0012466090080055523,
61
+ 0.02282165816174823,
62
+ 0.04343071481858123
63
+ ],
64
+ "count": [
65
+ 34112
66
+ ]
67
+ },
68
+ "observation.kinova3.base_orientation": {
69
+ "min": [
70
+ 0.0
71
+ ],
72
+ "max": [
73
+ 0.0
74
+ ],
75
+ "mean": [
76
+ 0.0
77
+ ],
78
+ "std": [
79
+ 0.0
80
+ ],
81
+ "count": [
82
+ 34112
83
+ ]
84
+ },
85
+ "observation.jaco.joints": {
86
+ "min": [
87
+ -0.315641313791275,
88
+ 1.5106992721557617,
89
+ 2.829195261001587,
90
+ -0.06014382839202881,
91
+ -3.436284065246582,
92
+ -3.137211561203003,
93
+ 0.0
94
+ ],
95
+ "max": [
96
+ 0.7433776259422302,
97
+ 2.703695297241211,
98
+ 5.435373783111572,
99
+ 1.843815803527832,
100
+ -0.1252191960811615,
101
+ -1.222354531288147,
102
+ 1.0
103
+ ],
104
+ "mean": [
105
+ 0.11163149649905492,
106
+ 2.1380160273756923,
107
+ 4.134722512655701,
108
+ 0.42300120547700387,
109
+ -1.3938749213449615,
110
+ -2.6012106690744523,
111
+ 0.6232704036584296
112
+ ],
113
+ "std": [
114
+ 0.2564726299619505,
115
+ 0.20059332223963688,
116
+ 0.4647609583789147,
117
+ 0.19808541933778032,
118
+ 0.4624718068508721,
119
+ 0.24676298320561396,
120
+ 0.48456621342400746
121
+ ],
122
+ "count": [
123
+ 34112
124
+ ]
125
+ },
126
+ "observation.state": {
127
+ "min": [
128
+ -0.46276336908340454,
129
+ -0.2620261609554291,
130
+ -0.37377235293388367,
131
+ -3.010026693344116,
132
+ -0.015008972026407719,
133
+ 0.0,
134
+ 0.0,
135
+ 0.00019240332767367363,
136
+ 0.0,
137
+ -0.08398733288049698,
138
+ -0.22598794102668762,
139
+ 0.0,
140
+ -0.08384297788143158,
141
+ -0.9999894499778748,
142
+ -0.09861700981855392,
143
+ 0.0,
144
+ -0.2259189933538437,
145
+ -0.11437610536813736,
146
+ -0.9999997019767761,
147
+ 0.0,
148
+ 0.0,
149
+ -0.31078848242759705,
150
+ 0.0,
151
+ 0.0
152
+ ],
153
+ "max": [
154
+ 0.25105541944503784,
155
+ 1.0239691734313965,
156
+ 0.25514841079711914,
157
+ 0.0,
158
+ 0.05838121101260185,
159
+ 3.0727620124816895,
160
+ 1.1911247968673706,
161
+ 0.07999841868877411,
162
+ 0.9999901056289673,
163
+ 0.10953540354967117,
164
+ 0.17144082486629486,
165
+ 0.0,
166
+ 0.10948587208986282,
167
+ 0.0,
168
+ 0.11361835896968842,
169
+ 0.0,
170
+ 0.1706877052783966,
171
+ 0.09871931374073029,
172
+ 0.0,
173
+ 0.0,
174
+ 0.7684353590011597,
175
+ 0.22995209693908691,
176
+ 0.3893454968929291,
177
+ 1.0
178
+ ],
179
+ "mean": [
180
+ -0.022537505158502332,
181
+ 0.4221404608440416,
182
+ 0.011554285588441864,
183
+ -2.040091886480407,
184
+ -0.004423700604844897,
185
+ 2.439957860340041,
186
+ 0.762574253652741,
187
+ 0.03848178156102897,
188
+ 0.9911806475297735,
189
+ 0.010505781851699845,
190
+ -0.026596584771054328,
191
+ 0.0,
192
+ 0.011342061104119623,
193
+ -0.9943055311326238,
194
+ -0.00339677635613869,
195
+ 0.0,
196
+ -0.02724597015059693,
197
+ 0.0034223692724194557,
198
+ -0.9915114218337675,
199
+ 0.0,
200
+ 0.5588991049918264,
201
+ -0.002317768068985707,
202
+ 0.12601004842202237,
203
+ 0.9961890224419799
204
+ ],
205
+ "std": [
206
+ 0.16836768752921188,
207
+ 0.22386138597272118,
208
+ 0.11846799235111233,
209
+ 0.3187612643259286,
210
+ 0.012182688949331557,
211
+ 0.26838400655779515,
212
+ 0.26118855152235554,
213
+ 0.029944300002989806,
214
+ 0.061431311596312446,
215
+ 0.046028675965549555,
216
+ 0.08378861588832197,
217
+ 0.0,
218
+ 0.04498707821964295,
219
+ 0.0615071400590384,
220
+ 0.039741494220934655,
221
+ 0.0,
222
+ 0.08403718587805549,
223
+ 0.038764812204362314,
224
+ 0.061442581001031546,
225
+ 0.0,
226
+ 0.08965967701098414,
227
+ 0.14614534169817006,
228
+ 0.07691429084128901,
229
+ 0.06161540267552356
230
+ ],
231
+ "count": [
232
+ 34112
233
+ ]
234
+ },
235
+ "observation.widowX.base_position": {
236
+ "min": [
237
+ -0.3499999940395355,
238
+ 0.0,
239
+ 0.0
240
+ ],
241
+ "max": [
242
+ -0.20000000298023224,
243
+ 0.0,
244
+ 0.0
245
+ ],
246
+ "mean": [
247
+ -0.20281294584370393,
248
+ 0.0,
249
+ 0.0
250
+ ],
251
+ "std": [
252
+ 0.02035282244800436,
253
+ 0.0,
254
+ 0.0
255
+ ],
256
+ "count": [
257
+ 34112
258
+ ]
259
+ },
260
+ "observation.ee_pose": {
261
+ "min": [
262
+ 0.2848564684391022,
263
+ -0.31064093112945557,
264
+ 0.010562942363321781,
265
+ 0.9932442903518677,
266
+ -0.04199657589197159,
267
+ -0.11374574899673462,
268
+ -0.04940556734800339
269
+ ],
270
+ "max": [
271
+ 0.7680311799049377,
272
+ 0.22986392676830292,
273
+ 0.3927045464515686,
274
+ 0.9999992847442627,
275
+ 0.054847292602062225,
276
+ 0.08587154746055603,
277
+ 0.057123687118291855
278
+ ],
279
+ "mean": [
280
+ 0.5610534026275265,
281
+ -0.002319432497825574,
282
+ 0.1299120574258268,
283
+ 0.998549192630132,
284
+ 0.00548741904572168,
285
+ -0.01353188271966927,
286
+ -0.001710289916789451
287
+ ],
288
+ "std": [
289
+ 0.08281013525105198,
290
+ 0.14636495437247726,
291
+ 0.07669752416166725,
292
+ 0.0009642255694636314,
293
+ 0.02282403123364794,
294
+ 0.04213316153538045,
295
+ 0.019658608461907597
296
+ ],
297
+ "count": [
298
+ 34112
299
+ ]
300
+ },
301
+ "observation.images.ur5e": {
302
+ "min": [
303
+ [
304
+ [
305
+ 0.0
306
+ ]
307
+ ],
308
+ [
309
+ [
310
+ 0.0
311
+ ]
312
+ ],
313
+ [
314
+ [
315
+ 0.0
316
+ ]
317
+ ]
318
+ ],
319
+ "max": [
320
+ [
321
+ [
322
+ 1.0
323
+ ]
324
+ ],
325
+ [
326
+ [
327
+ 1.0
328
+ ]
329
+ ],
330
+ [
331
+ [
332
+ 1.0
333
+ ]
334
+ ]
335
+ ],
336
+ "mean": [
337
+ [
338
+ [
339
+ 0.3784393346837123
340
+ ]
341
+ ],
342
+ [
343
+ [
344
+ 0.37545390150687336
345
+ ]
346
+ ],
347
+ [
348
+ [
349
+ 0.384470993742358
350
+ ]
351
+ ]
352
+ ],
353
+ "std": [
354
+ [
355
+ [
356
+ 0.27044673291146787
357
+ ]
358
+ ],
359
+ [
360
+ [
361
+ 0.23778759171873595
362
+ ]
363
+ ],
364
+ [
365
+ [
366
+ 0.2198249524130643
367
+ ]
368
+ ]
369
+ ],
370
+ "count": [
371
+ 6645
372
+ ]
373
+ },
374
+ "observation.jaco.ee_error": {
375
+ "min": [
376
+ -3.546476364135742e-06,
377
+ -0.002700626850128174,
378
+ -0.0008595678955316544,
379
+ -0.02154417335987091,
380
+ -0.004708468914031982,
381
+ -0.0012030154466629028,
382
+ -0.12901972234249115
383
+ ],
384
+ "max": [
385
+ 0.011842131614685059,
386
+ 0.00010791420936584473,
387
+ 0.002619326114654541,
388
+ 0.003216555342078209,
389
+ 0.007529318332672119,
390
+ 0.0045888591557741165,
391
+ 3.5956501960754395e-05
392
+ ],
393
+ "mean": [
394
+ 0.00012868673778660845,
395
+ -1.1148022181595017e-05,
396
+ 9.417976548095145e-06,
397
+ 4.303678573337689e-05,
398
+ -9.269528583942816e-06,
399
+ -0.00010613855608127905,
400
+ -0.0013646075455315057
401
+ ],
402
+ "std": [
403
+ 0.0008270374821328003,
404
+ 0.00013477052765609038,
405
+ 9.18316198515883e-05,
406
+ 0.0011772979872872753,
407
+ 0.0003418726080152511,
408
+ 0.00023443156322508114,
409
+ 0.00848485300977575
410
+ ],
411
+ "count": [
412
+ 34112
413
+ ]
414
+ },
415
+ "observation.kinova3.base_position": {
416
+ "min": [
417
+ 0.0,
418
+ 0.0,
419
+ 0.0
420
+ ],
421
+ "max": [
422
+ 0.0,
423
+ 0.0,
424
+ 0.0
425
+ ],
426
+ "mean": [
427
+ 0.0,
428
+ 0.0,
429
+ 0.0
430
+ ],
431
+ "std": [
432
+ 0.0,
433
+ 0.0,
434
+ 0.0
435
+ ],
436
+ "count": [
437
+ 34112
438
+ ]
439
+ },
440
+ "observation.widowX.ee_pose": {
441
+ "min": [
442
+ 0.07755984365940094,
443
+ -0.3011583387851715,
444
+ -0.007411792408674955,
445
+ -0.08558457344770432,
446
+ 0.7353442907333374,
447
+ -0.6767299771308899,
448
+ -0.20250283181667328
449
+ ],
450
+ "max": [
451
+ 0.5522598624229431,
452
+ 0.22986119985580444,
453
+ 0.3767438530921936,
454
+ 0.2712407410144806,
455
+ 0.9999837279319763,
456
+ 0.044960714876651764,
457
+ 0.23630055785179138
458
+ ],
459
+ "mean": [
460
+ 0.35715347847256523,
461
+ 0.00037182192374110367,
462
+ 0.12772425057193507,
463
+ 0.03738029353187584,
464
+ 0.9923548777544029,
465
+ -0.04492002188452602,
466
+ -0.0011256902106953578
467
+ ],
468
+ "std": [
469
+ 0.08262916039383063,
470
+ 0.14302039088516946,
471
+ 0.07626542991972553,
472
+ 0.0726501396193281,
473
+ 0.01093469898241845,
474
+ 0.0634976607414772,
475
+ 0.048843501503227714
476
+ ],
477
+ "count": [
478
+ 34112
479
+ ]
480
+ },
481
+ "observation.kuka_iiwa.ee_error": {
482
+ "min": [
483
+ -0.015729635953903198,
484
+ -9.158812463283539e-05,
485
+ -9.964406490325928e-05,
486
+ -4.709325730800629e-05,
487
+ -6.35981559753418e-05,
488
+ -0.0006052218377590179,
489
+ -0.00019142404198646545
490
+ ],
491
+ "max": [
492
+ 1.430511474609375e-05,
493
+ 0.0030886605381965637,
494
+ 0.0031857192516326904,
495
+ 0.03718464821577072,
496
+ 0.02456289529800415,
497
+ 0.0008098185062408447,
498
+ 0.17707395553588867
499
+ ],
500
+ "mean": [
501
+ -7.758230944378408e-05,
502
+ 1.4211630595255143e-05,
503
+ 1.0971950144893677e-05,
504
+ 0.00018234442004683494,
505
+ 7.170251901323331e-05,
506
+ -2.81278535390224e-06,
507
+ 0.0008909841517869172
508
+ ],
509
+ "std": [
510
+ 0.0007215810697906694,
511
+ 0.00013060131955213605,
512
+ 0.00012218829270302538,
513
+ 0.0016729566713408926,
514
+ 0.0008035775161959218,
515
+ 3.064491881533324e-05,
516
+ 0.008285643766416741
517
+ ],
518
+ "count": [
519
+ 34112
520
+ ]
521
+ },
522
+ "observation.sawyer.ee_error": {
523
+ "min": [
524
+ -1.5109777450561523e-05,
525
+ -1.0382384061813354e-05,
526
+ -1.4603137969970703e-06,
527
+ -0.000269831158220768,
528
+ -1.537799835205078e-05,
529
+ 8.814781904220581e-05,
530
+ -3.842264413833618e-05
531
+ ],
532
+ "max": [
533
+ 3.039836883544922e-06,
534
+ -3.814697265625e-06,
535
+ 2.8893351554870605e-05,
536
+ -3.635929897427559e-05,
537
+ 1.430511474609375e-05,
538
+ 0.0001776665449142456,
539
+ 0.0002723298966884613
540
+ ],
541
+ "mean": [
542
+ -2.2321652794644632e-06,
543
+ -6.020368925890206e-06,
544
+ 3.3785874066118792e-06,
545
+ -0.0001267736530335276,
546
+ -3.8497694900577734e-07,
547
+ 0.00013202509429694243,
548
+ 2.3081771372969512e-05
549
+ ],
550
+ "std": [
551
+ 2.5052821286646608e-06,
552
+ 1.1517113070040278e-06,
553
+ 2.8873152610490877e-06,
554
+ 3.294533757038553e-05,
555
+ 5.398345658441917e-06,
556
+ 1.5446877873125516e-05,
557
+ 3.827435615703472e-05
558
+ ],
559
+ "count": [
560
+ 34112
561
+ ]
562
+ },
563
+ "observation.ur5e.base_position": {
564
+ "min": [
565
+ 0.0,
566
+ 0.0,
567
+ 0.0
568
+ ],
569
+ "max": [
570
+ 0.0,
571
+ 0.0,
572
+ 0.0
573
+ ],
574
+ "mean": [
575
+ 0.0,
576
+ 0.0,
577
+ 0.0
578
+ ],
579
+ "std": [
580
+ 0.0,
581
+ 0.0,
582
+ 0.0
583
+ ],
584
+ "count": [
585
+ 34112
586
+ ]
587
+ },
588
+ "observation.sawyer.base_orientation": {
589
+ "min": [
590
+ 0.0
591
+ ],
592
+ "max": [
593
+ 0.0
594
+ ],
595
+ "mean": [
596
+ 0.0
597
+ ],
598
+ "std": [
599
+ 0.0
600
+ ],
601
+ "count": [
602
+ 34112
603
+ ]
604
+ },
605
+ "observation.widowX.ee_error": {
606
+ "min": [
607
+ -0.024028070271015167,
608
+ -0.015639647841453552,
609
+ -0.0037641599774360657,
610
+ -0.2502750754356384,
611
+ -0.004858672618865967,
612
+ -0.004538696259260178,
613
+ -0.258405864238739
614
+ ],
615
+ "max": [
616
+ 0.02809000015258789,
617
+ 0.00910625234246254,
618
+ 0.07315748929977417,
619
+ 0.06532884389162064,
620
+ 0.2645620107650757,
621
+ 0.6853932738304138,
622
+ 0.1278986930847168
623
+ ],
624
+ "mean": [
625
+ 0.0010856717908139107,
626
+ -0.002691252962361775,
627
+ 0.002187788453810571,
628
+ -0.039090590993622595,
629
+ 0.006194137693042618,
630
+ 0.05040744013012357,
631
+ -0.01240619301341137
632
+ ],
633
+ "std": [
634
+ 0.003955945947724512,
635
+ 0.003864360469232456,
636
+ 0.0034575979249691887,
637
+ 0.0616747899214337,
638
+ 0.010852471240186944,
639
+ 0.058820926381595494,
640
+ 0.027918827244337134
641
+ ],
642
+ "count": [
643
+ 34112
644
+ ]
645
+ },
646
+ "observation.images.kinova3": {
647
+ "min": [
648
+ [
649
+ [
650
+ 0.0
651
+ ]
652
+ ],
653
+ [
654
+ [
655
+ 0.0
656
+ ]
657
+ ],
658
+ [
659
+ [
660
+ 0.0
661
+ ]
662
+ ]
663
+ ],
664
+ "max": [
665
+ [
666
+ [
667
+ 1.0
668
+ ]
669
+ ],
670
+ [
671
+ [
672
+ 1.0
673
+ ]
674
+ ],
675
+ [
676
+ [
677
+ 1.0
678
+ ]
679
+ ]
680
+ ],
681
+ "mean": [
682
+ [
683
+ [
684
+ 0.3997855812871611
685
+ ]
686
+ ],
687
+ [
688
+ [
689
+ 0.39556880954698576
690
+ ]
691
+ ],
692
+ [
693
+ [
694
+ 0.40485460083852487
695
+ ]
696
+ ]
697
+ ],
698
+ "std": [
699
+ [
700
+ [
701
+ 0.2758767067936321
702
+ ]
703
+ ],
704
+ [
705
+ [
706
+ 0.24151513518982567
707
+ ]
708
+ ],
709
+ [
710
+ [
711
+ 0.2229500242284012
712
+ ]
713
+ ]
714
+ ],
715
+ "count": [
716
+ 6645
717
+ ]
718
+ },
719
+ "observation.xarm7.joints": {
720
+ "min": [
721
+ -0.560225784778595,
722
+ -0.3399818241596222,
723
+ -0.7889087796211243,
724
+ 0.3399500548839569,
725
+ -0.03350204601883888,
726
+ 0.4299490451812744,
727
+ 2.2138149738311768,
728
+ 0.0
729
+ ],
730
+ "max": [
731
+ 0.7716664671897888,
732
+ 1.4261841773986816,
733
+ 0.46670275926589966,
734
+ 2.9279427528381348,
735
+ 0.606246292591095,
736
+ 1.8573012351989746,
737
+ 3.5082154273986816,
738
+ 1.0
739
+ ],
740
+ "mean": [
741
+ 0.2997989968368766,
742
+ 0.5710421002174659,
743
+ -0.40121946254339746,
744
+ 1.5657759113639145,
745
+ 0.2673468755835084,
746
+ 1.0763989629426631,
747
+ 2.9620462011049655,
748
+ 0.6232704036584296
749
+ ],
750
+ "std": [
751
+ 0.21848720151455572,
752
+ 0.2827808374582683,
753
+ 0.179671836560784,
754
+ 0.43289276554324635,
755
+ 0.13895263411678546,
756
+ 0.25406322460888625,
757
+ 0.2910498814009105,
758
+ 0.48456621342400746
759
+ ],
760
+ "count": [
761
+ 34112
762
+ ]
763
+ },
764
+ "observation.kinova3.joints": {
765
+ "min": [
766
+ -0.41023606061935425,
767
+ 0.34179291129112244,
768
+ -0.15973660349845886,
769
+ -0.2032521665096283,
770
+ -0.07863201946020126,
771
+ 0.41593313217163086,
772
+ -0.4926391541957855,
773
+ 0.0
774
+ ],
775
+ "max": [
776
+ 0.6001632809638977,
777
+ 1.4918628931045532,
778
+ 0.0636807531118393,
779
+ 2.258230209350586,
780
+ 0.22724346816539764,
781
+ 2.0860700607299805,
782
+ 0.44536709785461426,
783
+ 1.0
784
+ ],
785
+ "mean": [
786
+ 0.0013696457315056274,
787
+ 0.8407631705411994,
788
+ -0.06228685798898853,
789
+ 1.118081557019273,
790
+ 0.05077005535718857,
791
+ 1.2039536985430663,
792
+ -0.05704241625747402,
793
+ 0.6232704036584296
794
+ ],
795
+ "std": [
796
+ 0.24401766110859413,
797
+ 0.19906902206141552,
798
+ 0.035986575630254675,
799
+ 0.4171312063101372,
800
+ 0.04775275105762476,
801
+ 0.30351373022361255,
802
+ 0.23021117531626176,
803
+ 0.48456621342400746
804
+ ],
805
+ "count": [
806
+ 34112
807
+ ]
808
+ },
809
+ "observation.xarm7.base_position": {
810
+ "min": [
811
+ 0.0,
812
+ 0.0,
813
+ 0.0
814
+ ],
815
+ "max": [
816
+ 0.0,
817
+ 0.0,
818
+ 0.0
819
+ ],
820
+ "mean": [
821
+ 0.0,
822
+ 0.0,
823
+ 0.0
824
+ ],
825
+ "std": [
826
+ 0.0,
827
+ 0.0,
828
+ 0.0
829
+ ],
830
+ "count": [
831
+ 34112
832
+ ]
833
+ },
834
+ "observation.jaco.ee_pose": {
835
+ "min": [
836
+ 0.28485894203186035,
837
+ -0.31064000725746155,
838
+ 0.010563766583800316,
839
+ -0.04962324723601341,
840
+ 0.9901977181434631,
841
+ -0.04184950888156891,
842
+ -0.10758834332227707
843
+ ],
844
+ "max": [
845
+ 0.7609786987304688,
846
+ 0.22985541820526123,
847
+ 0.392694354057312,
848
+ 0.0569019578397274,
849
+ 0.9999971389770508,
850
+ 0.054965563118457794,
851
+ 0.13598039746284485
852
+ ],
853
+ "mean": [
854
+ 0.5609247189846875,
855
+ -0.0023082850286699815,
856
+ 0.12990264438912202,
857
+ -0.0017533263222238252,
858
+ 0.9985584302981844,
859
+ 0.005593557446856865,
860
+ -0.012167275825616242
861
+ ],
862
+ "std": [
863
+ 0.08258358923102876,
864
+ 0.1463540569843588,
865
+ 0.07669016597599693,
866
+ 0.01964995144933244,
867
+ 0.0009698870335961403,
868
+ 0.02280920356591961,
869
+ 0.04232542182746863
870
+ ],
871
+ "count": [
872
+ 34112
873
+ ]
874
+ },
875
+ "observation.images.widowX": {
876
+ "min": [
877
+ [
878
+ [
879
+ 0.0
880
+ ]
881
+ ],
882
+ [
883
+ [
884
+ 0.0
885
+ ]
886
+ ],
887
+ [
888
+ [
889
+ 0.0
890
+ ]
891
+ ]
892
+ ],
893
+ "max": [
894
+ [
895
+ [
896
+ 1.0
897
+ ]
898
+ ],
899
+ [
900
+ [
901
+ 1.0
902
+ ]
903
+ ],
904
+ [
905
+ [
906
+ 1.0
907
+ ]
908
+ ]
909
+ ],
910
+ "mean": [
911
+ [
912
+ [
913
+ 0.38254085179838837
914
+ ]
915
+ ],
916
+ [
917
+ [
918
+ 0.3806037732479477
919
+ ]
920
+ ],
921
+ [
922
+ [
923
+ 0.3916833965255532
924
+ ]
925
+ ]
926
+ ],
927
+ "std": [
928
+ [
929
+ [
930
+ 0.2648649025735575
931
+ ]
932
+ ],
933
+ [
934
+ [
935
+ 0.22755464000189932
936
+ ]
937
+ ],
938
+ [
939
+ [
940
+ 0.20885225093463827
941
+ ]
942
+ ]
943
+ ],
944
+ "count": [
945
+ 6645
946
+ ]
947
+ },
948
+ "observation.kuka_iiwa.base_orientation": {
949
+ "min": [
950
+ 0.0
951
+ ],
952
+ "max": [
953
+ 0.0
954
+ ],
955
+ "mean": [
956
+ 0.0
957
+ ],
958
+ "std": [
959
+ 0.0
960
+ ],
961
+ "count": [
962
+ 34112
963
+ ]
964
+ },
965
+ "observation.images.google_robot": {
966
+ "min": [
967
+ [
968
+ [
969
+ 0.0
970
+ ]
971
+ ],
972
+ [
973
+ [
974
+ 0.0
975
+ ]
976
+ ],
977
+ [
978
+ [
979
+ 0.0
980
+ ]
981
+ ]
982
+ ],
983
+ "max": [
984
+ [
985
+ [
986
+ 1.0
987
+ ]
988
+ ],
989
+ [
990
+ [
991
+ 1.0
992
+ ]
993
+ ],
994
+ [
995
+ [
996
+ 1.0
997
+ ]
998
+ ]
999
+ ],
1000
+ "mean": [
1001
+ [
1002
+ [
1003
+ 0.4456664585929662
1004
+ ]
1005
+ ],
1006
+ [
1007
+ [
1008
+ 0.4344620903664736
1009
+ ]
1010
+ ],
1011
+ [
1012
+ [
1013
+ 0.4363310710118086
1014
+ ]
1015
+ ]
1016
+ ],
1017
+ "std": [
1018
+ [
1019
+ [
1020
+ 0.28855871221177176
1021
+ ]
1022
+ ],
1023
+ [
1024
+ [
1025
+ 0.2599823222535003
1026
+ ]
1027
+ ],
1028
+ [
1029
+ [
1030
+ 0.24130231073219888
1031
+ ]
1032
+ ]
1033
+ ],
1034
+ "count": [
1035
+ 6645
1036
+ ]
1037
+ },
1038
+ "observation.kinova3.ee_error": {
1039
+ "min": [
1040
+ -7.987022399902344e-06,
1041
+ -0.0012844353914260864,
1042
+ -6.340444087982178e-06,
1043
+ -0.01313764601945877,
1044
+ -0.004339277744293213,
1045
+ -0.0013219639658927917,
1046
+ -0.10965090990066528
1047
+ ],
1048
+ "max": [
1049
+ 0.011338591575622559,
1050
+ 0.0017322003841400146,
1051
+ 0.003535538911819458,
1052
+ 0.002844668924808502,
1053
+ 0.0014071464538574219,
1054
+ 0.0017149969935417175,
1055
+ 0.00019767135381698608
1056
+ ],
1057
+ "mean": [
1058
+ 0.0001320068361221163,
1059
+ -9.211167428067142e-06,
1060
+ 3.013123022590958e-05,
1061
+ -5.348186266556583e-05,
1062
+ -2.1408834463401877e-05,
1063
+ -9.475063672502004e-06,
1064
+ -0.0005704669021746996
1065
+ ],
1066
+ "std": [
1067
+ 0.0009873550955403878,
1068
+ 9.177847438292174e-05,
1069
+ 0.00024435727356232455,
1070
+ 0.0006022822239687303,
1071
+ 0.00021756795195524206,
1072
+ 8.774358412509775e-05,
1073
+ 0.005527896264145122
1074
+ ],
1075
+ "count": [
1076
+ 34112
1077
+ ]
1078
+ },
1079
+ "observation.images.image": {
1080
+ "min": [
1081
+ [
1082
+ [
1083
+ 0.0
1084
+ ]
1085
+ ],
1086
+ [
1087
+ [
1088
+ 0.0
1089
+ ]
1090
+ ],
1091
+ [
1092
+ [
1093
+ 0.0
1094
+ ]
1095
+ ]
1096
+ ],
1097
+ "max": [
1098
+ [
1099
+ [
1100
+ 1.0
1101
+ ]
1102
+ ],
1103
+ [
1104
+ [
1105
+ 1.0
1106
+ ]
1107
+ ],
1108
+ [
1109
+ [
1110
+ 1.0
1111
+ ]
1112
+ ]
1113
+ ],
1114
+ "mean": [
1115
+ [
1116
+ [
1117
+ 0.4567567572191769
1118
+ ]
1119
+ ],
1120
+ [
1121
+ [
1122
+ 0.45210029274830693
1123
+ ]
1124
+ ],
1125
+ [
1126
+ [
1127
+ 0.46948544525797997
1128
+ ]
1129
+ ]
1130
+ ],
1131
+ "std": [
1132
+ [
1133
+ [
1134
+ 0.2930952332507332
1135
+ ]
1136
+ ],
1137
+ [
1138
+ [
1139
+ 0.2653175749666577
1140
+ ]
1141
+ ],
1142
+ [
1143
+ [
1144
+ 0.2526489205312896
1145
+ ]
1146
+ ]
1147
+ ],
1148
+ "count": [
1149
+ 6645
1150
+ ]
1151
+ },
1152
+ "observation.ur5e.base_orientation": {
1153
+ "min": [
1154
+ 0.0
1155
+ ],
1156
+ "max": [
1157
+ 0.0
1158
+ ],
1159
+ "mean": [
1160
+ 0.0
1161
+ ],
1162
+ "std": [
1163
+ 0.0
1164
+ ],
1165
+ "count": [
1166
+ 34112
1167
+ ]
1168
+ },
1169
+ "observation.sawyer.ee_pose": {
1170
+ "min": [
1171
+ 0.2848610579967499,
1172
+ -0.31063562631607056,
1173
+ 0.01055934652686119,
1174
+ -0.04931144416332245,
1175
+ 0.9932429790496826,
1176
+ -0.04211419075727463,
1177
+ -0.11373069137334824
1178
+ ],
1179
+ "max": [
1180
+ 0.7680285573005676,
1181
+ 0.22987037897109985,
1182
+ 0.39270511269569397,
1183
+ 0.05729280039668083,
1184
+ 0.999999463558197,
1185
+ 0.054721128195524216,
1186
+ 0.08588909357786179
1187
+ ],
1188
+ "mean": [
1189
+ 0.561055675942248,
1190
+ -0.002313412034228276,
1191
+ 0.1299086629411321,
1192
+ -0.0015835164951045855,
1193
+ 0.9985495799484944,
1194
+ 0.005355394041287891,
1195
+ -0.013554964100769031
1196
+ ],
1197
+ "std": [
1198
+ 0.08280867545578346,
1199
+ 0.14636482415059726,
1200
+ 0.07669795712145394,
1201
+ 0.019666044189449956,
1202
+ 0.0009637246174325122,
1203
+ 0.022823901506669953,
1204
+ 0.0421351755768348
1205
+ ],
1206
+ "count": [
1207
+ 34112
1208
+ ]
1209
+ },
1210
+ "observation.widowX.joints": {
1211
+ "min": [
1212
+ -0.8928087949752808,
1213
+ -0.7425568103790283,
1214
+ -1.9440405368804932,
1215
+ -0.894520103931427,
1216
+ 0.4809929132461548,
1217
+ -3.141580104827881,
1218
+ 0.0
1219
+ ],
1220
+ "max": [
1221
+ 0.8620880246162415,
1222
+ 1.4955668449401855,
1223
+ 1.2435898780822754,
1224
+ 0.12665440142154694,
1225
+ 2.146749973297119,
1226
+ -1.4870517253875732,
1227
+ 1.0
1228
+ ],
1229
+ "mean": [
1230
+ 0.018827164265669098,
1231
+ 0.4776663848655001,
1232
+ -0.42262465823363116,
1233
+ -0.09149252266986085,
1234
+ 1.4943020185368314,
1235
+ -2.984822786596602,
1236
+ 0.6232704036584296
1237
+ ],
1238
+ "std": [
1239
+ 0.3479560417044927,
1240
+ 0.3393573834137871,
1241
+ 0.6466359284849688,
1242
+ 0.1762583113547206,
1243
+ 0.39145034376451693,
1244
+ 0.19882442887557722,
1245
+ 0.48456621342400746
1246
+ ],
1247
+ "count": [
1248
+ 34112
1249
+ ]
1250
+ },
1251
+ "observation.google_robot.base_orientation": {
1252
+ "min": [
1253
+ 0.0
1254
+ ],
1255
+ "max": [
1256
+ 0.0
1257
+ ],
1258
+ "mean": [
1259
+ 0.0
1260
+ ],
1261
+ "std": [
1262
+ 0.0
1263
+ ],
1264
+ "count": [
1265
+ 34112
1266
+ ]
1267
+ },
1268
+ "observation.images.kuka_iiwa": {
1269
+ "min": [
1270
+ [
1271
+ [
1272
+ 0.0
1273
+ ]
1274
+ ],
1275
+ [
1276
+ [
1277
+ 0.0
1278
+ ]
1279
+ ],
1280
+ [
1281
+ [
1282
+ 0.0
1283
+ ]
1284
+ ]
1285
+ ],
1286
+ "max": [
1287
+ [
1288
+ [
1289
+ 1.0
1290
+ ]
1291
+ ],
1292
+ [
1293
+ [
1294
+ 1.0
1295
+ ]
1296
+ ],
1297
+ [
1298
+ [
1299
+ 1.0
1300
+ ]
1301
+ ]
1302
+ ],
1303
+ "mean": [
1304
+ [
1305
+ [
1306
+ 0.40771925394278885
1307
+ ]
1308
+ ],
1309
+ [
1310
+ [
1311
+ 0.38678286292957864
1312
+ ]
1313
+ ],
1314
+ [
1315
+ [
1316
+ 0.3736413882370692
1317
+ ]
1318
+ ]
1319
+ ],
1320
+ "std": [
1321
+ [
1322
+ [
1323
+ 0.28148856439694026
1324
+ ]
1325
+ ],
1326
+ [
1327
+ [
1328
+ 0.2350983482663146
1329
+ ]
1330
+ ],
1331
+ [
1332
+ [
1333
+ 0.2168618808612599
1334
+ ]
1335
+ ]
1336
+ ],
1337
+ "count": [
1338
+ 6645
1339
+ ]
1340
+ },
1341
+ "observation.jaco.base_position": {
1342
+ "min": [
1343
+ 0.0,
1344
+ 0.0,
1345
+ 0.0
1346
+ ],
1347
+ "max": [
1348
+ 0.0,
1349
+ 0.0,
1350
+ 0.0
1351
+ ],
1352
+ "mean": [
1353
+ 0.0,
1354
+ 0.0,
1355
+ 0.0
1356
+ ],
1357
+ "std": [
1358
+ 0.0,
1359
+ 0.0,
1360
+ 0.0
1361
+ ],
1362
+ "count": [
1363
+ 34112
1364
+ ]
1365
+ },
1366
+ "observation.google_robot.joints": {
1367
+ "min": [
1368
+ -0.46373167634010315,
1369
+ 0.8742568492889404,
1370
+ 0.598244309425354,
1371
+ -0.23421180248260498,
1372
+ 1.3868273496627808,
1373
+ -1.6229166984558105,
1374
+ -0.052388809621334076,
1375
+ 0.0
1376
+ ],
1377
+ "max": [
1378
+ 0.36265236139297485,
1379
+ 1.9200260639190674,
1380
+ 1.710193395614624,
1381
+ 1.8766086101531982,
1382
+ 2.38958740234375,
1383
+ -0.5738165378570557,
1384
+ 1.350000023841858,
1385
+ 1.0
1386
+ ],
1387
+ "mean": [
1388
+ -0.002760627614087468,
1389
+ 1.5157240244505776,
1390
+ 1.0041421800100474,
1391
+ 1.0526390749171348,
1392
+ 1.9243406098874156,
1393
+ -1.11104823698903,
1394
+ 0.9269238047172468,
1395
+ 0.6232704036584296
1396
+ ],
1397
+ "std": [
1398
+ 0.1975488170065637,
1399
+ 0.1684258466325964,
1400
+ 0.17792421548067763,
1401
+ 0.3510802801418853,
1402
+ 0.14720499659651193,
1403
+ 0.18113461946460402,
1404
+ 0.3090539159888412,
1405
+ 0.48456621342400746
1406
+ ],
1407
+ "count": [
1408
+ 34112
1409
+ ]
1410
+ },
1411
+ "observation.google_robot.ee_pose": {
1412
+ "min": [
1413
+ 0.28486472368240356,
1414
+ -0.31064197421073914,
1415
+ 0.010560928843915462,
1416
+ -0.04942125082015991,
1417
+ 0.9932551383972168,
1418
+ -0.0419391430914402,
1419
+ -0.11365518718957901
1420
+ ],
1421
+ "max": [
1422
+ 0.7679833173751831,
1423
+ 0.22986213862895966,
1424
+ 0.39270225167274475,
1425
+ 0.05711371824145317,
1426
+ 0.9999992847442627,
1427
+ 0.05490656569600105,
1428
+ 0.08612369000911713
1429
+ ],
1430
+ "mean": [
1431
+ 0.5610560902584812,
1432
+ -0.002321148235667413,
1433
+ 0.12991027496418764,
1434
+ -0.0017235712182572763,
1435
+ 0.9985500043729848,
1436
+ 0.0055440264821847675,
1437
+ -0.013472033474781318
1438
+ ],
1439
+ "std": [
1440
+ 0.08280835562022838,
1441
+ 0.14636483638091205,
1442
+ 0.07669701178025878,
1443
+ 0.019675298141731627,
1444
+ 0.0009633402093212881,
1445
+ 0.022828936585018174,
1446
+ 0.042114917256814474
1447
+ ],
1448
+ "count": [
1449
+ 34112
1450
+ ]
1451
+ },
1452
+ "observation.images.sawyer": {
1453
+ "min": [
1454
+ [
1455
+ [
1456
+ 0.0
1457
+ ]
1458
+ ],
1459
+ [
1460
+ [
1461
+ 0.0
1462
+ ]
1463
+ ],
1464
+ [
1465
+ [
1466
+ 0.0
1467
+ ]
1468
+ ]
1469
+ ],
1470
+ "max": [
1471
+ [
1472
+ [
1473
+ 1.0
1474
+ ]
1475
+ ],
1476
+ [
1477
+ [
1478
+ 1.0
1479
+ ]
1480
+ ],
1481
+ [
1482
+ [
1483
+ 1.0
1484
+ ]
1485
+ ]
1486
+ ],
1487
+ "mean": [
1488
+ [
1489
+ [
1490
+ 0.39334519179809097
1491
+ ]
1492
+ ],
1493
+ [
1494
+ [
1495
+ 0.3665727519683685
1496
+ ]
1497
+ ],
1498
+ [
1499
+ [
1500
+ 0.373785572044404
1501
+ ]
1502
+ ]
1503
+ ],
1504
+ "std": [
1505
+ [
1506
+ [
1507
+ 0.27045868950181723
1508
+ ]
1509
+ ],
1510
+ [
1511
+ [
1512
+ 0.2346301058003009
1513
+ ]
1514
+ ],
1515
+ [
1516
+ [
1517
+ 0.21538981792286083
1518
+ ]
1519
+ ]
1520
+ ],
1521
+ "count": [
1522
+ 6645
1523
+ ]
1524
+ },
1525
+ "observation.ur5e.ee_pose": {
1526
+ "min": [
1527
+ 0.28486114740371704,
1528
+ -0.3106391131877899,
1529
+ 0.010566598735749722,
1530
+ -0.049403999000787735,
1531
+ 0.99324631690979,
1532
+ -0.04199203476309776,
1533
+ -0.11372598260641098
1534
+ ],
1535
+ "max": [
1536
+ 0.7680298686027527,
1537
+ 0.22986353933811188,
1538
+ 0.39270421862602234,
1539
+ 0.05710196495056152,
1540
+ 0.9999993443489075,
1541
+ 0.054811205714941025,
1542
+ 0.08582227677106857
1543
+ ],
1544
+ "mean": [
1545
+ 0.561054028315543,
1546
+ -0.0023186856890790183,
1547
+ 0.12991374483643062,
1548
+ -0.0017103579854495826,
1549
+ 0.9985491408639733,
1550
+ 0.005474519981968579,
1551
+ -0.013567873109955476
1552
+ ],
1553
+ "std": [
1554
+ 0.08280893696912085,
1555
+ 0.1463642241859889,
1556
+ 0.07669673500798992,
1557
+ 0.019655546568784953,
1558
+ 0.0009641059773020133,
1559
+ 0.022821928636642286,
1560
+ 0.04212572094652007
1561
+ ],
1562
+ "count": [
1563
+ 34112
1564
+ ]
1565
+ },
1566
+ "observation.kuka_iiwa.base_position": {
1567
+ "min": [
1568
+ 0.0,
1569
+ 0.0,
1570
+ 0.0
1571
+ ],
1572
+ "max": [
1573
+ 0.0,
1574
+ 0.0,
1575
+ 0.0
1576
+ ],
1577
+ "mean": [
1578
+ 0.0,
1579
+ 0.0,
1580
+ 0.0
1581
+ ],
1582
+ "std": [
1583
+ 0.0,
1584
+ 0.0,
1585
+ 0.0
1586
+ ],
1587
+ "count": [
1588
+ 34112
1589
+ ]
1590
+ },
1591
+ "observation.jaco.base_orientation": {
1592
+ "min": [
1593
+ 0.0
1594
+ ],
1595
+ "max": [
1596
+ 0.0
1597
+ ],
1598
+ "mean": [
1599
+ 0.0
1600
+ ],
1601
+ "std": [
1602
+ 0.0
1603
+ ],
1604
+ "count": [
1605
+ 34112
1606
+ ]
1607
+ },
1608
+ "observation.ur5e.ee_error": {
1609
+ "min": [
1610
+ -5.27501106262207e-06,
1611
+ -3.4421682357788086e-06,
1612
+ -4.794448614120483e-06,
1613
+ -1.9943341612815857e-05,
1614
+ -6.9141387939453125e-06,
1615
+ -8.919276297092438e-06,
1616
+ -7.136911153793335e-05
1617
+ ],
1618
+ "max": [
1619
+ 9.59634780883789e-06,
1620
+ 3.769993782043457e-06,
1621
+ 6.3925981521606445e-06,
1622
+ 3.36281955242157e-05,
1623
+ 6.318092346191406e-06,
1624
+ 4.660431295633316e-05,
1625
+ 0.00011111423373222351
1626
+ ],
1627
+ "mean": [
1628
+ -6.061870299764903e-07,
1629
+ -7.491789080703608e-07,
1630
+ -1.7121266061472595e-06,
1631
+ 6.85575842120035e-08,
1632
+ -4.576235774234758e-09,
1633
+ 1.2899574940927916e-05,
1634
+ 3.599135650136144e-05
1635
+ ],
1636
+ "std": [
1637
+ 1.455862563414131e-06,
1638
+ 8.115972607596523e-07,
1639
+ 9.902505584143174e-07,
1640
+ 7.495277069080548e-06,
1641
+ 2.0256030895278966e-06,
1642
+ 1.3662706778861459e-05,
1643
+ 2.9422481149964947e-05
1644
+ ],
1645
+ "count": [
1646
+ 34112
1647
+ ]
1648
+ },
1649
+ "observation.google_robot.base_position": {
1650
+ "min": [
1651
+ 0.0,
1652
+ 0.0,
1653
+ 0.0
1654
+ ],
1655
+ "max": [
1656
+ 0.0,
1657
+ 0.0,
1658
+ 0.0
1659
+ ],
1660
+ "mean": [
1661
+ 0.0,
1662
+ 0.0,
1663
+ 0.0
1664
+ ],
1665
+ "std": [
1666
+ 0.0,
1667
+ 0.0,
1668
+ 0.0
1669
+ ],
1670
+ "count": [
1671
+ 34112
1672
+ ]
1673
+ },
1674
+ "observation.kinova3.ee_pose": {
1675
+ "min": [
1676
+ 0.2848634421825409,
1677
+ -0.310641884803772,
1678
+ 0.010566516779363155,
1679
+ -0.04941171407699585,
1680
+ 0.9938710331916809,
1681
+ -0.041978031396865845,
1682
+ -0.1080559566617012
1683
+ ],
1684
+ "max": [
1685
+ 0.7675530314445496,
1686
+ 0.22986389696598053,
1687
+ 0.3927065134048462,
1688
+ 0.057085905224084854,
1689
+ 0.9999992847442627,
1690
+ 0.05483664944767952,
1691
+ 0.0858190655708313
1692
+ ],
1693
+ "mean": [
1694
+ 0.5609214162999173,
1695
+ -0.002310219707487192,
1696
+ 0.1298819000849773,
1697
+ -0.001656807347768339,
1698
+ 0.9985704826938921,
1699
+ 0.005496893388307506,
1700
+ -0.012961414468432204
1701
+ ],
1702
+ "std": [
1703
+ 0.08258128415585272,
1704
+ 0.14635976153521824,
1705
+ 0.07668691661107702,
1706
+ 0.01961964358340183,
1707
+ 0.0009379438136789913,
1708
+ 0.02281931999092377,
1709
+ 0.04182621657549436
1710
+ ],
1711
+ "count": [
1712
+ 34112
1713
+ ]
1714
+ },
1715
+ "observation.images.xarm7": {
1716
+ "min": [
1717
+ [
1718
+ [
1719
+ 0.0
1720
+ ]
1721
+ ],
1722
+ [
1723
+ [
1724
+ 0.0
1725
+ ]
1726
+ ],
1727
+ [
1728
+ [
1729
+ 0.0
1730
+ ]
1731
+ ]
1732
+ ],
1733
+ "max": [
1734
+ [
1735
+ [
1736
+ 1.0
1737
+ ]
1738
+ ],
1739
+ [
1740
+ [
1741
+ 1.0
1742
+ ]
1743
+ ],
1744
+ [
1745
+ [
1746
+ 1.0
1747
+ ]
1748
+ ]
1749
+ ],
1750
+ "mean": [
1751
+ [
1752
+ [
1753
+ 0.41342110887411887
1754
+ ]
1755
+ ],
1756
+ [
1757
+ [
1758
+ 0.4087399015492906
1759
+ ]
1760
+ ],
1761
+ [
1762
+ [
1763
+ 0.41732568610074894
1764
+ ]
1765
+ ]
1766
+ ],
1767
+ "std": [
1768
+ [
1769
+ [
1770
+ 0.2827441859800735
1771
+ ]
1772
+ ],
1773
+ [
1774
+ [
1775
+ 0.2498151352970587
1776
+ ]
1777
+ ],
1778
+ [
1779
+ [
1780
+ 0.23150442056185766
1781
+ ]
1782
+ ]
1783
+ ],
1784
+ "count": [
1785
+ 6645
1786
+ ]
1787
+ },
1788
+ "observation.sawyer.joints": {
1789
+ "min": [
1790
+ -1.7931209802627563,
1791
+ -1.5761082172393799,
1792
+ -0.0991189032793045,
1793
+ 1.2298678159713745,
1794
+ -0.9851415157318115,
1795
+ 0.5177028775215149,
1796
+ -3.638542890548706,
1797
+ 0.0
1798
+ ],
1799
+ "max": [
1800
+ -0.07622995227575302,
1801
+ -0.5921888947486877,
1802
+ 2.057110548019409,
1803
+ 2.7452361583709717,
1804
+ 0.04100716859102249,
1805
+ 1.370195984840393,
1806
+ -1.9004175662994385,
1807
+ 1.0
1808
+ ],
1809
+ "mean": [
1810
+ -0.7920010628888129,
1811
+ -0.9957686921679476,
1812
+ 0.8431087582587049,
1813
+ 1.9050253979463347,
1814
+ -0.5350036267566846,
1815
+ 0.9487171263467192,
1816
+ -2.6586333724546054,
1817
+ 0.6232704036584296
1818
+ ],
1819
+ "std": [
1820
+ 0.3004544419447892,
1821
+ 0.18838694619208202,
1822
+ 0.2971740256381298,
1823
+ 0.2284726401337101,
1824
+ 0.20449973736439653,
1825
+ 0.1404181841041413,
1826
+ 0.28804125430653116,
1827
+ 0.48456621342400746
1828
+ ],
1829
+ "count": [
1830
+ 34112
1831
+ ]
1832
+ },
1833
+ "observation.google_robot.ee_error": {
1834
+ "min": [
1835
+ -1.9729137420654297e-05,
1836
+ -1.4469027519226074e-05,
1837
+ -5.8025121688842773e-05,
1838
+ -0.0003440883010625839,
1839
+ -5.733966827392578e-05,
1840
+ -0.00030774250626564026,
1841
+ -0.0017219330184161663
1842
+ ],
1843
+ "max": [
1844
+ 0.00013697147369384766,
1845
+ 9.082257747650146e-06,
1846
+ 6.5267086029052734e-06,
1847
+ 0.00016347691416740417,
1848
+ 3.8564205169677734e-05,
1849
+ 9.59634780883789e-06,
1850
+ 0.00019505620002746582
1851
+ ],
1852
+ "mean": [
1853
+ -2.6780669999380827e-06,
1854
+ 1.7141656627539567e-06,
1855
+ 1.7823785328455683e-06,
1856
+ 1.328172351466143e-05,
1857
+ -8.033487210299782e-07,
1858
+ -5.660762922615987e-05,
1859
+ -5.98471062136145e-05
1860
+ ],
1861
+ "std": [
1862
+ 4.301974148707739e-06,
1863
+ 1.2688342724625846e-06,
1864
+ 1.7319737864263859e-06,
1865
+ 4.724794860995177e-05,
1866
+ 4.138926419325403e-06,
1867
+ 3.9092288367581e-05,
1868
+ 6.284991254614711e-05
1869
+ ],
1870
+ "count": [
1871
+ 34112
1872
+ ]
1873
+ },
1874
+ "observation.xarm7.ee_error": {
1875
+ "min": [
1876
+ -4.023313522338867e-06,
1877
+ -0.0018900632858276367,
1878
+ -5.714595317840576e-06,
1879
+ -0.014289576560258865,
1880
+ -0.004316926002502441,
1881
+ -0.001361822709441185,
1882
+ -0.11466757953166962
1883
+ ],
1884
+ "max": [
1885
+ 0.010644257068634033,
1886
+ 0.001568421721458435,
1887
+ 0.004465609788894653,
1888
+ 0.0023454539477825165,
1889
+ 0.0027542710304260254,
1890
+ 0.0016364045441150665,
1891
+ 9.167566895484924e-05
1892
+ ],
1893
+ "mean": [
1894
+ 0.00015230570978005896,
1895
+ -5.5297195021267335e-06,
1896
+ 2.7972260026567548e-05,
1897
+ 6.208188686543626e-05,
1898
+ -1.768227561227414e-05,
1899
+ -0.00014455739143806574,
1900
+ -0.0007641977253284686
1901
+ ],
1902
+ "std": [
1903
+ 0.0010660927933126123,
1904
+ 9.577979779158913e-05,
1905
+ 0.000208033513092078,
1906
+ 0.0006194316628317416,
1907
+ 0.00020940927297582098,
1908
+ 8.001880747074148e-05,
1909
+ 0.005713033288720149
1910
+ ],
1911
+ "count": [
1912
+ 34112
1913
+ ]
1914
+ },
1915
+ "frame_index": {
1916
+ "min": [
1917
+ 0
1918
+ ],
1919
+ "max": [
1920
+ 826
1921
+ ],
1922
+ "mean": [
1923
+ 343.4104420731707
1924
+ ],
1925
+ "std": [
1926
+ 201.7281720676068
1927
+ ],
1928
+ "count": [
1929
+ 34112
1930
+ ]
1931
+ },
1932
+ "observation.widowX.base_orientation": {
1933
+ "min": [
1934
+ 0.0
1935
+ ],
1936
+ "max": [
1937
+ 0.0
1938
+ ],
1939
+ "mean": [
1940
+ 0.0
1941
+ ],
1942
+ "std": [
1943
+ 0.0
1944
+ ],
1945
+ "count": [
1946
+ 34112
1947
+ ]
1948
+ },
1949
+ "episode_index": {
1950
+ "min": [
1951
+ 0
1952
+ ],
1953
+ "max": [
1954
+ 49
1955
+ ],
1956
+ "mean": [
1957
+ 24.709808864915573
1958
+ ],
1959
+ "std": [
1960
+ 14.557266257031282
1961
+ ],
1962
+ "count": [
1963
+ 34112
1964
+ ]
1965
+ },
1966
+ "timestamp": {
1967
+ "min": [
1968
+ 0.0
1969
+ ],
1970
+ "max": [
1971
+ 27.533333333333335
1972
+ ],
1973
+ "mean": [
1974
+ 11.44701473577236
1975
+ ],
1976
+ "std": [
1977
+ 6.724272402253559
1978
+ ],
1979
+ "count": [
1980
+ 34112
1981
+ ]
1982
+ },
1983
+ "index": {
1984
+ "min": [
1985
+ 0
1986
+ ],
1987
+ "max": [
1988
+ 34111
1989
+ ],
1990
+ "mean": [
1991
+ 17055.5
1992
+ ],
1993
+ "std": [
1994
+ 9847.286187066973
1995
+ ],
1996
+ "count": [
1997
+ 34112
1998
+ ]
1999
+ },
2000
+ "task_index": {
2001
+ "min": [
2002
+ 0
2003
+ ],
2004
+ "max": [
2005
+ 0
2006
+ ],
2007
+ "mean": [
2008
+ 0.0
2009
+ ],
2010
+ "std": [
2011
+ 0.0
2012
+ ],
2013
+ "count": [
2014
+ 34112
2015
+ ]
2016
+ },
2017
+ "observation.xarm7.ee_pose": {
2018
+ "min": [
2019
+ 0.2848527431488037,
2020
+ -0.3106435239315033,
2021
+ 0.01056081522256136,
2022
+ -0.04954686015844345,
2023
+ 0.9937399625778198,
2024
+ -0.04183412343263626,
2025
+ -0.10931742191314697
2026
+ ],
2027
+ "max": [
2028
+ 0.7592443227767944,
2029
+ 0.22985637187957764,
2030
+ 0.3926997780799866,
2031
+ 0.056973524391651154,
2032
+ 0.9999977946281433,
2033
+ 0.05497601628303528,
2034
+ 0.08941932022571564
2035
+ ],
2036
+ "mean": [
2037
+ 0.5609011090697815,
2038
+ -0.0023139011369907197,
2039
+ 0.12988407956545484,
2040
+ -0.0017723714990066364,
2041
+ 0.9985669402136532,
2042
+ 0.00563197673257318,
2043
+ -0.012767683338885756
2044
+ ],
2045
+ "std": [
2046
+ 0.08254772027353369,
2047
+ 0.14635741660027887,
2048
+ 0.07668904789405297,
2049
+ 0.0196502256390497,
2050
+ 0.0009426364270985666,
2051
+ 0.02281504805966715,
2052
+ 0.04193977642332838
2053
+ ],
2054
+ "count": [
2055
+ 34112
2056
+ ]
2057
+ },
2058
+ "observation.images.jaco": {
2059
+ "min": [
2060
+ [
2061
+ [
2062
+ 0.0
2063
+ ]
2064
+ ],
2065
+ [
2066
+ [
2067
+ 0.0
2068
+ ]
2069
+ ],
2070
+ [
2071
+ [
2072
+ 0.0
2073
+ ]
2074
+ ]
2075
+ ],
2076
+ "max": [
2077
+ [
2078
+ [
2079
+ 1.0
2080
+ ]
2081
+ ],
2082
+ [
2083
+ [
2084
+ 1.0
2085
+ ]
2086
+ ],
2087
+ [
2088
+ [
2089
+ 1.0
2090
+ ]
2091
+ ]
2092
+ ],
2093
+ "mean": [
2094
+ [
2095
+ [
2096
+ 0.37155402007639265
2097
+ ]
2098
+ ],
2099
+ [
2100
+ [
2101
+ 0.36945061800115075
2102
+ ]
2103
+ ],
2104
+ [
2105
+ [
2106
+ 0.3801962139029626
2107
+ ]
2108
+ ]
2109
+ ],
2110
+ "std": [
2111
+ [
2112
+ [
2113
+ 0.26916036887105854
2114
+ ]
2115
+ ],
2116
+ [
2117
+ [
2118
+ 0.23234464063439894
2119
+ ]
2120
+ ],
2121
+ [
2122
+ [
2123
+ 0.21368082823450593
2124
+ ]
2125
+ ]
2126
+ ],
2127
+ "count": [
2128
+ 6645
2129
+ ]
2130
+ },
2131
+ "observation.joints": {
2132
+ "min": [
2133
+ -0.46276336908340454,
2134
+ -0.2620261609554291,
2135
+ -0.37377235293388367,
2136
+ -3.010026693344116,
2137
+ -0.015008972026407719,
2138
+ 1.8435403108596802,
2139
+ 0.19562052190303802,
2140
+ 0.0
2141
+ ],
2142
+ "max": [
2143
+ 0.25105541944503784,
2144
+ 1.0239691734313965,
2145
+ 0.25514841079711914,
2146
+ -1.0935540199279785,
2147
+ 0.05838121101260185,
2148
+ 3.0727620124816895,
2149
+ 1.1911247968673706,
2150
+ 1.0
2151
+ ],
2152
+ "mean": [
2153
+ -0.022578512195159113,
2154
+ 0.423514989672987,
2155
+ 0.011579298586410543,
2156
+ -2.0481731319314265,
2157
+ -0.004451618977149923,
2158
+ 2.449345330653562,
2159
+ 0.7655472536352909,
2160
+ 0.6232704036584296
2161
+ ],
2162
+ "std": [
2163
+ 0.16873185427065715,
2164
+ 0.22280200147737123,
2165
+ 0.11867982308034851,
2166
+ 0.2931923030131488,
2167
+ 0.012186178796976045,
2168
+ 0.2222940090188402,
2169
+ 0.2574561352956836,
2170
+ 0.48456621342400746
2171
+ ],
2172
+ "count": [
2173
+ 34112
2174
+ ]
2175
+ },
2176
+ "observation.ur5e.joints": {
2177
+ "min": [
2178
+ -2.4562318325042725,
2179
+ -1.9229573011398315,
2180
+ 0.9562851786613464,
2181
+ -2.5893070697784424,
2182
+ -1.735381007194519,
2183
+ -0.8665347695350647,
2184
+ 0.0
2185
+ ],
2186
+ "max": [
2187
+ -1.3950914144515991,
2188
+ -0.8280223608016968,
2189
+ 2.5442214012145996,
2190
+ -1.5128318071365356,
2191
+ -1.4646633863449097,
2192
+ 0.15003550052642822,
2193
+ 1.0
2194
+ ],
2195
+ "mean": [
2196
+ -1.8183659339921223,
2197
+ -1.2572590794665897,
2198
+ 1.7344094527078056,
2199
+ -2.028825817381575,
2200
+ -1.5767392974283974,
2201
+ -0.2575839661615665,
2202
+ 0.6232704036584296
2203
+ ],
2204
+ "std": [
2205
+ 0.25954457646340723,
2206
+ 0.17991624792889818,
2207
+ 0.25604666851344204,
2208
+ 0.22142171111913586,
2209
+ 0.05344997315506797,
2210
+ 0.26277892290930516,
2211
+ 0.48456621342400746
2212
+ ],
2213
+ "count": [
2214
+ 34112
2215
+ ]
2216
+ },
2217
+ "observation.kuka_iiwa.joints": {
2218
+ "min": [
2219
+ -0.6392391324043274,
2220
+ 0.2534928619861603,
2221
+ -0.033769574016332626,
2222
+ -2.094399929046631,
2223
+ -0.24124015867710114,
2224
+ 0.1893863081932068,
2225
+ -0.4699653089046478,
2226
+ 0.0
2227
+ ],
2228
+ "max": [
2229
+ 0.3612482249736786,
2230
+ 1.2778645753860474,
2231
+ 0.14432556927204132,
2232
+ -0.6737943887710571,
2233
+ 0.013142531737685204,
2234
+ 1.4100594520568848,
2235
+ 0.4354492723941803,
2236
+ 1.0
2237
+ ],
2238
+ "mean": [
2239
+ -0.05592368985698607,
2240
+ 0.840433282277933,
2241
+ 0.06476394312415189,
2242
+ -1.5154514464341788,
2243
+ -0.07219423962722919,
2244
+ 0.8103936479669798,
2245
+ 0.029846056085792487,
2246
+ 0.6232704036584296
2247
+ ],
2248
+ "std": [
2249
+ 0.2382552570054904,
2250
+ 0.17364600331579788,
2251
+ 0.03567468406907472,
2252
+ 0.2589567296608817,
2253
+ 0.04540651813299335,
2254
+ 0.21219310605509334,
2255
+ 0.22505840839641145,
2256
+ 0.48456621342400746
2257
+ ],
2258
+ "count": [
2259
+ 34112
2260
+ ]
2261
+ },
2262
+ "observation.xarm7.base_orientation": {
2263
+ "min": [
2264
+ 0.0
2265
+ ],
2266
+ "max": [
2267
+ 0.0
2268
+ ],
2269
+ "mean": [
2270
+ 0.0
2271
+ ],
2272
+ "std": [
2273
+ 0.0
2274
+ ],
2275
+ "count": [
2276
+ 34112
2277
+ ]
2278
+ }
2279
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a76fc5352d1ea26fd52ed4350891247b3a5bf1ebe7a69fc736aaba36ce0e093b
3
+ size 2581
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:df9958178eb31caa620efdbae05538862cff8329768530a4666c648706f70391
3
+ size 21849988
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:6135f90bd43c9ff65b0d1abd836453b05f5c75e01408db2ff6bea61a88e3bd69
3
+ size 28443117
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:49398f1c3b0226cb55f67d37e55211ac64d4bb16df4af2f88ea4a675b32bb5b7
3
+ size 22580335
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:d0e5d66e6130252ee5d9942c30006e7535d7d1c52b96cdeb8e93d0e71c6e2813
3
+ size 23808949
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:d9c97be793172869a7a9e69326b1348f778db6d57f08bb274762036423b75d3f
3
+ size 22216278
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:8adfb4516d26bab0ab6803adb129c19b0b92b27755797c99203dab96b80e7fac
3
+ size 24007186
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:db0c6e66be36de8d2d2a3839ae134ef6038eeb45a2f39e92403ec14dd2e652f6
3
+ size 24500182
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:18ce2a042eb828a30035092c6b2f321e3df302c896d4b84ec3907c775be06d04
3
+ size 24038930
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:a34766775d31cb646904ab88af1083589f0f21ef3deda2e0797581bb339711a5
3
+ size 22580340