GuanhuaJi commited on
Commit
7b4a887
·
verified ·
1 Parent(s): 00fe630

Add files using upload-large-folder tool

Browse files
README.md ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "viola_test_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: 15
12
+ total_frames: 7411
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
+ # viola_test_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**: 15
30
+ - **Frames**: 7,411
31
+ - **Splits**:
32
+ - `train`: `0:15`
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` | `224×224×3` | Augmented image for google_robot robot |
46
+ | `observation.images.image` | `video` | `224×224×3` | Source robot's image from original dataset |
47
+ | `observation.images.jaco` | `video` | `224×224×3` | Augmented image for jaco robot |
48
+ | `observation.images.kinova3` | `video` | `224×224×3` | Augmented image for kinova3 robot |
49
+ | `observation.images.kuka_iiwa` | `video` | `224×224×3` | Augmented image for kuka_iiwa robot |
50
+ | `observation.images.sawyer` | `video` | `224×224×3` | Augmented image for sawyer robot |
51
+ | `observation.images.ur5e` | `video` | `224×224×3` | Augmented image for ur5e robot |
52
+ | `observation.images.widowX` | `video` | `224×224×3` | Augmented image for widowX robot |
53
+ | `observation.images.xarm7` | `video` | `224×224×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` | `16` | 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://proceedings.mlr.press/v205/zhu23a.html](https://proceedings.mlr.press/v205/zhu23a.html)
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{zhu2023viola,
121
+ title = {VIOLA: Imitation Learning for Vision-Based Manipulation with Object Proposal Priors},
122
+ author = {Zhu, Yifeng and Joshi, Abhishek and Stone, Peter and Zhu, Yuke},
123
+ booktitle = {Proceedings of The 6th Conference on Robot Learning},
124
+ series = {Proceedings of Machine Learning Research},
125
+ volume = {205},
126
+ pages = {1199--1210},
127
+ year = {2023},
128
+ publisher = {PMLR},
129
+ url = {https://proceedings.mlr.press/v205/zhu23a.html}
130
+ }
131
+ ```
132
+
133
+ ## OXE-AugE Dataset Citation (ours)
134
+
135
+ ```bibtex
136
+ @misc{
137
+ ji2025oxeaug,
138
+ title = {OXE-AugE: A Large-Scale Robot Augmentation of OXE for Scaling Cross-Embodiment Policy Learning},
139
+ 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},
140
+ year = {2025},
141
+ note = {Manuscript}
142
+ }
143
+ ```
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67d9ec88718cb8920d911475ead588281c468d34ce2604fdf4a9038d36e3f066
3
+ size 7870995
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7236c369fc9770130540a10e46f6aa251c3f8593cfab7e98c8faffc2aaf15839
3
+ size 364898
meta/info.json ADDED
@@ -0,0 +1,528 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "mixed",
4
+ "total_episodes": 15,
5
+ "total_frames": 7411,
6
+ "total_tasks": 3,
7
+ "chunks_size": 1000,
8
+ "fps": 20,
9
+ "splits": {
10
+ "train": "0:15"
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
+ 224,
54
+ 224,
55
+ 3
56
+ ],
57
+ "info": {
58
+ "video.height": 224,
59
+ "video.width": 224,
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
+ 224,
107
+ 224,
108
+ 3
109
+ ],
110
+ "info": {
111
+ "video.height": 224,
112
+ "video.width": 224,
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
+ 224,
160
+ 224,
161
+ 3
162
+ ],
163
+ "info": {
164
+ "video.height": 224,
165
+ "video.width": 224,
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
+ 224,
213
+ 224,
214
+ 3
215
+ ],
216
+ "info": {
217
+ "video.height": 224,
218
+ "video.width": 224,
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
+ 224,
266
+ 224,
267
+ 3
268
+ ],
269
+ "info": {
270
+ "video.height": 224,
271
+ "video.width": 224,
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
+ 224,
319
+ 224,
320
+ 3
321
+ ],
322
+ "info": {
323
+ "video.height": 224,
324
+ "video.width": 224,
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
+ 224,
372
+ 224,
373
+ 3
374
+ ],
375
+ "info": {
376
+ "video.height": 224,
377
+ "video.width": 224,
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
+ 224,
425
+ 224,
426
+ 3
427
+ ],
428
+ "info": {
429
+ "video.height": 224,
430
+ "video.width": 224,
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
+ 224,
443
+ 224,
444
+ 3
445
+ ],
446
+ "info": {
447
+ "video.height": 224,
448
+ "video.width": 224,
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
+ 16
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,2247 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.google_robot.ee_error": {
3
+ "min": [
4
+ -0.001690685749053955,
5
+ -0.012824617326259613,
6
+ -0.009083211421966553,
7
+ -0.23188482224941254,
8
+ -1.4579336643218994,
9
+ -1.4133237600326538,
10
+ -0.20475080609321594
11
+ ],
12
+ "max": [
13
+ 0.01677238941192627,
14
+ 0.006776571273803711,
15
+ 0.0028831958770751953,
16
+ 0.49937111139297485,
17
+ 1.4133014678955078,
18
+ 1.450178861618042,
19
+ 0.5291075110435486
20
+ ],
21
+ "mean": [
22
+ 0.0022529312762272326,
23
+ -0.0005371284403491155,
24
+ -0.0005053456871333046,
25
+ 0.0006187411850266585,
26
+ -0.03379158218017308,
27
+ 0.0347981333008901,
28
+ -0.010467363610555046
29
+ ],
30
+ "std": [
31
+ 0.003967010097550391,
32
+ 0.002191054476785792,
33
+ 0.001418412548877931,
34
+ 0.03153896912000112,
35
+ 0.21894762638904813,
36
+ 0.22001253003775886,
37
+ 0.0406641270282343
38
+ ],
39
+ "count": [
40
+ 7411
41
+ ]
42
+ },
43
+ "observation.google_robot.base_orientation": {
44
+ "min": [
45
+ 0.0
46
+ ],
47
+ "max": [
48
+ 0.0
49
+ ],
50
+ "mean": [
51
+ 0.0
52
+ ],
53
+ "std": [
54
+ 0.0
55
+ ],
56
+ "count": [
57
+ 7411
58
+ ]
59
+ },
60
+ "observation.sawyer.ee_error": {
61
+ "min": [
62
+ -2.5212764739990234e-05,
63
+ -8.60169529914856e-06,
64
+ -1.8551945686340332e-05,
65
+ -0.0004291534423828125,
66
+ -1.3756505250930786,
67
+ -1.4133495092391968,
68
+ -0.00011761672794818878
69
+ ],
70
+ "max": [
71
+ 5.602836608886719e-06,
72
+ 9.000301361083984e-06,
73
+ 1.87605619430542e-05,
74
+ 0.3028894066810608,
75
+ 1.4133658409118652,
76
+ 1.3758134841918945,
77
+ 0.3506859540939331
78
+ ],
79
+ "mean": [
80
+ -3.354639198945712e-06,
81
+ -3.888995226283208e-06,
82
+ 1.0851102813021226e-06,
83
+ -2.5189729617060923e-05,
84
+ 0.00019588047972305206,
85
+ -0.00012635835201512782,
86
+ 9.761815053105095e-05
87
+ ],
88
+ "std": [
89
+ 3.3969563399952806e-06,
90
+ 3.607730619247638e-06,
91
+ 4.455208645884572e-06,
92
+ 0.003629813547611671,
93
+ 0.028184598310855593,
94
+ 0.028186516132124688,
95
+ 0.00414359331670304
96
+ ],
97
+ "count": [
98
+ 7411
99
+ ]
100
+ },
101
+ "observation.images.widowX": {
102
+ "min": [
103
+ [
104
+ [
105
+ 0.0
106
+ ]
107
+ ],
108
+ [
109
+ [
110
+ 0.0
111
+ ]
112
+ ],
113
+ [
114
+ [
115
+ 0.0
116
+ ]
117
+ ]
118
+ ],
119
+ "max": [
120
+ [
121
+ [
122
+ 1.0
123
+ ]
124
+ ],
125
+ [
126
+ [
127
+ 1.0
128
+ ]
129
+ ],
130
+ [
131
+ [
132
+ 1.0
133
+ ]
134
+ ]
135
+ ],
136
+ "mean": [
137
+ [
138
+ [
139
+ 0.3936240782916527
140
+ ]
141
+ ],
142
+ [
143
+ [
144
+ 0.38374182437237914
145
+ ]
146
+ ],
147
+ [
148
+ [
149
+ 0.3926175543613329
150
+ ]
151
+ ]
152
+ ],
153
+ "std": [
154
+ [
155
+ [
156
+ 0.29530399973653515
157
+ ]
158
+ ],
159
+ [
160
+ [
161
+ 0.28510230299207356
162
+ ]
163
+ ],
164
+ [
165
+ [
166
+ 0.2801443996333812
167
+ ]
168
+ ]
169
+ ],
170
+ "count": [
171
+ 1652
172
+ ]
173
+ },
174
+ "observation.images.ur5e": {
175
+ "min": [
176
+ [
177
+ [
178
+ 0.0
179
+ ]
180
+ ],
181
+ [
182
+ [
183
+ 0.0
184
+ ]
185
+ ],
186
+ [
187
+ [
188
+ 0.0
189
+ ]
190
+ ]
191
+ ],
192
+ "max": [
193
+ [
194
+ [
195
+ 1.0
196
+ ]
197
+ ],
198
+ [
199
+ [
200
+ 1.0
201
+ ]
202
+ ],
203
+ [
204
+ [
205
+ 1.0
206
+ ]
207
+ ]
208
+ ],
209
+ "mean": [
210
+ [
211
+ [
212
+ 0.3932782272261205
213
+ ]
214
+ ],
215
+ [
216
+ [
217
+ 0.3843504472006721
218
+ ]
219
+ ],
220
+ [
221
+ [
222
+ 0.3946017047954927
223
+ ]
224
+ ]
225
+ ],
226
+ "std": [
227
+ [
228
+ [
229
+ 0.29910638834687503
230
+ ]
231
+ ],
232
+ [
233
+ [
234
+ 0.2886819654767088
235
+ ]
236
+ ],
237
+ [
238
+ [
239
+ 0.28394930150160036
240
+ ]
241
+ ]
242
+ ],
243
+ "count": [
244
+ 1652
245
+ ]
246
+ },
247
+ "observation.ur5e.ee_pose": {
248
+ "min": [
249
+ 0.38845252990722656,
250
+ -0.2785404324531555,
251
+ 0.01231415942311287,
252
+ -0.3915187418460846,
253
+ -0.7066450119018555,
254
+ -0.7066596746444702,
255
+ -0.3329843282699585
256
+ ],
257
+ "max": [
258
+ 0.6977093815803528,
259
+ 0.19609099626541138,
260
+ 0.4842408001422882,
261
+ 0.3355241119861603,
262
+ 0.9999991059303284,
263
+ 0.9003235101699829,
264
+ 0.28283968567848206
265
+ ],
266
+ "mean": [
267
+ 0.5447995180085417,
268
+ 0.0054035179750299405,
269
+ 0.23350977072058185,
270
+ -0.04230943609715451,
271
+ 0.6464348316811916,
272
+ -0.039644173909325044,
273
+ 0.006427983045434742
274
+ ],
275
+ "std": [
276
+ 0.06003219644607768,
277
+ 0.12926733951294908,
278
+ 0.13343003768817294,
279
+ 0.1296093326055022,
280
+ 0.6021090713938569,
281
+ 0.4409776086986679,
282
+ 0.07017017718159187
283
+ ],
284
+ "count": [
285
+ 7411
286
+ ]
287
+ },
288
+ "observation.kinova3.joints": {
289
+ "min": [
290
+ -0.453398197889328,
291
+ -0.4526638388633728,
292
+ -0.3923604488372803,
293
+ -0.019260620698332787,
294
+ -0.8955434560775757,
295
+ 0.5364490151405334,
296
+ -2.0928657054901123,
297
+ 0.0
298
+ ],
299
+ "max": [
300
+ 0.38911372423171997,
301
+ 1.1458152532577515,
302
+ 0.609607458114624,
303
+ 1.9035604000091553,
304
+ 0.13673922419548035,
305
+ 2.0899999141693115,
306
+ 0.7777643799781799,
307
+ 1.0
308
+ ],
309
+ "mean": [
310
+ 0.016127816987410035,
311
+ 0.7296105476143775,
312
+ 0.0671253779641917,
313
+ 1.063392744463572,
314
+ -0.22266055937897153,
315
+ 1.3507526182819516,
316
+ -0.578203478392006,
317
+ 0.28282282926014535
318
+ ],
319
+ "std": [
320
+ 0.17774089547222555,
321
+ 0.16331857595979593,
322
+ 0.22323626163074445,
323
+ 0.516156165688409,
324
+ 0.22628205844077923,
325
+ 0.4604720370270652,
326
+ 0.6633812589362901,
327
+ 0.4503710387628588
328
+ ],
329
+ "count": [
330
+ 7411
331
+ ]
332
+ },
333
+ "observation.xarm7.ee_error": {
334
+ "min": [
335
+ -0.008240826427936554,
336
+ -0.0010569952428340912,
337
+ -1.9203871488571167e-06,
338
+ -0.18572553992271423,
339
+ -1.4134330749511719,
340
+ -0.005651652812957764,
341
+ -0.36701351404190063
342
+ ],
343
+ "max": [
344
+ 0.009575903415679932,
345
+ 0.0035858899354934692,
346
+ 0.037674546241760254,
347
+ 0.3030402660369873,
348
+ 0.07832640409469604,
349
+ 1.4134637117385864,
350
+ 0.35057955980300903
351
+ ],
352
+ "mean": [
353
+ 0.000522979948620937,
354
+ 0.0001331229833569085,
355
+ 0.0004235656657469493,
356
+ 0.0004445395291163225,
357
+ -0.0020784553151885453,
358
+ 0.0019966272780041774,
359
+ -0.0015996366866514952
360
+ ],
361
+ "std": [
362
+ 0.0016946280890410422,
363
+ 0.00048065180563172075,
364
+ 0.0014265532505227322,
365
+ 0.008169933224731099,
366
+ 0.05416957800959357,
367
+ 0.05420144786282382,
368
+ 0.009662702881329654
369
+ ],
370
+ "count": [
371
+ 7411
372
+ ]
373
+ },
374
+ "observation.widowX.joints": {
375
+ "min": [
376
+ -1.1840511560440063,
377
+ -0.5613809823989868,
378
+ -0.9882842302322388,
379
+ -3.0466511249542236,
380
+ -0.023494532331824303,
381
+ -3.141580104827881,
382
+ 0.0
383
+ ],
384
+ "max": [
385
+ 0.629152774810791,
386
+ 0.8236017227172852,
387
+ 1.2785512208938599,
388
+ 0.9577849507331848,
389
+ 2.146749973297119,
390
+ -0.00933049526065588,
391
+ 1.0
392
+ ],
393
+ "mean": [
394
+ -0.07082519310484703,
395
+ 0.11018600007522895,
396
+ 0.2925214655486224,
397
+ 0.07559453326449223,
398
+ 1.147905204902051,
399
+ -2.4934730486836996,
400
+ 0.28282282926014535
401
+ ],
402
+ "std": [
403
+ 0.4477004356443135,
404
+ 0.28808443497181074,
405
+ 0.47242743937170856,
406
+ 0.4471522540595124,
407
+ 0.5742035639204509,
408
+ 0.7260732529396262,
409
+ 0.4503710387628588
410
+ ],
411
+ "count": [
412
+ 7411
413
+ ]
414
+ },
415
+ "observation.jaco.joints": {
416
+ "min": [
417
+ -0.3849197030067444,
418
+ 1.8769205808639526,
419
+ 3.1581480503082275,
420
+ -0.6773141622543335,
421
+ -4.975423812866211,
422
+ -4.71566915512085,
423
+ 0.0
424
+ ],
425
+ "max": [
426
+ 0.6948603987693787,
427
+ 3.5983920097351074,
428
+ 5.001587390899658,
429
+ 2.7886788845062256,
430
+ -0.4622431993484497,
431
+ -0.5735084414482117,
432
+ 1.0
433
+ ],
434
+ "mean": [
435
+ 0.14517098817565408,
436
+ 2.302729314806136,
437
+ 4.180992254376363,
438
+ 0.42783589202346667,
439
+ -1.6456300503424892,
440
+ -3.0181960855606773,
441
+ 0.28282282926014535
442
+ ],
443
+ "std": [
444
+ 0.23783856041193155,
445
+ 0.1622732694000389,
446
+ 0.4858038224739575,
447
+ 0.5846517176873836,
448
+ 0.8170784702884737,
449
+ 0.7426730642619106,
450
+ 0.4503710387628588
451
+ ],
452
+ "count": [
453
+ 7411
454
+ ]
455
+ },
456
+ "observation.kinova3.base_position": {
457
+ "min": [
458
+ 0.0,
459
+ 0.0,
460
+ 0.0
461
+ ],
462
+ "max": [
463
+ 0.0,
464
+ 0.0,
465
+ 0.0
466
+ ],
467
+ "mean": [
468
+ 0.0,
469
+ 0.0,
470
+ 0.0
471
+ ],
472
+ "std": [
473
+ 0.0,
474
+ 0.0,
475
+ 0.0
476
+ ],
477
+ "count": [
478
+ 7411
479
+ ]
480
+ },
481
+ "observation.jaco.base_position": {
482
+ "min": [
483
+ 0.0,
484
+ 0.0,
485
+ 0.0
486
+ ],
487
+ "max": [
488
+ 0.0,
489
+ 0.0,
490
+ 0.0
491
+ ],
492
+ "mean": [
493
+ 0.0,
494
+ 0.0,
495
+ 0.0
496
+ ],
497
+ "std": [
498
+ 0.0,
499
+ 0.0,
500
+ 0.0
501
+ ],
502
+ "count": [
503
+ 7411
504
+ ]
505
+ },
506
+ "timestamp": {
507
+ "min": [
508
+ 0.0
509
+ ],
510
+ "max": [
511
+ 25.933333333333334
512
+ ],
513
+ "mean": [
514
+ 8.752624477128592
515
+ ],
516
+ "std": [
517
+ 5.705770486981305
518
+ ],
519
+ "count": [
520
+ 7411
521
+ ]
522
+ },
523
+ "observation.widowX.base_orientation": {
524
+ "min": [
525
+ 0.0
526
+ ],
527
+ "max": [
528
+ 0.0
529
+ ],
530
+ "mean": [
531
+ 0.0
532
+ ],
533
+ "std": [
534
+ 0.0
535
+ ],
536
+ "count": [
537
+ 7411
538
+ ]
539
+ },
540
+ "observation.images.sawyer": {
541
+ "min": [
542
+ [
543
+ [
544
+ 0.0
545
+ ]
546
+ ],
547
+ [
548
+ [
549
+ 0.0
550
+ ]
551
+ ],
552
+ [
553
+ [
554
+ 0.0
555
+ ]
556
+ ]
557
+ ],
558
+ "max": [
559
+ [
560
+ [
561
+ 1.0
562
+ ]
563
+ ],
564
+ [
565
+ [
566
+ 1.0
567
+ ]
568
+ ],
569
+ [
570
+ [
571
+ 1.0
572
+ ]
573
+ ]
574
+ ],
575
+ "mean": [
576
+ [
577
+ [
578
+ 0.39543020602800755
579
+ ]
580
+ ],
581
+ [
582
+ [
583
+ 0.3803653785969594
584
+ ]
585
+ ],
586
+ [
587
+ [
588
+ 0.3899565350693848
589
+ ]
590
+ ]
591
+ ],
592
+ "std": [
593
+ [
594
+ [
595
+ 0.2961840624717541
596
+ ]
597
+ ],
598
+ [
599
+ [
600
+ 0.2879791991410057
601
+ ]
602
+ ],
603
+ [
604
+ [
605
+ 0.2833000100634113
606
+ ]
607
+ ]
608
+ ],
609
+ "count": [
610
+ 1652
611
+ ]
612
+ },
613
+ "observation.images.kuka_iiwa": {
614
+ "min": [
615
+ [
616
+ [
617
+ 0.0
618
+ ]
619
+ ],
620
+ [
621
+ [
622
+ 0.0
623
+ ]
624
+ ],
625
+ [
626
+ [
627
+ 0.0
628
+ ]
629
+ ]
630
+ ],
631
+ "max": [
632
+ [
633
+ [
634
+ 1.0
635
+ ]
636
+ ],
637
+ [
638
+ [
639
+ 1.0
640
+ ]
641
+ ],
642
+ [
643
+ [
644
+ 1.0
645
+ ]
646
+ ]
647
+ ],
648
+ "mean": [
649
+ [
650
+ [
651
+ 0.39583332287780426
652
+ ]
653
+ ],
654
+ [
655
+ [
656
+ 0.3848207354313548
657
+ ]
658
+ ],
659
+ [
660
+ [
661
+ 0.39313853123346804
662
+ ]
663
+ ]
664
+ ],
665
+ "std": [
666
+ [
667
+ [
668
+ 0.29921367883400324
669
+ ]
670
+ ],
671
+ [
672
+ [
673
+ 0.28816132156407753
674
+ ]
675
+ ],
676
+ [
677
+ [
678
+ 0.2842267918381976
679
+ ]
680
+ ]
681
+ ],
682
+ "count": [
683
+ 1652
684
+ ]
685
+ },
686
+ "observation.state": {
687
+ "min": [
688
+ -0.6214271783828735,
689
+ -0.999977707862854,
690
+ -0.822016179561615,
691
+ 0.0,
692
+ -0.9999890327453613,
693
+ -0.9999903440475464,
694
+ -0.6537421345710754,
695
+ 0.0,
696
+ -0.2541292905807495,
697
+ -0.25032690167427063,
698
+ -0.9999980330467224,
699
+ 0.0,
700
+ 0.0,
701
+ -0.27909141778945923,
702
+ 0.0,
703
+ 0.0
704
+ ],
705
+ "max": [
706
+ 0.9999901056289673,
707
+ 0.3381558656692505,
708
+ 0.270874559879303,
709
+ 0.0,
710
+ 0.35126402974128723,
711
+ 0.6245174407958984,
712
+ 0.2587916851043701,
713
+ 0.0,
714
+ 0.4421885013580322,
715
+ 0.824807345867157,
716
+ 0.0,
717
+ 0.0,
718
+ 0.6980059742927551,
719
+ 0.19637537002563477,
720
+ 0.48091694712638855,
721
+ 1.0
722
+ ],
723
+ "mean": [
724
+ 0.5978158824623331,
725
+ -0.4256730405119906,
726
+ -0.049056918358973405,
727
+ 0.0,
728
+ -0.4422380181599719,
729
+ -0.5705639632619066,
730
+ -0.10380433845084808,
731
+ 0.0,
732
+ 0.014121021816790738,
733
+ 0.13973917634088273,
734
+ -0.9527474583248879,
735
+ 0.0,
736
+ 0.5447863259870117,
737
+ 0.005874585439710542,
738
+ 0.23023354355409195,
739
+ 0.9998650679204197
740
+ ],
741
+ "std": [
742
+ 0.4755322129259162,
743
+ 0.44233525290692915,
744
+ 0.192526544575021,
745
+ 0.0,
746
+ 0.45966430575488093,
747
+ 0.4695458067891309,
748
+ 0.1902320565261161,
749
+ 0.0,
750
+ 0.09626093999086502,
751
+ 0.23967834264610816,
752
+ 0.075491415746462,
753
+ 0.0,
754
+ 0.060406928252494406,
755
+ 0.12967497409412193,
756
+ 0.1335027755969077,
757
+ 0.011615407261225532
758
+ ],
759
+ "count": [
760
+ 7411
761
+ ]
762
+ },
763
+ "observation.joints": {
764
+ "min": [
765
+ -0.34956327080726624,
766
+ -0.20506450533866882,
767
+ -0.4671708047389984,
768
+ -2.63865327835083,
769
+ -0.26001858711242676,
770
+ 1.559928059577942,
771
+ -0.004621912259608507,
772
+ 0.0
773
+ ],
774
+ "max": [
775
+ 0.2953844666481018,
776
+ 0.7998407483100891,
777
+ 0.20025743544101715,
778
+ -1.526257872581482,
779
+ 1.0586317777633667,
780
+ 3.008079767227173,
781
+ 2.8213107585906982,
782
+ 1.0
783
+ ],
784
+ "mean": [
785
+ 0.029623172145008623,
786
+ 0.22306859266249665,
787
+ -0.06052272386247356,
788
+ -2.0791037535155903,
789
+ 0.23561587851610669,
790
+ 2.287940588159578,
791
+ 1.2765271435252343,
792
+ 0.28282282926014535
793
+ ],
794
+ "std": [
795
+ 0.10895561266477868,
796
+ 0.21321326829552473,
797
+ 0.14461090794382875,
798
+ 0.2699179539266287,
799
+ 0.3038299017839891,
800
+ 0.3567549977788984,
801
+ 0.7356150758614379,
802
+ 0.4503710387628588
803
+ ],
804
+ "count": [
805
+ 7411
806
+ ]
807
+ },
808
+ "observation.ur5e.joints": {
809
+ "min": [
810
+ -2.414769411087036,
811
+ -1.7045245170593262,
812
+ 0.8741554617881775,
813
+ -2.641637086868286,
814
+ -1.819075107574463,
815
+ -0.666566014289856,
816
+ 0.0
817
+ ],
818
+ "max": [
819
+ -1.4405864477157593,
820
+ -0.9980937838554382,
821
+ 2.2988224029541016,
822
+ -1.0598533153533936,
823
+ -0.7017980813980103,
824
+ 1.8872880935668945,
825
+ 1.0
826
+ ],
827
+ "mean": [
828
+ -1.8813225456841833,
829
+ -1.371877663676965,
830
+ 1.6394411609202098,
831
+ -1.8052596369666007,
832
+ -1.4211462511255133,
833
+ 0.35271624616515523,
834
+ 0.28282282926014535
835
+ ],
836
+ "std": [
837
+ 0.21842788112997574,
838
+ 0.14156510601307046,
839
+ 0.3547370651012858,
840
+ 0.3910348792948925,
841
+ 0.24617707138654604,
842
+ 0.7123146287194108,
843
+ 0.4503710387628588
844
+ ],
845
+ "count": [
846
+ 7411
847
+ ]
848
+ },
849
+ "observation.kinova3.ee_error": {
850
+ "min": [
851
+ -0.012642383575439453,
852
+ -0.0005340948700904846,
853
+ -4.626810550689697e-06,
854
+ -0.17788833379745483,
855
+ -1.4133199453353882,
856
+ -0.00517505407333374,
857
+ -0.43614235520362854
858
+ ],
859
+ "max": [
860
+ 0.004536032676696777,
861
+ 0.001760631799697876,
862
+ 0.025809109210968018,
863
+ 0.07851403206586838,
864
+ 0.10875177383422852,
865
+ 1.4138031005859375,
866
+ 0.05491875857114792
867
+ ],
868
+ "mean": [
869
+ 0.0002296139922440665,
870
+ 4.4542574939577055e-05,
871
+ 0.0002010670075628631,
872
+ 0.0007175475783753613,
873
+ -0.0012976969298081583,
874
+ 0.0013827222093142626,
875
+ -0.0029056541512828414
876
+ ],
877
+ "std": [
878
+ 0.0007264741778059422,
879
+ 0.0001804340141335069,
880
+ 0.0006835560966422342,
881
+ 0.009369782852709741,
882
+ 0.04328742831853803,
883
+ 0.043308543974227204,
884
+ 0.01294927079425395
885
+ ],
886
+ "count": [
887
+ 7411
888
+ ]
889
+ },
890
+ "observation.kuka_iiwa.joints": {
891
+ "min": [
892
+ -0.4972027540206909,
893
+ -0.5958693623542786,
894
+ -0.42077645659446716,
895
+ -2.0435526371002197,
896
+ -0.16180282831192017,
897
+ 0.2882802486419678,
898
+ -0.7847310900688171,
899
+ 0.0
900
+ ],
901
+ "max": [
902
+ 0.4964064359664917,
903
+ 1.1051592826843262,
904
+ 0.6551608443260193,
905
+ -1.1092040538787842,
906
+ 0.8859275579452515,
907
+ 2.094399929046631,
908
+ 1.9857840538024902,
909
+ 1.0
910
+ ],
911
+ "mean": [
912
+ -0.07459525880959895,
913
+ 0.6689488329139095,
914
+ 0.02447661344713949,
915
+ -1.5711110633421066,
916
+ 0.17786070868720263,
917
+ 0.9176414969510804,
918
+ 0.5116819548598428,
919
+ 0.28282282926014535
920
+ ],
921
+ "std": [
922
+ 0.20506233561712117,
923
+ 0.19214572795677648,
924
+ 0.21976262751910436,
925
+ 0.23151269575274902,
926
+ 0.22913844893016033,
927
+ 0.3285163753195678,
928
+ 0.6517375853452352,
929
+ 0.4503710387628588
930
+ ],
931
+ "count": [
932
+ 7411
933
+ ]
934
+ },
935
+ "observation.kuka_iiwa.base_position": {
936
+ "min": [
937
+ 0.0,
938
+ 0.0,
939
+ 0.0
940
+ ],
941
+ "max": [
942
+ 0.0,
943
+ 0.0,
944
+ 0.0
945
+ ],
946
+ "mean": [
947
+ 0.0,
948
+ 0.0,
949
+ 0.0
950
+ ],
951
+ "std": [
952
+ 0.0,
953
+ 0.0,
954
+ 0.0
955
+ ],
956
+ "count": [
957
+ 7411
958
+ ]
959
+ },
960
+ "observation.images.google_robot": {
961
+ "min": [
962
+ [
963
+ [
964
+ 0.0
965
+ ]
966
+ ],
967
+ [
968
+ [
969
+ 0.0
970
+ ]
971
+ ],
972
+ [
973
+ [
974
+ 0.0
975
+ ]
976
+ ]
977
+ ],
978
+ "max": [
979
+ [
980
+ [
981
+ 1.0
982
+ ]
983
+ ],
984
+ [
985
+ [
986
+ 1.0
987
+ ]
988
+ ],
989
+ [
990
+ [
991
+ 1.0
992
+ ]
993
+ ]
994
+ ],
995
+ "mean": [
996
+ [
997
+ [
998
+ 0.41637493488618205
999
+ ]
1000
+ ],
1001
+ [
1002
+ [
1003
+ 0.40599420060851216
1004
+ ]
1005
+ ],
1006
+ [
1007
+ [
1008
+ 0.4125769735103485
1009
+ ]
1010
+ ]
1011
+ ],
1012
+ "std": [
1013
+ [
1014
+ [
1015
+ 0.29930544725267216
1016
+ ]
1017
+ ],
1018
+ [
1019
+ [
1020
+ 0.2895294296780685
1021
+ ]
1022
+ ],
1023
+ [
1024
+ [
1025
+ 0.2834170815713697
1026
+ ]
1027
+ ]
1028
+ ],
1029
+ "count": [
1030
+ 1652
1031
+ ]
1032
+ },
1033
+ "observation.google_robot.joints": {
1034
+ "min": [
1035
+ -0.49134349822998047,
1036
+ 0.9526471495628357,
1037
+ -0.35944274067878723,
1038
+ -1.3501344919204712,
1039
+ -0.5359644293785095,
1040
+ -1.7899999618530273,
1041
+ -3.0322701930999756,
1042
+ 0.0
1043
+ ],
1044
+ "max": [
1045
+ 0.9154012203216553,
1046
+ 2.2804245948791504,
1047
+ 3.7100000381469727,
1048
+ 1.215490460395813,
1049
+ 2.9200000762939453,
1050
+ 1.7869501113891602,
1051
+ 1.350000023841858,
1052
+ 1.0
1053
+ ],
1054
+ "mean": [
1055
+ 0.2800851676279068,
1056
+ 1.442607093397832,
1057
+ 0.882641243149058,
1058
+ 0.1982508523472889,
1059
+ 1.0299092092538535,
1060
+ -0.3683545419584642,
1061
+ -0.385994556212036,
1062
+ 0.28282282926014535
1063
+ ],
1064
+ "std": [
1065
+ 0.24305429814502488,
1066
+ 0.2585550124550467,
1067
+ 0.7871023119843986,
1068
+ 0.5915696008448216,
1069
+ 1.1025967653319866,
1070
+ 1.3363479098916216,
1071
+ 1.4171809103038935,
1072
+ 0.4503710387628588
1073
+ ],
1074
+ "count": [
1075
+ 7411
1076
+ ]
1077
+ },
1078
+ "observation.sawyer.ee_pose": {
1079
+ "min": [
1080
+ 0.08799941837787628,
1081
+ -0.27853572368621826,
1082
+ 0.012309753336012363,
1083
+ -0.39159104228019714,
1084
+ -0.7066469788551331,
1085
+ -0.7066277861595154,
1086
+ -0.3329658806324005
1087
+ ],
1088
+ "max": [
1089
+ 0.6977134346961975,
1090
+ 0.19609792530536652,
1091
+ 0.8259975910186768,
1092
+ 0.33536121249198914,
1093
+ 0.9999988079071045,
1094
+ 0.9003778696060181,
1095
+ 0.2828253507614136
1096
+ ],
1097
+ "mean": [
1098
+ 0.5447535866741033,
1099
+ 0.005403352950349894,
1100
+ 0.23358325957105866,
1101
+ -0.04229793961643642,
1102
+ 0.6460390243352047,
1103
+ -0.03927086862041639,
1104
+ 0.006337190603771019
1105
+ ],
1106
+ "std": [
1107
+ 0.0602574911384502,
1108
+ 0.12926702159752343,
1109
+ 0.13361018320707496,
1110
+ 0.12955384518632632,
1111
+ 0.6024891473955662,
1112
+ 0.4410889477481429,
1113
+ 0.07018212903485906
1114
+ ],
1115
+ "count": [
1116
+ 7411
1117
+ ]
1118
+ },
1119
+ "observation.google_robot.base_position": {
1120
+ "min": [
1121
+ 0.22499999403953552,
1122
+ 0.0,
1123
+ 0.10000000149011612
1124
+ ],
1125
+ "max": [
1126
+ 0.22499999403953552,
1127
+ 0.0,
1128
+ 0.10000000149011612
1129
+ ],
1130
+ "mean": [
1131
+ 0.2249994984728784,
1132
+ 0.0,
1133
+ 0.09999963253205676
1134
+ ],
1135
+ "std": [
1136
+ 9.295173092627915e-07,
1137
+ 0.0,
1138
+ 5.352594589523474e-07
1139
+ ],
1140
+ "count": [
1141
+ 7411
1142
+ ]
1143
+ },
1144
+ "observation.images.jaco": {
1145
+ "min": [
1146
+ [
1147
+ [
1148
+ 0.0
1149
+ ]
1150
+ ],
1151
+ [
1152
+ [
1153
+ 0.0
1154
+ ]
1155
+ ],
1156
+ [
1157
+ [
1158
+ 0.0
1159
+ ]
1160
+ ]
1161
+ ],
1162
+ "max": [
1163
+ [
1164
+ [
1165
+ 1.0
1166
+ ]
1167
+ ],
1168
+ [
1169
+ [
1170
+ 1.0
1171
+ ]
1172
+ ],
1173
+ [
1174
+ [
1175
+ 1.0
1176
+ ]
1177
+ ]
1178
+ ],
1179
+ "mean": [
1180
+ [
1181
+ [
1182
+ 0.3958251737627556
1183
+ ]
1184
+ ],
1185
+ [
1186
+ [
1187
+ 0.386985144958407
1188
+ ]
1189
+ ],
1190
+ [
1191
+ [
1192
+ 0.39733742269229133
1193
+ ]
1194
+ ]
1195
+ ],
1196
+ "std": [
1197
+ [
1198
+ [
1199
+ 0.29819328432373154
1200
+ ]
1201
+ ],
1202
+ [
1203
+ [
1204
+ 0.2877895725890148
1205
+ ]
1206
+ ],
1207
+ [
1208
+ [
1209
+ 0.28315808736835923
1210
+ ]
1211
+ ]
1212
+ ],
1213
+ "count": [
1214
+ 1652
1215
+ ]
1216
+ },
1217
+ "observation.kinova3.base_orientation": {
1218
+ "min": [
1219
+ 0.0
1220
+ ],
1221
+ "max": [
1222
+ 0.0
1223
+ ],
1224
+ "mean": [
1225
+ 0.0
1226
+ ],
1227
+ "std": [
1228
+ 0.0
1229
+ ],
1230
+ "count": [
1231
+ 7411
1232
+ ]
1233
+ },
1234
+ "observation.images.kinova3": {
1235
+ "min": [
1236
+ [
1237
+ [
1238
+ 0.0
1239
+ ]
1240
+ ],
1241
+ [
1242
+ [
1243
+ 0.0
1244
+ ]
1245
+ ],
1246
+ [
1247
+ [
1248
+ 0.0
1249
+ ]
1250
+ ]
1251
+ ],
1252
+ "max": [
1253
+ [
1254
+ [
1255
+ 1.0
1256
+ ]
1257
+ ],
1258
+ [
1259
+ [
1260
+ 1.0
1261
+ ]
1262
+ ],
1263
+ [
1264
+ [
1265
+ 1.0
1266
+ ]
1267
+ ]
1268
+ ],
1269
+ "mean": [
1270
+ [
1271
+ [
1272
+ 0.39802219063132216
1273
+ ]
1274
+ ],
1275
+ [
1276
+ [
1277
+ 0.389082226460878
1278
+ ]
1279
+ ],
1280
+ [
1281
+ [
1282
+ 0.39937820041379146
1283
+ ]
1284
+ ]
1285
+ ],
1286
+ "std": [
1287
+ [
1288
+ [
1289
+ 0.2984424599149151
1290
+ ]
1291
+ ],
1292
+ [
1293
+ [
1294
+ 0.28814768048415546
1295
+ ]
1296
+ ],
1297
+ [
1298
+ [
1299
+ 0.2834691318324426
1300
+ ]
1301
+ ]
1302
+ ],
1303
+ "count": [
1304
+ 1652
1305
+ ]
1306
+ },
1307
+ "observation.xarm7.base_orientation": {
1308
+ "min": [
1309
+ 0.0
1310
+ ],
1311
+ "max": [
1312
+ 0.0
1313
+ ],
1314
+ "mean": [
1315
+ 0.0
1316
+ ],
1317
+ "std": [
1318
+ 0.0
1319
+ ],
1320
+ "count": [
1321
+ 7411
1322
+ ]
1323
+ },
1324
+ "observation.kuka_iiwa.base_orientation": {
1325
+ "min": [
1326
+ 0.0
1327
+ ],
1328
+ "max": [
1329
+ 0.0
1330
+ ],
1331
+ "mean": [
1332
+ 0.0
1333
+ ],
1334
+ "std": [
1335
+ 0.0
1336
+ ],
1337
+ "count": [
1338
+ 7411
1339
+ ]
1340
+ },
1341
+ "observation.ur5e.base_orientation": {
1342
+ "min": [
1343
+ 0.0
1344
+ ],
1345
+ "max": [
1346
+ 0.0
1347
+ ],
1348
+ "mean": [
1349
+ 0.0
1350
+ ],
1351
+ "std": [
1352
+ 0.0
1353
+ ],
1354
+ "count": [
1355
+ 7411
1356
+ ]
1357
+ },
1358
+ "observation.widowX.ee_pose": {
1359
+ "min": [
1360
+ 0.08846062421798706,
1361
+ -0.2785269320011139,
1362
+ -0.11270494759082794,
1363
+ -0.3914678990840912,
1364
+ -0.7066428065299988,
1365
+ -0.7066314220428467,
1366
+ -0.3329525291919708
1367
+ ],
1368
+ "max": [
1369
+ 0.3977118730545044,
1370
+ 0.19608847796916962,
1371
+ 0.35744184255599976,
1372
+ 0.33548134565353394,
1373
+ 0.9999956488609314,
1374
+ 0.9003836512565613,
1375
+ 0.28278854489326477
1376
+ ],
1377
+ "mean": [
1378
+ 0.2448076964703476,
1379
+ 0.005984271968376973,
1380
+ 0.10863128708980373,
1381
+ -0.02852885725386084,
1382
+ 0.6472750418285275,
1383
+ -0.047386504182922035,
1384
+ 0.005319219035028732
1385
+ ],
1386
+ "std": [
1387
+ 0.060017599062636776,
1388
+ 0.12930379807037504,
1389
+ 0.13343437147066192,
1390
+ 0.12252736115844313,
1391
+ 0.6031230570359586,
1392
+ 0.4407672175792702,
1393
+ 0.07000921364912037
1394
+ ],
1395
+ "count": [
1396
+ 7411
1397
+ ]
1398
+ },
1399
+ "observation.kuka_iiwa.ee_error": {
1400
+ "min": [
1401
+ -0.0067370980978012085,
1402
+ -5.802709893032443e-06,
1403
+ -2.0489096641540527e-06,
1404
+ -0.0771014541387558,
1405
+ -1.4133219718933105,
1406
+ -6.842613220214844e-05,
1407
+ -0.18646995723247528
1408
+ ],
1409
+ "max": [
1410
+ 4.708766937255859e-06,
1411
+ 8.061528205871582e-06,
1412
+ 0.00993424654006958,
1413
+ 9.89716500043869e-05,
1414
+ 0.01898932456970215,
1415
+ 1.4133498668670654,
1416
+ 5.817413330078125e-05
1417
+ ],
1418
+ "mean": [
1419
+ 9.249436833432229e-07,
1420
+ 1.151875457603363e-06,
1421
+ 1.6405270084769458e-06,
1422
+ -2.309755097053401e-05,
1423
+ -0.00018904542839859353,
1424
+ 0.00019070861099423507,
1425
+ -4.619650638777823e-05
1426
+ ],
1427
+ "std": [
1428
+ 7.828581804023065e-05,
1429
+ 1.4918486013221015e-06,
1430
+ 0.00011539689699370351,
1431
+ 0.0010898569408456695,
1432
+ 0.016417750229032902,
1433
+ 0.016416826650112237,
1434
+ 0.0022307569284810073
1435
+ ],
1436
+ "count": [
1437
+ 7411
1438
+ ]
1439
+ },
1440
+ "observation.xarm7.ee_pose": {
1441
+ "min": [
1442
+ 0.0962408259510994,
1443
+ -0.2785468101501465,
1444
+ 0.012311756610870361,
1445
+ -0.39171987771987915,
1446
+ -0.706243634223938,
1447
+ -0.7066270112991333,
1448
+ -0.33284085988998413
1449
+ ],
1450
+ "max": [
1451
+ 0.6976739168167114,
1452
+ 0.19607724249362946,
1453
+ 0.7883254289627075,
1454
+ 0.3357113003730774,
1455
+ 0.9999991059303284,
1456
+ 0.9002676606178284,
1457
+ 0.36701351404190063
1458
+ ],
1459
+ "mean": [
1460
+ 0.5442272754449655,
1461
+ 0.005266334001950577,
1462
+ 0.2331607708695639,
1463
+ -0.042767688648850874,
1464
+ 0.6483131854290616,
1465
+ -0.041393856231322766,
1466
+ 0.008034453750082188
1467
+ ],
1468
+ "std": [
1469
+ 0.05987997424050791,
1470
+ 0.12914418020566434,
1471
+ 0.13304643371327537,
1472
+ 0.12929593704443545,
1473
+ 0.600230045863949,
1474
+ 0.4406608222437022,
1475
+ 0.0700531239017905
1476
+ ],
1477
+ "count": [
1478
+ 7411
1479
+ ]
1480
+ },
1481
+ "observation.jaco.ee_pose": {
1482
+ "min": [
1483
+ 0.10030006617307663,
1484
+ -0.27854815125465393,
1485
+ 0.012312313541769981,
1486
+ -0.3917759656906128,
1487
+ -0.7062615752220154,
1488
+ -0.7066375613212585,
1489
+ -0.33287519216537476
1490
+ ],
1491
+ "max": [
1492
+ 0.6976142525672913,
1493
+ 0.19607719779014587,
1494
+ 0.8011048436164856,
1495
+ 0.33578404784202576,
1496
+ 0.9999990463256836,
1497
+ 0.9002686738967896,
1498
+ 0.42429599165916443
1499
+ ],
1500
+ "mean": [
1501
+ 0.5445987762484437,
1502
+ 0.005367658837308705,
1503
+ 0.23344905002286698,
1504
+ -0.04281855631585322,
1505
+ 0.6477341386586962,
1506
+ -0.04088732079621502,
1507
+ 0.008390295427207635
1508
+ ],
1509
+ "std": [
1510
+ 0.06013711843718487,
1511
+ 0.1292382395925071,
1512
+ 0.13342210244610234,
1513
+ 0.12929733850430497,
1514
+ 0.600803982522883,
1515
+ 0.4407810885791906,
1516
+ 0.06995614366270779
1517
+ ],
1518
+ "count": [
1519
+ 7411
1520
+ ]
1521
+ },
1522
+ "observation.ee_pose": {
1523
+ "min": [
1524
+ 0.38845089077949524,
1525
+ -0.278539776802063,
1526
+ 0.012311241589486599,
1527
+ -0.7066389918327332,
1528
+ -0.7066413760185242,
1529
+ -0.3330015242099762,
1530
+ -0.39152783155441284
1531
+ ],
1532
+ "max": [
1533
+ 0.6977111101150513,
1534
+ 0.19609269499778748,
1535
+ 0.48424476385116577,
1536
+ 0.9999990463256836,
1537
+ 0.9003598690032959,
1538
+ 0.28284910321235657,
1539
+ 0.335534006357193
1540
+ ],
1541
+ "mean": [
1542
+ 0.5447996916912166,
1543
+ 0.005403797270262906,
1544
+ 0.23350910973414576,
1545
+ 0.6462450850276936,
1546
+ -0.039447723588394885,
1547
+ 0.0064364998931442955,
1548
+ -0.042322644627856766
1549
+ ],
1550
+ "std": [
1551
+ 0.06003324498653448,
1552
+ 0.129267680171935,
1553
+ 0.13343187187650365,
1554
+ 0.602289925187997,
1555
+ 0.4410207343087817,
1556
+ 0.0701780208902215,
1557
+ 0.1296195025157754
1558
+ ],
1559
+ "count": [
1560
+ 7411
1561
+ ]
1562
+ },
1563
+ "observation.images.xarm7": {
1564
+ "min": [
1565
+ [
1566
+ [
1567
+ 0.0
1568
+ ]
1569
+ ],
1570
+ [
1571
+ [
1572
+ 0.0
1573
+ ]
1574
+ ],
1575
+ [
1576
+ [
1577
+ 0.0
1578
+ ]
1579
+ ]
1580
+ ],
1581
+ "max": [
1582
+ [
1583
+ [
1584
+ 1.0
1585
+ ]
1586
+ ],
1587
+ [
1588
+ [
1589
+ 1.0
1590
+ ]
1591
+ ],
1592
+ [
1593
+ [
1594
+ 1.0
1595
+ ]
1596
+ ]
1597
+ ],
1598
+ "mean": [
1599
+ [
1600
+ [
1601
+ 0.4052253314688466
1602
+ ]
1603
+ ],
1604
+ [
1605
+ [
1606
+ 0.39619116705020385
1607
+ ]
1608
+ ],
1609
+ [
1610
+ [
1611
+ 0.40636684749187196
1612
+ ]
1613
+ ]
1614
+ ],
1615
+ "std": [
1616
+ [
1617
+ [
1618
+ 0.2997624233077302
1619
+ ]
1620
+ ],
1621
+ [
1622
+ [
1623
+ 0.28975893387893814
1624
+ ]
1625
+ ],
1626
+ [
1627
+ [
1628
+ 0.2849363572554295
1629
+ ]
1630
+ ]
1631
+ ],
1632
+ "count": [
1633
+ 1652
1634
+ ]
1635
+ },
1636
+ "observation.ur5e.base_position": {
1637
+ "min": [
1638
+ 0.0,
1639
+ 0.0,
1640
+ 0.0
1641
+ ],
1642
+ "max": [
1643
+ 0.0,
1644
+ 0.0,
1645
+ 0.0
1646
+ ],
1647
+ "mean": [
1648
+ 0.0,
1649
+ 0.0,
1650
+ 0.0
1651
+ ],
1652
+ "std": [
1653
+ 0.0,
1654
+ 0.0,
1655
+ 0.0
1656
+ ],
1657
+ "count": [
1658
+ 7411
1659
+ ]
1660
+ },
1661
+ "observation.jaco.ee_error": {
1662
+ "min": [
1663
+ -0.012300066649913788,
1664
+ -0.00041486695408821106,
1665
+ -7.605552673339844e-05,
1666
+ -0.18574318289756775,
1667
+ -1.4134235382080078,
1668
+ -0.004078090190887451,
1669
+ -0.42429599165916443
1670
+ ],
1671
+ "max": [
1672
+ 0.0037941336631774902,
1673
+ 0.0014760792255401611,
1674
+ 0.024895131587982178,
1675
+ 0.0676470398902893,
1676
+ 0.10515391826629639,
1677
+ 1.4134116172790527,
1678
+ 0.047003988176584244
1679
+ ],
1680
+ "mean": [
1681
+ 0.00015146060089988206,
1682
+ 3.181574432590528e-05,
1683
+ 0.00013534000503724196,
1684
+ 0.0004954183363328552,
1685
+ -0.0014993408599407489,
1686
+ 0.0014900917525291569,
1687
+ -0.0019554775397187803
1688
+ ],
1689
+ "std": [
1690
+ 0.0005246718474953388,
1691
+ 0.0001327469088896325,
1692
+ 0.0005415769595269933,
1693
+ 0.007632340608924401,
1694
+ 0.046332342930370175,
1695
+ 0.046324669989682245,
1696
+ 0.009978243842153156
1697
+ ],
1698
+ "count": [
1699
+ 7411
1700
+ ]
1701
+ },
1702
+ "observation.jaco.base_orientation": {
1703
+ "min": [
1704
+ 0.0
1705
+ ],
1706
+ "max": [
1707
+ 0.0
1708
+ ],
1709
+ "mean": [
1710
+ 0.0
1711
+ ],
1712
+ "std": [
1713
+ 0.0
1714
+ ],
1715
+ "count": [
1716
+ 7411
1717
+ ]
1718
+ },
1719
+ "observation.kuka_iiwa.ee_pose": {
1720
+ "min": [
1721
+ 0.09473709762096405,
1722
+ -0.2785409092903137,
1723
+ 0.012313096784055233,
1724
+ -0.39153555035591125,
1725
+ -0.7066518664360046,
1726
+ -0.7066540718078613,
1727
+ -0.33294039964675903
1728
+ ],
1729
+ "max": [
1730
+ 0.6977064609527588,
1731
+ 0.19608955085277557,
1732
+ 0.8160657286643982,
1733
+ 0.3355487287044525,
1734
+ 0.9999989867210388,
1735
+ 0.900328516960144,
1736
+ 0.2827909290790558
1737
+ ],
1738
+ "mean": [
1739
+ 0.5447491971712302,
1740
+ 0.005398315083596923,
1741
+ 0.23358272712950667,
1742
+ -0.04230004302601753,
1743
+ 0.6464238135321808,
1744
+ -0.039587960531752876,
1745
+ 0.0064810117513882355
1746
+ ],
1747
+ "std": [
1748
+ 0.06025056647837155,
1749
+ 0.12926690373413827,
1750
+ 0.1336012258373233,
1751
+ 0.12962199425489848,
1752
+ 0.6021012618246276,
1753
+ 0.44100241006619234,
1754
+ 0.07019215788634532
1755
+ ],
1756
+ "count": [
1757
+ 7411
1758
+ ]
1759
+ },
1760
+ "observation.xarm7.joints": {
1761
+ "min": [
1762
+ -0.2082766741514206,
1763
+ -0.39017391204833984,
1764
+ -1.5730042457580566,
1765
+ 0.7477818131446838,
1766
+ -0.026971934363245964,
1767
+ 0.5327796936035156,
1768
+ 2.2711377143859863,
1769
+ 0.0
1770
+ ],
1771
+ "max": [
1772
+ 1.0754289627075195,
1773
+ 0.9623571634292603,
1774
+ 0.29513823986053467,
1775
+ 2.934143304824829,
1776
+ 1.000573754310608,
1777
+ 2.3119711875915527,
1778
+ 5.2031707763671875,
1779
+ 1.0
1780
+ ],
1781
+ "mean": [
1782
+ 0.25605019628438624,
1783
+ 0.45206427971870533,
1784
+ -0.39203994154865773,
1785
+ 1.6401816434407264,
1786
+ 0.3888919472195748,
1787
+ 1.2616702022138773,
1788
+ 3.573385369261336,
1789
+ 0.28282282926014535
1790
+ ],
1791
+ "std": [
1792
+ 0.1878058702264657,
1793
+ 0.2412946053428978,
1794
+ 0.2984922256528239,
1795
+ 0.5416542265816192,
1796
+ 0.24329584507583404,
1797
+ 0.41414400618133157,
1798
+ 0.7167433768591038,
1799
+ 0.4503710387628588
1800
+ ],
1801
+ "count": [
1802
+ 7411
1803
+ ]
1804
+ },
1805
+ "observation.images.image": {
1806
+ "min": [
1807
+ [
1808
+ [
1809
+ 0.0
1810
+ ]
1811
+ ],
1812
+ [
1813
+ [
1814
+ 0.0
1815
+ ]
1816
+ ],
1817
+ [
1818
+ [
1819
+ 0.0
1820
+ ]
1821
+ ]
1822
+ ],
1823
+ "max": [
1824
+ [
1825
+ [
1826
+ 1.0
1827
+ ]
1828
+ ],
1829
+ [
1830
+ [
1831
+ 1.0
1832
+ ]
1833
+ ],
1834
+ [
1835
+ [
1836
+ 1.0
1837
+ ]
1838
+ ]
1839
+ ],
1840
+ "mean": [
1841
+ [
1842
+ [
1843
+ 0.4208028862176681
1844
+ ]
1845
+ ],
1846
+ [
1847
+ [
1848
+ 0.41383583226722903
1849
+ ]
1850
+ ],
1851
+ [
1852
+ [
1853
+ 0.4220202799548239
1854
+ ]
1855
+ ]
1856
+ ],
1857
+ "std": [
1858
+ [
1859
+ [
1860
+ 0.3015643136377846
1861
+ ]
1862
+ ],
1863
+ [
1864
+ [
1865
+ 0.2927069922717122
1866
+ ]
1867
+ ],
1868
+ [
1869
+ [
1870
+ 0.2898099728150121
1871
+ ]
1872
+ ]
1873
+ ],
1874
+ "count": [
1875
+ 1652
1876
+ ]
1877
+ },
1878
+ "observation.sawyer.base_position": {
1879
+ "min": [
1880
+ 0.0,
1881
+ 0.0,
1882
+ 0.0
1883
+ ],
1884
+ "max": [
1885
+ 0.0,
1886
+ 0.0,
1887
+ 0.0
1888
+ ],
1889
+ "mean": [
1890
+ 0.0,
1891
+ 0.0,
1892
+ 0.0
1893
+ ],
1894
+ "std": [
1895
+ 0.0,
1896
+ 0.0,
1897
+ 0.0
1898
+ ],
1899
+ "count": [
1900
+ 7411
1901
+ ]
1902
+ },
1903
+ "frame_index": {
1904
+ "min": [
1905
+ 0
1906
+ ],
1907
+ "max": [
1908
+ 778
1909
+ ],
1910
+ "mean": [
1911
+ 262.57873431385775
1912
+ ],
1913
+ "std": [
1914
+ 171.17311460943915
1915
+ ],
1916
+ "count": [
1917
+ 7411
1918
+ ]
1919
+ },
1920
+ "observation.xarm7.base_position": {
1921
+ "min": [
1922
+ 0.0,
1923
+ 0.0,
1924
+ 0.0
1925
+ ],
1926
+ "max": [
1927
+ 0.0,
1928
+ 0.0,
1929
+ 0.0
1930
+ ],
1931
+ "mean": [
1932
+ 0.0,
1933
+ 0.0,
1934
+ 0.0
1935
+ ],
1936
+ "std": [
1937
+ 0.0,
1938
+ 0.0,
1939
+ 0.0
1940
+ ],
1941
+ "count": [
1942
+ 7411
1943
+ ]
1944
+ },
1945
+ "observation.widowX.ee_error": {
1946
+ "min": [
1947
+ -0.0018435120582580566,
1948
+ -0.006226330995559692,
1949
+ -0.0057540517300367355,
1950
+ -0.14271658658981323,
1951
+ -1.4068684577941895,
1952
+ -1.4133532047271729,
1953
+ -0.1004381775856018
1954
+ ],
1955
+ "max": [
1956
+ 0.001772552728652954,
1957
+ 0.0014065057039260864,
1958
+ 0.0047287046909332275,
1959
+ 0.05543115735054016,
1960
+ 1.4133615493774414,
1961
+ 1.4104557037353516,
1962
+ 0.049351878464221954
1963
+ ],
1964
+ "mean": [
1965
+ -7.925710456483497e-06,
1966
+ -0.0005804722076284399,
1967
+ -0.00012220130862244014,
1968
+ -0.013793790407541077,
1969
+ -0.0010300721725587192,
1970
+ 0.007938783608790174,
1971
+ 0.001117278589819824
1972
+ ],
1973
+ "std": [
1974
+ 0.00028896598518622955,
1975
+ 0.0012572558664146068,
1976
+ 0.0009955272571926903,
1977
+ 0.029657905379701116,
1978
+ 0.02906689580635477,
1979
+ 0.0337102263250808,
1980
+ 0.005213446068640357
1981
+ ],
1982
+ "count": [
1983
+ 7411
1984
+ ]
1985
+ },
1986
+ "observation.sawyer.joints": {
1987
+ "min": [
1988
+ -1.6721476316452026,
1989
+ -1.9563183784484863,
1990
+ -1.5639935731887817,
1991
+ 0.6958776116371155,
1992
+ -0.8963735103607178,
1993
+ 0.3850846290588379,
1994
+ -4.230100154876709,
1995
+ 0.0
1996
+ ],
1997
+ "max": [
1998
+ 0.6295151710510254,
1999
+ -0.2581874132156372,
2000
+ 2.0925092697143555,
2001
+ 2.4564321041107178,
2002
+ 1.1725871562957764,
2003
+ 2.786527633666992,
2004
+ 4.222310543060303,
2005
+ 1.0
2006
+ ],
2007
+ "mean": [
2008
+ -0.5979080212259402,
2009
+ -1.070433885466311,
2010
+ 0.44419694518575686,
2011
+ 1.9072164916715517,
2012
+ -0.10898078691237949,
2013
+ 1.0087697496058374,
2014
+ -1.8319515979269096,
2015
+ 0.28282282926014535
2016
+ ],
2017
+ "std": [
2018
+ 0.4845808426658303,
2019
+ 0.2915782007383507,
2020
+ 0.748566107868349,
2021
+ 0.25835472555863626,
2022
+ 0.5598036255359503,
2023
+ 0.2878201077176882,
2024
+ 1.7083981028067432,
2025
+ 0.4503710387628588
2026
+ ],
2027
+ "count": [
2028
+ 7411
2029
+ ]
2030
+ },
2031
+ "index": {
2032
+ "min": [
2033
+ 0
2034
+ ],
2035
+ "max": [
2036
+ 7410
2037
+ ],
2038
+ "mean": [
2039
+ 3705.0
2040
+ ],
2041
+ "std": [
2042
+ 2139.3714030060323
2043
+ ],
2044
+ "count": [
2045
+ 7411
2046
+ ]
2047
+ },
2048
+ "task_index": {
2049
+ "min": [
2050
+ 0
2051
+ ],
2052
+ "max": [
2053
+ 2
2054
+ ],
2055
+ "mean": [
2056
+ 1.1688031304817164
2057
+ ],
2058
+ "std": [
2059
+ 0.8365089992733197
2060
+ ],
2061
+ "count": [
2062
+ 7411
2063
+ ]
2064
+ },
2065
+ "observation.widowX.base_position": {
2066
+ "min": [
2067
+ -0.30000001192092896,
2068
+ 0.0,
2069
+ -0.125
2070
+ ],
2071
+ "max": [
2072
+ -0.30000001192092896,
2073
+ 0.0,
2074
+ -0.125
2075
+ ],
2076
+ "mean": [
2077
+ -0.3000015097379588,
2078
+ 0.0,
2079
+ -0.125
2080
+ ],
2081
+ "std": [
2082
+ 1.5856408648672323e-06,
2083
+ 0.0,
2084
+ 0.0
2085
+ ],
2086
+ "count": [
2087
+ 7411
2088
+ ]
2089
+ },
2090
+ "observation.sawyer.base_orientation": {
2091
+ "min": [
2092
+ 0.0
2093
+ ],
2094
+ "max": [
2095
+ 0.0
2096
+ ],
2097
+ "mean": [
2098
+ 0.0
2099
+ ],
2100
+ "std": [
2101
+ 0.0
2102
+ ],
2103
+ "count": [
2104
+ 7411
2105
+ ]
2106
+ },
2107
+ "observation.kinova3.ee_pose": {
2108
+ "min": [
2109
+ 0.1006423830986023,
2110
+ -0.2785438001155853,
2111
+ 0.012314021587371826,
2112
+ -0.3915269076824188,
2113
+ -0.706649661064148,
2114
+ -0.7066571116447449,
2115
+ -0.3329811096191406
2116
+ ],
2117
+ "max": [
2118
+ 0.6977083086967468,
2119
+ 0.1960880011320114,
2120
+ 0.8001908659934998,
2121
+ 0.3355224132537842,
2122
+ 0.9999991059303284,
2123
+ 0.9003262519836426,
2124
+ 0.43614235520362854
2125
+ ],
2126
+ "mean": [
2127
+ 0.5445205616558504,
2128
+ 0.0053549194719776615,
2129
+ 0.2333832812154845,
2130
+ -0.043040688116172024,
2131
+ 0.6475324799956267,
2132
+ -0.040779968325539796,
2133
+ 0.009340469424895949
2134
+ ],
2135
+ "std": [
2136
+ 0.06007356052847061,
2137
+ 0.1292227638365953,
2138
+ 0.1333344170973829,
2139
+ 0.1291011173046058,
2140
+ 0.6010089230520623,
2141
+ 0.44082730219034605,
2142
+ 0.06993868205564484
2143
+ ],
2144
+ "count": [
2145
+ 7411
2146
+ ]
2147
+ },
2148
+ "observation.ur5e.ee_error": {
2149
+ "min": [
2150
+ -3.0994415283203125e-06,
2151
+ -1.9818544387817383e-06,
2152
+ -4.293397068977356e-06,
2153
+ -0.05341318994760513,
2154
+ -1.4133151769638062,
2155
+ -5.930662155151367e-05,
2156
+ -0.04597269743680954
2157
+ ],
2158
+ "max": [
2159
+ 4.0531158447265625e-06,
2160
+ 4.649162292480469e-06,
2161
+ 4.738569259643555e-06,
2162
+ 0.00011324882507324219,
2163
+ 8.159875869750977e-05,
2164
+ 1.4133554697036743,
2165
+ 0.00010249018669128418
2166
+ ],
2167
+ "mean": [
2168
+ 1.3732150222409489e-07,
2169
+ 2.841147455994375e-07,
2170
+ -6.547223987116066e-07,
2171
+ -1.3189583206465643e-05,
2172
+ -0.00018976442817522104,
2173
+ 0.0001964613956167834,
2174
+ 8.515156125496495e-06
2175
+ ],
2176
+ "std": [
2177
+ 1.559723868897854e-06,
2178
+ 1.4195479398023433e-06,
2179
+ 2.0043314488019655e-06,
2180
+ 0.0006208640456571426,
2181
+ 0.016416208722924083,
2182
+ 0.016416578023944906,
2183
+ 0.0005360109321159012
2184
+ ],
2185
+ "count": [
2186
+ 7411
2187
+ ]
2188
+ },
2189
+ "episode_index": {
2190
+ "min": [
2191
+ 0
2192
+ ],
2193
+ "max": [
2194
+ 14
2195
+ ],
2196
+ "mean": [
2197
+ 7.131831061934961
2198
+ ],
2199
+ "std": [
2200
+ 4.158189657722424
2201
+ ],
2202
+ "count": [
2203
+ 7411
2204
+ ]
2205
+ },
2206
+ "observation.google_robot.ee_pose": {
2207
+ "min": [
2208
+ 0.6134490966796875,
2209
+ -0.27853745222091675,
2210
+ 0.11252806335687637,
2211
+ -0.3915853202342987,
2212
+ -0.7066295146942139,
2213
+ -0.7067662477493286,
2214
+ -0.30644288659095764
2215
+ ],
2216
+ "max": [
2217
+ 0.9104995727539062,
2218
+ 0.19609208405017853,
2219
+ 0.5842432379722595,
2220
+ 0.335499107837677,
2221
+ 0.9999954104423523,
2222
+ 0.8541254997253418,
2223
+ 0.2139381617307663
2224
+ ],
2225
+ "mean": [
2226
+ 0.7675467035722482,
2227
+ 0.005940925262063126,
2228
+ 0.3340144246482862,
2229
+ -0.04294139658573539,
2230
+ 0.6800365273229604,
2231
+ -0.07424586981428392,
2232
+ 0.01690386474963075
2233
+ ],
2234
+ "std": [
2235
+ 0.05813577213739251,
2236
+ 0.12866289302815298,
2237
+ 0.13295061679375147,
2238
+ 0.1290871450455637,
2239
+ 0.5666355085108402,
2240
+ 0.4322530957215383,
2241
+ 0.07297969255368074
2242
+ ],
2243
+ "count": [
2244
+ 7411
2245
+ ]
2246
+ }
2247
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d89ef7f01e82222bfa5036145676819d71a94fd4a9cc0311f3b409c964eb98b7
3
+ size 2322
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:3ff2162ef0c2af440f5e48c4cb9ac7801d2a429b7c4258822366c859f9bcfb82
3
+ size 10361739
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:20bac90d42ef6bcbebd3fa62fb2bb17169e14c6cefb810bcae10d395e7cea118
3
+ size 11770589
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:bd7ee53dc1be50d13aaeddd1ecff1e0a6e70c5e593f65bc6fde7381dde56f785
3
+ size 10044899
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:1955307094834dd2aa17ee59e3130b39a4b55e7b7cceb4325f27e87c3e56a8ca
3
+ size 10189088
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:5b93d7f40d64d19459aaa7c6b87915ed33b3dcd6900ac3ee5a9e26de74ab18b8
3
+ size 9849143
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:b023f93c53039eab56f682ff46d1ddd865283f49f14255ba8ef7fd0f593a81f6
3
+ size 9951118
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:df25360927a8a7bc85d3ffaa9827d99bbe4f19219d6797a4e105e3997487d7ec
3
+ size 9952417
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:4d53588642b19cacf559051c1c43261755a2f01e865a6f50985093879693b9a5
3
+ size 10145068
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:b41b8c507cb101b3d0c6c6946f651ef45bfd3efd93ba36bf48e5134e95166273
3
+ size 9920446