GuanhuaJi commited on
Commit
d1a1576
·
verified ·
1 Parent(s): aa2db26

Add files using upload-large-folder tool

Browse files
README.md ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "language_table_train_109000_110000_augmented"
3
+ license: "cc-by-4.0"
4
+ tags: [robotics, lerobot, oxe-auge, dataset]
5
+ task_categories: [robotics]
6
+
7
+ oxe_aug:
8
+ codebase_version: "v3.0"
9
+ robots: ["google_robot", "images", "jaco", "kinova3", "kuka_iiwa", "panda", "sawyer", "ur5e"]
10
+ fps: 10
11
+ total_episodes: 1000
12
+ total_frames: 16048
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
+ # language_table_train_109000_110000_augmented
23
+
24
+ ## Overview
25
+
26
+ - **Codebase version**: `v3.0`
27
+ - **Robots**: google_robot, images, jaco, kinova3, kuka_iiwa, panda, sawyer, ur5e
28
+ - **FPS**: 10
29
+ - **Episodes**: 1,000
30
+ - **Frames**: 16,048
31
+ - **Splits**:
32
+ - `train`: `0:1000`
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` | `360×640×3` | Augmented image for google_robot robot |
46
+ | `observation.images.image` | `video` | `360×640×3` | Source robot's image from original dataset |
47
+ | `observation.images.jaco` | `video` | `360×640×3` | Augmented image for jaco robot |
48
+ | `observation.images.kinova3` | `video` | `360×640×3` | Augmented image for kinova3 robot |
49
+ | `observation.images.kuka_iiwa` | `video` | `360×640×3` | Augmented image for kuka_iiwa robot |
50
+ | `observation.images.panda` | `video` | `360×640×3` | Augmented image for panda robot |
51
+ | `observation.images.sawyer` | `video` | `360×640×3` | Augmented image for sawyer robot |
52
+ | `observation.images.ur5e` | `video` | `360×640×3` | Augmented image for ur5e robot |
53
+ | `episode_index` | `int64` | `1` | Index of the current episode within the dataset. |
54
+ | `frame_index` | `int64` | `1` | Index of the current frame within its episode. |
55
+ | `index` | `int64` | `1` | Global frame index across the whole dataset. |
56
+ | `natural_language_instruction` | `int32` | `512` | Natural language command describing the task |
57
+ | `observation.ee_pose` | `float32` | `7` | Source robot's eef position |
58
+ | `observation.google_robot.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
59
+ | `observation.google_robot.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
60
+ | `observation.google_robot.ee_error` | `float32` | `7` | The eef difference between the augmented google_robot robot and the original robot |
61
+ | `observation.google_robot.ee_pose` | `float32` | `7` | The eef position of google_robot robot |
62
+ | `observation.google_robot.joints` | `float32` | `8` | The joint position of google_robot robot |
63
+ | `observation.jaco.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
64
+ | `observation.jaco.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
65
+ | `observation.jaco.ee_error` | `float32` | `7` | The eef difference between the augmented jaco robot and the original robot |
66
+ | `observation.jaco.ee_pose` | `float32` | `7` | The eef position of jaco robot |
67
+ | `observation.jaco.joints` | `float32` | `7` | The joint position of jaco robot |
68
+ | `observation.joints` | `float32` | `8` | Joint angle of source robot |
69
+ | `observation.kinova3.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
70
+ | `observation.kinova3.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
71
+ | `observation.kinova3.ee_error` | `float32` | `7` | The eef difference between the augmented kinova3 robot and the original robot |
72
+ | `observation.kinova3.ee_pose` | `float32` | `7` | The eef position of kinova3 robot |
73
+ | `observation.kinova3.joints` | `float32` | `8` | The joint position of kinova3 robot |
74
+ | `observation.kuka_iiwa.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
75
+ | `observation.kuka_iiwa.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
76
+ | `observation.kuka_iiwa.ee_error` | `float32` | `7` | The eef difference between the augmented kuka_iiwa robot and the original robot |
77
+ | `observation.kuka_iiwa.ee_pose` | `float32` | `7` | The eef position of kuka_iiwa robot |
78
+ | `observation.kuka_iiwa.joints` | `float32` | `8` | The joint position of kuka_iiwa robot |
79
+ | `observation.panda.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
80
+ | `observation.panda.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
81
+ | `observation.panda.ee_error` | `float32` | `7` | The eef difference between the augmented panda robot and the original robot |
82
+ | `observation.panda.ee_pose` | `float32` | `7` | The eef position of panda robot |
83
+ | `observation.panda.joints` | `float32` | `8` | The joint position of panda robot |
84
+ | `observation.sawyer.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
85
+ | `observation.sawyer.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
86
+ | `observation.sawyer.ee_error` | `float32` | `7` | The eef difference between the augmented sawyer robot and the original robot |
87
+ | `observation.sawyer.ee_pose` | `float32` | `7` | The eef position of sawyer robot |
88
+ | `observation.sawyer.joints` | `float32` | `8` | The joint position of sawyer robot |
89
+ | `observation.state` | `float32` | `2` | Copy of the state field in source robot's RLDS dataset |
90
+ | `observation.ur5e.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
91
+ | `observation.ur5e.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
92
+ | `observation.ur5e.ee_error` | `float32` | `7` | The eef difference between the augmented ur5e robot and the original robot |
93
+ | `observation.ur5e.ee_pose` | `float32` | `7` | The eef position of ur5e robot |
94
+ | `observation.ur5e.joints` | `float32` | `7` | The joint position of ur5e robot |
95
+ | `task_index` | `int64` | `1` | Integer ID of the high-level task this episode/frame belongs to. |
96
+ | `timestamp` | `float32` | `1` | Time stamp of the current frame within the episode (in second). |
97
+
98
+ ## Website
99
+
100
+ - Website page: [https://oxe-auge.github.io/](https://oxe-auge.github.io/)
101
+ - Project repository: [https://github.com/GuanhuaJi/oxe-auge](https://github.com/GuanhuaJi/oxe-auge)
102
+
103
+ ## Paper
104
+
105
+ - [https://arxiv.org/abs/2210.06407](https://arxiv.org/abs/2210.06407)
106
+
107
+ ## Citation Policy
108
+
109
+ If you use **OXE-AugE** datasets, please cite **both** our dataset and the **upstream datasets**.
110
+
111
+ ## Upstream Dataset Citation (original dataset)
112
+
113
+ ```bibtex
114
+ @article{lynch2022interactive,
115
+ title = {Interactive Language: Talking to Robots in Real Time},
116
+ author = {Corey Lynch and Ayzaan Wahid and Jonathan Tompson and Tianli Ding and James Betker and Robert Baruch and Travis Armstrong and Pete Florence},
117
+ journal = {arXiv preprint arXiv:2210.06407},
118
+ year = {2022},
119
+ url = {https://arxiv.org/abs/2210.06407}
120
+ }
121
+ ```
122
+
123
+ ## OXE-AugE Dataset Citation (ours)
124
+
125
+ ```bibtex
126
+ @misc{
127
+ ji2025oxeaug,
128
+ title = {OXE-AugE: A Large-Scale Robot Augmentation of OXE for Scaling Cross-Embodiment Policy Learning},
129
+ 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},
130
+ year = {2025},
131
+ note = {Manuscript}
132
+ }
133
+ ```
README.md.bak ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "language_table_train_109000_110000_augmented"
3
+ license: "cc-by-4.0"
4
+ tags: [robotics, lerobot, oxe-auge, dataset]
5
+ task_categories: [robotics]
6
+
7
+ oxe_aug:
8
+ codebase_version: "v3.0"
9
+ robots: ["google_robot", "images", "jaco", "kinova3", "kuka_iiwa", "panda", "sawyer", "ur5e"]
10
+ fps: 10
11
+ total_episodes: 1000
12
+ total_frames: 16048
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
+ # language_table_train_109000_110000_augmented
23
+
24
+ ## Overview
25
+
26
+ - **Codebase version**: `v3.0`
27
+ - **Robots**: google_robot, images, jaco, kinova3, kuka_iiwa, panda, sawyer, ur5e
28
+ - **FPS**: 10
29
+ - **Episodes**: 1,000
30
+ - **Frames**: 16,048
31
+ - **Splits**:
32
+ - `train`: `0:1000`
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` | `360×640×3` | Augmented image for google_robot robot |
46
+ | `observation.images.image` | `video` | `360×640×3` | Source robot's image from original dataset |
47
+ | `observation.images.jaco` | `video` | `360×640×3` | Augmented image for jaco robot |
48
+ | `observation.images.kinova3` | `video` | `360×640×3` | Augmented image for kinova3 robot |
49
+ | `observation.images.kuka_iiwa` | `video` | `360×640×3` | Augmented image for kuka_iiwa robot |
50
+ | `observation.images.panda` | `video` | `360×640×3` | Augmented image for panda robot |
51
+ | `observation.images.sawyer` | `video` | `360×640×3` | Augmented image for sawyer robot |
52
+ | `observation.images.ur5e` | `video` | `360×640×3` | Augmented image for ur5e robot |
53
+ | `episode_index` | `int64` | `1` | Index of the current episode within the dataset. |
54
+ | `frame_index` | `int64` | `1` | Index of the current frame within its episode. |
55
+ | `index` | `int64` | `1` | Global frame index across the whole dataset. |
56
+ | `natural_language_instruction` | `int32` | `512` | Natural language command describing the task |
57
+ | `observation.ee_pose` | `float32` | `7` | Source robot's eef position |
58
+ | `observation.google_robot.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
59
+ | `observation.google_robot.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
60
+ | `observation.google_robot.ee_error` | `float32` | `7` | The eef difference between the augmented google_robot robot and the original robot |
61
+ | `observation.google_robot.ee_pose` | `float32` | `7` | The eef position of google_robot robot |
62
+ | `observation.google_robot.joints` | `float32` | `8` | The joint position of google_robot robot |
63
+ | `observation.jaco.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
64
+ | `observation.jaco.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
65
+ | `observation.jaco.ee_error` | `float32` | `7` | The eef difference between the augmented jaco robot and the original robot |
66
+ | `observation.jaco.ee_pose` | `float32` | `7` | The eef position of jaco robot |
67
+ | `observation.jaco.joints` | `float32` | `7` | The joint position of jaco robot |
68
+ | `observation.joints` | `float32` | `8` | Joint angle of source robot |
69
+ | `observation.kinova3.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
70
+ | `observation.kinova3.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
71
+ | `observation.kinova3.ee_error` | `float32` | `7` | The eef difference between the augmented kinova3 robot and the original robot |
72
+ | `observation.kinova3.ee_pose` | `float32` | `7` | The eef position of kinova3 robot |
73
+ | `observation.kinova3.joints` | `float32` | `8` | The joint position of kinova3 robot |
74
+ | `observation.kuka_iiwa.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
75
+ | `observation.kuka_iiwa.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
76
+ | `observation.kuka_iiwa.ee_error` | `float32` | `7` | The eef difference between the augmented kuka_iiwa robot and the original robot |
77
+ | `observation.kuka_iiwa.ee_pose` | `float32` | `7` | The eef position of kuka_iiwa robot |
78
+ | `observation.kuka_iiwa.joints` | `float32` | `8` | The joint position of kuka_iiwa robot |
79
+ | `observation.panda.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
80
+ | `observation.panda.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
81
+ | `observation.panda.ee_error` | `float32` | `7` | The eef difference between the augmented panda robot and the original robot |
82
+ | `observation.panda.ee_pose` | `float32` | `7` | The eef position of panda robot |
83
+ | `observation.panda.joints` | `float32` | `8` | The joint position of panda robot |
84
+ | `observation.sawyer.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
85
+ | `observation.sawyer.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
86
+ | `observation.sawyer.ee_error` | `float32` | `7` | The eef difference between the augmented sawyer robot and the original robot |
87
+ | `observation.sawyer.ee_pose` | `float32` | `7` | The eef position of sawyer robot |
88
+ | `observation.sawyer.joints` | `float32` | `8` | The joint position of sawyer robot |
89
+ | `observation.state` | `float32` | `2` | Copy of the state field in source robot's RLDS dataset |
90
+ | `observation.ur5e.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
91
+ | `observation.ur5e.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
92
+ | `observation.ur5e.ee_error` | `float32` | `7` | The eef difference between the augmented ur5e robot and the original robot |
93
+ | `observation.ur5e.ee_pose` | `float32` | `7` | The eef position of ur5e robot |
94
+ | `observation.ur5e.joints` | `float32` | `7` | The joint position of ur5e robot |
95
+ | `task_index` | `int64` | `1` | Integer ID of the high-level task this episode/frame belongs to. |
96
+ | `timestamp` | `float32` | `1` | Time stamp of the current frame within the episode (in second). |
97
+
98
+ ## Website
99
+
100
+ - Website page: [https://oxe-auge.github.io/](https://oxe-auge.github.io/)
101
+ - Project repository: [https://github.com/GuanhuaJi/oxe-auge](https://github.com/GuanhuaJi/oxe-auge)
102
+
103
+ ## Paper
104
+
105
+ - [https://arxiv.org/abs/2210.06407](https://arxiv.org/abs/2210.06407)
106
+
107
+ ## Citation Policy
108
+
109
+ If you use **OXE-AugE** datasets, please cite **both** our dataset and the **upstream datasets**.
110
+
111
+ ## Upstream Dataset Citation (original dataset)
112
+
113
+ ```bibtex
114
+ @article{lynch2022interactive,
115
+ title = {Interactive Language: Talking to Robots in Real Time},
116
+ author = {Corey Lynch and Ayzaan Wahid and Jonathan Tompson and Tianli Ding and James Betker and Robert Baruch and Travis Armstrong and Pete Florence},
117
+ journal = {arXiv preprint arXiv:2210.06407},
118
+ year = {2022},
119
+ url = {https://arxiv.org/abs/2210.06407}
120
+ }
121
+ ```
122
+
123
+ ## OXE-AugE Dataset Citation (ours)
124
+
125
+ ```bibtex
126
+ @misc{
127
+ ji2025oxeaug,
128
+ title = {OXE-AugE: A Large-Scale Robot Augmentation of OXE for Scaling Cross-Embodiment Policy Learning},
129
+ 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},
130
+ year = {2025},
131
+ note = {Manuscript}
132
+ }
133
+ ```
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:168a408f1ac1bc44585180284613db27e7ba4dbd80f768d068c9cfc3f7b30403
3
+ size 13510897
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa4d3caf871e3652f84672860d4f7bb46b3c6ed370ff20a71d3004cb5c278e2f
3
+ size 5495631
meta/info.json ADDED
@@ -0,0 +1,475 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "mixed",
4
+ "total_episodes": 1000,
5
+ "total_frames": 16048,
6
+ "total_tasks": 956,
7
+ "chunks_size": 1000,
8
+ "fps": 10,
9
+ "splits": {
10
+ "train": "0:1000"
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.sawyer.joints": {
16
+ "dtype": "float32",
17
+ "shape": [
18
+ 8
19
+ ],
20
+ "fps": 10
21
+ },
22
+ "observation.sawyer.ee_pose": {
23
+ "dtype": "float32",
24
+ "shape": [
25
+ 7
26
+ ],
27
+ "fps": 10
28
+ },
29
+ "observation.sawyer.base_position": {
30
+ "dtype": "float32",
31
+ "shape": [
32
+ 3
33
+ ],
34
+ "fps": 10
35
+ },
36
+ "observation.sawyer.base_orientation": {
37
+ "dtype": "float32",
38
+ "shape": [
39
+ 1
40
+ ],
41
+ "fps": 10
42
+ },
43
+ "observation.sawyer.ee_error": {
44
+ "dtype": "float32",
45
+ "shape": [
46
+ 7
47
+ ],
48
+ "fps": 10
49
+ },
50
+ "observation.images.sawyer": {
51
+ "dtype": "video",
52
+ "shape": [
53
+ 360,
54
+ 640,
55
+ 3
56
+ ],
57
+ "info": {
58
+ "video.height": 360,
59
+ "video.width": 640,
60
+ "video.codec": "av1",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "video.fps": 10,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.ur5e.joints": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 7
72
+ ],
73
+ "fps": 10
74
+ },
75
+ "observation.ur5e.ee_pose": {
76
+ "dtype": "float32",
77
+ "shape": [
78
+ 7
79
+ ],
80
+ "fps": 10
81
+ },
82
+ "observation.ur5e.base_position": {
83
+ "dtype": "float32",
84
+ "shape": [
85
+ 3
86
+ ],
87
+ "fps": 10
88
+ },
89
+ "observation.ur5e.base_orientation": {
90
+ "dtype": "float32",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "fps": 10
95
+ },
96
+ "observation.ur5e.ee_error": {
97
+ "dtype": "float32",
98
+ "shape": [
99
+ 7
100
+ ],
101
+ "fps": 10
102
+ },
103
+ "observation.images.ur5e": {
104
+ "dtype": "video",
105
+ "shape": [
106
+ 360,
107
+ 640,
108
+ 3
109
+ ],
110
+ "info": {
111
+ "video.height": 360,
112
+ "video.width": 640,
113
+ "video.codec": "av1",
114
+ "video.pix_fmt": "yuv420p",
115
+ "video.is_depth_map": false,
116
+ "video.fps": 10,
117
+ "video.channels": 3,
118
+ "has_audio": false
119
+ }
120
+ },
121
+ "observation.panda.joints": {
122
+ "dtype": "float32",
123
+ "shape": [
124
+ 8
125
+ ],
126
+ "fps": 10
127
+ },
128
+ "observation.panda.ee_pose": {
129
+ "dtype": "float32",
130
+ "shape": [
131
+ 7
132
+ ],
133
+ "fps": 10
134
+ },
135
+ "observation.panda.base_position": {
136
+ "dtype": "float32",
137
+ "shape": [
138
+ 3
139
+ ],
140
+ "fps": 10
141
+ },
142
+ "observation.panda.base_orientation": {
143
+ "dtype": "float32",
144
+ "shape": [
145
+ 1
146
+ ],
147
+ "fps": 10
148
+ },
149
+ "observation.panda.ee_error": {
150
+ "dtype": "float32",
151
+ "shape": [
152
+ 7
153
+ ],
154
+ "fps": 10
155
+ },
156
+ "observation.images.panda": {
157
+ "dtype": "video",
158
+ "shape": [
159
+ 360,
160
+ 640,
161
+ 3
162
+ ],
163
+ "info": {
164
+ "video.height": 360,
165
+ "video.width": 640,
166
+ "video.codec": "av1",
167
+ "video.pix_fmt": "yuv420p",
168
+ "video.is_depth_map": false,
169
+ "video.fps": 10,
170
+ "video.channels": 3,
171
+ "has_audio": false
172
+ }
173
+ },
174
+ "observation.kinova3.joints": {
175
+ "dtype": "float32",
176
+ "shape": [
177
+ 8
178
+ ],
179
+ "fps": 10
180
+ },
181
+ "observation.kinova3.ee_pose": {
182
+ "dtype": "float32",
183
+ "shape": [
184
+ 7
185
+ ],
186
+ "fps": 10
187
+ },
188
+ "observation.kinova3.base_position": {
189
+ "dtype": "float32",
190
+ "shape": [
191
+ 3
192
+ ],
193
+ "fps": 10
194
+ },
195
+ "observation.kinova3.base_orientation": {
196
+ "dtype": "float32",
197
+ "shape": [
198
+ 1
199
+ ],
200
+ "fps": 10
201
+ },
202
+ "observation.kinova3.ee_error": {
203
+ "dtype": "float32",
204
+ "shape": [
205
+ 7
206
+ ],
207
+ "fps": 10
208
+ },
209
+ "observation.images.kinova3": {
210
+ "dtype": "video",
211
+ "shape": [
212
+ 360,
213
+ 640,
214
+ 3
215
+ ],
216
+ "info": {
217
+ "video.height": 360,
218
+ "video.width": 640,
219
+ "video.codec": "av1",
220
+ "video.pix_fmt": "yuv420p",
221
+ "video.is_depth_map": false,
222
+ "video.fps": 10,
223
+ "video.channels": 3,
224
+ "has_audio": false
225
+ }
226
+ },
227
+ "observation.kuka_iiwa.joints": {
228
+ "dtype": "float32",
229
+ "shape": [
230
+ 8
231
+ ],
232
+ "fps": 10
233
+ },
234
+ "observation.kuka_iiwa.ee_pose": {
235
+ "dtype": "float32",
236
+ "shape": [
237
+ 7
238
+ ],
239
+ "fps": 10
240
+ },
241
+ "observation.kuka_iiwa.base_position": {
242
+ "dtype": "float32",
243
+ "shape": [
244
+ 3
245
+ ],
246
+ "fps": 10
247
+ },
248
+ "observation.kuka_iiwa.base_orientation": {
249
+ "dtype": "float32",
250
+ "shape": [
251
+ 1
252
+ ],
253
+ "fps": 10
254
+ },
255
+ "observation.kuka_iiwa.ee_error": {
256
+ "dtype": "float32",
257
+ "shape": [
258
+ 7
259
+ ],
260
+ "fps": 10
261
+ },
262
+ "observation.images.kuka_iiwa": {
263
+ "dtype": "video",
264
+ "shape": [
265
+ 360,
266
+ 640,
267
+ 3
268
+ ],
269
+ "info": {
270
+ "video.height": 360,
271
+ "video.width": 640,
272
+ "video.codec": "av1",
273
+ "video.pix_fmt": "yuv420p",
274
+ "video.is_depth_map": false,
275
+ "video.fps": 10,
276
+ "video.channels": 3,
277
+ "has_audio": false
278
+ }
279
+ },
280
+ "observation.jaco.joints": {
281
+ "dtype": "float32",
282
+ "shape": [
283
+ 7
284
+ ],
285
+ "fps": 10
286
+ },
287
+ "observation.jaco.ee_pose": {
288
+ "dtype": "float32",
289
+ "shape": [
290
+ 7
291
+ ],
292
+ "fps": 10
293
+ },
294
+ "observation.jaco.base_position": {
295
+ "dtype": "float32",
296
+ "shape": [
297
+ 3
298
+ ],
299
+ "fps": 10
300
+ },
301
+ "observation.jaco.base_orientation": {
302
+ "dtype": "float32",
303
+ "shape": [
304
+ 1
305
+ ],
306
+ "fps": 10
307
+ },
308
+ "observation.jaco.ee_error": {
309
+ "dtype": "float32",
310
+ "shape": [
311
+ 7
312
+ ],
313
+ "fps": 10
314
+ },
315
+ "observation.images.jaco": {
316
+ "dtype": "video",
317
+ "shape": [
318
+ 360,
319
+ 640,
320
+ 3
321
+ ],
322
+ "info": {
323
+ "video.height": 360,
324
+ "video.width": 640,
325
+ "video.codec": "av1",
326
+ "video.pix_fmt": "yuv420p",
327
+ "video.is_depth_map": false,
328
+ "video.fps": 10,
329
+ "video.channels": 3,
330
+ "has_audio": false
331
+ }
332
+ },
333
+ "observation.google_robot.joints": {
334
+ "dtype": "float32",
335
+ "shape": [
336
+ 8
337
+ ],
338
+ "fps": 10
339
+ },
340
+ "observation.google_robot.ee_pose": {
341
+ "dtype": "float32",
342
+ "shape": [
343
+ 7
344
+ ],
345
+ "fps": 10
346
+ },
347
+ "observation.google_robot.base_position": {
348
+ "dtype": "float32",
349
+ "shape": [
350
+ 3
351
+ ],
352
+ "fps": 10
353
+ },
354
+ "observation.google_robot.base_orientation": {
355
+ "dtype": "float32",
356
+ "shape": [
357
+ 1
358
+ ],
359
+ "fps": 10
360
+ },
361
+ "observation.google_robot.ee_error": {
362
+ "dtype": "float32",
363
+ "shape": [
364
+ 7
365
+ ],
366
+ "fps": 10
367
+ },
368
+ "observation.images.google_robot": {
369
+ "dtype": "video",
370
+ "shape": [
371
+ 360,
372
+ 640,
373
+ 3
374
+ ],
375
+ "info": {
376
+ "video.height": 360,
377
+ "video.width": 640,
378
+ "video.codec": "av1",
379
+ "video.pix_fmt": "yuv420p",
380
+ "video.is_depth_map": false,
381
+ "video.fps": 10,
382
+ "video.channels": 3,
383
+ "has_audio": false
384
+ }
385
+ },
386
+ "observation.images.image": {
387
+ "dtype": "video",
388
+ "shape": [
389
+ 360,
390
+ 640,
391
+ 3
392
+ ],
393
+ "info": {
394
+ "video.height": 360,
395
+ "video.width": 640,
396
+ "video.codec": "av1",
397
+ "video.pix_fmt": "yuv420p",
398
+ "video.is_depth_map": false,
399
+ "video.fps": 10,
400
+ "video.channels": 3,
401
+ "has_audio": false
402
+ }
403
+ },
404
+ "natural_language_instruction": {
405
+ "dtype": "int32",
406
+ "shape": [
407
+ 512
408
+ ],
409
+ "fps": 10
410
+ },
411
+ "observation.state": {
412
+ "dtype": "float32",
413
+ "shape": [
414
+ 2
415
+ ],
416
+ "fps": 10
417
+ },
418
+ "observation.joints": {
419
+ "dtype": "float32",
420
+ "shape": [
421
+ 8
422
+ ],
423
+ "fps": 10
424
+ },
425
+ "observation.ee_pose": {
426
+ "dtype": "float32",
427
+ "shape": [
428
+ 7
429
+ ],
430
+ "fps": 10
431
+ },
432
+ "timestamp": {
433
+ "dtype": "float32",
434
+ "shape": [
435
+ 1
436
+ ],
437
+ "names": null,
438
+ "fps": 10
439
+ },
440
+ "frame_index": {
441
+ "dtype": "int64",
442
+ "shape": [
443
+ 1
444
+ ],
445
+ "names": null,
446
+ "fps": 10
447
+ },
448
+ "episode_index": {
449
+ "dtype": "int64",
450
+ "shape": [
451
+ 1
452
+ ],
453
+ "names": null,
454
+ "fps": 10
455
+ },
456
+ "index": {
457
+ "dtype": "int64",
458
+ "shape": [
459
+ 1
460
+ ],
461
+ "names": null,
462
+ "fps": 10
463
+ },
464
+ "task_index": {
465
+ "dtype": "int64",
466
+ "shape": [
467
+ 1
468
+ ],
469
+ "names": null,
470
+ "fps": 10
471
+ }
472
+ },
473
+ "data_files_size_in_mb": 500,
474
+ "video_files_size_in_mb": 500
475
+ }
meta/stats.json ADDED
@@ -0,0 +1,4014 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.sawyer.base_position": {
3
+ "min": [
4
+ 0.05000000074505806,
5
+ 0.0,
6
+ 0.0
7
+ ],
8
+ "max": [
9
+ 0.05000000074505806,
10
+ 0.0,
11
+ 0.0
12
+ ],
13
+ "mean": [
14
+ 0.04999999970509666,
15
+ 0.0,
16
+ 0.0
17
+ ],
18
+ "std": [
19
+ 1.4002804629204912e-08,
20
+ 0.0,
21
+ 0.0
22
+ ],
23
+ "count": [
24
+ 16048
25
+ ]
26
+ },
27
+ "observation.images.sawyer": {
28
+ "min": [
29
+ [
30
+ [
31
+ 0.0
32
+ ]
33
+ ],
34
+ [
35
+ [
36
+ 0.0
37
+ ]
38
+ ],
39
+ [
40
+ [
41
+ 0.0
42
+ ]
43
+ ]
44
+ ],
45
+ "max": [
46
+ [
47
+ [
48
+ 1.0
49
+ ]
50
+ ],
51
+ [
52
+ [
53
+ 1.0
54
+ ]
55
+ ],
56
+ [
57
+ [
58
+ 1.0
59
+ ]
60
+ ]
61
+ ],
62
+ "mean": [
63
+ [
64
+ [
65
+ 0.4140233366655205
66
+ ]
67
+ ],
68
+ [
69
+ [
70
+ 0.4966985778095996
71
+ ]
72
+ ],
73
+ [
74
+ [
75
+ 0.5269347166323737
76
+ ]
77
+ ]
78
+ ],
79
+ "std": [
80
+ [
81
+ [
82
+ 0.2946060799793973
83
+ ]
84
+ ],
85
+ [
86
+ [
87
+ 0.21141187406338316
88
+ ]
89
+ ],
90
+ [
91
+ [
92
+ 0.1764021228798189
93
+ ]
94
+ ]
95
+ ],
96
+ "count": [
97
+ 16048
98
+ ]
99
+ },
100
+ "observation.panda.ee_pose": {
101
+ "min": [
102
+ 0.1910005807876587,
103
+ -0.3058137595653534,
104
+ 0.07990318536758423,
105
+ -0.01789921522140503,
106
+ -5.7027064030990005e-05,
107
+ 0.9993800520896912,
108
+ -0.019599035382270813
109
+ ],
110
+ "max": [
111
+ 0.6190932989120483,
112
+ 0.3455336391925812,
113
+ 0.08642620593309402,
114
+ 0.007179703563451767,
115
+ 0.031356330960989,
116
+ 1.0,
117
+ 0.001973254606127739
118
+ ],
119
+ "mean": [
120
+ 0.39959478762060224,
121
+ 0.015282445347040931,
122
+ 0.08500256996689103,
123
+ -6.083798007076651e-05,
124
+ 0.0001080121559827024,
125
+ 0.999999214918283,
126
+ -0.00012471191835639276
127
+ ],
128
+ "std": [
129
+ 0.10594596536624692,
130
+ 0.1383708480355088,
131
+ 7.686743533379029e-05,
132
+ 0.0006896094562854894,
133
+ 0.000740761942173707,
134
+ 1.200676619670292e-05,
135
+ 0.000733865413260045
136
+ ],
137
+ "count": [
138
+ 16048
139
+ ]
140
+ },
141
+ "observation.google_robot.joints": {
142
+ "min": [
143
+ -0.21701624989509583,
144
+ 1.5228735208511353,
145
+ 1.1062827110290527,
146
+ -2.049999952316284,
147
+ -1.8037011623382568,
148
+ -0.9669994115829468,
149
+ -3.1411075592041016,
150
+ 1.0
151
+ ],
152
+ "max": [
153
+ 1.2658545970916748,
154
+ 2.3345837593078613,
155
+ 3.7100000381469727,
156
+ 0.35341498255729675,
157
+ 0.24276341497898102,
158
+ 1.3449040651321411,
159
+ 0.5833008289337158,
160
+ 1.0
161
+ ],
162
+ "mean": [
163
+ 0.5576183656078231,
164
+ 1.5846910360951723,
165
+ 2.5085337681107127,
166
+ -1.5443583894131012,
167
+ -1.4824947803499453,
168
+ 0.6591470307521503,
169
+ -1.0548027287579047,
170
+ 1.0
171
+ ],
172
+ "std": [
173
+ 0.2522929156237912,
174
+ 0.06486760541520797,
175
+ 0.2339323703494507,
176
+ 0.27641124389980004,
177
+ 0.29778516586720427,
178
+ 0.22517984688364387,
179
+ 0.5011309753720443,
180
+ 0.0
181
+ ],
182
+ "count": [
183
+ 16048
184
+ ]
185
+ },
186
+ "natural_language_instruction": {
187
+ "min": [
188
+ 97,
189
+ 97,
190
+ 32,
191
+ 32,
192
+ 32,
193
+ 32,
194
+ 32,
195
+ 32,
196
+ 32,
197
+ 32,
198
+ 32,
199
+ 32,
200
+ 32,
201
+ 32,
202
+ 32,
203
+ 32,
204
+ 32,
205
+ 32,
206
+ 0,
207
+ 0,
208
+ 0,
209
+ 0,
210
+ 0,
211
+ 0,
212
+ 0,
213
+ 0,
214
+ 0,
215
+ 0,
216
+ 0,
217
+ 0,
218
+ 0,
219
+ 0,
220
+ 0,
221
+ 0,
222
+ 0,
223
+ 0,
224
+ 0,
225
+ 0,
226
+ 0,
227
+ 0,
228
+ 0,
229
+ 0,
230
+ 0,
231
+ 0,
232
+ 0,
233
+ 0,
234
+ 0,
235
+ 0,
236
+ 0,
237
+ 0,
238
+ 0,
239
+ 0,
240
+ 0,
241
+ 0,
242
+ 0,
243
+ 0,
244
+ 0,
245
+ 0,
246
+ 0,
247
+ 0,
248
+ 0,
249
+ 0,
250
+ 0,
251
+ 0,
252
+ 0,
253
+ 0,
254
+ 0,
255
+ 0,
256
+ 0,
257
+ 0,
258
+ 0,
259
+ 0,
260
+ 0,
261
+ 0,
262
+ 0,
263
+ 0,
264
+ 0,
265
+ 0,
266
+ 0,
267
+ 0,
268
+ 0,
269
+ 0,
270
+ 0,
271
+ 0,
272
+ 0,
273
+ 0,
274
+ 0,
275
+ 0,
276
+ 0,
277
+ 0,
278
+ 0,
279
+ 0,
280
+ 0,
281
+ 0,
282
+ 0,
283
+ 0,
284
+ 0,
285
+ 0,
286
+ 0,
287
+ 0,
288
+ 0,
289
+ 0,
290
+ 0,
291
+ 0,
292
+ 0,
293
+ 0,
294
+ 0,
295
+ 0,
296
+ 0,
297
+ 0,
298
+ 0,
299
+ 0,
300
+ 0,
301
+ 0,
302
+ 0,
303
+ 0,
304
+ 0,
305
+ 0,
306
+ 0,
307
+ 0,
308
+ 0,
309
+ 0,
310
+ 0,
311
+ 0,
312
+ 0,
313
+ 0,
314
+ 0,
315
+ 0,
316
+ 0,
317
+ 0,
318
+ 0,
319
+ 0,
320
+ 0,
321
+ 0,
322
+ 0,
323
+ 0,
324
+ 0,
325
+ 0,
326
+ 0,
327
+ 0,
328
+ 0,
329
+ 0,
330
+ 0,
331
+ 0,
332
+ 0,
333
+ 0,
334
+ 0,
335
+ 0,
336
+ 0,
337
+ 0,
338
+ 0,
339
+ 0,
340
+ 0,
341
+ 0,
342
+ 0,
343
+ 0,
344
+ 0,
345
+ 0,
346
+ 0,
347
+ 0,
348
+ 0,
349
+ 0,
350
+ 0,
351
+ 0,
352
+ 0,
353
+ 0,
354
+ 0,
355
+ 0,
356
+ 0,
357
+ 0,
358
+ 0,
359
+ 0,
360
+ 0,
361
+ 0,
362
+ 0,
363
+ 0,
364
+ 0,
365
+ 0,
366
+ 0,
367
+ 0,
368
+ 0,
369
+ 0,
370
+ 0,
371
+ 0,
372
+ 0,
373
+ 0,
374
+ 0,
375
+ 0,
376
+ 0,
377
+ 0,
378
+ 0,
379
+ 0,
380
+ 0,
381
+ 0,
382
+ 0,
383
+ 0,
384
+ 0,
385
+ 0,
386
+ 0,
387
+ 0,
388
+ 0,
389
+ 0,
390
+ 0,
391
+ 0,
392
+ 0,
393
+ 0,
394
+ 0,
395
+ 0,
396
+ 0,
397
+ 0,
398
+ 0,
399
+ 0,
400
+ 0,
401
+ 0,
402
+ 0,
403
+ 0,
404
+ 0,
405
+ 0,
406
+ 0,
407
+ 0,
408
+ 0,
409
+ 0,
410
+ 0,
411
+ 0,
412
+ 0,
413
+ 0,
414
+ 0,
415
+ 0,
416
+ 0,
417
+ 0,
418
+ 0,
419
+ 0,
420
+ 0,
421
+ 0,
422
+ 0,
423
+ 0,
424
+ 0,
425
+ 0,
426
+ 0,
427
+ 0,
428
+ 0,
429
+ 0,
430
+ 0,
431
+ 0,
432
+ 0,
433
+ 0,
434
+ 0,
435
+ 0,
436
+ 0,
437
+ 0,
438
+ 0,
439
+ 0,
440
+ 0,
441
+ 0,
442
+ 0,
443
+ 0,
444
+ 0,
445
+ 0,
446
+ 0,
447
+ 0,
448
+ 0,
449
+ 0,
450
+ 0,
451
+ 0,
452
+ 0,
453
+ 0,
454
+ 0,
455
+ 0,
456
+ 0,
457
+ 0,
458
+ 0,
459
+ 0,
460
+ 0,
461
+ 0,
462
+ 0,
463
+ 0,
464
+ 0,
465
+ 0,
466
+ 0,
467
+ 0,
468
+ 0,
469
+ 0,
470
+ 0,
471
+ 0,
472
+ 0,
473
+ 0,
474
+ 0,
475
+ 0,
476
+ 0,
477
+ 0,
478
+ 0,
479
+ 0,
480
+ 0,
481
+ 0,
482
+ 0,
483
+ 0,
484
+ 0,
485
+ 0,
486
+ 0,
487
+ 0,
488
+ 0,
489
+ 0,
490
+ 0,
491
+ 0,
492
+ 0,
493
+ 0,
494
+ 0,
495
+ 0,
496
+ 0,
497
+ 0,
498
+ 0,
499
+ 0,
500
+ 0,
501
+ 0,
502
+ 0,
503
+ 0,
504
+ 0,
505
+ 0,
506
+ 0,
507
+ 0,
508
+ 0,
509
+ 0,
510
+ 0,
511
+ 0,
512
+ 0,
513
+ 0,
514
+ 0,
515
+ 0,
516
+ 0,
517
+ 0,
518
+ 0,
519
+ 0,
520
+ 0,
521
+ 0,
522
+ 0,
523
+ 0,
524
+ 0,
525
+ 0,
526
+ 0,
527
+ 0,
528
+ 0,
529
+ 0,
530
+ 0,
531
+ 0,
532
+ 0,
533
+ 0,
534
+ 0,
535
+ 0,
536
+ 0,
537
+ 0,
538
+ 0,
539
+ 0,
540
+ 0,
541
+ 0,
542
+ 0,
543
+ 0,
544
+ 0,
545
+ 0,
546
+ 0,
547
+ 0,
548
+ 0,
549
+ 0,
550
+ 0,
551
+ 0,
552
+ 0,
553
+ 0,
554
+ 0,
555
+ 0,
556
+ 0,
557
+ 0,
558
+ 0,
559
+ 0,
560
+ 0,
561
+ 0,
562
+ 0,
563
+ 0,
564
+ 0,
565
+ 0,
566
+ 0,
567
+ 0,
568
+ 0,
569
+ 0,
570
+ 0,
571
+ 0,
572
+ 0,
573
+ 0,
574
+ 0,
575
+ 0,
576
+ 0,
577
+ 0,
578
+ 0,
579
+ 0,
580
+ 0,
581
+ 0,
582
+ 0,
583
+ 0,
584
+ 0,
585
+ 0,
586
+ 0,
587
+ 0,
588
+ 0,
589
+ 0,
590
+ 0,
591
+ 0,
592
+ 0,
593
+ 0,
594
+ 0,
595
+ 0,
596
+ 0,
597
+ 0,
598
+ 0,
599
+ 0,
600
+ 0,
601
+ 0,
602
+ 0,
603
+ 0,
604
+ 0,
605
+ 0,
606
+ 0,
607
+ 0,
608
+ 0,
609
+ 0,
610
+ 0,
611
+ 0,
612
+ 0,
613
+ 0,
614
+ 0,
615
+ 0,
616
+ 0,
617
+ 0,
618
+ 0,
619
+ 0,
620
+ 0,
621
+ 0,
622
+ 0,
623
+ 0,
624
+ 0,
625
+ 0,
626
+ 0,
627
+ 0,
628
+ 0,
629
+ 0,
630
+ 0,
631
+ 0,
632
+ 0,
633
+ 0,
634
+ 0,
635
+ 0,
636
+ 0,
637
+ 0,
638
+ 0,
639
+ 0,
640
+ 0,
641
+ 0,
642
+ 0,
643
+ 0,
644
+ 0,
645
+ 0,
646
+ 0,
647
+ 0,
648
+ 0,
649
+ 0,
650
+ 0,
651
+ 0,
652
+ 0,
653
+ 0,
654
+ 0,
655
+ 0,
656
+ 0,
657
+ 0,
658
+ 0,
659
+ 0,
660
+ 0,
661
+ 0,
662
+ 0,
663
+ 0,
664
+ 0,
665
+ 0,
666
+ 0,
667
+ 0,
668
+ 0,
669
+ 0,
670
+ 0,
671
+ 0,
672
+ 0,
673
+ 0,
674
+ 0,
675
+ 0,
676
+ 0,
677
+ 0,
678
+ 0,
679
+ 0,
680
+ 0,
681
+ 0,
682
+ 0,
683
+ 0,
684
+ 0,
685
+ 0,
686
+ 0,
687
+ 0,
688
+ 0,
689
+ 0,
690
+ 0,
691
+ 0,
692
+ 0,
693
+ 0,
694
+ 0,
695
+ 0,
696
+ 0,
697
+ 0,
698
+ 0,
699
+ 0
700
+ ],
701
+ "max": [
702
+ 116,
703
+ 117,
704
+ 118,
705
+ 117,
706
+ 116,
707
+ 121,
708
+ 121,
709
+ 121,
710
+ 121,
711
+ 121,
712
+ 121,
713
+ 121,
714
+ 120,
715
+ 121,
716
+ 120,
717
+ 121,
718
+ 119,
719
+ 121,
720
+ 121,
721
+ 122,
722
+ 120,
723
+ 121,
724
+ 121,
725
+ 121,
726
+ 122,
727
+ 122,
728
+ 121,
729
+ 121,
730
+ 121,
731
+ 122,
732
+ 121,
733
+ 121,
734
+ 121,
735
+ 121,
736
+ 121,
737
+ 121,
738
+ 121,
739
+ 121,
740
+ 121,
741
+ 121,
742
+ 121,
743
+ 121,
744
+ 121,
745
+ 121,
746
+ 121,
747
+ 121,
748
+ 121,
749
+ 120,
750
+ 121,
751
+ 121,
752
+ 121,
753
+ 121,
754
+ 120,
755
+ 121,
756
+ 121,
757
+ 121,
758
+ 121,
759
+ 121,
760
+ 120,
761
+ 120,
762
+ 119,
763
+ 119,
764
+ 116,
765
+ 120,
766
+ 120,
767
+ 116,
768
+ 120,
769
+ 116,
770
+ 116,
771
+ 116,
772
+ 116,
773
+ 114,
774
+ 114,
775
+ 110,
776
+ 116,
777
+ 116,
778
+ 114,
779
+ 111,
780
+ 102,
781
+ 32,
782
+ 116,
783
+ 108,
784
+ 111,
785
+ 99,
786
+ 107,
787
+ 115,
788
+ 97,
789
+ 114,
790
+ 100,
791
+ 0,
792
+ 0,
793
+ 0,
794
+ 0,
795
+ 0,
796
+ 0,
797
+ 0,
798
+ 0,
799
+ 0,
800
+ 0,
801
+ 0,
802
+ 0,
803
+ 0,
804
+ 0,
805
+ 0,
806
+ 0,
807
+ 0,
808
+ 0,
809
+ 0,
810
+ 0,
811
+ 0,
812
+ 0,
813
+ 0,
814
+ 0,
815
+ 0,
816
+ 0,
817
+ 0,
818
+ 0,
819
+ 0,
820
+ 0,
821
+ 0,
822
+ 0,
823
+ 0,
824
+ 0,
825
+ 0,
826
+ 0,
827
+ 0,
828
+ 0,
829
+ 0,
830
+ 0,
831
+ 0,
832
+ 0,
833
+ 0,
834
+ 0,
835
+ 0,
836
+ 0,
837
+ 0,
838
+ 0,
839
+ 0,
840
+ 0,
841
+ 0,
842
+ 0,
843
+ 0,
844
+ 0,
845
+ 0,
846
+ 0,
847
+ 0,
848
+ 0,
849
+ 0,
850
+ 0,
851
+ 0,
852
+ 0,
853
+ 0,
854
+ 0,
855
+ 0,
856
+ 0,
857
+ 0,
858
+ 0,
859
+ 0,
860
+ 0,
861
+ 0,
862
+ 0,
863
+ 0,
864
+ 0,
865
+ 0,
866
+ 0,
867
+ 0,
868
+ 0,
869
+ 0,
870
+ 0,
871
+ 0,
872
+ 0,
873
+ 0,
874
+ 0,
875
+ 0,
876
+ 0,
877
+ 0,
878
+ 0,
879
+ 0,
880
+ 0,
881
+ 0,
882
+ 0,
883
+ 0,
884
+ 0,
885
+ 0,
886
+ 0,
887
+ 0,
888
+ 0,
889
+ 0,
890
+ 0,
891
+ 0,
892
+ 0,
893
+ 0,
894
+ 0,
895
+ 0,
896
+ 0,
897
+ 0,
898
+ 0,
899
+ 0,
900
+ 0,
901
+ 0,
902
+ 0,
903
+ 0,
904
+ 0,
905
+ 0,
906
+ 0,
907
+ 0,
908
+ 0,
909
+ 0,
910
+ 0,
911
+ 0,
912
+ 0,
913
+ 0,
914
+ 0,
915
+ 0,
916
+ 0,
917
+ 0,
918
+ 0,
919
+ 0,
920
+ 0,
921
+ 0,
922
+ 0,
923
+ 0,
924
+ 0,
925
+ 0,
926
+ 0,
927
+ 0,
928
+ 0,
929
+ 0,
930
+ 0,
931
+ 0,
932
+ 0,
933
+ 0,
934
+ 0,
935
+ 0,
936
+ 0,
937
+ 0,
938
+ 0,
939
+ 0,
940
+ 0,
941
+ 0,
942
+ 0,
943
+ 0,
944
+ 0,
945
+ 0,
946
+ 0,
947
+ 0,
948
+ 0,
949
+ 0,
950
+ 0,
951
+ 0,
952
+ 0,
953
+ 0,
954
+ 0,
955
+ 0,
956
+ 0,
957
+ 0,
958
+ 0,
959
+ 0,
960
+ 0,
961
+ 0,
962
+ 0,
963
+ 0,
964
+ 0,
965
+ 0,
966
+ 0,
967
+ 0,
968
+ 0,
969
+ 0,
970
+ 0,
971
+ 0,
972
+ 0,
973
+ 0,
974
+ 0,
975
+ 0,
976
+ 0,
977
+ 0,
978
+ 0,
979
+ 0,
980
+ 0,
981
+ 0,
982
+ 0,
983
+ 0,
984
+ 0,
985
+ 0,
986
+ 0,
987
+ 0,
988
+ 0,
989
+ 0,
990
+ 0,
991
+ 0,
992
+ 0,
993
+ 0,
994
+ 0,
995
+ 0,
996
+ 0,
997
+ 0,
998
+ 0,
999
+ 0,
1000
+ 0,
1001
+ 0,
1002
+ 0,
1003
+ 0,
1004
+ 0,
1005
+ 0,
1006
+ 0,
1007
+ 0,
1008
+ 0,
1009
+ 0,
1010
+ 0,
1011
+ 0,
1012
+ 0,
1013
+ 0,
1014
+ 0,
1015
+ 0,
1016
+ 0,
1017
+ 0,
1018
+ 0,
1019
+ 0,
1020
+ 0,
1021
+ 0,
1022
+ 0,
1023
+ 0,
1024
+ 0,
1025
+ 0,
1026
+ 0,
1027
+ 0,
1028
+ 0,
1029
+ 0,
1030
+ 0,
1031
+ 0,
1032
+ 0,
1033
+ 0,
1034
+ 0,
1035
+ 0,
1036
+ 0,
1037
+ 0,
1038
+ 0,
1039
+ 0,
1040
+ 0,
1041
+ 0,
1042
+ 0,
1043
+ 0,
1044
+ 0,
1045
+ 0,
1046
+ 0,
1047
+ 0,
1048
+ 0,
1049
+ 0,
1050
+ 0,
1051
+ 0,
1052
+ 0,
1053
+ 0,
1054
+ 0,
1055
+ 0,
1056
+ 0,
1057
+ 0,
1058
+ 0,
1059
+ 0,
1060
+ 0,
1061
+ 0,
1062
+ 0,
1063
+ 0,
1064
+ 0,
1065
+ 0,
1066
+ 0,
1067
+ 0,
1068
+ 0,
1069
+ 0,
1070
+ 0,
1071
+ 0,
1072
+ 0,
1073
+ 0,
1074
+ 0,
1075
+ 0,
1076
+ 0,
1077
+ 0,
1078
+ 0,
1079
+ 0,
1080
+ 0,
1081
+ 0,
1082
+ 0,
1083
+ 0,
1084
+ 0,
1085
+ 0,
1086
+ 0,
1087
+ 0,
1088
+ 0,
1089
+ 0,
1090
+ 0,
1091
+ 0,
1092
+ 0,
1093
+ 0,
1094
+ 0,
1095
+ 0,
1096
+ 0,
1097
+ 0,
1098
+ 0,
1099
+ 0,
1100
+ 0,
1101
+ 0,
1102
+ 0,
1103
+ 0,
1104
+ 0,
1105
+ 0,
1106
+ 0,
1107
+ 0,
1108
+ 0,
1109
+ 0,
1110
+ 0,
1111
+ 0,
1112
+ 0,
1113
+ 0,
1114
+ 0,
1115
+ 0,
1116
+ 0,
1117
+ 0,
1118
+ 0,
1119
+ 0,
1120
+ 0,
1121
+ 0,
1122
+ 0,
1123
+ 0,
1124
+ 0,
1125
+ 0,
1126
+ 0,
1127
+ 0,
1128
+ 0,
1129
+ 0,
1130
+ 0,
1131
+ 0,
1132
+ 0,
1133
+ 0,
1134
+ 0,
1135
+ 0,
1136
+ 0,
1137
+ 0,
1138
+ 0,
1139
+ 0,
1140
+ 0,
1141
+ 0,
1142
+ 0,
1143
+ 0,
1144
+ 0,
1145
+ 0,
1146
+ 0,
1147
+ 0,
1148
+ 0,
1149
+ 0,
1150
+ 0,
1151
+ 0,
1152
+ 0,
1153
+ 0,
1154
+ 0,
1155
+ 0,
1156
+ 0,
1157
+ 0,
1158
+ 0,
1159
+ 0,
1160
+ 0,
1161
+ 0,
1162
+ 0,
1163
+ 0,
1164
+ 0,
1165
+ 0,
1166
+ 0,
1167
+ 0,
1168
+ 0,
1169
+ 0,
1170
+ 0,
1171
+ 0,
1172
+ 0,
1173
+ 0,
1174
+ 0,
1175
+ 0,
1176
+ 0,
1177
+ 0,
1178
+ 0,
1179
+ 0,
1180
+ 0,
1181
+ 0,
1182
+ 0,
1183
+ 0,
1184
+ 0,
1185
+ 0,
1186
+ 0,
1187
+ 0,
1188
+ 0,
1189
+ 0,
1190
+ 0,
1191
+ 0,
1192
+ 0,
1193
+ 0,
1194
+ 0,
1195
+ 0,
1196
+ 0,
1197
+ 0,
1198
+ 0,
1199
+ 0,
1200
+ 0,
1201
+ 0,
1202
+ 0,
1203
+ 0,
1204
+ 0,
1205
+ 0,
1206
+ 0,
1207
+ 0,
1208
+ 0,
1209
+ 0,
1210
+ 0,
1211
+ 0,
1212
+ 0,
1213
+ 0
1214
+ ],
1215
+ "mean": [
1216
+ 111.13285144566301,
1217
+ 111.45744017946161,
1218
+ 111.42248255234297,
1219
+ 100.87979810568295,
1220
+ 59.1814556331007,
1221
+ 91.02922482552343,
1222
+ 106.919740777667,
1223
+ 103.01102941176471,
1224
+ 61.093594217347956,
1225
+ 87.12824027916251,
1226
+ 102.2958000997009,
1227
+ 104.60026171485544,
1228
+ 90.03389830508475,
1229
+ 89.08530658025923,
1230
+ 91.56262462612163,
1231
+ 93.40347706879362,
1232
+ 99.99601196410768,
1233
+ 92.61908025922233,
1234
+ 97.90154536390827,
1235
+ 90.86160269192423,
1236
+ 97.32265702891326,
1237
+ 91.23130608175474,
1238
+ 91.70912263210369,
1239
+ 92.51539132602194,
1240
+ 92.25211864406779,
1241
+ 93.9048479561316,
1242
+ 89.26863160518445,
1243
+ 93.77430209371884,
1244
+ 90.45762711864407,
1245
+ 87.61621385842473,
1246
+ 89.6946036889332,
1247
+ 85.99152542372882,
1248
+ 84.8522557328016,
1249
+ 82.31879361914257,
1250
+ 79.51296111665005,
1251
+ 76.94254735792622,
1252
+ 76.724389332004,
1253
+ 72.76632602193419,
1254
+ 67.82639581256231,
1255
+ 64.59770687936191,
1256
+ 63.76470588235294,
1257
+ 57.95295363908275,
1258
+ 54.334683449651045,
1259
+ 50.116151545363905,
1260
+ 45.34857926221336,
1261
+ 42.48149302093719,
1262
+ 40.38578015952144,
1263
+ 36.9943295114656,
1264
+ 35.44204885343968,
1265
+ 30.716288634097708,
1266
+ 29.362662013958126,
1267
+ 24.904598703888336,
1268
+ 22.05228065802592,
1269
+ 20.707502492522433,
1270
+ 17.99725822532403,
1271
+ 15.694042871385843,
1272
+ 13.097208374875374,
1273
+ 11.493270189431705,
1274
+ 8.771435692921237,
1275
+ 8.418806081754736,
1276
+ 7.539319541375872,
1277
+ 6.811066799601196,
1278
+ 5.13845962113659,
1279
+ 3.309072781655035,
1280
+ 3.020251744765703,
1281
+ 2.7382228315054835,
1282
+ 2.424850448654038,
1283
+ 2.101321036889332,
1284
+ 1.8614157527417747,
1285
+ 1.937936191425723,
1286
+ 1.3619142572283152,
1287
+ 0.8492647058823529,
1288
+ 0.8391699900299102,
1289
+ 0.6238783649052841,
1290
+ 0.5709122632103689,
1291
+ 0.5756480558325024,
1292
+ 0.20849950149551347,
1293
+ 0.3043369890329013,
1294
+ 0.2796610169491525,
1295
+ 0.08773678963110668,
1296
+ 0.29897806580259223,
1297
+ 0.28938185443668996,
1298
+ 0.2875124626121635,
1299
+ 0.15871136590229312,
1300
+ 0.27822781655034895,
1301
+ 0.3085742771684945,
1302
+ 0.16319790628115652,
1303
+ 0.19179960119641076,
1304
+ 0.16824526420737787,
1305
+ 0.0,
1306
+ 0.0,
1307
+ 0.0,
1308
+ 0.0,
1309
+ 0.0,
1310
+ 0.0,
1311
+ 0.0,
1312
+ 0.0,
1313
+ 0.0,
1314
+ 0.0,
1315
+ 0.0,
1316
+ 0.0,
1317
+ 0.0,
1318
+ 0.0,
1319
+ 0.0,
1320
+ 0.0,
1321
+ 0.0,
1322
+ 0.0,
1323
+ 0.0,
1324
+ 0.0,
1325
+ 0.0,
1326
+ 0.0,
1327
+ 0.0,
1328
+ 0.0,
1329
+ 0.0,
1330
+ 0.0,
1331
+ 0.0,
1332
+ 0.0,
1333
+ 0.0,
1334
+ 0.0,
1335
+ 0.0,
1336
+ 0.0,
1337
+ 0.0,
1338
+ 0.0,
1339
+ 0.0,
1340
+ 0.0,
1341
+ 0.0,
1342
+ 0.0,
1343
+ 0.0,
1344
+ 0.0,
1345
+ 0.0,
1346
+ 0.0,
1347
+ 0.0,
1348
+ 0.0,
1349
+ 0.0,
1350
+ 0.0,
1351
+ 0.0,
1352
+ 0.0,
1353
+ 0.0,
1354
+ 0.0,
1355
+ 0.0,
1356
+ 0.0,
1357
+ 0.0,
1358
+ 0.0,
1359
+ 0.0,
1360
+ 0.0,
1361
+ 0.0,
1362
+ 0.0,
1363
+ 0.0,
1364
+ 0.0,
1365
+ 0.0,
1366
+ 0.0,
1367
+ 0.0,
1368
+ 0.0,
1369
+ 0.0,
1370
+ 0.0,
1371
+ 0.0,
1372
+ 0.0,
1373
+ 0.0,
1374
+ 0.0,
1375
+ 0.0,
1376
+ 0.0,
1377
+ 0.0,
1378
+ 0.0,
1379
+ 0.0,
1380
+ 0.0,
1381
+ 0.0,
1382
+ 0.0,
1383
+ 0.0,
1384
+ 0.0,
1385
+ 0.0,
1386
+ 0.0,
1387
+ 0.0,
1388
+ 0.0,
1389
+ 0.0,
1390
+ 0.0,
1391
+ 0.0,
1392
+ 0.0,
1393
+ 0.0,
1394
+ 0.0,
1395
+ 0.0,
1396
+ 0.0,
1397
+ 0.0,
1398
+ 0.0,
1399
+ 0.0,
1400
+ 0.0,
1401
+ 0.0,
1402
+ 0.0,
1403
+ 0.0,
1404
+ 0.0,
1405
+ 0.0,
1406
+ 0.0,
1407
+ 0.0,
1408
+ 0.0,
1409
+ 0.0,
1410
+ 0.0,
1411
+ 0.0,
1412
+ 0.0,
1413
+ 0.0,
1414
+ 0.0,
1415
+ 0.0,
1416
+ 0.0,
1417
+ 0.0,
1418
+ 0.0,
1419
+ 0.0,
1420
+ 0.0,
1421
+ 0.0,
1422
+ 0.0,
1423
+ 0.0,
1424
+ 0.0,
1425
+ 0.0,
1426
+ 0.0,
1427
+ 0.0,
1428
+ 0.0,
1429
+ 0.0,
1430
+ 0.0,
1431
+ 0.0,
1432
+ 0.0,
1433
+ 0.0,
1434
+ 0.0,
1435
+ 0.0,
1436
+ 0.0,
1437
+ 0.0,
1438
+ 0.0,
1439
+ 0.0,
1440
+ 0.0,
1441
+ 0.0,
1442
+ 0.0,
1443
+ 0.0,
1444
+ 0.0,
1445
+ 0.0,
1446
+ 0.0,
1447
+ 0.0,
1448
+ 0.0,
1449
+ 0.0,
1450
+ 0.0,
1451
+ 0.0,
1452
+ 0.0,
1453
+ 0.0,
1454
+ 0.0,
1455
+ 0.0,
1456
+ 0.0,
1457
+ 0.0,
1458
+ 0.0,
1459
+ 0.0,
1460
+ 0.0,
1461
+ 0.0,
1462
+ 0.0,
1463
+ 0.0,
1464
+ 0.0,
1465
+ 0.0,
1466
+ 0.0,
1467
+ 0.0,
1468
+ 0.0,
1469
+ 0.0,
1470
+ 0.0,
1471
+ 0.0,
1472
+ 0.0,
1473
+ 0.0,
1474
+ 0.0,
1475
+ 0.0,
1476
+ 0.0,
1477
+ 0.0,
1478
+ 0.0,
1479
+ 0.0,
1480
+ 0.0,
1481
+ 0.0,
1482
+ 0.0,
1483
+ 0.0,
1484
+ 0.0,
1485
+ 0.0,
1486
+ 0.0,
1487
+ 0.0,
1488
+ 0.0,
1489
+ 0.0,
1490
+ 0.0,
1491
+ 0.0,
1492
+ 0.0,
1493
+ 0.0,
1494
+ 0.0,
1495
+ 0.0,
1496
+ 0.0,
1497
+ 0.0,
1498
+ 0.0,
1499
+ 0.0,
1500
+ 0.0,
1501
+ 0.0,
1502
+ 0.0,
1503
+ 0.0,
1504
+ 0.0,
1505
+ 0.0,
1506
+ 0.0,
1507
+ 0.0,
1508
+ 0.0,
1509
+ 0.0,
1510
+ 0.0,
1511
+ 0.0,
1512
+ 0.0,
1513
+ 0.0,
1514
+ 0.0,
1515
+ 0.0,
1516
+ 0.0,
1517
+ 0.0,
1518
+ 0.0,
1519
+ 0.0,
1520
+ 0.0,
1521
+ 0.0,
1522
+ 0.0,
1523
+ 0.0,
1524
+ 0.0,
1525
+ 0.0,
1526
+ 0.0,
1527
+ 0.0,
1528
+ 0.0,
1529
+ 0.0,
1530
+ 0.0,
1531
+ 0.0,
1532
+ 0.0,
1533
+ 0.0,
1534
+ 0.0,
1535
+ 0.0,
1536
+ 0.0,
1537
+ 0.0,
1538
+ 0.0,
1539
+ 0.0,
1540
+ 0.0,
1541
+ 0.0,
1542
+ 0.0,
1543
+ 0.0,
1544
+ 0.0,
1545
+ 0.0,
1546
+ 0.0,
1547
+ 0.0,
1548
+ 0.0,
1549
+ 0.0,
1550
+ 0.0,
1551
+ 0.0,
1552
+ 0.0,
1553
+ 0.0,
1554
+ 0.0,
1555
+ 0.0,
1556
+ 0.0,
1557
+ 0.0,
1558
+ 0.0,
1559
+ 0.0,
1560
+ 0.0,
1561
+ 0.0,
1562
+ 0.0,
1563
+ 0.0,
1564
+ 0.0,
1565
+ 0.0,
1566
+ 0.0,
1567
+ 0.0,
1568
+ 0.0,
1569
+ 0.0,
1570
+ 0.0,
1571
+ 0.0,
1572
+ 0.0,
1573
+ 0.0,
1574
+ 0.0,
1575
+ 0.0,
1576
+ 0.0,
1577
+ 0.0,
1578
+ 0.0,
1579
+ 0.0,
1580
+ 0.0,
1581
+ 0.0,
1582
+ 0.0,
1583
+ 0.0,
1584
+ 0.0,
1585
+ 0.0,
1586
+ 0.0,
1587
+ 0.0,
1588
+ 0.0,
1589
+ 0.0,
1590
+ 0.0,
1591
+ 0.0,
1592
+ 0.0,
1593
+ 0.0,
1594
+ 0.0,
1595
+ 0.0,
1596
+ 0.0,
1597
+ 0.0,
1598
+ 0.0,
1599
+ 0.0,
1600
+ 0.0,
1601
+ 0.0,
1602
+ 0.0,
1603
+ 0.0,
1604
+ 0.0,
1605
+ 0.0,
1606
+ 0.0,
1607
+ 0.0,
1608
+ 0.0,
1609
+ 0.0,
1610
+ 0.0,
1611
+ 0.0,
1612
+ 0.0,
1613
+ 0.0,
1614
+ 0.0,
1615
+ 0.0,
1616
+ 0.0,
1617
+ 0.0,
1618
+ 0.0,
1619
+ 0.0,
1620
+ 0.0,
1621
+ 0.0,
1622
+ 0.0,
1623
+ 0.0,
1624
+ 0.0,
1625
+ 0.0,
1626
+ 0.0,
1627
+ 0.0,
1628
+ 0.0,
1629
+ 0.0,
1630
+ 0.0,
1631
+ 0.0,
1632
+ 0.0,
1633
+ 0.0,
1634
+ 0.0,
1635
+ 0.0,
1636
+ 0.0,
1637
+ 0.0,
1638
+ 0.0,
1639
+ 0.0,
1640
+ 0.0,
1641
+ 0.0,
1642
+ 0.0,
1643
+ 0.0,
1644
+ 0.0,
1645
+ 0.0,
1646
+ 0.0,
1647
+ 0.0,
1648
+ 0.0,
1649
+ 0.0,
1650
+ 0.0,
1651
+ 0.0,
1652
+ 0.0,
1653
+ 0.0,
1654
+ 0.0,
1655
+ 0.0,
1656
+ 0.0,
1657
+ 0.0,
1658
+ 0.0,
1659
+ 0.0,
1660
+ 0.0,
1661
+ 0.0,
1662
+ 0.0,
1663
+ 0.0,
1664
+ 0.0,
1665
+ 0.0,
1666
+ 0.0,
1667
+ 0.0,
1668
+ 0.0,
1669
+ 0.0,
1670
+ 0.0,
1671
+ 0.0,
1672
+ 0.0,
1673
+ 0.0,
1674
+ 0.0,
1675
+ 0.0,
1676
+ 0.0,
1677
+ 0.0,
1678
+ 0.0,
1679
+ 0.0,
1680
+ 0.0,
1681
+ 0.0,
1682
+ 0.0,
1683
+ 0.0,
1684
+ 0.0,
1685
+ 0.0,
1686
+ 0.0,
1687
+ 0.0,
1688
+ 0.0,
1689
+ 0.0,
1690
+ 0.0,
1691
+ 0.0,
1692
+ 0.0,
1693
+ 0.0,
1694
+ 0.0,
1695
+ 0.0,
1696
+ 0.0,
1697
+ 0.0,
1698
+ 0.0,
1699
+ 0.0,
1700
+ 0.0,
1701
+ 0.0,
1702
+ 0.0,
1703
+ 0.0,
1704
+ 0.0,
1705
+ 0.0,
1706
+ 0.0,
1707
+ 0.0,
1708
+ 0.0,
1709
+ 0.0,
1710
+ 0.0,
1711
+ 0.0,
1712
+ 0.0,
1713
+ 0.0,
1714
+ 0.0,
1715
+ 0.0,
1716
+ 0.0,
1717
+ 0.0,
1718
+ 0.0,
1719
+ 0.0,
1720
+ 0.0,
1721
+ 0.0,
1722
+ 0.0,
1723
+ 0.0,
1724
+ 0.0,
1725
+ 0.0,
1726
+ 0.0,
1727
+ 0.0
1728
+ ],
1729
+ "std": [
1730
+ 2.9022239461084576,
1731
+ 4.340626120998437,
1732
+ 7.949380169748779,
1733
+ 9.392439348134817,
1734
+ 35.387837993316985,
1735
+ 37.21993230468061,
1736
+ 11.257474049124108,
1737
+ 10.6989270195205,
1738
+ 35.7527385510697,
1739
+ 35.521225804385665,
1740
+ 18.731792151215327,
1741
+ 13.764163101099864,
1742
+ 30.22219101864928,
1743
+ 32.2821888864097,
1744
+ 33.91020473890373,
1745
+ 31.308423439052415,
1746
+ 22.980422311589475,
1747
+ 28.053629603844282,
1748
+ 25.305154614317647,
1749
+ 31.465819674692582,
1750
+ 26.92639018979446,
1751
+ 32.50804735079222,
1752
+ 32.41408056187772,
1753
+ 32.291365958256584,
1754
+ 32.11444934802868,
1755
+ 30.99895242218671,
1756
+ 33.97910122577611,
1757
+ 31.496953952906768,
1758
+ 34.33840337455428,
1759
+ 35.71013424448093,
1760
+ 36.15558169259455,
1761
+ 38.79964806407938,
1762
+ 39.91595786861065,
1763
+ 41.613669308537546,
1764
+ 43.127939309203114,
1765
+ 44.74460944146558,
1766
+ 45.61678911353671,
1767
+ 46.907744277908606,
1768
+ 48.32572961417784,
1769
+ 50.1696975679905,
1770
+ 50.960296947655856,
1771
+ 51.04806316835265,
1772
+ 51.718122268085914,
1773
+ 51.615492984151416,
1774
+ 50.98381805890828,
1775
+ 50.441469851915855,
1776
+ 50.771700954725,
1777
+ 49.34439352885892,
1778
+ 49.335417615499395,
1779
+ 46.9883853076797,
1780
+ 46.856532126095004,
1781
+ 44.28840053020538,
1782
+ 41.906383893149126,
1783
+ 41.891162017521125,
1784
+ 39.59383131279482,
1785
+ 37.48778776763213,
1786
+ 34.33215230854359,
1787
+ 32.539006878941194,
1788
+ 28.753834572535354,
1789
+ 28.206503103332977,
1790
+ 27.15997893901405,
1791
+ 25.976006974581377,
1792
+ 22.53603564764603,
1793
+ 17.827174145770098,
1794
+ 17.340557699004293,
1795
+ 16.773094364146154,
1796
+ 16.20435411627349,
1797
+ 14.647795210748203,
1798
+ 13.956191670073817,
1799
+ 14.411183673913332,
1800
+ 11.788605154561559,
1801
+ 9.174822402062748,
1802
+ 9.44268239730884,
1803
+ 8.00564407789,
1804
+ 7.8343283861155095,
1805
+ 7.907980257215998,
1806
+ 4.065839935193446,
1807
+ 5.804204060830222,
1808
+ 5.3335929207629444,
1809
+ 1.673284053572687,
1810
+ 5.720439116140716,
1811
+ 5.519927365679949,
1812
+ 5.489257032176429,
1813
+ 3.4756377058108443,
1814
+ 5.311218544051428,
1815
+ 5.885899660779689,
1816
+ 3.9753695869261834,
1817
+ 4.672083844428763,
1818
+ 4.098319161779571,
1819
+ 0.0,
1820
+ 0.0,
1821
+ 0.0,
1822
+ 0.0,
1823
+ 0.0,
1824
+ 0.0,
1825
+ 0.0,
1826
+ 0.0,
1827
+ 0.0,
1828
+ 0.0,
1829
+ 0.0,
1830
+ 0.0,
1831
+ 0.0,
1832
+ 0.0,
1833
+ 0.0,
1834
+ 0.0,
1835
+ 0.0,
1836
+ 0.0,
1837
+ 0.0,
1838
+ 0.0,
1839
+ 0.0,
1840
+ 0.0,
1841
+ 0.0,
1842
+ 0.0,
1843
+ 0.0,
1844
+ 0.0,
1845
+ 0.0,
1846
+ 0.0,
1847
+ 0.0,
1848
+ 0.0,
1849
+ 0.0,
1850
+ 0.0,
1851
+ 0.0,
1852
+ 0.0,
1853
+ 0.0,
1854
+ 0.0,
1855
+ 0.0,
1856
+ 0.0,
1857
+ 0.0,
1858
+ 0.0,
1859
+ 0.0,
1860
+ 0.0,
1861
+ 0.0,
1862
+ 0.0,
1863
+ 0.0,
1864
+ 0.0,
1865
+ 0.0,
1866
+ 0.0,
1867
+ 0.0,
1868
+ 0.0,
1869
+ 0.0,
1870
+ 0.0,
1871
+ 0.0,
1872
+ 0.0,
1873
+ 0.0,
1874
+ 0.0,
1875
+ 0.0,
1876
+ 0.0,
1877
+ 0.0,
1878
+ 0.0,
1879
+ 0.0,
1880
+ 0.0,
1881
+ 0.0,
1882
+ 0.0,
1883
+ 0.0,
1884
+ 0.0,
1885
+ 0.0,
1886
+ 0.0,
1887
+ 0.0,
1888
+ 0.0,
1889
+ 0.0,
1890
+ 0.0,
1891
+ 0.0,
1892
+ 0.0,
1893
+ 0.0,
1894
+ 0.0,
1895
+ 0.0,
1896
+ 0.0,
1897
+ 0.0,
1898
+ 0.0,
1899
+ 0.0,
1900
+ 0.0,
1901
+ 0.0,
1902
+ 0.0,
1903
+ 0.0,
1904
+ 0.0,
1905
+ 0.0,
1906
+ 0.0,
1907
+ 0.0,
1908
+ 0.0,
1909
+ 0.0,
1910
+ 0.0,
1911
+ 0.0,
1912
+ 0.0,
1913
+ 0.0,
1914
+ 0.0,
1915
+ 0.0,
1916
+ 0.0,
1917
+ 0.0,
1918
+ 0.0,
1919
+ 0.0,
1920
+ 0.0,
1921
+ 0.0,
1922
+ 0.0,
1923
+ 0.0,
1924
+ 0.0,
1925
+ 0.0,
1926
+ 0.0,
1927
+ 0.0,
1928
+ 0.0,
1929
+ 0.0,
1930
+ 0.0,
1931
+ 0.0,
1932
+ 0.0,
1933
+ 0.0,
1934
+ 0.0,
1935
+ 0.0,
1936
+ 0.0,
1937
+ 0.0,
1938
+ 0.0,
1939
+ 0.0,
1940
+ 0.0,
1941
+ 0.0,
1942
+ 0.0,
1943
+ 0.0,
1944
+ 0.0,
1945
+ 0.0,
1946
+ 0.0,
1947
+ 0.0,
1948
+ 0.0,
1949
+ 0.0,
1950
+ 0.0,
1951
+ 0.0,
1952
+ 0.0,
1953
+ 0.0,
1954
+ 0.0,
1955
+ 0.0,
1956
+ 0.0,
1957
+ 0.0,
1958
+ 0.0,
1959
+ 0.0,
1960
+ 0.0,
1961
+ 0.0,
1962
+ 0.0,
1963
+ 0.0,
1964
+ 0.0,
1965
+ 0.0,
1966
+ 0.0,
1967
+ 0.0,
1968
+ 0.0,
1969
+ 0.0,
1970
+ 0.0,
1971
+ 0.0,
1972
+ 0.0,
1973
+ 0.0,
1974
+ 0.0,
1975
+ 0.0,
1976
+ 0.0,
1977
+ 0.0,
1978
+ 0.0,
1979
+ 0.0,
1980
+ 0.0,
1981
+ 0.0,
1982
+ 0.0,
1983
+ 0.0,
1984
+ 0.0,
1985
+ 0.0,
1986
+ 0.0,
1987
+ 0.0,
1988
+ 0.0,
1989
+ 0.0,
1990
+ 0.0,
1991
+ 0.0,
1992
+ 0.0,
1993
+ 0.0,
1994
+ 0.0,
1995
+ 0.0,
1996
+ 0.0,
1997
+ 0.0,
1998
+ 0.0,
1999
+ 0.0,
2000
+ 0.0,
2001
+ 0.0,
2002
+ 0.0,
2003
+ 0.0,
2004
+ 0.0,
2005
+ 0.0,
2006
+ 0.0,
2007
+ 0.0,
2008
+ 0.0,
2009
+ 0.0,
2010
+ 0.0,
2011
+ 0.0,
2012
+ 0.0,
2013
+ 0.0,
2014
+ 0.0,
2015
+ 0.0,
2016
+ 0.0,
2017
+ 0.0,
2018
+ 0.0,
2019
+ 0.0,
2020
+ 0.0,
2021
+ 0.0,
2022
+ 0.0,
2023
+ 0.0,
2024
+ 0.0,
2025
+ 0.0,
2026
+ 0.0,
2027
+ 0.0,
2028
+ 0.0,
2029
+ 0.0,
2030
+ 0.0,
2031
+ 0.0,
2032
+ 0.0,
2033
+ 0.0,
2034
+ 0.0,
2035
+ 0.0,
2036
+ 0.0,
2037
+ 0.0,
2038
+ 0.0,
2039
+ 0.0,
2040
+ 0.0,
2041
+ 0.0,
2042
+ 0.0,
2043
+ 0.0,
2044
+ 0.0,
2045
+ 0.0,
2046
+ 0.0,
2047
+ 0.0,
2048
+ 0.0,
2049
+ 0.0,
2050
+ 0.0,
2051
+ 0.0,
2052
+ 0.0,
2053
+ 0.0,
2054
+ 0.0,
2055
+ 0.0,
2056
+ 0.0,
2057
+ 0.0,
2058
+ 0.0,
2059
+ 0.0,
2060
+ 0.0,
2061
+ 0.0,
2062
+ 0.0,
2063
+ 0.0,
2064
+ 0.0,
2065
+ 0.0,
2066
+ 0.0,
2067
+ 0.0,
2068
+ 0.0,
2069
+ 0.0,
2070
+ 0.0,
2071
+ 0.0,
2072
+ 0.0,
2073
+ 0.0,
2074
+ 0.0,
2075
+ 0.0,
2076
+ 0.0,
2077
+ 0.0,
2078
+ 0.0,
2079
+ 0.0,
2080
+ 0.0,
2081
+ 0.0,
2082
+ 0.0,
2083
+ 0.0,
2084
+ 0.0,
2085
+ 0.0,
2086
+ 0.0,
2087
+ 0.0,
2088
+ 0.0,
2089
+ 0.0,
2090
+ 0.0,
2091
+ 0.0,
2092
+ 0.0,
2093
+ 0.0,
2094
+ 0.0,
2095
+ 0.0,
2096
+ 0.0,
2097
+ 0.0,
2098
+ 0.0,
2099
+ 0.0,
2100
+ 0.0,
2101
+ 0.0,
2102
+ 0.0,
2103
+ 0.0,
2104
+ 0.0,
2105
+ 0.0,
2106
+ 0.0,
2107
+ 0.0,
2108
+ 0.0,
2109
+ 0.0,
2110
+ 0.0,
2111
+ 0.0,
2112
+ 0.0,
2113
+ 0.0,
2114
+ 0.0,
2115
+ 0.0,
2116
+ 0.0,
2117
+ 0.0,
2118
+ 0.0,
2119
+ 0.0,
2120
+ 0.0,
2121
+ 0.0,
2122
+ 0.0,
2123
+ 0.0,
2124
+ 0.0,
2125
+ 0.0,
2126
+ 0.0,
2127
+ 0.0,
2128
+ 0.0,
2129
+ 0.0,
2130
+ 0.0,
2131
+ 0.0,
2132
+ 0.0,
2133
+ 0.0,
2134
+ 0.0,
2135
+ 0.0,
2136
+ 0.0,
2137
+ 0.0,
2138
+ 0.0,
2139
+ 0.0,
2140
+ 0.0,
2141
+ 0.0,
2142
+ 0.0,
2143
+ 0.0,
2144
+ 0.0,
2145
+ 0.0,
2146
+ 0.0,
2147
+ 0.0,
2148
+ 0.0,
2149
+ 0.0,
2150
+ 0.0,
2151
+ 0.0,
2152
+ 0.0,
2153
+ 0.0,
2154
+ 0.0,
2155
+ 0.0,
2156
+ 0.0,
2157
+ 0.0,
2158
+ 0.0,
2159
+ 0.0,
2160
+ 0.0,
2161
+ 0.0,
2162
+ 0.0,
2163
+ 0.0,
2164
+ 0.0,
2165
+ 0.0,
2166
+ 0.0,
2167
+ 0.0,
2168
+ 0.0,
2169
+ 0.0,
2170
+ 0.0,
2171
+ 0.0,
2172
+ 0.0,
2173
+ 0.0,
2174
+ 0.0,
2175
+ 0.0,
2176
+ 0.0,
2177
+ 0.0,
2178
+ 0.0,
2179
+ 0.0,
2180
+ 0.0,
2181
+ 0.0,
2182
+ 0.0,
2183
+ 0.0,
2184
+ 0.0,
2185
+ 0.0,
2186
+ 0.0,
2187
+ 0.0,
2188
+ 0.0,
2189
+ 0.0,
2190
+ 0.0,
2191
+ 0.0,
2192
+ 0.0,
2193
+ 0.0,
2194
+ 0.0,
2195
+ 0.0,
2196
+ 0.0,
2197
+ 0.0,
2198
+ 0.0,
2199
+ 0.0,
2200
+ 0.0,
2201
+ 0.0,
2202
+ 0.0,
2203
+ 0.0,
2204
+ 0.0,
2205
+ 0.0,
2206
+ 0.0,
2207
+ 0.0,
2208
+ 0.0,
2209
+ 0.0,
2210
+ 0.0,
2211
+ 0.0,
2212
+ 0.0,
2213
+ 0.0,
2214
+ 0.0,
2215
+ 0.0,
2216
+ 0.0,
2217
+ 0.0,
2218
+ 0.0,
2219
+ 0.0,
2220
+ 0.0,
2221
+ 0.0,
2222
+ 0.0,
2223
+ 0.0,
2224
+ 0.0,
2225
+ 0.0,
2226
+ 0.0,
2227
+ 0.0,
2228
+ 0.0,
2229
+ 0.0,
2230
+ 0.0,
2231
+ 0.0,
2232
+ 0.0,
2233
+ 0.0,
2234
+ 0.0,
2235
+ 0.0,
2236
+ 0.0,
2237
+ 0.0,
2238
+ 0.0,
2239
+ 0.0,
2240
+ 0.0,
2241
+ 0.0
2242
+ ],
2243
+ "count": [
2244
+ 16048
2245
+ ]
2246
+ },
2247
+ "task_index": {
2248
+ "min": [
2249
+ 0
2250
+ ],
2251
+ "max": [
2252
+ 955
2253
+ ],
2254
+ "mean": [
2255
+ 473.47139830508473
2256
+ ],
2257
+ "std": [
2258
+ 278.9892438516834
2259
+ ],
2260
+ "count": [
2261
+ 16048
2262
+ ]
2263
+ },
2264
+ "observation.images.google_robot": {
2265
+ "min": [
2266
+ [
2267
+ [
2268
+ 0.0
2269
+ ]
2270
+ ],
2271
+ [
2272
+ [
2273
+ 0.0
2274
+ ]
2275
+ ],
2276
+ [
2277
+ [
2278
+ 0.0
2279
+ ]
2280
+ ]
2281
+ ],
2282
+ "max": [
2283
+ [
2284
+ [
2285
+ 1.0
2286
+ ]
2287
+ ],
2288
+ [
2289
+ [
2290
+ 1.0
2291
+ ]
2292
+ ],
2293
+ [
2294
+ [
2295
+ 1.0
2296
+ ]
2297
+ ]
2298
+ ],
2299
+ "mean": [
2300
+ [
2301
+ [
2302
+ 0.4311710003092573
2303
+ ]
2304
+ ],
2305
+ [
2306
+ [
2307
+ 0.5253038531973531
2308
+ ]
2309
+ ],
2310
+ [
2311
+ [
2312
+ 0.5562197470429125
2313
+ ]
2314
+ ]
2315
+ ],
2316
+ "std": [
2317
+ [
2318
+ [
2319
+ 0.2941710332247162
2320
+ ]
2321
+ ],
2322
+ [
2323
+ [
2324
+ 0.19006736263563967
2325
+ ]
2326
+ ],
2327
+ [
2328
+ [
2329
+ 0.14277588575546998
2330
+ ]
2331
+ ]
2332
+ ],
2333
+ "count": [
2334
+ 16048
2335
+ ]
2336
+ },
2337
+ "observation.sawyer.ee_pose": {
2338
+ "min": [
2339
+ 0.24102286994457245,
2340
+ -0.3050941228866577,
2341
+ 0.08499766886234283,
2342
+ -0.0001488005364080891,
2343
+ -3.491708775982261e-05,
2344
+ 1.0,
2345
+ -7.455248123733327e-05
2346
+ ],
2347
+ "max": [
2348
+ 0.6691017150878906,
2349
+ 0.34553685784339905,
2350
+ 0.08500389009714127,
2351
+ -2.177333226427436e-05,
2352
+ 2.709256295929663e-05,
2353
+ 1.0,
2354
+ 9.289324225392193e-06
2355
+ ],
2356
+ "mean": [
2357
+ 0.4495955405650978,
2358
+ 0.015278661961676184,
2359
+ 0.08500133945160022,
2360
+ -7.971170301606619e-05,
2361
+ -2.9422030312844464e-06,
2362
+ 1.0,
2363
+ -5.237796624524869e-05
2364
+ ],
2365
+ "std": [
2366
+ 0.10595752529162147,
2367
+ 0.13837725121286445,
2368
+ 7.772443296529888e-07,
2369
+ 1.9384758010372538e-05,
2370
+ 1.2151133562695437e-05,
2371
+ 0.0,
2372
+ 1.5426813898962926e-05
2373
+ ],
2374
+ "count": [
2375
+ 16048
2376
+ ]
2377
+ },
2378
+ "frame_index": {
2379
+ "min": [
2380
+ 0
2381
+ ],
2382
+ "max": [
2383
+ 49
2384
+ ],
2385
+ "mean": [
2386
+ 9.880421236291127
2387
+ ],
2388
+ "std": [
2389
+ 8.392863043789779
2390
+ ],
2391
+ "count": [
2392
+ 16048
2393
+ ]
2394
+ },
2395
+ "observation.kinova3.base_position": {
2396
+ "min": [
2397
+ 0.0,
2398
+ 0.0,
2399
+ 0.0
2400
+ ],
2401
+ "max": [
2402
+ 0.0,
2403
+ 0.0,
2404
+ 0.0
2405
+ ],
2406
+ "mean": [
2407
+ 0.0,
2408
+ 0.0,
2409
+ 0.0
2410
+ ],
2411
+ "std": [
2412
+ 0.0,
2413
+ 0.0,
2414
+ 0.0
2415
+ ],
2416
+ "count": [
2417
+ 16048
2418
+ ]
2419
+ },
2420
+ "observation.jaco.base_orientation": {
2421
+ "min": [
2422
+ 0.0
2423
+ ],
2424
+ "max": [
2425
+ 0.0
2426
+ ],
2427
+ "mean": [
2428
+ 0.0
2429
+ ],
2430
+ "std": [
2431
+ 0.0
2432
+ ],
2433
+ "count": [
2434
+ 16048
2435
+ ]
2436
+ },
2437
+ "observation.kuka_iiwa.base_position": {
2438
+ "min": [
2439
+ 0.05000000074505806,
2440
+ 0.0,
2441
+ 0.0
2442
+ ],
2443
+ "max": [
2444
+ 0.05000000074505806,
2445
+ 0.0,
2446
+ 0.0
2447
+ ],
2448
+ "mean": [
2449
+ 0.04999999970509666,
2450
+ 0.0,
2451
+ 0.0
2452
+ ],
2453
+ "std": [
2454
+ 1.4002804629204912e-08,
2455
+ 0.0,
2456
+ 0.0
2457
+ ],
2458
+ "count": [
2459
+ 16048
2460
+ ]
2461
+ },
2462
+ "observation.kinova3.joints": {
2463
+ "min": [
2464
+ -1.2090556621551514,
2465
+ 0.836121678352356,
2466
+ -1.5186548233032227,
2467
+ 0.7220671772956848,
2468
+ -1.602175235748291,
2469
+ -1.5887855291366577,
2470
+ -0.7108899354934692,
2471
+ 1.0
2472
+ ],
2473
+ "max": [
2474
+ 1.1684024333953857,
2475
+ 1.6559301614761353,
2476
+ 0.13633713126182556,
2477
+ 2.569999933242798,
2478
+ 0.4624139964580536,
2479
+ 1.1084438562393188,
2480
+ 1.7572367191314697,
2481
+ 1.0
2482
+ ],
2483
+ "mean": [
2484
+ -0.07742419361484452,
2485
+ 0.9254995110302658,
2486
+ -0.036765233398101636,
2487
+ 1.918290016234872,
2488
+ -0.0245034749881609,
2489
+ 0.29323928263949667,
2490
+ -0.07276959741631485,
2491
+ 1.0
2492
+ ],
2493
+ "std": [
2494
+ 0.3853975256276895,
2495
+ 0.1069578910928437,
2496
+ 0.1665723129007984,
2497
+ 0.3632129268582158,
2498
+ 0.24064263273842623,
2499
+ 0.3432214002589299,
2500
+ 0.28750826807944313,
2501
+ 0.0
2502
+ ],
2503
+ "count": [
2504
+ 16048
2505
+ ]
2506
+ },
2507
+ "observation.google_robot.base_position": {
2508
+ "min": [
2509
+ 0.05000000074505806,
2510
+ 0.0,
2511
+ 0.0
2512
+ ],
2513
+ "max": [
2514
+ 0.05000000074505806,
2515
+ 0.0,
2516
+ 0.0
2517
+ ],
2518
+ "mean": [
2519
+ 0.04999999970509666,
2520
+ 0.0,
2521
+ 0.0
2522
+ ],
2523
+ "std": [
2524
+ 1.4002804629204912e-08,
2525
+ 0.0,
2526
+ 0.0
2527
+ ],
2528
+ "count": [
2529
+ 16048
2530
+ ]
2531
+ },
2532
+ "observation.images.ur5e": {
2533
+ "min": [
2534
+ [
2535
+ [
2536
+ 0.0
2537
+ ]
2538
+ ],
2539
+ [
2540
+ [
2541
+ 0.0
2542
+ ]
2543
+ ],
2544
+ [
2545
+ [
2546
+ 0.0
2547
+ ]
2548
+ ]
2549
+ ],
2550
+ "max": [
2551
+ [
2552
+ [
2553
+ 1.0
2554
+ ]
2555
+ ],
2556
+ [
2557
+ [
2558
+ 1.0
2559
+ ]
2560
+ ],
2561
+ [
2562
+ [
2563
+ 1.0
2564
+ ]
2565
+ ]
2566
+ ],
2567
+ "mean": [
2568
+ [
2569
+ [
2570
+ 0.4163454688867764
2571
+ ]
2572
+ ],
2573
+ [
2574
+ [
2575
+ 0.5117638416789396
2576
+ ]
2577
+ ],
2578
+ [
2579
+ [
2580
+ 0.5436114678839299
2581
+ ]
2582
+ ]
2583
+ ],
2584
+ "std": [
2585
+ [
2586
+ [
2587
+ 0.29506042277342515
2588
+ ]
2589
+ ],
2590
+ [
2591
+ [
2592
+ 0.19988704038818947
2593
+ ]
2594
+ ],
2595
+ [
2596
+ [
2597
+ 0.15936730964590787
2598
+ ]
2599
+ ]
2600
+ ],
2601
+ "count": [
2602
+ 16048
2603
+ ]
2604
+ },
2605
+ "observation.images.jaco": {
2606
+ "min": [
2607
+ [
2608
+ [
2609
+ 0.0
2610
+ ]
2611
+ ],
2612
+ [
2613
+ [
2614
+ 0.0
2615
+ ]
2616
+ ],
2617
+ [
2618
+ [
2619
+ 0.0
2620
+ ]
2621
+ ]
2622
+ ],
2623
+ "max": [
2624
+ [
2625
+ [
2626
+ 1.0
2627
+ ]
2628
+ ],
2629
+ [
2630
+ [
2631
+ 1.0
2632
+ ]
2633
+ ],
2634
+ [
2635
+ [
2636
+ 1.0
2637
+ ]
2638
+ ]
2639
+ ],
2640
+ "mean": [
2641
+ [
2642
+ [
2643
+ 0.4108447215373221
2644
+ ]
2645
+ ],
2646
+ [
2647
+ [
2648
+ 0.50557415600421
2649
+ ]
2650
+ ],
2651
+ [
2652
+ [
2653
+ 0.5368471037561334
2654
+ ]
2655
+ ]
2656
+ ],
2657
+ "std": [
2658
+ [
2659
+ [
2660
+ 0.2985179905070355
2661
+ ]
2662
+ ],
2663
+ [
2664
+ [
2665
+ 0.20542382628446323
2666
+ ]
2667
+ ],
2668
+ [
2669
+ [
2670
+ 0.16591714206502683
2671
+ ]
2672
+ ]
2673
+ ],
2674
+ "count": [
2675
+ 16048
2676
+ ]
2677
+ },
2678
+ "observation.ur5e.base_position": {
2679
+ "min": [
2680
+ 0.0,
2681
+ 0.0,
2682
+ 0.0
2683
+ ],
2684
+ "max": [
2685
+ 0.0,
2686
+ 0.0,
2687
+ 0.0
2688
+ ],
2689
+ "mean": [
2690
+ 0.0,
2691
+ 0.0,
2692
+ 0.0
2693
+ ],
2694
+ "std": [
2695
+ 0.0,
2696
+ 0.0,
2697
+ 0.0
2698
+ ],
2699
+ "count": [
2700
+ 16048
2701
+ ]
2702
+ },
2703
+ "observation.images.kuka_iiwa": {
2704
+ "min": [
2705
+ [
2706
+ [
2707
+ 0.0
2708
+ ]
2709
+ ],
2710
+ [
2711
+ [
2712
+ 0.0
2713
+ ]
2714
+ ],
2715
+ [
2716
+ [
2717
+ 0.0
2718
+ ]
2719
+ ]
2720
+ ],
2721
+ "max": [
2722
+ [
2723
+ [
2724
+ 1.0
2725
+ ]
2726
+ ],
2727
+ [
2728
+ [
2729
+ 1.0
2730
+ ]
2731
+ ],
2732
+ [
2733
+ [
2734
+ 1.0
2735
+ ]
2736
+ ]
2737
+ ],
2738
+ "mean": [
2739
+ [
2740
+ [
2741
+ 0.4256234678827079
2742
+ ]
2743
+ ],
2744
+ [
2745
+ [
2746
+ 0.510129601086446
2747
+ ]
2748
+ ],
2749
+ [
2750
+ [
2751
+ 0.5337111233531152
2752
+ ]
2753
+ ]
2754
+ ],
2755
+ "std": [
2756
+ [
2757
+ [
2758
+ 0.29565998861507586
2759
+ ]
2760
+ ],
2761
+ [
2762
+ [
2763
+ 0.19639830819225498
2764
+ ]
2765
+ ],
2766
+ [
2767
+ [
2768
+ 0.1673927259270586
2769
+ ]
2770
+ ]
2771
+ ],
2772
+ "count": [
2773
+ 16048
2774
+ ]
2775
+ },
2776
+ "observation.kinova3.base_orientation": {
2777
+ "min": [
2778
+ 0.0
2779
+ ],
2780
+ "max": [
2781
+ 0.0
2782
+ ],
2783
+ "mean": [
2784
+ 0.0
2785
+ ],
2786
+ "std": [
2787
+ 0.0
2788
+ ],
2789
+ "count": [
2790
+ 16048
2791
+ ]
2792
+ },
2793
+ "observation.panda.base_orientation": {
2794
+ "min": [
2795
+ 0.0
2796
+ ],
2797
+ "max": [
2798
+ 0.0
2799
+ ],
2800
+ "mean": [
2801
+ 0.0
2802
+ ],
2803
+ "std": [
2804
+ 0.0
2805
+ ],
2806
+ "count": [
2807
+ 16048
2808
+ ]
2809
+ },
2810
+ "observation.ur5e.ee_error": {
2811
+ "min": [
2812
+ -3.8683414459228516e-05,
2813
+ -3.296881914138794e-05,
2814
+ -4.239380359649658e-05,
2815
+ -3.7163244996918365e-05,
2816
+ -0.00030046619940549135,
2817
+ 0.0,
2818
+ -0.00026191797223873436
2819
+ ],
2820
+ "max": [
2821
+ 1.004338264465332e-05,
2822
+ 2.3655593395233154e-05,
2823
+ -1.6391277313232422e-07,
2824
+ 0.0002903714485000819,
2825
+ 0.00011237194121349603,
2826
+ 5.960464477539063e-08,
2827
+ 0.00016016761946957558
2828
+ ],
2829
+ "mean": [
2830
+ 1.672702702843491e-06,
2831
+ 1.0336762647212923e-05,
2832
+ -1.3222500986505637e-06,
2833
+ 6.33096396690364e-06,
2834
+ 6.0229568428581415e-05,
2835
+ 4.159845704577688e-10,
2836
+ -5.226075126556371e-05
2837
+ ],
2838
+ "std": [
2839
+ 3.5609662808030486e-06,
2840
+ 4.461270885929538e-06,
2841
+ 2.3733758042513624e-06,
2842
+ 2.36418601821485e-05,
2843
+ 3.326211094143871e-05,
2844
+ 4.96201258982442e-09,
2845
+ 2.61189271386641e-05
2846
+ ],
2847
+ "count": [
2848
+ 16048
2849
+ ]
2850
+ },
2851
+ "observation.jaco.ee_error": {
2852
+ "min": [
2853
+ -0.0030629634857177734,
2854
+ -0.0010445117950439453,
2855
+ -0.002463012933731079,
2856
+ -0.11493929475545883,
2857
+ -0.00016186799621209502,
2858
+ 0.0,
2859
+ -0.047498248517513275
2860
+ ],
2861
+ "max": [
2862
+ 0.004137575626373291,
2863
+ 0.0019751787185668945,
2864
+ 0.0029837489128112793,
2865
+ 0.05313435196876526,
2866
+ 8.557631372241303e-05,
2867
+ 0.007437944412231445,
2868
+ 0.029462330043315887
2869
+ ],
2870
+ "mean": [
2871
+ 5.807427713080376e-06,
2872
+ 2.531662454798715e-06,
2873
+ 2.355873763127794e-06,
2874
+ -0.00014875514478124811,
2875
+ -1.2212983377579468e-05,
2876
+ 7.510645817298798e-06,
2877
+ -8.63956444666876e-05
2878
+ ],
2879
+ "std": [
2880
+ 0.00014002852129527428,
2881
+ 5.50966906555144e-05,
2882
+ 0.00011251218009999915,
2883
+ 0.0036045667597828265,
2884
+ 1.9387370672675895e-05,
2885
+ 0.00017503806612272402,
2886
+ 0.0014067389591231997
2887
+ ],
2888
+ "count": [
2889
+ 16048
2890
+ ]
2891
+ },
2892
+ "observation.panda.base_position": {
2893
+ "min": [
2894
+ 0.0,
2895
+ 0.0,
2896
+ 0.0
2897
+ ],
2898
+ "max": [
2899
+ 0.0,
2900
+ 0.0,
2901
+ 0.0
2902
+ ],
2903
+ "mean": [
2904
+ 0.0,
2905
+ 0.0,
2906
+ 0.0
2907
+ ],
2908
+ "std": [
2909
+ 0.0,
2910
+ 0.0,
2911
+ 0.0
2912
+ ],
2913
+ "count": [
2914
+ 16048
2915
+ ]
2916
+ },
2917
+ "observation.kuka_iiwa.ee_pose": {
2918
+ "min": [
2919
+ 0.24155877530574799,
2920
+ -0.3050929307937622,
2921
+ 0.061038073152303696,
2922
+ -0.31006211042404175,
2923
+ -3.6844252463197336e-05,
2924
+ 0.950706958770752,
2925
+ -0.1171717569231987
2926
+ ],
2927
+ "max": [
2928
+ 0.6690958142280579,
2929
+ 0.345533162355423,
2930
+ 0.0850098580121994,
2931
+ 5.458584928419441e-05,
2932
+ 2.3204753233585507e-05,
2933
+ 1.0,
2934
+ 0.11682336777448654
2935
+ ],
2936
+ "mean": [
2937
+ 0.453076671279692,
2938
+ 0.015428770799530754,
2939
+ 0.08334113659842288,
2940
+ -0.023845734194140048,
2941
+ -6.140853890202921e-06,
2942
+ 0.9978418860840773,
2943
+ -0.001028377028525676
2944
+ ],
2945
+ "std": [
2946
+ 0.10101826684590695,
2947
+ 0.13916524375195125,
2948
+ 0.004140108935291264,
2949
+ 0.05785191596875069,
2950
+ 1.1779918098378582e-05,
2951
+ 0.0067910260920570654,
2952
+ 0.018679703906648564
2953
+ ],
2954
+ "count": [
2955
+ 16048
2956
+ ]
2957
+ },
2958
+ "observation.google_robot.ee_pose": {
2959
+ "min": [
2960
+ 0.24102278053760529,
2961
+ -0.3050914704799652,
2962
+ 0.0849858894944191,
2963
+ -0.00019512750441208482,
2964
+ -0.0024474600795656443,
2965
+ 0.9971765875816345,
2966
+ -0.000243481234065257
2967
+ ],
2968
+ "max": [
2969
+ 0.6690882444381714,
2970
+ 0.34553012251853943,
2971
+ 0.09585932642221451,
2972
+ 0.06843093037605286,
2973
+ 0.00015705559053458273,
2974
+ 1.0,
2975
+ 0.030823636800050735
2976
+ ],
2977
+ "mean": [
2978
+ 0.4495876372075925,
2979
+ 0.015278637287106234,
2980
+ 0.08500214895058947,
2981
+ 7.848709338683048e-05,
2982
+ 5.257900969288063e-05,
2983
+ 0.9999998238751088,
2984
+ 9.764030190911594e-06
2985
+ ],
2986
+ "std": [
2987
+ 0.10595315345914189,
2988
+ 0.1383746092159867,
2989
+ 8.573087900187761e-05,
2990
+ 0.0005467136267134245,
2991
+ 3.188840930988025e-05,
2992
+ 2.228701313546345e-05,
2993
+ 0.00025204903471335747
2994
+ ],
2995
+ "count": [
2996
+ 16048
2997
+ ]
2998
+ },
2999
+ "observation.joints": {
3000
+ "min": [
3001
+ -1.4307125806808472,
3002
+ 0.34069395065307617,
3003
+ -0.5838903784751892,
3004
+ 0.3177465796470642,
3005
+ -2.3335444927215576,
3006
+ -1.4356764554977417,
3007
+ -3.302487373352051,
3008
+ 1.0
3009
+ ],
3010
+ "max": [
3011
+ 1.5876153707504272,
3012
+ 1.6990430355072021,
3013
+ 3.1268470287323,
3014
+ 3.927000045776367,
3015
+ 2.3330609798431396,
3016
+ 0.9686968922615051,
3017
+ 3.5519468784332275,
3018
+ 1.0
3019
+ ],
3020
+ "mean": [
3021
+ 0.4894099485439075,
3022
+ 0.6408012305606428,
3023
+ -0.3418590781168325,
3024
+ 0.8853120024864778,
3025
+ 0.8818985634963451,
3026
+ 0.3362060598027405,
3027
+ 2.266971293034576,
3028
+ 1.0
3029
+ ],
3030
+ "std": [
3031
+ 0.3596867620020096,
3032
+ 0.19409736115148135,
3033
+ 0.3324257547513317,
3034
+ 0.3797679282989982,
3035
+ 0.5295268771369536,
3036
+ 0.2962158707786311,
3037
+ 0.9760835755846363,
3038
+ 0.0
3039
+ ],
3040
+ "count": [
3041
+ 16048
3042
+ ]
3043
+ },
3044
+ "observation.images.image": {
3045
+ "min": [
3046
+ [
3047
+ [
3048
+ 0.0
3049
+ ]
3050
+ ],
3051
+ [
3052
+ [
3053
+ 0.0
3054
+ ]
3055
+ ],
3056
+ [
3057
+ [
3058
+ 0.0
3059
+ ]
3060
+ ]
3061
+ ],
3062
+ "max": [
3063
+ [
3064
+ [
3065
+ 1.0
3066
+ ]
3067
+ ],
3068
+ [
3069
+ [
3070
+ 1.0
3071
+ ]
3072
+ ],
3073
+ [
3074
+ [
3075
+ 1.0
3076
+ ]
3077
+ ]
3078
+ ],
3079
+ "mean": [
3080
+ [
3081
+ [
3082
+ 0.42637979788507596
3083
+ ]
3084
+ ],
3085
+ [
3086
+ [
3087
+ 0.5372004910683248
3088
+ ]
3089
+ ],
3090
+ [
3091
+ [
3092
+ 0.5629424488483084
3093
+ ]
3094
+ ]
3095
+ ],
3096
+ "std": [
3097
+ [
3098
+ [
3099
+ 0.2996591599856369
3100
+ ]
3101
+ ],
3102
+ [
3103
+ [
3104
+ 0.1939880241827761
3105
+ ]
3106
+ ],
3107
+ [
3108
+ [
3109
+ 0.1498214709741549
3110
+ ]
3111
+ ]
3112
+ ],
3113
+ "count": [
3114
+ 16048
3115
+ ]
3116
+ },
3117
+ "observation.sawyer.ee_error": {
3118
+ "min": [
3119
+ -7.316470146179199e-06,
3120
+ -1.6987323760986328e-06,
3121
+ -3.8817524909973145e-06,
3122
+ 2.177333226427436e-05,
3123
+ -2.709256295929663e-05,
3124
+ 0.0,
3125
+ -9.289324225392193e-06
3126
+ ],
3127
+ "max": [
3128
+ 2.980232238769531e-07,
3129
+ 1.0132789611816406e-06,
3130
+ 2.339482307434082e-06,
3131
+ 0.0001488005364080891,
3132
+ 3.491708775982261e-05,
3133
+ 0.0,
3134
+ 7.455248123733327e-05
3135
+ ],
3136
+ "mean": [
3137
+ -3.842405735303444e-06,
3138
+ -7.58892558248057e-07,
3139
+ -1.3310071327113716e-06,
3140
+ 7.971170301606619e-05,
3141
+ 2.9422030312844464e-06,
3142
+ 0.0,
3143
+ 5.237796624524869e-05
3144
+ ],
3145
+ "std": [
3146
+ 1.1203931890360403e-06,
3147
+ 2.60023692800106e-07,
3148
+ 7.773078325310244e-07,
3149
+ 1.9384758010372538e-05,
3150
+ 1.2151133562695437e-05,
3151
+ 0.0,
3152
+ 1.5426813898962926e-05
3153
+ ],
3154
+ "count": [
3155
+ 16048
3156
+ ]
3157
+ },
3158
+ "observation.panda.joints": {
3159
+ "min": [
3160
+ -1.9446433782577515,
3161
+ 0.4680873155593872,
3162
+ -0.7461347579956055,
3163
+ -3.0717999935150146,
3164
+ -2.170358180999756,
3165
+ 1.918147087097168,
3166
+ -2.8973000049591064,
3167
+ 1.0
3168
+ ],
3169
+ "max": [
3170
+ 1.056008219718933,
3171
+ 1.542238712310791,
3172
+ 1.2288248538970947,
3173
+ -1.5415370464324951,
3174
+ 0.26450982689857483,
3175
+ 3.752500057220459,
3176
+ -1.239458680152893,
3177
+ 1.0
3178
+ ],
3179
+ "mean": [
3180
+ -0.09436559480649864,
3181
+ 0.5911659433349506,
3182
+ 0.06020382978103708,
3183
+ -2.503243288223967,
3184
+ -0.4339614147533663,
3185
+ 3.058259354453025,
3186
+ -2.7752965749468905,
3187
+ 1.0
3188
+ ],
3189
+ "std": [
3190
+ 0.49876128702221173,
3191
+ 0.1241595734663729,
3192
+ 0.23474779693479086,
3193
+ 0.3116523419757055,
3194
+ 0.3215987156293376,
3195
+ 0.2668034852974396,
3196
+ 0.16678987307135493,
3197
+ 0.0
3198
+ ],
3199
+ "count": [
3200
+ 16048
3201
+ ]
3202
+ },
3203
+ "observation.kuka_iiwa.ee_error": {
3204
+ "min": [
3205
+ -0.04373101890087128,
3206
+ -0.016809210181236267,
3207
+ -9.8496675491333e-06,
3208
+ -5.458584928419441e-05,
3209
+ -2.3204753233585507e-05,
3210
+ 0.0,
3211
+ -0.11682336777448654
3212
+ ],
3213
+ "max": [
3214
+ 7.927417755126953e-06,
3215
+ 0.01680527627468109,
3216
+ 0.023961935192346573,
3217
+ 0.31006211042404175,
3218
+ 3.6844252463197336e-05,
3219
+ 0.04929304122924805,
3220
+ 0.1171717569231987
3221
+ ],
3222
+ "mean": [
3223
+ -0.003484972537080644,
3224
+ -0.00015086744060670613,
3225
+ 0.0016588729166551732,
3226
+ 0.023845734194140048,
3227
+ 6.140853890202921e-06,
3228
+ 0.0021581131657659376,
3229
+ 0.001028377028525676
3230
+ ],
3231
+ "std": [
3232
+ 0.008352488210668236,
3233
+ 0.0027193926783747814,
3234
+ 0.004140108423896258,
3235
+ 0.05785191596875069,
3236
+ 1.1779918098378582e-05,
3237
+ 0.006791025074972248,
3238
+ 0.018679703906648564
3239
+ ],
3240
+ "count": [
3241
+ 16048
3242
+ ]
3243
+ },
3244
+ "observation.jaco.joints": {
3245
+ "min": [
3246
+ -0.8873597383499146,
3247
+ 1.7216452360153198,
3248
+ 3.4832546710968018,
3249
+ -3.5788564682006836,
3250
+ -1.6514339447021484,
3251
+ -1.7253179550170898,
3252
+ 1.0
3253
+ ],
3254
+ "max": [
3255
+ 1.1815567016601562,
3256
+ 2.272871494293213,
3257
+ 5.921372413635254,
3258
+ 1.5135560035705566,
3259
+ 1.5031951665878296,
3260
+ 3.2235822677612305,
3261
+ 1.0
3262
+ ],
3263
+ "mean": [
3264
+ 0.11892941481605834,
3265
+ 2.186641943277949,
3266
+ 4.98845811911737,
3267
+ 0.09248417765178923,
3268
+ -0.3910269493943369,
3269
+ 0.23046512177962675,
3270
+ 1.0
3271
+ ],
3272
+ "std": [
3273
+ 0.3539663709358236,
3274
+ 0.08984490602757611,
3275
+ 0.42541147322307227,
3276
+ 0.265795179907782,
3277
+ 0.4103593561321544,
3278
+ 0.38770168530229787,
3279
+ 0.0
3280
+ ],
3281
+ "count": [
3282
+ 16048
3283
+ ]
3284
+ },
3285
+ "index": {
3286
+ "min": [
3287
+ 0
3288
+ ],
3289
+ "max": [
3290
+ 16047
3291
+ ],
3292
+ "mean": [
3293
+ 8023.5
3294
+ ],
3295
+ "std": [
3296
+ 4632.658550983441
3297
+ ],
3298
+ "count": [
3299
+ 16048
3300
+ ]
3301
+ },
3302
+ "observation.ur5e.ee_pose": {
3303
+ "min": [
3304
+ 0.19101086258888245,
3305
+ -0.30509811639785767,
3306
+ 0.0850001648068428,
3307
+ -0.0002903714485000819,
3308
+ -0.00011237194121349603,
3309
+ 0.9999999403953552,
3310
+ -0.00016016761946957558
3311
+ ],
3312
+ "max": [
3313
+ 0.6190979480743408,
3314
+ 0.3455244302749634,
3315
+ 0.08504240214824677,
3316
+ 3.7163244996918365e-05,
3317
+ 0.00030046619940549135,
3318
+ 1.0,
3319
+ 0.00026191797223873436
3320
+ ],
3321
+ "mean": [
3322
+ 0.39959001485889745,
3323
+ 0.015267565815761105,
3324
+ 0.0850013297785664,
3325
+ -6.33096396690364e-06,
3326
+ -6.0229568428581415e-05,
3327
+ 1.0,
3328
+ 5.226075126556371e-05
3329
+ ],
3330
+ "std": [
3331
+ 0.10595845807754768,
3332
+ 0.138375411329103,
3333
+ 2.373494779373037e-06,
3334
+ 2.36418601821485e-05,
3335
+ 3.326211094143871e-05,
3336
+ 4.979418831833642e-09,
3337
+ 2.61189271386641e-05
3338
+ ],
3339
+ "count": [
3340
+ 16048
3341
+ ]
3342
+ },
3343
+ "observation.ur5e.base_orientation": {
3344
+ "min": [
3345
+ 0.0
3346
+ ],
3347
+ "max": [
3348
+ 0.0
3349
+ ],
3350
+ "mean": [
3351
+ 0.0
3352
+ ],
3353
+ "std": [
3354
+ 0.0
3355
+ ],
3356
+ "count": [
3357
+ 16048
3358
+ ]
3359
+ },
3360
+ "observation.kuka_iiwa.joints": {
3361
+ "min": [
3362
+ -0.9532888531684875,
3363
+ 0.9374035596847534,
3364
+ -0.08132220059633255,
3365
+ -2.094399929046631,
3366
+ -0.44812503457069397,
3367
+ 0.10995349287986755,
3368
+ -0.6493847370147705,
3369
+ 1.0
3370
+ ],
3371
+ "max": [
3372
+ 1.0037304162979126,
3373
+ 1.3616706132888794,
3374
+ 0.1395576000213623,
3375
+ -0.8413721323013306,
3376
+ 0.3021219074726105,
3377
+ 0.9390066266059875,
3378
+ 0.7435021996498108,
3379
+ 1.0
3380
+ ],
3381
+ "mean": [
3382
+ 0.01157227237986412,
3383
+ 1.0191834697486872,
3384
+ 0.029613157332612806,
3385
+ -1.7985443360323563,
3386
+ -0.06975267450585942,
3387
+ 0.3767000269163344,
3388
+ 0.09129226025991811,
3389
+ 1.0
3390
+ ],
3391
+ "std": [
3392
+ 0.33694529566484155,
3393
+ 0.07583112803390966,
3394
+ 0.03271252754513219,
3395
+ 0.27231162607011805,
3396
+ 0.09705106794199801,
3397
+ 0.16911663503724517,
3398
+ 0.2344590475288591,
3399
+ 0.0
3400
+ ],
3401
+ "count": [
3402
+ 16048
3403
+ ]
3404
+ },
3405
+ "observation.google_robot.ee_error": {
3406
+ "min": [
3407
+ -1.2829899787902832e-05,
3408
+ -1.0609626770019531e-05,
3409
+ -0.01085931807756424,
3410
+ -0.06843093037605286,
3411
+ -0.00015705559053458273,
3412
+ 0.0,
3413
+ -0.030823636800050735
3414
+ ],
3415
+ "max": [
3416
+ 0.013497233390808105,
3417
+ 0.0034675896167755127,
3418
+ 1.4118850231170654e-05,
3419
+ 0.00019512750441208482,
3420
+ 0.0024474600795656443,
3421
+ 0.0028234124183654785,
3422
+ 0.000243481234065257
3423
+ ],
3424
+ "mean": [
3425
+ 4.0619183508890414e-06,
3426
+ -7.346903186006287e-07,
3427
+ -2.1414963904367683e-06,
3428
+ -7.848709338683048e-05,
3429
+ -5.257900969288063e-05,
3430
+ 1.7674143620607994e-07,
3431
+ -9.764030190911594e-06
3432
+ ],
3433
+ "std": [
3434
+ 0.00010662061240109818,
3435
+ 2.7525906867859756e-05,
3436
+ 8.57309162503658e-05,
3437
+ 0.0005467136267134245,
3438
+ 3.188840930988025e-05,
3439
+ 2.22869297657474e-05,
3440
+ 0.00025204903471335747
3441
+ ],
3442
+ "count": [
3443
+ 16048
3444
+ ]
3445
+ },
3446
+ "timestamp": {
3447
+ "min": [
3448
+ 0.0
3449
+ ],
3450
+ "max": [
3451
+ 4.9
3452
+ ],
3453
+ "mean": [
3454
+ 0.9880421236291126
3455
+ ],
3456
+ "std": [
3457
+ 0.8392863043789779
3458
+ ],
3459
+ "count": [
3460
+ 16048
3461
+ ]
3462
+ },
3463
+ "observation.kinova3.ee_error": {
3464
+ "min": [
3465
+ -0.007308498024940491,
3466
+ -0.0014876984059810638,
3467
+ -8.709728717803955e-06,
3468
+ 6.162733188830316e-05,
3469
+ -8.785447425907478e-05,
3470
+ 0.0,
3471
+ -0.012468969449400902
3472
+ ],
3473
+ "max": [
3474
+ -2.384185791015625e-06,
3475
+ 0.0014582574367523193,
3476
+ 0.001134239137172699,
3477
+ 0.06187312304973602,
3478
+ 3.554465729393996e-05,
3479
+ 0.0019164681434631348,
3480
+ 0.01238382887095213
3481
+ ],
3482
+ "mean": [
3483
+ -6.112943060846532e-05,
3484
+ -1.2353701224967847e-06,
3485
+ 4.025426855870525e-06,
3486
+ 0.0005938476300832814,
3487
+ 3.6388495395024464e-06,
3488
+ 8.530342788358296e-06,
3489
+ -2.3272734341916913e-06
3490
+ ],
3491
+ "std": [
3492
+ 0.00047678477538367123,
3493
+ 9.113149904428327e-05,
3494
+ 7.326976046202581e-05,
3495
+ 0.0040169701422021874,
3496
+ 1.4374495429329932e-05,
3497
+ 9.569308113188457e-05,
3498
+ 0.0007657681136154822
3499
+ ],
3500
+ "count": [
3501
+ 16048
3502
+ ]
3503
+ },
3504
+ "observation.jaco.ee_pose": {
3505
+ "min": [
3506
+ 0.1910199224948883,
3507
+ -0.3050899803638458,
3508
+ 0.08201625943183899,
3509
+ -0.05313435196876526,
3510
+ -8.557631372241303e-05,
3511
+ 0.9925620555877686,
3512
+ -0.029462330043315887
3513
+ ],
3514
+ "max": [
3515
+ 0.6190849542617798,
3516
+ 0.34553131461143494,
3517
+ 0.08746302127838135,
3518
+ 0.11493929475545883,
3519
+ 0.00016186799621209502,
3520
+ 1.0,
3521
+ 0.047498248517513275
3522
+ ],
3523
+ "mean": [
3524
+ 0.3995858824905658,
3525
+ 0.015275370177644881,
3526
+ 0.08499765184179602,
3527
+ 0.00014875514478124811,
3528
+ 1.2212983377579468e-05,
3529
+ 0.9999924964593688,
3530
+ 8.63956444666876e-05
3531
+ ],
3532
+ "std": [
3533
+ 0.10594739715965572,
3534
+ 0.13837139185946243,
3535
+ 0.00011251196981520855,
3536
+ 0.0036045667597828265,
3537
+ 1.9387370672675895e-05,
3538
+ 0.00017503942032691728,
3539
+ 0.0014067389591231997
3540
+ ],
3541
+ "count": [
3542
+ 16048
3543
+ ]
3544
+ },
3545
+ "observation.kuka_iiwa.base_orientation": {
3546
+ "min": [
3547
+ 0.0
3548
+ ],
3549
+ "max": [
3550
+ 0.0
3551
+ ],
3552
+ "mean": [
3553
+ 0.0
3554
+ ],
3555
+ "std": [
3556
+ 0.0
3557
+ ],
3558
+ "count": [
3559
+ 16048
3560
+ ]
3561
+ },
3562
+ "observation.kinova3.ee_pose": {
3563
+ "min": [
3564
+ 0.19102606177330017,
3565
+ -0.3050987720489502,
3566
+ 0.08386576920747757,
3567
+ -0.06187312304973602,
3568
+ -3.554465729393996e-05,
3569
+ 0.9980835318565369,
3570
+ -0.01238382887095213
3571
+ ],
3572
+ "max": [
3573
+ 0.619105339050293,
3574
+ 0.3455389440059662,
3575
+ 0.08500871807336807,
3576
+ -6.162733188830316e-05,
3577
+ 8.785447425907478e-05,
3578
+ 1.0,
3579
+ 0.012468969449400902
3580
+ ],
3581
+ "mean": [
3582
+ 0.39965281819466014,
3583
+ 0.015279138514751949,
3584
+ 0.08499598242193906,
3585
+ -0.0005938476300832814,
3586
+ -3.6388495395024464e-06,
3587
+ 0.9999914706897284,
3588
+ 2.3272734341916913e-06
3589
+ ],
3590
+ "std": [
3591
+ 0.1058580609265395,
3592
+ 0.13838226001313167,
3593
+ 7.326974170899162e-05,
3594
+ 0.0040169701422021874,
3595
+ 1.4374495429329932e-05,
3596
+ 9.569198750318039e-05,
3597
+ 0.0007657681136154822
3598
+ ],
3599
+ "count": [
3600
+ 16048
3601
+ ]
3602
+ },
3603
+ "observation.images.kinova3": {
3604
+ "min": [
3605
+ [
3606
+ [
3607
+ 0.0
3608
+ ]
3609
+ ],
3610
+ [
3611
+ [
3612
+ 0.0
3613
+ ]
3614
+ ],
3615
+ [
3616
+ [
3617
+ 0.0
3618
+ ]
3619
+ ]
3620
+ ],
3621
+ "max": [
3622
+ [
3623
+ [
3624
+ 1.0
3625
+ ]
3626
+ ],
3627
+ [
3628
+ [
3629
+ 1.0
3630
+ ]
3631
+ ],
3632
+ [
3633
+ [
3634
+ 1.0
3635
+ ]
3636
+ ]
3637
+ ],
3638
+ "mean": [
3639
+ [
3640
+ [
3641
+ 0.4295919328581523
3642
+ ]
3643
+ ],
3644
+ [
3645
+ [
3646
+ 0.5237888466782392
3647
+ ]
3648
+ ],
3649
+ [
3650
+ [
3651
+ 0.5550656290082634
3652
+ ]
3653
+ ]
3654
+ ],
3655
+ "std": [
3656
+ [
3657
+ [
3658
+ 0.2940584976911062
3659
+ ]
3660
+ ],
3661
+ [
3662
+ [
3663
+ 0.19062849039712196
3664
+ ]
3665
+ ],
3666
+ [
3667
+ [
3668
+ 0.14362628463283322
3669
+ ]
3670
+ ]
3671
+ ],
3672
+ "count": [
3673
+ 16048
3674
+ ]
3675
+ },
3676
+ "observation.images.panda": {
3677
+ "min": [
3678
+ [
3679
+ [
3680
+ 0.0
3681
+ ]
3682
+ ],
3683
+ [
3684
+ [
3685
+ 0.0
3686
+ ]
3687
+ ],
3688
+ [
3689
+ [
3690
+ 0.0
3691
+ ]
3692
+ ]
3693
+ ],
3694
+ "max": [
3695
+ [
3696
+ [
3697
+ 1.0
3698
+ ]
3699
+ ],
3700
+ [
3701
+ [
3702
+ 1.0
3703
+ ]
3704
+ ],
3705
+ [
3706
+ [
3707
+ 1.0
3708
+ ]
3709
+ ]
3710
+ ],
3711
+ "mean": [
3712
+ [
3713
+ [
3714
+ 0.4361162778175552
3715
+ ]
3716
+ ],
3717
+ [
3718
+ [
3719
+ 0.5291035967872536
3720
+ ]
3721
+ ],
3722
+ [
3723
+ [
3724
+ 0.5596347044446727
3725
+ ]
3726
+ ]
3727
+ ],
3728
+ "std": [
3729
+ [
3730
+ [
3731
+ 0.2956392272772951
3732
+ ]
3733
+ ],
3734
+ [
3735
+ [
3736
+ 0.1921615812997594
3737
+ ]
3738
+ ],
3739
+ [
3740
+ [
3741
+ 0.1457882573745533
3742
+ ]
3743
+ ]
3744
+ ],
3745
+ "count": [
3746
+ 16048
3747
+ ]
3748
+ },
3749
+ "observation.jaco.base_position": {
3750
+ "min": [
3751
+ 0.0,
3752
+ 0.0,
3753
+ 0.0
3754
+ ],
3755
+ "max": [
3756
+ 0.0,
3757
+ 0.0,
3758
+ 0.0
3759
+ ],
3760
+ "mean": [
3761
+ 0.0,
3762
+ 0.0,
3763
+ 0.0
3764
+ ],
3765
+ "std": [
3766
+ 0.0,
3767
+ 0.0,
3768
+ 0.0
3769
+ ],
3770
+ "count": [
3771
+ 16048
3772
+ ]
3773
+ },
3774
+ "observation.sawyer.base_orientation": {
3775
+ "min": [
3776
+ 0.0
3777
+ ],
3778
+ "max": [
3779
+ 0.0
3780
+ ],
3781
+ "mean": [
3782
+ 0.0
3783
+ ],
3784
+ "std": [
3785
+ 0.0
3786
+ ],
3787
+ "count": [
3788
+ 16048
3789
+ ]
3790
+ },
3791
+ "observation.state": {
3792
+ "min": [
3793
+ 0.1909828931093216,
3794
+ -0.30512920022010803
3795
+ ],
3796
+ "max": [
3797
+ 0.6191006302833557,
3798
+ 0.3455567955970764
3799
+ ],
3800
+ "mean": [
3801
+ 0.39999263769188376,
3802
+ 0.015351920954310221
3803
+ ],
3804
+ "std": [
3805
+ 0.10652999792273003,
3806
+ 0.13890052632660801
3807
+ ],
3808
+ "count": [
3809
+ 16048
3810
+ ]
3811
+ },
3812
+ "observation.google_robot.base_orientation": {
3813
+ "min": [
3814
+ 0.0
3815
+ ],
3816
+ "max": [
3817
+ 0.0
3818
+ ],
3819
+ "mean": [
3820
+ 0.0
3821
+ ],
3822
+ "std": [
3823
+ 0.0
3824
+ ],
3825
+ "count": [
3826
+ 16048
3827
+ ]
3828
+ },
3829
+ "episode_index": {
3830
+ "min": [
3831
+ 0
3832
+ ],
3833
+ "max": [
3834
+ 999
3835
+ ],
3836
+ "mean": [
3837
+ 501.12306829511465
3838
+ ],
3839
+ "std": [
3840
+ 289.8411303692011
3841
+ ],
3842
+ "count": [
3843
+ 16048
3844
+ ]
3845
+ },
3846
+ "observation.sawyer.joints": {
3847
+ "min": [
3848
+ -1.3922141790390015,
3849
+ -0.8803800940513611,
3850
+ -0.164838969707489,
3851
+ 1.2745281457901,
3852
+ -0.7706059217453003,
3853
+ -0.20843443274497986,
3854
+ -0.5418522953987122,
3855
+ 1.0
3856
+ ],
3857
+ "max": [
3858
+ 0.5536082983016968,
3859
+ -0.46882858872413635,
3860
+ 0.1757189929485321,
3861
+ 2.5101492404937744,
3862
+ 0.0768229067325592,
3863
+ 0.76596999168396,
3864
+ 0.6983405947685242,
3865
+ 1.0
3866
+ ],
3867
+ "mean": [
3868
+ -0.3494604221304999,
3869
+ -0.7855698559488934,
3870
+ 0.042665296892823314,
3871
+ 2.0944001369571996,
3872
+ -0.20718453964034603,
3873
+ 0.2662938731046813,
3874
+ 0.058842749583128455,
3875
+ 1.0
3876
+ ],
3877
+ "std": [
3878
+ 0.33622908380412986,
3879
+ 0.07404258851435162,
3880
+ 0.04968694985312059,
3881
+ 0.25126129295527294,
3882
+ 0.17470564867651878,
3883
+ 0.18691896424404647,
3884
+ 0.24302262270071331,
3885
+ 0.0
3886
+ ],
3887
+ "count": [
3888
+ 16048
3889
+ ]
3890
+ },
3891
+ "observation.panda.ee_error": {
3892
+ "min": [
3893
+ -0.003684982657432556,
3894
+ -0.002322077751159668,
3895
+ -0.001426197588443756,
3896
+ -0.007179703563451767,
3897
+ -0.031356330960989,
3898
+ 0.0,
3899
+ -0.001973254606127739
3900
+ ],
3901
+ "max": [
3902
+ 0.000905454158782959,
3903
+ 0.0015525221824645996,
3904
+ 0.00509682297706604,
3905
+ 0.01789921522140503,
3906
+ 5.7027064030990005e-05,
3907
+ 0.0006199479103088379,
3908
+ 0.019599035382270813
3909
+ ],
3910
+ "mean": [
3911
+ -3.0994433362936303e-06,
3912
+ -4.543073816528869e-06,
3913
+ -2.5623200261584083e-06,
3914
+ 6.083798007076651e-05,
3915
+ -0.0001080121559827024,
3916
+ 7.926400036190742e-07,
3917
+ 0.00012471191835639276
3918
+ ],
3919
+ "std": [
3920
+ 7.864990830460678e-05,
3921
+ 5.375775707855116e-05,
3922
+ 7.68674343300641e-05,
3923
+ 0.0006896094562854894,
3924
+ 0.000740761942173707,
3925
+ 1.2007884236145632e-05,
3926
+ 0.000733865413260045
3927
+ ],
3928
+ "count": [
3929
+ 16048
3930
+ ]
3931
+ },
3932
+ "observation.ur5e.joints": {
3933
+ "min": [
3934
+ -4.439128875732422,
3935
+ -1.2956701517105103,
3936
+ 1.580178141593933,
3937
+ -3.611628293991089,
3938
+ -1.5711922645568848,
3939
+ -6.009324550628662,
3940
+ 1.0
3941
+ ],
3942
+ "max": [
3943
+ 3.8184597492218018,
3944
+ -0.7788763046264648,
3945
+ 3.081373453140259,
3946
+ -2.372148036956787,
3947
+ -1.5705808401107788,
3948
+ 2.247438669204712,
3949
+ 1.0
3950
+ ],
3951
+ "mean": [
3952
+ 2.77550817589282,
3953
+ -1.13390900242186,
3954
+ 2.3831989682044608,
3955
+ -2.8200424093667675,
3956
+ -1.5706992910604771,
3957
+ 1.2045913574602436,
3958
+ 1.0
3959
+ ],
3960
+ "std": [
3961
+ 0.6653087404849268,
3962
+ 0.11336685356023395,
3963
+ 0.29177887332935,
3964
+ 0.18381651931535928,
3965
+ 4.1830578597566646e-05,
3966
+ 0.6652422108241316,
3967
+ 0.0
3968
+ ],
3969
+ "count": [
3970
+ 16048
3971
+ ]
3972
+ },
3973
+ "observation.ee_pose": {
3974
+ "min": [
3975
+ 0.19102098047733307,
3976
+ -0.30509617924690247,
3977
+ 0.07999280840158463,
3978
+ -0.1118454709649086,
3979
+ -0.004657553043216467,
3980
+ 0.9651449918746948,
3981
+ -0.0851839929819107
3982
+ ],
3983
+ "max": [
3984
+ 0.6190914511680603,
3985
+ 0.345536470413208,
3986
+ 0.0883934497833252,
3987
+ 0.2380312830209732,
3988
+ 0.004943310748785734,
3989
+ 1.0,
3990
+ 0.10879470407962799
3991
+ ],
3992
+ "mean": [
3993
+ 0.39951927538827464,
3994
+ 0.015261958329409521,
3995
+ 0.0850007844311654,
3996
+ 0.0003970610937172718,
3997
+ -0.00010885584434032745,
3998
+ 0.9999728401192461,
3999
+ 0.000185095106996438
4000
+ ],
4001
+ "std": [
4002
+ 0.10582574497844828,
4003
+ 0.1383500257972165,
4004
+ 0.00012883407012627543,
4005
+ 0.006964160056208939,
4006
+ 0.00018318797940609517,
4007
+ 0.0005915145445788344,
4008
+ 0.0022959091765610857
4009
+ ],
4010
+ "count": [
4011
+ 16048
4012
+ ]
4013
+ }
4014
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19bf78554a56a6c9cc0e809583bfb35b382ecd9417323ce999eb835e6d0a17b3
3
+ size 22820
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:48cacd80828d68d9a43c5ad60885c58c17f963425e4d635d89d39b1fbb70b70d
3
+ size 137061460
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:8188bdecb9ff474d1baba3fe6790b7b9614d48dbaf9f5881cbab6e06b25f74f4
3
+ size 177025121
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:02dce7fef5ed71b9074dbbd991ff9ecc9ceefd765446e4abcf79e21ff1059ddc
3
+ size 134242016
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:02923bcf0e8558afb0c91426b0bd7af82f9bb692b1ce1ad1e056e6a97022cdd2
3
+ size 139980711
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:6912e5132dcb632726e076662f70efaa018eea3466eb6460f2a2082034ca292e
3
+ size 131510148
videos/observation.images.panda/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3905e01cc7d95e43146bc8ebffd764292726e0c3edee98f4740c1fcf552ad661
3
+ size 139395934
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:77e047634d9695971411acf4d46a03383470c3ab29a75f2badfb75c64db5c81f
3
+ size 132593353
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:0ce76deeab917571525bbf51b6f4ded1755de1f85e9e4ef9abe762051aa71aec
3
+ size 137506101