GuanhuaJi commited on
Commit
7cf5471
·
verified ·
1 Parent(s): f90f22e

Add files using upload-large-folder tool

Browse files
README.md ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "language_table_train_120000_125000_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: 5000
12
+ total_frames: 80140
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_120000_125000_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**: 5,000
30
+ - **Frames**: 80,140
31
+ - **Splits**:
32
+ - `train`: `0:5000`
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_120000_125000_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: 5000
12
+ total_frames: 80140
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_120000_125000_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**: 5,000
30
+ - **Frames**: 80,140
31
+ - **Splits**:
32
+ - `train`: `0:5000`
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:1e0972dfb48cb857c3749c6fdad9f9a7033aae56e83d07770ccfa353d26480c8
3
+ size 62123897
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dccbd40294c6ae3ac127a6f82ee0fdc5a5fdb3c98826de8fffe3fa1a66361728
3
+ size 26939652
meta/info.json ADDED
@@ -0,0 +1,475 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "mixed",
4
+ "total_episodes": 5000,
5
+ "total_frames": 80140,
6
+ "total_tasks": 4224,
7
+ "chunks_size": 1000,
8
+ "fps": 10,
9
+ "splits": {
10
+ "train": "0:5000"
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.ee_pose": {
3
+ "min": [
4
+ 0.24090370535850525,
5
+ -0.30510303378105164,
6
+ 0.08499767631292343,
7
+ -0.0001497276098234579,
8
+ -3.510891838232055e-05,
9
+ 1.0,
10
+ -7.454879960278049e-05
11
+ ],
12
+ "max": [
13
+ 0.6690602898597717,
14
+ 0.3455906808376312,
15
+ 0.08500390499830246,
16
+ -1.927282391989138e-05,
17
+ 2.7480458811623976e-05,
18
+ 1.0,
19
+ 1.3851358744432218e-05
20
+ ],
21
+ "mean": [
22
+ 0.44957549628628024,
23
+ 0.00293392154253293,
24
+ 0.08500126607684474,
25
+ -8.086813139021605e-05,
26
+ -1.8949108534287625e-06,
27
+ 1.0,
28
+ -5.246502355483912e-05
29
+ ],
30
+ "std": [
31
+ 0.10535741775841741,
32
+ 0.13999154757854101,
33
+ 8.0417519718876e-07,
34
+ 1.976863341546629e-05,
35
+ 1.2111391214063841e-05,
36
+ 0.0,
37
+ 1.5448475656628978e-05
38
+ ],
39
+ "count": [
40
+ 80140
41
+ ]
42
+ },
43
+ "observation.sawyer.base_position": {
44
+ "min": [
45
+ 0.05000000074505806,
46
+ 0.0,
47
+ 0.0
48
+ ],
49
+ "max": [
50
+ 0.05000000074505806,
51
+ 0.0,
52
+ 0.0
53
+ ],
54
+ "mean": [
55
+ 0.04999999930035757,
56
+ 0.0,
57
+ 0.0
58
+ ],
59
+ "std": [
60
+ 1.4664352934560054e-08,
61
+ 0.0,
62
+ 0.0
63
+ ],
64
+ "count": [
65
+ 80140
66
+ ]
67
+ },
68
+ "observation.google_robot.ee_error": {
69
+ "min": [
70
+ -1.290440559387207e-05,
71
+ -0.0008803904056549072,
72
+ -0.009586773812770844,
73
+ -0.0448666475713253,
74
+ -0.0001598465460119769,
75
+ 0.0,
76
+ -0.020168904215097427
77
+ ],
78
+ "max": [
79
+ 0.011098384857177734,
80
+ 0.0014354586601257324,
81
+ 1.4200806617736816e-05,
82
+ 0.00019565124239306897,
83
+ 0.005364402662962675,
84
+ 0.0012197494506835938,
85
+ 0.00038362841587513685
86
+ ],
87
+ "mean": [
88
+ 3.465428845393401e-06,
89
+ -1.1384797638121413e-06,
90
+ -1.8557261707929143e-06,
91
+ -7.288135089861791e-05,
92
+ -5.357834657423655e-05,
93
+ 1.9794334949394532e-08,
94
+ -4.885657173793354e-06
95
+ ],
96
+ "std": [
97
+ 4.810841118239878e-05,
98
+ 8.420416696769208e-06,
99
+ 4.718853534969203e-05,
100
+ 0.00019233944375554712,
101
+ 4.465791926515493e-05,
102
+ 4.343272131088427e-06,
103
+ 0.00010655472144735228
104
+ ],
105
+ "count": [
106
+ 80140
107
+ ]
108
+ },
109
+ "observation.images.google_robot": {
110
+ "min": [
111
+ [
112
+ [
113
+ 0.0
114
+ ]
115
+ ],
116
+ [
117
+ [
118
+ 0.0
119
+ ]
120
+ ],
121
+ [
122
+ [
123
+ 0.0
124
+ ]
125
+ ]
126
+ ],
127
+ "max": [
128
+ [
129
+ [
130
+ 1.0
131
+ ]
132
+ ],
133
+ [
134
+ [
135
+ 1.0
136
+ ]
137
+ ],
138
+ [
139
+ [
140
+ 1.0
141
+ ]
142
+ ]
143
+ ],
144
+ "mean": [
145
+ [
146
+ [
147
+ 0.43112921646038205
148
+ ]
149
+ ],
150
+ [
151
+ [
152
+ 0.5253408010382704
153
+ ]
154
+ ],
155
+ [
156
+ [
157
+ 0.5563016519905506
158
+ ]
159
+ ]
160
+ ],
161
+ "std": [
162
+ [
163
+ [
164
+ 0.2944597555103922
165
+ ]
166
+ ],
167
+ [
168
+ [
169
+ 0.19067519722323537
170
+ ]
171
+ ],
172
+ [
173
+ [
174
+ 0.14324470156861066
175
+ ]
176
+ ]
177
+ ],
178
+ "count": [
179
+ 80140
180
+ ]
181
+ },
182
+ "observation.kinova3.joints": {
183
+ "min": [
184
+ -1.222677230834961,
185
+ 0.8360788226127625,
186
+ -1.5184317827224731,
187
+ 0.6071798801422119,
188
+ -1.601235270500183,
189
+ -1.588496208190918,
190
+ -0.7197636365890503,
191
+ 1.0
192
+ ],
193
+ "max": [
194
+ 1.172739863395691,
195
+ 1.6554811000823975,
196
+ 0.1365973949432373,
197
+ 2.569999933242798,
198
+ 0.4644145965576172,
199
+ 1.176008701324463,
200
+ 1.7580229043960571,
201
+ 1.0
202
+ ],
203
+ "mean": [
204
+ -0.04147081238761201,
205
+ 0.9258275022486187,
206
+ -0.03952092606724919,
207
+ 1.9177978172619383,
208
+ -0.011814565020163969,
209
+ 0.29319256326653703,
210
+ -0.05076634783565118,
211
+ 1.0
212
+ ],
213
+ "std": [
214
+ 0.38631480442476984,
215
+ 0.10773963780103557,
216
+ 0.1677187704891782,
217
+ 0.3651960065305649,
218
+ 0.24292661448174085,
219
+ 0.34488891705882274,
220
+ 0.29463058237756706,
221
+ 0.0
222
+ ],
223
+ "count": [
224
+ 80140
225
+ ]
226
+ },
227
+ "observation.ur5e.joints": {
228
+ "min": [
229
+ -4.290698528289795,
230
+ -1.2956701517105103,
231
+ 1.5321381092071533,
232
+ -3.6049556732177734,
233
+ -1.5716127157211304,
234
+ -5.8609089851379395,
235
+ 1.0
236
+ ],
237
+ "max": [
238
+ 3.8588314056396484,
239
+ -0.7560760378837585,
240
+ 3.0801844596862793,
241
+ -2.346914052963257,
242
+ -1.5705808401107788,
243
+ 2.287806272506714,
244
+ 1.0
245
+ ],
246
+ "mean": [
247
+ 2.759085553320739,
248
+ -1.1338364926305589,
249
+ 2.383040982660344,
250
+ -2.8199569499340917,
251
+ -1.570700581247205,
252
+ 1.1881704101990234,
253
+ 1.0
254
+ ],
255
+ "std": [
256
+ 0.594730992079276,
257
+ 0.11390569624083927,
258
+ 0.29272855160439637,
259
+ 0.18421181241015477,
260
+ 3.926172924250922e-05,
261
+ 0.5946715293504463,
262
+ 0.0
263
+ ],
264
+ "count": [
265
+ 80140
266
+ ]
267
+ },
268
+ "observation.panda.ee_pose": {
269
+ "min": [
270
+ 0.19085581600666046,
271
+ -0.30640602111816406,
272
+ 0.07218702882528305,
273
+ -0.017468340694904327,
274
+ -8.125087333610281e-05,
275
+ 0.9990639090538025,
276
+ -0.022914040833711624
277
+ ],
278
+ "max": [
279
+ 0.619051456451416,
280
+ 0.3455873727798462,
281
+ 0.08642924576997757,
282
+ 0.012333033606410027,
283
+ 0.038222815841436386,
284
+ 1.0,
285
+ 0.0024413573555648327
286
+ ],
287
+ "mean": [
288
+ 0.3995759389325809,
289
+ 0.002938642965357383,
290
+ 0.08500006907441267,
291
+ -4.424105907640419e-05,
292
+ 0.0001518753877382518,
293
+ 0.999998650171229,
294
+ -0.00015923041787787166
295
+ ],
296
+ "std": [
297
+ 0.1053404527107896,
298
+ 0.13998587661875495,
299
+ 0.0001967036844994987,
300
+ 0.0007276746061312208,
301
+ 0.0011099824192271966,
302
+ 1.9207936155285278e-05,
303
+ 0.0009551626245539004
304
+ ],
305
+ "count": [
306
+ 80140
307
+ ]
308
+ },
309
+ "index": {
310
+ "min": [
311
+ 0
312
+ ],
313
+ "max": [
314
+ 80139
315
+ ],
316
+ "mean": [
317
+ 40069.5
318
+ ],
319
+ "std": [
320
+ 23134.425284627236
321
+ ],
322
+ "count": [
323
+ 80140
324
+ ]
325
+ },
326
+ "observation.ee_pose": {
327
+ "min": [
328
+ 0.1908961832523346,
329
+ -0.30510514974594116,
330
+ 0.045163363218307495,
331
+ -0.33730146288871765,
332
+ -0.004654143005609512,
333
+ 0.9397798776626587,
334
+ -0.0810486376285553
335
+ ],
336
+ "max": [
337
+ 0.6190496683120728,
338
+ 0.3455902934074402,
339
+ 0.08857423812150955,
340
+ 0.2518119812011719,
341
+ 0.004965025465935469,
342
+ 1.0,
343
+ 0.13361075520515442
344
+ ],
345
+ "mean": [
346
+ 0.3995561875172363,
347
+ 0.002923470700249094,
348
+ 0.08499540267435503,
349
+ 0.00012056811906592246,
350
+ -0.00011374498783440545,
351
+ 0.9999879958937821,
352
+ 0.0001551818024151492
353
+ ],
354
+ "std": [
355
+ 0.105316282481775,
356
+ 0.13998028428339757,
357
+ 0.0002773866603007139,
358
+ 0.004579431702089418,
359
+ 0.00010446436015704803,
360
+ 0.0005714122662925684,
361
+ 0.0016391719410864703
362
+ ],
363
+ "count": [
364
+ 80140
365
+ ]
366
+ },
367
+ "observation.kuka_iiwa.base_position": {
368
+ "min": [
369
+ 0.05000000074505806,
370
+ 0.0,
371
+ 0.0
372
+ ],
373
+ "max": [
374
+ 0.05000000074505806,
375
+ 0.0,
376
+ 0.0
377
+ ],
378
+ "mean": [
379
+ 0.04999999930035757,
380
+ 0.0,
381
+ 0.0
382
+ ],
383
+ "std": [
384
+ 1.4664352934560054e-08,
385
+ 0.0,
386
+ 0.0
387
+ ],
388
+ "count": [
389
+ 80140
390
+ ]
391
+ },
392
+ "observation.images.ur5e": {
393
+ "min": [
394
+ [
395
+ [
396
+ 0.0
397
+ ]
398
+ ],
399
+ [
400
+ [
401
+ 0.0
402
+ ]
403
+ ],
404
+ [
405
+ [
406
+ 0.0
407
+ ]
408
+ ]
409
+ ],
410
+ "max": [
411
+ [
412
+ [
413
+ 1.0
414
+ ]
415
+ ],
416
+ [
417
+ [
418
+ 1.0
419
+ ]
420
+ ],
421
+ [
422
+ [
423
+ 1.0
424
+ ]
425
+ ]
426
+ ],
427
+ "mean": [
428
+ [
429
+ [
430
+ 0.4168954326116668
431
+ ]
432
+ ],
433
+ [
434
+ [
435
+ 0.5122124453808491
436
+ ]
437
+ ],
438
+ [
439
+ [
440
+ 0.544015056504469
441
+ ]
442
+ ]
443
+ ],
444
+ "std": [
445
+ [
446
+ [
447
+ 0.2955554207708316
448
+ ]
449
+ ],
450
+ [
451
+ [
452
+ 0.20052354975387054
453
+ ]
454
+ ],
455
+ [
456
+ [
457
+ 0.15973246734641353
458
+ ]
459
+ ]
460
+ ],
461
+ "count": [
462
+ 80140
463
+ ]
464
+ },
465
+ "observation.images.kuka_iiwa": {
466
+ "min": [
467
+ [
468
+ [
469
+ 0.0
470
+ ]
471
+ ],
472
+ [
473
+ [
474
+ 0.0
475
+ ]
476
+ ],
477
+ [
478
+ [
479
+ 0.0
480
+ ]
481
+ ]
482
+ ],
483
+ "max": [
484
+ [
485
+ [
486
+ 1.0
487
+ ]
488
+ ],
489
+ [
490
+ [
491
+ 1.0
492
+ ]
493
+ ],
494
+ [
495
+ [
496
+ 1.0
497
+ ]
498
+ ]
499
+ ],
500
+ "mean": [
501
+ [
502
+ [
503
+ 0.4256699002508141
504
+ ]
505
+ ],
506
+ [
507
+ [
508
+ 0.5104517177795591
509
+ ]
510
+ ],
511
+ [
512
+ [
513
+ 0.5344520863339377
514
+ ]
515
+ ]
516
+ ],
517
+ "std": [
518
+ [
519
+ [
520
+ 0.2957360110196209
521
+ ]
522
+ ],
523
+ [
524
+ [
525
+ 0.19716368850329424
526
+ ]
527
+ ],
528
+ [
529
+ [
530
+ 0.1676944777462889
531
+ ]
532
+ ]
533
+ ],
534
+ "count": [
535
+ 80140
536
+ ]
537
+ },
538
+ "observation.state": {
539
+ "min": [
540
+ 0.19084908068180084,
541
+ -0.305137574672699
542
+ ],
543
+ "max": [
544
+ 0.6190909147262573,
545
+ 0.3456897437572479
546
+ ],
547
+ "mean": [
548
+ 0.39967836365252474,
549
+ 0.0025641272322270846
550
+ ],
551
+ "std": [
552
+ 0.10595214096543548,
553
+ 0.14068328961568038
554
+ ],
555
+ "count": [
556
+ 80140
557
+ ]
558
+ },
559
+ "observation.kuka_iiwa.ee_pose": {
560
+ "min": [
561
+ 0.2409287691116333,
562
+ -0.3051018714904785,
563
+ 0.06109349802136421,
564
+ -0.3096036911010742,
565
+ -3.7205376429483294e-05,
566
+ 0.9508635401725769,
567
+ -0.11713305860757828
568
+ ],
569
+ "max": [
570
+ 0.6690542697906494,
571
+ 0.34558725357055664,
572
+ 0.08500956743955612,
573
+ 6.372638745233417e-05,
574
+ 2.332692929485347e-05,
575
+ 1.0,
576
+ 0.11709097027778625
577
+ ],
578
+ "mean": [
579
+ 0.4530280872904246,
580
+ 0.002901630286010997,
581
+ 0.08334694593821287,
582
+ -0.023656224248814906,
583
+ -5.029947019765048e-06,
584
+ 0.9978405157586182,
585
+ 0.00021780827958266672
586
+ ],
587
+ "std": [
588
+ 0.10038507514204506,
589
+ 0.14083663903376414,
590
+ 0.004147547537697104,
591
+ 0.057709043237909416,
592
+ 1.1907133567526498e-05,
593
+ 0.006818216975183661,
594
+ 0.019437567262777917
595
+ ],
596
+ "count": [
597
+ 80140
598
+ ]
599
+ },
600
+ "observation.ur5e.ee_error": {
601
+ "min": [
602
+ -7.908046245574951e-05,
603
+ -5.564466118812561e-05,
604
+ -4.127621650695801e-05,
605
+ -3.7012599932495505e-05,
606
+ -0.0002930454211309552,
607
+ 0.0,
608
+ -0.00026637513656169176
609
+ ],
610
+ "max": [
611
+ 1.0028481483459473e-05,
612
+ 2.3670494556427002e-05,
613
+ -1.4156103134155273e-07,
614
+ 0.0005097746034152806,
615
+ 0.00011439031368354335,
616
+ 1.7881393432617188e-07,
617
+ 0.00022023676137905568
618
+ ],
619
+ "mean": [
620
+ 1.9603308687355925e-06,
621
+ 1.0137522192560958e-05,
622
+ -1.321383617741383e-06,
623
+ 4.723427295816001e-06,
624
+ 5.9408520341507665e-05,
625
+ 3.674157082022651e-10,
626
+ -5.1969338385288855e-05
627
+ ],
628
+ "std": [
629
+ 3.4945124058904956e-06,
630
+ 4.260529557615746e-06,
631
+ 2.36484627299891e-06,
632
+ 2.295557882871664e-05,
633
+ 2.9733575972102252e-05,
634
+ 4.740674019836443e-09,
635
+ 2.541136232358752e-05
636
+ ],
637
+ "count": [
638
+ 80140
639
+ ]
640
+ },
641
+ "observation.ur5e.base_orientation": {
642
+ "min": [
643
+ 0.0
644
+ ],
645
+ "max": [
646
+ 0.0
647
+ ],
648
+ "mean": [
649
+ 0.0
650
+ ],
651
+ "std": [
652
+ 0.0
653
+ ],
654
+ "count": [
655
+ 80140
656
+ ]
657
+ },
658
+ "observation.kuka_iiwa.base_orientation": {
659
+ "min": [
660
+ 0.0
661
+ ],
662
+ "max": [
663
+ 0.0
664
+ ],
665
+ "mean": [
666
+ 0.0
667
+ ],
668
+ "std": [
669
+ 0.0
670
+ ],
671
+ "count": [
672
+ 80140
673
+ ]
674
+ },
675
+ "observation.sawyer.ee_error": {
676
+ "min": [
677
+ -7.331371307373047e-06,
678
+ -1.6987323760986328e-06,
679
+ -3.896653652191162e-06,
680
+ 1.927282391989138e-05,
681
+ -2.7480458811623976e-05,
682
+ 0.0,
683
+ -1.3851358744432218e-05
684
+ ],
685
+ "max": [
686
+ 5.364418029785156e-07,
687
+ 1.2814998626708984e-06,
688
+ 2.332031726837158e-06,
689
+ 0.0001497276098234579,
690
+ 3.510891838232055e-05,
691
+ 0.0,
692
+ 7.454879960278049e-05
693
+ ],
694
+ "mean": [
695
+ -3.850741562936633e-06,
696
+ -7.576444156987804e-07,
697
+ -1.2581891406257243e-06,
698
+ 8.086813139021605e-05,
699
+ 1.8949108534287625e-06,
700
+ 0.0,
701
+ 5.246502355483912e-05
702
+ ],
703
+ "std": [
704
+ 1.113122392911927e-06,
705
+ 2.6021264821354383e-07,
706
+ 8.042278166060767e-07,
707
+ 1.976863341546629e-05,
708
+ 1.2111391214063841e-05,
709
+ 0.0,
710
+ 1.5448475656628978e-05
711
+ ],
712
+ "count": [
713
+ 80140
714
+ ]
715
+ },
716
+ "observation.images.image": {
717
+ "min": [
718
+ [
719
+ [
720
+ 0.0
721
+ ]
722
+ ],
723
+ [
724
+ [
725
+ 0.0
726
+ ]
727
+ ],
728
+ [
729
+ [
730
+ 0.0
731
+ ]
732
+ ]
733
+ ],
734
+ "max": [
735
+ [
736
+ [
737
+ 1.0
738
+ ]
739
+ ],
740
+ [
741
+ [
742
+ 1.0
743
+ ]
744
+ ],
745
+ [
746
+ [
747
+ 1.0
748
+ ]
749
+ ]
750
+ ],
751
+ "mean": [
752
+ [
753
+ [
754
+ 0.42679562765432794
755
+ ]
756
+ ],
757
+ [
758
+ [
759
+ 0.5374922986013585
760
+ ]
761
+ ],
762
+ [
763
+ [
764
+ 0.5632441742643447
765
+ ]
766
+ ]
767
+ ],
768
+ "std": [
769
+ [
770
+ [
771
+ 0.30010804643833844
772
+ ]
773
+ ],
774
+ [
775
+ [
776
+ 0.19468975127752
777
+ ]
778
+ ],
779
+ [
780
+ [
781
+ 0.15033933867963362
782
+ ]
783
+ ]
784
+ ],
785
+ "count": [
786
+ 80140
787
+ ]
788
+ },
789
+ "frame_index": {
790
+ "min": [
791
+ 0
792
+ ],
793
+ "max": [
794
+ 49
795
+ ],
796
+ "mean": [
797
+ 10.134140254554529
798
+ ],
799
+ "std": [
800
+ 8.837774829751933
801
+ ],
802
+ "count": [
803
+ 80140
804
+ ]
805
+ },
806
+ "observation.kinova3.base_position": {
807
+ "min": [
808
+ 0.0,
809
+ 0.0,
810
+ 0.0
811
+ ],
812
+ "max": [
813
+ 0.0,
814
+ 0.0,
815
+ 0.0
816
+ ],
817
+ "mean": [
818
+ 0.0,
819
+ 0.0,
820
+ 0.0
821
+ ],
822
+ "std": [
823
+ 0.0,
824
+ 0.0,
825
+ 0.0
826
+ ],
827
+ "count": [
828
+ 80140
829
+ ]
830
+ },
831
+ "observation.jaco.base_orientation": {
832
+ "min": [
833
+ 0.0
834
+ ],
835
+ "max": [
836
+ 0.0
837
+ ],
838
+ "mean": [
839
+ 0.0
840
+ ],
841
+ "std": [
842
+ 0.0
843
+ ],
844
+ "count": [
845
+ 80140
846
+ ]
847
+ },
848
+ "observation.kinova3.ee_error": {
849
+ "min": [
850
+ -0.007250145077705383,
851
+ -0.0015000887215137482,
852
+ -8.828938007354736e-06,
853
+ 4.830432590097189e-05,
854
+ -8.789238927420229e-05,
855
+ 0.0,
856
+ -0.012562002055346966
857
+ ],
858
+ "max": [
859
+ -1.3113021850585938e-06,
860
+ 0.0014679878950119019,
861
+ 0.001123957335948944,
862
+ 0.061371106654405594,
863
+ 3.59886689693667e-05,
864
+ 0.0018851757049560547,
865
+ 0.012492331676185131
866
+ ],
867
+ "mean": [
868
+ -6.106557532643303e-05,
869
+ 1.3268362237205901e-06,
870
+ 4.0335001895610045e-06,
871
+ 0.0005926115505055018,
872
+ 2.5387211337925863e-06,
873
+ 8.392678331650145e-06,
874
+ -2.5044450990956968e-05
875
+ ],
876
+ "std": [
877
+ 0.0004718396904395836,
878
+ 9.587845148760169e-05,
879
+ 7.264903015759284e-05,
880
+ 0.0039740258213382925,
881
+ 1.4730426400210169e-05,
882
+ 9.46123478581933e-05,
883
+ 0.000809492237377154
884
+ ],
885
+ "count": [
886
+ 80140
887
+ ]
888
+ },
889
+ "observation.panda.joints": {
890
+ "min": [
891
+ -1.9459284543991089,
892
+ 0.46808770298957825,
893
+ -0.7776836156845093,
894
+ -3.0717999935150146,
895
+ -2.3669111728668213,
896
+ 1.8847160339355469,
897
+ -2.8973000049591064,
898
+ 1.0
899
+ ],
900
+ "max": [
901
+ 1.0635533332824707,
902
+ 1.587973952293396,
903
+ 1.26195228099823,
904
+ -1.4693204164505005,
905
+ 0.3056287169456482,
906
+ 3.752500057220459,
907
+ -0.7549822330474854,
908
+ 1.0
909
+ ],
910
+ "mean": [
911
+ -0.13461054840032072,
912
+ 0.595688796324164,
913
+ 0.06261647346285071,
914
+ -2.5002044430271715,
915
+ -0.46361682741568777,
916
+ 3.054486172533047,
917
+ -2.787434506971163,
918
+ 1.0
919
+ ],
920
+ "std": [
921
+ 0.5036836239077715,
922
+ 0.13358108157960752,
923
+ 0.2539872010878055,
924
+ 0.31296064626107317,
925
+ 0.3308828375273652,
926
+ 0.2757459537294181,
927
+ 0.16055760442176414,
928
+ 0.0
929
+ ],
930
+ "count": [
931
+ 80140
932
+ ]
933
+ },
934
+ "observation.sawyer.joints": {
935
+ "min": [
936
+ -1.4000136852264404,
937
+ -0.8806250691413879,
938
+ -0.1651218682527542,
939
+ 1.2198630571365356,
940
+ -0.7712113857269287,
941
+ -0.20912539958953857,
942
+ -0.5496101975440979,
943
+ 1.0
944
+ ],
945
+ "max": [
946
+ 0.5739462971687317,
947
+ -0.4442470669746399,
948
+ 0.176756352186203,
949
+ 2.5102968215942383,
950
+ 0.07804341614246368,
951
+ 0.7960954308509827,
952
+ 0.7021774053573608,
953
+ 1.0
954
+ ],
955
+ "mean": [
956
+ -0.3808617877714135,
957
+ -0.786227387523068,
958
+ 0.04583379052519928,
959
+ 2.0925135127692442,
960
+ -0.21556719168234006,
961
+ 0.2693127337634681,
962
+ 0.03789689712211385,
963
+ 1.0
964
+ ],
965
+ "std": [
966
+ 0.34043485103947685,
967
+ 0.0749546552949134,
968
+ 0.0499775683029425,
969
+ 0.25106330858775355,
970
+ 0.17911966320245484,
971
+ 0.18529224600362448,
972
+ 0.24222776380100486,
973
+ 0.0
974
+ ],
975
+ "count": [
976
+ 80140
977
+ ]
978
+ },
979
+ "observation.google_robot.ee_pose": {
980
+ "min": [
981
+ 0.24089737236499786,
982
+ -0.30510056018829346,
983
+ 0.08498580753803253,
984
+ -0.00019565124239306897,
985
+ -0.005364402662962675,
986
+ 0.9987802505493164,
987
+ -0.00038362841587513685
988
+ ],
989
+ "max": [
990
+ 0.6690469980239868,
991
+ 0.34558340907096863,
992
+ 0.09458678215742111,
993
+ 0.0448666475713253,
994
+ 0.0001598465460119769,
995
+ 1.0,
996
+ 0.020168904215097427
997
+ ],
998
+ "mean": [
999
+ 0.449568179013063,
1000
+ 0.002934301938911478,
1001
+ 0.08500186359016622,
1002
+ 7.288135089861791e-05,
1003
+ 5.357834657423655e-05,
1004
+ 0.9999999810520598,
1005
+ 4.885657173793354e-06
1006
+ ],
1007
+ "std": [
1008
+ 0.10535359510451732,
1009
+ 0.13998939715207886,
1010
+ 4.718849557692899e-05,
1011
+ 0.00019233944375554712,
1012
+ 4.465791926515493e-05,
1013
+ 4.343290504872093e-06,
1014
+ 0.00010655472144735228
1015
+ ],
1016
+ "count": [
1017
+ 80140
1018
+ ]
1019
+ },
1020
+ "timestamp": {
1021
+ "min": [
1022
+ 0.0
1023
+ ],
1024
+ "max": [
1025
+ 4.9
1026
+ ],
1027
+ "mean": [
1028
+ 1.0134140254554527
1029
+ ],
1030
+ "std": [
1031
+ 0.8837774829751932
1032
+ ],
1033
+ "count": [
1034
+ 80140
1035
+ ]
1036
+ },
1037
+ "observation.jaco.ee_error": {
1038
+ "min": [
1039
+ -0.0032455623149871826,
1040
+ -0.0014052987098693848,
1041
+ -0.00260026752948761,
1042
+ -0.12268567085266113,
1043
+ -0.0006097169243730605,
1044
+ 0.0,
1045
+ -0.054705660790205
1046
+ ],
1047
+ "max": [
1048
+ 0.004480123519897461,
1049
+ 0.0023977458477020264,
1050
+ 0.003035604953765869,
1051
+ 0.05592877045273781,
1052
+ 0.0020206505432724953,
1053
+ 0.008660197257995605,
1054
+ 0.0595092698931694
1055
+ ],
1056
+ "mean": [
1057
+ 3.987896188676238e-06,
1058
+ 2.4543978203690665e-06,
1059
+ 7.885988554618005e-07,
1060
+ -0.00011588398098468807,
1061
+ -1.3339093264717578e-05,
1062
+ 7.849211742922541e-06,
1063
+ -8.408799652484844e-05
1064
+ ],
1065
+ "std": [
1066
+ 0.00014986864793615736,
1067
+ 5.814132510484308e-05,
1068
+ 0.00012239624159962432,
1069
+ 0.0036729360197514465,
1070
+ 2.0337739876760538e-05,
1071
+ 0.0001678099630948227,
1072
+ 0.001472974914131983
1073
+ ],
1074
+ "count": [
1075
+ 80140
1076
+ ]
1077
+ },
1078
+ "observation.sawyer.base_orientation": {
1079
+ "min": [
1080
+ 0.0
1081
+ ],
1082
+ "max": [
1083
+ 0.0
1084
+ ],
1085
+ "mean": [
1086
+ 0.0
1087
+ ],
1088
+ "std": [
1089
+ 0.0
1090
+ ],
1091
+ "count": [
1092
+ 80140
1093
+ ]
1094
+ },
1095
+ "observation.google_robot.base_orientation": {
1096
+ "min": [
1097
+ 0.0
1098
+ ],
1099
+ "max": [
1100
+ 0.0
1101
+ ],
1102
+ "mean": [
1103
+ 0.0
1104
+ ],
1105
+ "std": [
1106
+ 0.0
1107
+ ],
1108
+ "count": [
1109
+ 80140
1110
+ ]
1111
+ },
1112
+ "observation.google_robot.joints": {
1113
+ "min": [
1114
+ -0.5984929800033569,
1115
+ 1.5228722095489502,
1116
+ 0.5288562178611755,
1117
+ -2.049999952316284,
1118
+ -1.8043550252914429,
1119
+ -1.0177651643753052,
1120
+ -3.1969316005706787,
1121
+ 1.0
1122
+ ],
1123
+ "max": [
1124
+ 1.262871503829956,
1125
+ 2.333233118057251,
1126
+ 3.7100000381469727,
1127
+ 0.34993571043014526,
1128
+ 0.6683304309844971,
1129
+ 1.3500699996948242,
1130
+ 0.8193667531013489,
1131
+ 1.0
1132
+ ],
1133
+ "mean": [
1134
+ 0.5344827845409745,
1135
+ 1.5859634844983699,
1136
+ 2.501052465217501,
1137
+ -1.5466401002198524,
1138
+ -1.4801634918778412,
1139
+ 0.666504823170288,
1140
+ -1.0794537689364672,
1141
+ 1.0
1142
+ ],
1143
+ "std": [
1144
+ 0.2546993982630793,
1145
+ 0.06618531546607691,
1146
+ 0.23477660683843693,
1147
+ 0.27976736224344834,
1148
+ 0.2952488439990707,
1149
+ 0.22207585636809554,
1150
+ 0.5089644882982908,
1151
+ 0.0
1152
+ ],
1153
+ "count": [
1154
+ 80140
1155
+ ]
1156
+ },
1157
+ "observation.ur5e.ee_pose": {
1158
+ "min": [
1159
+ 0.19088858366012573,
1160
+ -0.3051069676876068,
1161
+ 0.08500014990568161,
1162
+ -0.0005097746034152806,
1163
+ -0.00011439031368354335,
1164
+ 0.9999998211860657,
1165
+ -0.00022023676137905568
1166
+ ],
1167
+ "max": [
1168
+ 0.6190560460090637,
1169
+ 0.345579594373703,
1170
+ 0.08504128456115723,
1171
+ 3.7012599932495505e-05,
1172
+ 0.0002930454211309552,
1173
+ 1.0,
1174
+ 0.00026637513656169176
1175
+ ],
1176
+ "mean": [
1177
+ 0.39956967486968087,
1178
+ 0.002923026407306064,
1179
+ 0.08500132920206084,
1180
+ -4.723427295816001e-06,
1181
+ -5.9408520341507665e-05,
1182
+ 1.0,
1183
+ 5.1969338385288855e-05
1184
+ ],
1185
+ "std": [
1186
+ 0.1053585716727057,
1187
+ 0.13998959655861182,
1188
+ 2.3649217094549866e-06,
1189
+ 2.295557882871664e-05,
1190
+ 2.9733575972102252e-05,
1191
+ 4.754890530367067e-09,
1192
+ 2.541136232358752e-05
1193
+ ],
1194
+ "count": [
1195
+ 80140
1196
+ ]
1197
+ },
1198
+ "observation.jaco.joints": {
1199
+ "min": [
1200
+ -1.0721486806869507,
1201
+ 1.6347512006759644,
1202
+ 3.253710985183716,
1203
+ -3.5142412185668945,
1204
+ -1.842398762702942,
1205
+ -2.032541036605835,
1206
+ 1.0
1207
+ ],
1208
+ "max": [
1209
+ 1.1875966787338257,
1210
+ 2.2728054523468018,
1211
+ 5.920302867889404,
1212
+ 1.513482689857483,
1213
+ 1.3274561166763306,
1214
+ 3.340521812438965,
1215
+ 1.0
1216
+ ],
1217
+ "mean": [
1218
+ 0.15262366021149712,
1219
+ 2.1866158641884086,
1220
+ 4.986070089224779,
1221
+ 0.10591019359985876,
1222
+ -0.39572382774867815,
1223
+ 0.25333014095347584,
1224
+ 1.0
1225
+ ],
1226
+ "std": [
1227
+ 0.3574722022581953,
1228
+ 0.09143498593984761,
1229
+ 0.4258243765545718,
1230
+ 0.2389152843212295,
1231
+ 0.4069844090183904,
1232
+ 0.3778470472209651,
1233
+ 0.0
1234
+ ],
1235
+ "count": [
1236
+ 80140
1237
+ ]
1238
+ },
1239
+ "observation.panda.ee_error": {
1240
+ "min": [
1241
+ -0.008971676230430603,
1242
+ -0.003149464726448059,
1243
+ -0.001429237425327301,
1244
+ -0.012333033606410027,
1245
+ -0.038222815841436386,
1246
+ 0.0,
1247
+ -0.0024413573555648327
1248
+ ],
1249
+ "max": [
1250
+ 0.0009756684303283691,
1251
+ 0.0016769170761108398,
1252
+ 0.012812979519367218,
1253
+ 0.017468340694904327,
1254
+ 8.125087333610281e-05,
1255
+ 0.0009360909461975098,
1256
+ 0.022914040833711624
1257
+ ],
1258
+ "mean": [
1259
+ -4.3045587159460635e-06,
1260
+ -5.47904387974113e-06,
1261
+ -6.121670700289076e-08,
1262
+ 4.424105907640419e-05,
1263
+ -0.0001518753877382518,
1264
+ 1.3578806760573803e-06,
1265
+ 0.00015923041787787166
1266
+ ],
1267
+ "std": [
1268
+ 0.00014931464019969653,
1269
+ 8.771252664951984e-05,
1270
+ 0.00019670372551095527,
1271
+ 0.0007276746061312208,
1272
+ 0.0011099824192271966,
1273
+ 1.9208812379365587e-05,
1274
+ 0.0009551626245539004
1275
+ ],
1276
+ "count": [
1277
+ 80140
1278
+ ]
1279
+ },
1280
+ "observation.panda.base_orientation": {
1281
+ "min": [
1282
+ 0.0
1283
+ ],
1284
+ "max": [
1285
+ 0.0
1286
+ ],
1287
+ "mean": [
1288
+ 0.0
1289
+ ],
1290
+ "std": [
1291
+ 0.0
1292
+ ],
1293
+ "count": [
1294
+ 80140
1295
+ ]
1296
+ },
1297
+ "observation.panda.base_position": {
1298
+ "min": [
1299
+ 0.0,
1300
+ 0.0,
1301
+ 0.0
1302
+ ],
1303
+ "max": [
1304
+ 0.0,
1305
+ 0.0,
1306
+ 0.0
1307
+ ],
1308
+ "mean": [
1309
+ 0.0,
1310
+ 0.0,
1311
+ 0.0
1312
+ ],
1313
+ "std": [
1314
+ 0.0,
1315
+ 0.0,
1316
+ 0.0
1317
+ ],
1318
+ "count": [
1319
+ 80140
1320
+ ]
1321
+ },
1322
+ "observation.images.kinova3": {
1323
+ "min": [
1324
+ [
1325
+ [
1326
+ 0.0
1327
+ ]
1328
+ ],
1329
+ [
1330
+ [
1331
+ 0.0
1332
+ ]
1333
+ ],
1334
+ [
1335
+ [
1336
+ 0.0
1337
+ ]
1338
+ ]
1339
+ ],
1340
+ "max": [
1341
+ [
1342
+ [
1343
+ 1.0
1344
+ ]
1345
+ ],
1346
+ [
1347
+ [
1348
+ 1.0
1349
+ ]
1350
+ ],
1351
+ [
1352
+ [
1353
+ 1.0
1354
+ ]
1355
+ ]
1356
+ ],
1357
+ "mean": [
1358
+ [
1359
+ [
1360
+ 0.42974946811829196
1361
+ ]
1362
+ ],
1363
+ [
1364
+ [
1365
+ 0.5239991169252797
1366
+ ]
1367
+ ],
1368
+ [
1369
+ [
1370
+ 0.5553101138197418
1371
+ ]
1372
+ ]
1373
+ ],
1374
+ "std": [
1375
+ [
1376
+ [
1377
+ 0.29438291434269476
1378
+ ]
1379
+ ],
1380
+ [
1381
+ [
1382
+ 0.1912420439089798
1383
+ ]
1384
+ ],
1385
+ [
1386
+ [
1387
+ 0.14409445088478345
1388
+ ]
1389
+ ]
1390
+ ],
1391
+ "count": [
1392
+ 80140
1393
+ ]
1394
+ },
1395
+ "observation.joints": {
1396
+ "min": [
1397
+ -1.258824110031128,
1398
+ 0.3405912518501282,
1399
+ -0.7650050520896912,
1400
+ 0.3173291087150574,
1401
+ -2.318526029586792,
1402
+ -1.580993890762329,
1403
+ -3.297433614730835,
1404
+ 1.0
1405
+ ],
1406
+ "max": [
1407
+ 1.6384249925613403,
1408
+ 1.7042160034179688,
1409
+ 3.1380677223205566,
1410
+ 3.927000045776367,
1411
+ 2.345937967300415,
1412
+ 1.031085729598999,
1413
+ 3.587554931640625,
1414
+ 1.0
1415
+ ],
1416
+ "mean": [
1417
+ 0.4690492730507709,
1418
+ 0.6387109755499124,
1419
+ -0.35853210846010974,
1420
+ 0.8806559285830909,
1421
+ 0.8939787740808697,
1422
+ 0.34463618813506286,
1423
+ 2.27914903406077,
1424
+ 1.0
1425
+ ],
1426
+ "std": [
1427
+ 0.3547879071952165,
1428
+ 0.18729884006072883,
1429
+ 0.3014248251093145,
1430
+ 0.364613624395034,
1431
+ 0.4984123544947983,
1432
+ 0.28102950931302834,
1433
+ 0.8989463799094477,
1434
+ 0.0
1435
+ ],
1436
+ "count": [
1437
+ 80140
1438
+ ]
1439
+ },
1440
+ "task_index": {
1441
+ "min": [
1442
+ 0
1443
+ ],
1444
+ "max": [
1445
+ 4223
1446
+ ],
1447
+ "mean": [
1448
+ 1993.7837908659844
1449
+ ],
1450
+ "std": [
1451
+ 1222.7531176335679
1452
+ ],
1453
+ "count": [
1454
+ 80140
1455
+ ]
1456
+ },
1457
+ "observation.images.sawyer": {
1458
+ "min": [
1459
+ [
1460
+ [
1461
+ 0.0
1462
+ ]
1463
+ ],
1464
+ [
1465
+ [
1466
+ 0.0
1467
+ ]
1468
+ ],
1469
+ [
1470
+ [
1471
+ 0.0
1472
+ ]
1473
+ ]
1474
+ ],
1475
+ "max": [
1476
+ [
1477
+ [
1478
+ 1.0
1479
+ ]
1480
+ ],
1481
+ [
1482
+ [
1483
+ 1.0
1484
+ ]
1485
+ ],
1486
+ [
1487
+ [
1488
+ 1.0
1489
+ ]
1490
+ ]
1491
+ ],
1492
+ "mean": [
1493
+ [
1494
+ [
1495
+ 0.4144821178134353
1496
+ ]
1497
+ ],
1498
+ [
1499
+ [
1500
+ 0.4979767770134567
1501
+ ]
1502
+ ],
1503
+ [
1504
+ [
1505
+ 0.5282226613468637
1506
+ ]
1507
+ ]
1508
+ ],
1509
+ "std": [
1510
+ [
1511
+ [
1512
+ 0.29502236393329756
1513
+ ]
1514
+ ],
1515
+ [
1516
+ [
1517
+ 0.2116285184660107
1518
+ ]
1519
+ ],
1520
+ [
1521
+ [
1522
+ 0.17616709179197373
1523
+ ]
1524
+ ]
1525
+ ],
1526
+ "count": [
1527
+ 80140
1528
+ ]
1529
+ },
1530
+ "natural_language_instruction": {
1531
+ "min": [
1532
+ 97,
1533
+ 97,
1534
+ 32,
1535
+ 32,
1536
+ 32,
1537
+ 32,
1538
+ 32,
1539
+ 32,
1540
+ 32,
1541
+ 32,
1542
+ 32,
1543
+ 32,
1544
+ 32,
1545
+ 32,
1546
+ 32,
1547
+ 32,
1548
+ 0,
1549
+ 0,
1550
+ 0,
1551
+ 0,
1552
+ 0,
1553
+ 0,
1554
+ 0,
1555
+ 0,
1556
+ 0,
1557
+ 0,
1558
+ 0,
1559
+ 0,
1560
+ 0,
1561
+ 0,
1562
+ 0,
1563
+ 0,
1564
+ 0,
1565
+ 0,
1566
+ 0,
1567
+ 0,
1568
+ 0,
1569
+ 0,
1570
+ 0,
1571
+ 0,
1572
+ 0,
1573
+ 0,
1574
+ 0,
1575
+ 0,
1576
+ 0,
1577
+ 0,
1578
+ 0,
1579
+ 0,
1580
+ 0,
1581
+ 0,
1582
+ 0,
1583
+ 0,
1584
+ 0,
1585
+ 0,
1586
+ 0,
1587
+ 0,
1588
+ 0,
1589
+ 0,
1590
+ 0,
1591
+ 0,
1592
+ 0,
1593
+ 0,
1594
+ 0,
1595
+ 0,
1596
+ 0,
1597
+ 0,
1598
+ 0,
1599
+ 0,
1600
+ 0,
1601
+ 0,
1602
+ 0,
1603
+ 0,
1604
+ 0,
1605
+ 0,
1606
+ 0,
1607
+ 0,
1608
+ 0,
1609
+ 0,
1610
+ 0,
1611
+ 0,
1612
+ 0,
1613
+ 0,
1614
+ 0,
1615
+ 0,
1616
+ 0,
1617
+ 0,
1618
+ 0,
1619
+ 0,
1620
+ 0,
1621
+ 0,
1622
+ 0,
1623
+ 0,
1624
+ 0,
1625
+ 0,
1626
+ 0,
1627
+ 0,
1628
+ 0,
1629
+ 0,
1630
+ 0,
1631
+ 0,
1632
+ 0,
1633
+ 0,
1634
+ 0,
1635
+ 0,
1636
+ 0,
1637
+ 0,
1638
+ 0,
1639
+ 0,
1640
+ 0,
1641
+ 0,
1642
+ 0,
1643
+ 0,
1644
+ 0,
1645
+ 0,
1646
+ 0,
1647
+ 0,
1648
+ 0,
1649
+ 0,
1650
+ 0,
1651
+ 0,
1652
+ 0,
1653
+ 0,
1654
+ 0,
1655
+ 0,
1656
+ 0,
1657
+ 0,
1658
+ 0,
1659
+ 0,
1660
+ 0,
1661
+ 0,
1662
+ 0,
1663
+ 0,
1664
+ 0,
1665
+ 0,
1666
+ 0,
1667
+ 0,
1668
+ 0,
1669
+ 0,
1670
+ 0,
1671
+ 0,
1672
+ 0,
1673
+ 0,
1674
+ 0,
1675
+ 0,
1676
+ 0,
1677
+ 0,
1678
+ 0,
1679
+ 0,
1680
+ 0,
1681
+ 0,
1682
+ 0,
1683
+ 0,
1684
+ 0,
1685
+ 0,
1686
+ 0,
1687
+ 0,
1688
+ 0,
1689
+ 0,
1690
+ 0,
1691
+ 0,
1692
+ 0,
1693
+ 0,
1694
+ 0,
1695
+ 0,
1696
+ 0,
1697
+ 0,
1698
+ 0,
1699
+ 0,
1700
+ 0,
1701
+ 0,
1702
+ 0,
1703
+ 0,
1704
+ 0,
1705
+ 0,
1706
+ 0,
1707
+ 0,
1708
+ 0,
1709
+ 0,
1710
+ 0,
1711
+ 0,
1712
+ 0,
1713
+ 0,
1714
+ 0,
1715
+ 0,
1716
+ 0,
1717
+ 0,
1718
+ 0,
1719
+ 0,
1720
+ 0,
1721
+ 0,
1722
+ 0,
1723
+ 0,
1724
+ 0,
1725
+ 0,
1726
+ 0,
1727
+ 0,
1728
+ 0,
1729
+ 0,
1730
+ 0,
1731
+ 0,
1732
+ 0,
1733
+ 0,
1734
+ 0,
1735
+ 0,
1736
+ 0,
1737
+ 0,
1738
+ 0,
1739
+ 0,
1740
+ 0,
1741
+ 0,
1742
+ 0,
1743
+ 0,
1744
+ 0,
1745
+ 0,
1746
+ 0,
1747
+ 0,
1748
+ 0,
1749
+ 0,
1750
+ 0,
1751
+ 0,
1752
+ 0,
1753
+ 0,
1754
+ 0,
1755
+ 0,
1756
+ 0,
1757
+ 0,
1758
+ 0,
1759
+ 0,
1760
+ 0,
1761
+ 0,
1762
+ 0,
1763
+ 0,
1764
+ 0,
1765
+ 0,
1766
+ 0,
1767
+ 0,
1768
+ 0,
1769
+ 0,
1770
+ 0,
1771
+ 0,
1772
+ 0,
1773
+ 0,
1774
+ 0,
1775
+ 0,
1776
+ 0,
1777
+ 0,
1778
+ 0,
1779
+ 0,
1780
+ 0,
1781
+ 0,
1782
+ 0,
1783
+ 0,
1784
+ 0,
1785
+ 0,
1786
+ 0,
1787
+ 0,
1788
+ 0,
1789
+ 0,
1790
+ 0,
1791
+ 0,
1792
+ 0,
1793
+ 0,
1794
+ 0,
1795
+ 0,
1796
+ 0,
1797
+ 0,
1798
+ 0,
1799
+ 0,
1800
+ 0,
1801
+ 0,
1802
+ 0,
1803
+ 0,
1804
+ 0,
1805
+ 0,
1806
+ 0,
1807
+ 0,
1808
+ 0,
1809
+ 0,
1810
+ 0,
1811
+ 0,
1812
+ 0,
1813
+ 0,
1814
+ 0,
1815
+ 0,
1816
+ 0,
1817
+ 0,
1818
+ 0,
1819
+ 0,
1820
+ 0,
1821
+ 0,
1822
+ 0,
1823
+ 0,
1824
+ 0,
1825
+ 0,
1826
+ 0,
1827
+ 0,
1828
+ 0,
1829
+ 0,
1830
+ 0,
1831
+ 0,
1832
+ 0,
1833
+ 0,
1834
+ 0,
1835
+ 0,
1836
+ 0,
1837
+ 0,
1838
+ 0,
1839
+ 0,
1840
+ 0,
1841
+ 0,
1842
+ 0,
1843
+ 0,
1844
+ 0,
1845
+ 0,
1846
+ 0,
1847
+ 0,
1848
+ 0,
1849
+ 0,
1850
+ 0,
1851
+ 0,
1852
+ 0,
1853
+ 0,
1854
+ 0,
1855
+ 0,
1856
+ 0,
1857
+ 0,
1858
+ 0,
1859
+ 0,
1860
+ 0,
1861
+ 0,
1862
+ 0,
1863
+ 0,
1864
+ 0,
1865
+ 0,
1866
+ 0,
1867
+ 0,
1868
+ 0,
1869
+ 0,
1870
+ 0,
1871
+ 0,
1872
+ 0,
1873
+ 0,
1874
+ 0,
1875
+ 0,
1876
+ 0,
1877
+ 0,
1878
+ 0,
1879
+ 0,
1880
+ 0,
1881
+ 0,
1882
+ 0,
1883
+ 0,
1884
+ 0,
1885
+ 0,
1886
+ 0,
1887
+ 0,
1888
+ 0,
1889
+ 0,
1890
+ 0,
1891
+ 0,
1892
+ 0,
1893
+ 0,
1894
+ 0,
1895
+ 0,
1896
+ 0,
1897
+ 0,
1898
+ 0,
1899
+ 0,
1900
+ 0,
1901
+ 0,
1902
+ 0,
1903
+ 0,
1904
+ 0,
1905
+ 0,
1906
+ 0,
1907
+ 0,
1908
+ 0,
1909
+ 0,
1910
+ 0,
1911
+ 0,
1912
+ 0,
1913
+ 0,
1914
+ 0,
1915
+ 0,
1916
+ 0,
1917
+ 0,
1918
+ 0,
1919
+ 0,
1920
+ 0,
1921
+ 0,
1922
+ 0,
1923
+ 0,
1924
+ 0,
1925
+ 0,
1926
+ 0,
1927
+ 0,
1928
+ 0,
1929
+ 0,
1930
+ 0,
1931
+ 0,
1932
+ 0,
1933
+ 0,
1934
+ 0,
1935
+ 0,
1936
+ 0,
1937
+ 0,
1938
+ 0,
1939
+ 0,
1940
+ 0,
1941
+ 0,
1942
+ 0,
1943
+ 0,
1944
+ 0,
1945
+ 0,
1946
+ 0,
1947
+ 0,
1948
+ 0,
1949
+ 0,
1950
+ 0,
1951
+ 0,
1952
+ 0,
1953
+ 0,
1954
+ 0,
1955
+ 0,
1956
+ 0,
1957
+ 0,
1958
+ 0,
1959
+ 0,
1960
+ 0,
1961
+ 0,
1962
+ 0,
1963
+ 0,
1964
+ 0,
1965
+ 0,
1966
+ 0,
1967
+ 0,
1968
+ 0,
1969
+ 0,
1970
+ 0,
1971
+ 0,
1972
+ 0,
1973
+ 0,
1974
+ 0,
1975
+ 0,
1976
+ 0,
1977
+ 0,
1978
+ 0,
1979
+ 0,
1980
+ 0,
1981
+ 0,
1982
+ 0,
1983
+ 0,
1984
+ 0,
1985
+ 0,
1986
+ 0,
1987
+ 0,
1988
+ 0,
1989
+ 0,
1990
+ 0,
1991
+ 0,
1992
+ 0,
1993
+ 0,
1994
+ 0,
1995
+ 0,
1996
+ 0,
1997
+ 0,
1998
+ 0,
1999
+ 0,
2000
+ 0,
2001
+ 0,
2002
+ 0,
2003
+ 0,
2004
+ 0,
2005
+ 0,
2006
+ 0,
2007
+ 0,
2008
+ 0,
2009
+ 0,
2010
+ 0,
2011
+ 0,
2012
+ 0,
2013
+ 0,
2014
+ 0,
2015
+ 0,
2016
+ 0,
2017
+ 0,
2018
+ 0,
2019
+ 0,
2020
+ 0,
2021
+ 0,
2022
+ 0,
2023
+ 0,
2024
+ 0,
2025
+ 0,
2026
+ 0,
2027
+ 0,
2028
+ 0,
2029
+ 0,
2030
+ 0,
2031
+ 0,
2032
+ 0,
2033
+ 0,
2034
+ 0,
2035
+ 0,
2036
+ 0,
2037
+ 0,
2038
+ 0,
2039
+ 0,
2040
+ 0,
2041
+ 0,
2042
+ 0,
2043
+ 0
2044
+ ],
2045
+ "max": [
2046
+ 116,
2047
+ 117,
2048
+ 118,
2049
+ 117,
2050
+ 121,
2051
+ 121,
2052
+ 121,
2053
+ 121,
2054
+ 121,
2055
+ 121,
2056
+ 121,
2057
+ 122,
2058
+ 121,
2059
+ 122,
2060
+ 121,
2061
+ 121,
2062
+ 121,
2063
+ 121,
2064
+ 122,
2065
+ 122,
2066
+ 121,
2067
+ 121,
2068
+ 122,
2069
+ 122,
2070
+ 122,
2071
+ 122,
2072
+ 122,
2073
+ 121,
2074
+ 122,
2075
+ 122,
2076
+ 122,
2077
+ 121,
2078
+ 122,
2079
+ 122,
2080
+ 121,
2081
+ 121,
2082
+ 121,
2083
+ 121,
2084
+ 121,
2085
+ 121,
2086
+ 121,
2087
+ 121,
2088
+ 121,
2089
+ 121,
2090
+ 122,
2091
+ 122,
2092
+ 121,
2093
+ 121,
2094
+ 121,
2095
+ 121,
2096
+ 121,
2097
+ 121,
2098
+ 121,
2099
+ 121,
2100
+ 122,
2101
+ 121,
2102
+ 122,
2103
+ 121,
2104
+ 121,
2105
+ 121,
2106
+ 121,
2107
+ 122,
2108
+ 122,
2109
+ 121,
2110
+ 120,
2111
+ 121,
2112
+ 120,
2113
+ 121,
2114
+ 121,
2115
+ 120,
2116
+ 116,
2117
+ 117,
2118
+ 119,
2119
+ 119,
2120
+ 114,
2121
+ 115,
2122
+ 120,
2123
+ 119,
2124
+ 116,
2125
+ 116,
2126
+ 116,
2127
+ 115,
2128
+ 101,
2129
+ 114,
2130
+ 116,
2131
+ 111,
2132
+ 102,
2133
+ 114,
2134
+ 116,
2135
+ 108,
2136
+ 105,
2137
+ 110,
2138
+ 101,
2139
+ 108,
2140
+ 117,
2141
+ 101,
2142
+ 32,
2143
+ 99,
2144
+ 117,
2145
+ 98,
2146
+ 101,
2147
+ 0,
2148
+ 0,
2149
+ 0,
2150
+ 0,
2151
+ 0,
2152
+ 0,
2153
+ 0,
2154
+ 0,
2155
+ 0,
2156
+ 0,
2157
+ 0,
2158
+ 0,
2159
+ 0,
2160
+ 0,
2161
+ 0,
2162
+ 0,
2163
+ 0,
2164
+ 0,
2165
+ 0,
2166
+ 0,
2167
+ 0,
2168
+ 0,
2169
+ 0,
2170
+ 0,
2171
+ 0,
2172
+ 0,
2173
+ 0,
2174
+ 0,
2175
+ 0,
2176
+ 0,
2177
+ 0,
2178
+ 0,
2179
+ 0,
2180
+ 0,
2181
+ 0,
2182
+ 0,
2183
+ 0,
2184
+ 0,
2185
+ 0,
2186
+ 0,
2187
+ 0,
2188
+ 0,
2189
+ 0,
2190
+ 0,
2191
+ 0,
2192
+ 0,
2193
+ 0,
2194
+ 0,
2195
+ 0,
2196
+ 0,
2197
+ 0,
2198
+ 0,
2199
+ 0,
2200
+ 0,
2201
+ 0,
2202
+ 0,
2203
+ 0,
2204
+ 0,
2205
+ 0,
2206
+ 0,
2207
+ 0,
2208
+ 0,
2209
+ 0,
2210
+ 0,
2211
+ 0,
2212
+ 0,
2213
+ 0,
2214
+ 0,
2215
+ 0,
2216
+ 0,
2217
+ 0,
2218
+ 0,
2219
+ 0,
2220
+ 0,
2221
+ 0,
2222
+ 0,
2223
+ 0,
2224
+ 0,
2225
+ 0,
2226
+ 0,
2227
+ 0,
2228
+ 0,
2229
+ 0,
2230
+ 0,
2231
+ 0,
2232
+ 0,
2233
+ 0,
2234
+ 0,
2235
+ 0,
2236
+ 0,
2237
+ 0,
2238
+ 0,
2239
+ 0,
2240
+ 0,
2241
+ 0,
2242
+ 0,
2243
+ 0,
2244
+ 0,
2245
+ 0,
2246
+ 0,
2247
+ 0,
2248
+ 0,
2249
+ 0,
2250
+ 0,
2251
+ 0,
2252
+ 0,
2253
+ 0,
2254
+ 0,
2255
+ 0,
2256
+ 0,
2257
+ 0,
2258
+ 0,
2259
+ 0,
2260
+ 0,
2261
+ 0,
2262
+ 0,
2263
+ 0,
2264
+ 0,
2265
+ 0,
2266
+ 0,
2267
+ 0,
2268
+ 0,
2269
+ 0,
2270
+ 0,
2271
+ 0,
2272
+ 0,
2273
+ 0,
2274
+ 0,
2275
+ 0,
2276
+ 0,
2277
+ 0,
2278
+ 0,
2279
+ 0,
2280
+ 0,
2281
+ 0,
2282
+ 0,
2283
+ 0,
2284
+ 0,
2285
+ 0,
2286
+ 0,
2287
+ 0,
2288
+ 0,
2289
+ 0,
2290
+ 0,
2291
+ 0,
2292
+ 0,
2293
+ 0,
2294
+ 0,
2295
+ 0,
2296
+ 0,
2297
+ 0,
2298
+ 0,
2299
+ 0,
2300
+ 0,
2301
+ 0,
2302
+ 0,
2303
+ 0,
2304
+ 0,
2305
+ 0,
2306
+ 0,
2307
+ 0,
2308
+ 0,
2309
+ 0,
2310
+ 0,
2311
+ 0,
2312
+ 0,
2313
+ 0,
2314
+ 0,
2315
+ 0,
2316
+ 0,
2317
+ 0,
2318
+ 0,
2319
+ 0,
2320
+ 0,
2321
+ 0,
2322
+ 0,
2323
+ 0,
2324
+ 0,
2325
+ 0,
2326
+ 0,
2327
+ 0,
2328
+ 0,
2329
+ 0,
2330
+ 0,
2331
+ 0,
2332
+ 0,
2333
+ 0,
2334
+ 0,
2335
+ 0,
2336
+ 0,
2337
+ 0,
2338
+ 0,
2339
+ 0,
2340
+ 0,
2341
+ 0,
2342
+ 0,
2343
+ 0,
2344
+ 0,
2345
+ 0,
2346
+ 0,
2347
+ 0,
2348
+ 0,
2349
+ 0,
2350
+ 0,
2351
+ 0,
2352
+ 0,
2353
+ 0,
2354
+ 0,
2355
+ 0,
2356
+ 0,
2357
+ 0,
2358
+ 0,
2359
+ 0,
2360
+ 0,
2361
+ 0,
2362
+ 0,
2363
+ 0,
2364
+ 0,
2365
+ 0,
2366
+ 0,
2367
+ 0,
2368
+ 0,
2369
+ 0,
2370
+ 0,
2371
+ 0,
2372
+ 0,
2373
+ 0,
2374
+ 0,
2375
+ 0,
2376
+ 0,
2377
+ 0,
2378
+ 0,
2379
+ 0,
2380
+ 0,
2381
+ 0,
2382
+ 0,
2383
+ 0,
2384
+ 0,
2385
+ 0,
2386
+ 0,
2387
+ 0,
2388
+ 0,
2389
+ 0,
2390
+ 0,
2391
+ 0,
2392
+ 0,
2393
+ 0,
2394
+ 0,
2395
+ 0,
2396
+ 0,
2397
+ 0,
2398
+ 0,
2399
+ 0,
2400
+ 0,
2401
+ 0,
2402
+ 0,
2403
+ 0,
2404
+ 0,
2405
+ 0,
2406
+ 0,
2407
+ 0,
2408
+ 0,
2409
+ 0,
2410
+ 0,
2411
+ 0,
2412
+ 0,
2413
+ 0,
2414
+ 0,
2415
+ 0,
2416
+ 0,
2417
+ 0,
2418
+ 0,
2419
+ 0,
2420
+ 0,
2421
+ 0,
2422
+ 0,
2423
+ 0,
2424
+ 0,
2425
+ 0,
2426
+ 0,
2427
+ 0,
2428
+ 0,
2429
+ 0,
2430
+ 0,
2431
+ 0,
2432
+ 0,
2433
+ 0,
2434
+ 0,
2435
+ 0,
2436
+ 0,
2437
+ 0,
2438
+ 0,
2439
+ 0,
2440
+ 0,
2441
+ 0,
2442
+ 0,
2443
+ 0,
2444
+ 0,
2445
+ 0,
2446
+ 0,
2447
+ 0,
2448
+ 0,
2449
+ 0,
2450
+ 0,
2451
+ 0,
2452
+ 0,
2453
+ 0,
2454
+ 0,
2455
+ 0,
2456
+ 0,
2457
+ 0,
2458
+ 0,
2459
+ 0,
2460
+ 0,
2461
+ 0,
2462
+ 0,
2463
+ 0,
2464
+ 0,
2465
+ 0,
2466
+ 0,
2467
+ 0,
2468
+ 0,
2469
+ 0,
2470
+ 0,
2471
+ 0,
2472
+ 0,
2473
+ 0,
2474
+ 0,
2475
+ 0,
2476
+ 0,
2477
+ 0,
2478
+ 0,
2479
+ 0,
2480
+ 0,
2481
+ 0,
2482
+ 0,
2483
+ 0,
2484
+ 0,
2485
+ 0,
2486
+ 0,
2487
+ 0,
2488
+ 0,
2489
+ 0,
2490
+ 0,
2491
+ 0,
2492
+ 0,
2493
+ 0,
2494
+ 0,
2495
+ 0,
2496
+ 0,
2497
+ 0,
2498
+ 0,
2499
+ 0,
2500
+ 0,
2501
+ 0,
2502
+ 0,
2503
+ 0,
2504
+ 0,
2505
+ 0,
2506
+ 0,
2507
+ 0,
2508
+ 0,
2509
+ 0,
2510
+ 0,
2511
+ 0,
2512
+ 0,
2513
+ 0,
2514
+ 0,
2515
+ 0,
2516
+ 0,
2517
+ 0,
2518
+ 0,
2519
+ 0,
2520
+ 0,
2521
+ 0,
2522
+ 0,
2523
+ 0,
2524
+ 0,
2525
+ 0,
2526
+ 0,
2527
+ 0,
2528
+ 0,
2529
+ 0,
2530
+ 0,
2531
+ 0,
2532
+ 0,
2533
+ 0,
2534
+ 0,
2535
+ 0,
2536
+ 0,
2537
+ 0,
2538
+ 0,
2539
+ 0,
2540
+ 0,
2541
+ 0,
2542
+ 0,
2543
+ 0,
2544
+ 0,
2545
+ 0,
2546
+ 0,
2547
+ 0,
2548
+ 0,
2549
+ 0,
2550
+ 0,
2551
+ 0,
2552
+ 0,
2553
+ 0,
2554
+ 0,
2555
+ 0,
2556
+ 0,
2557
+ 0
2558
+ ],
2559
+ "mean": [
2560
+ 111.13768405290742,
2561
+ 111.4345520339406,
2562
+ 111.65610182181183,
2563
+ 101.4441851759421,
2564
+ 58.11363863239331,
2565
+ 91.25354379835288,
2566
+ 107.11269029198903,
2567
+ 103.06075617669079,
2568
+ 60.07055153481407,
2569
+ 88.2968804591964,
2570
+ 101.80904666833042,
2571
+ 104.18983029698029,
2572
+ 90.70823558772149,
2573
+ 88.6634514599451,
2574
+ 92.70298228100823,
2575
+ 93.35627651609683,
2576
+ 99.0324557025206,
2577
+ 93.23228100823559,
2578
+ 96.54241327676566,
2579
+ 92.03968055902172,
2580
+ 97.50831045670077,
2581
+ 90.79361118043424,
2582
+ 90.8937484402296,
2583
+ 94.85603943099576,
2584
+ 93.22142500623909,
2585
+ 93.24502121287746,
2586
+ 90.8165710007487,
2587
+ 91.18566259046668,
2588
+ 88.91064387322186,
2589
+ 89.64570751185425,
2590
+ 86.2452208634889,
2591
+ 85.86069378587472,
2592
+ 85.00510356875468,
2593
+ 83.37314699276267,
2594
+ 80.23735962066384,
2595
+ 78.74190167207387,
2596
+ 76.50207137509359,
2597
+ 72.30257050162216,
2598
+ 70.55003743448964,
2599
+ 66.24005490391815,
2600
+ 61.847641627152484,
2601
+ 57.11472423259296,
2602
+ 53.94814075368106,
2603
+ 48.835600199650614,
2604
+ 44.98908160718742,
2605
+ 41.83543798352883,
2606
+ 37.84147741452458,
2607
+ 34.514674319940106,
2608
+ 31.83507611679561,
2609
+ 29.96620913401547,
2610
+ 26.291252807586723,
2611
+ 24.111167956076866,
2612
+ 21.28613676066883,
2613
+ 19.6459196406289,
2614
+ 17.481058148240578,
2615
+ 15.535013725979535,
2616
+ 13.912078861991516,
2617
+ 12.435175942101322,
2618
+ 10.439693037184927,
2619
+ 9.108622410781132,
2620
+ 7.9305964562016475,
2621
+ 6.666333915647616,
2622
+ 5.714524581981532,
2623
+ 4.944709258797105,
2624
+ 4.217781382580484,
2625
+ 3.3643623658597455,
2626
+ 2.639605690042426,
2627
+ 2.3973546293985524,
2628
+ 2.1798477664087845,
2629
+ 1.8588345395557775,
2630
+ 1.5929498377838782,
2631
+ 1.289680559021712,
2632
+ 1.1214998752183678,
2633
+ 0.724469678063389,
2634
+ 0.5350885949588221,
2635
+ 0.4802096331420015,
2636
+ 0.4793735962066384,
2637
+ 0.4769403543798353,
2638
+ 0.39885200898427753,
2639
+ 0.23607436985275768,
2640
+ 0.20259545794858996,
2641
+ 0.17355877214873972,
2642
+ 0.09172697778886948,
2643
+ 0.0880958322934864,
2644
+ 0.09313701023209384,
2645
+ 0.070239580733716,
2646
+ 0.06216620913401547,
2647
+ 0.06298976790616422,
2648
+ 0.03788370351884203,
2649
+ 0.052208634888944346,
2650
+ 0.05074868979286249,
2651
+ 0.046718243074619414,
2652
+ 0.04888944347392064,
2653
+ 0.009433491390067382,
2654
+ 0.010219615672572997,
2655
+ 0.008822061392563014,
2656
+ 0.002795108560019965,
2657
+ 0.008647367107561766,
2658
+ 0.010219615672572997,
2659
+ 0.008560019965061142,
2660
+ 0.008822061392563014,
2661
+ 0.0,
2662
+ 0.0,
2663
+ 0.0,
2664
+ 0.0,
2665
+ 0.0,
2666
+ 0.0,
2667
+ 0.0,
2668
+ 0.0,
2669
+ 0.0,
2670
+ 0.0,
2671
+ 0.0,
2672
+ 0.0,
2673
+ 0.0,
2674
+ 0.0,
2675
+ 0.0,
2676
+ 0.0,
2677
+ 0.0,
2678
+ 0.0,
2679
+ 0.0,
2680
+ 0.0,
2681
+ 0.0,
2682
+ 0.0,
2683
+ 0.0,
2684
+ 0.0,
2685
+ 0.0,
2686
+ 0.0,
2687
+ 0.0,
2688
+ 0.0,
2689
+ 0.0,
2690
+ 0.0,
2691
+ 0.0,
2692
+ 0.0,
2693
+ 0.0,
2694
+ 0.0,
2695
+ 0.0,
2696
+ 0.0,
2697
+ 0.0,
2698
+ 0.0,
2699
+ 0.0,
2700
+ 0.0,
2701
+ 0.0,
2702
+ 0.0,
2703
+ 0.0,
2704
+ 0.0,
2705
+ 0.0,
2706
+ 0.0,
2707
+ 0.0,
2708
+ 0.0,
2709
+ 0.0,
2710
+ 0.0,
2711
+ 0.0,
2712
+ 0.0,
2713
+ 0.0,
2714
+ 0.0,
2715
+ 0.0,
2716
+ 0.0,
2717
+ 0.0,
2718
+ 0.0,
2719
+ 0.0,
2720
+ 0.0,
2721
+ 0.0,
2722
+ 0.0,
2723
+ 0.0,
2724
+ 0.0,
2725
+ 0.0,
2726
+ 0.0,
2727
+ 0.0,
2728
+ 0.0,
2729
+ 0.0,
2730
+ 0.0,
2731
+ 0.0,
2732
+ 0.0,
2733
+ 0.0,
2734
+ 0.0,
2735
+ 0.0,
2736
+ 0.0,
2737
+ 0.0,
2738
+ 0.0,
2739
+ 0.0,
2740
+ 0.0,
2741
+ 0.0,
2742
+ 0.0,
2743
+ 0.0,
2744
+ 0.0,
2745
+ 0.0,
2746
+ 0.0,
2747
+ 0.0,
2748
+ 0.0,
2749
+ 0.0,
2750
+ 0.0,
2751
+ 0.0,
2752
+ 0.0,
2753
+ 0.0,
2754
+ 0.0,
2755
+ 0.0,
2756
+ 0.0,
2757
+ 0.0,
2758
+ 0.0,
2759
+ 0.0,
2760
+ 0.0,
2761
+ 0.0,
2762
+ 0.0,
2763
+ 0.0,
2764
+ 0.0,
2765
+ 0.0,
2766
+ 0.0,
2767
+ 0.0,
2768
+ 0.0,
2769
+ 0.0,
2770
+ 0.0,
2771
+ 0.0,
2772
+ 0.0,
2773
+ 0.0,
2774
+ 0.0,
2775
+ 0.0,
2776
+ 0.0,
2777
+ 0.0,
2778
+ 0.0,
2779
+ 0.0,
2780
+ 0.0,
2781
+ 0.0,
2782
+ 0.0,
2783
+ 0.0,
2784
+ 0.0,
2785
+ 0.0,
2786
+ 0.0,
2787
+ 0.0,
2788
+ 0.0,
2789
+ 0.0,
2790
+ 0.0,
2791
+ 0.0,
2792
+ 0.0,
2793
+ 0.0,
2794
+ 0.0,
2795
+ 0.0,
2796
+ 0.0,
2797
+ 0.0,
2798
+ 0.0,
2799
+ 0.0,
2800
+ 0.0,
2801
+ 0.0,
2802
+ 0.0,
2803
+ 0.0,
2804
+ 0.0,
2805
+ 0.0,
2806
+ 0.0,
2807
+ 0.0,
2808
+ 0.0,
2809
+ 0.0,
2810
+ 0.0,
2811
+ 0.0,
2812
+ 0.0,
2813
+ 0.0,
2814
+ 0.0,
2815
+ 0.0,
2816
+ 0.0,
2817
+ 0.0,
2818
+ 0.0,
2819
+ 0.0,
2820
+ 0.0,
2821
+ 0.0,
2822
+ 0.0,
2823
+ 0.0,
2824
+ 0.0,
2825
+ 0.0,
2826
+ 0.0,
2827
+ 0.0,
2828
+ 0.0,
2829
+ 0.0,
2830
+ 0.0,
2831
+ 0.0,
2832
+ 0.0,
2833
+ 0.0,
2834
+ 0.0,
2835
+ 0.0,
2836
+ 0.0,
2837
+ 0.0,
2838
+ 0.0,
2839
+ 0.0,
2840
+ 0.0,
2841
+ 0.0,
2842
+ 0.0,
2843
+ 0.0,
2844
+ 0.0,
2845
+ 0.0,
2846
+ 0.0,
2847
+ 0.0,
2848
+ 0.0,
2849
+ 0.0,
2850
+ 0.0,
2851
+ 0.0,
2852
+ 0.0,
2853
+ 0.0,
2854
+ 0.0,
2855
+ 0.0,
2856
+ 0.0,
2857
+ 0.0,
2858
+ 0.0,
2859
+ 0.0,
2860
+ 0.0,
2861
+ 0.0,
2862
+ 0.0,
2863
+ 0.0,
2864
+ 0.0,
2865
+ 0.0,
2866
+ 0.0,
2867
+ 0.0,
2868
+ 0.0,
2869
+ 0.0,
2870
+ 0.0,
2871
+ 0.0,
2872
+ 0.0,
2873
+ 0.0,
2874
+ 0.0,
2875
+ 0.0,
2876
+ 0.0,
2877
+ 0.0,
2878
+ 0.0,
2879
+ 0.0,
2880
+ 0.0,
2881
+ 0.0,
2882
+ 0.0,
2883
+ 0.0,
2884
+ 0.0,
2885
+ 0.0,
2886
+ 0.0,
2887
+ 0.0,
2888
+ 0.0,
2889
+ 0.0,
2890
+ 0.0,
2891
+ 0.0,
2892
+ 0.0,
2893
+ 0.0,
2894
+ 0.0,
2895
+ 0.0,
2896
+ 0.0,
2897
+ 0.0,
2898
+ 0.0,
2899
+ 0.0,
2900
+ 0.0,
2901
+ 0.0,
2902
+ 0.0,
2903
+ 0.0,
2904
+ 0.0,
2905
+ 0.0,
2906
+ 0.0,
2907
+ 0.0,
2908
+ 0.0,
2909
+ 0.0,
2910
+ 0.0,
2911
+ 0.0,
2912
+ 0.0,
2913
+ 0.0,
2914
+ 0.0,
2915
+ 0.0,
2916
+ 0.0,
2917
+ 0.0,
2918
+ 0.0,
2919
+ 0.0,
2920
+ 0.0,
2921
+ 0.0,
2922
+ 0.0,
2923
+ 0.0,
2924
+ 0.0,
2925
+ 0.0,
2926
+ 0.0,
2927
+ 0.0,
2928
+ 0.0,
2929
+ 0.0,
2930
+ 0.0,
2931
+ 0.0,
2932
+ 0.0,
2933
+ 0.0,
2934
+ 0.0,
2935
+ 0.0,
2936
+ 0.0,
2937
+ 0.0,
2938
+ 0.0,
2939
+ 0.0,
2940
+ 0.0,
2941
+ 0.0,
2942
+ 0.0,
2943
+ 0.0,
2944
+ 0.0,
2945
+ 0.0,
2946
+ 0.0,
2947
+ 0.0,
2948
+ 0.0,
2949
+ 0.0,
2950
+ 0.0,
2951
+ 0.0,
2952
+ 0.0,
2953
+ 0.0,
2954
+ 0.0,
2955
+ 0.0,
2956
+ 0.0,
2957
+ 0.0,
2958
+ 0.0,
2959
+ 0.0,
2960
+ 0.0,
2961
+ 0.0,
2962
+ 0.0,
2963
+ 0.0,
2964
+ 0.0,
2965
+ 0.0,
2966
+ 0.0,
2967
+ 0.0,
2968
+ 0.0,
2969
+ 0.0,
2970
+ 0.0,
2971
+ 0.0,
2972
+ 0.0,
2973
+ 0.0,
2974
+ 0.0,
2975
+ 0.0,
2976
+ 0.0,
2977
+ 0.0,
2978
+ 0.0,
2979
+ 0.0,
2980
+ 0.0,
2981
+ 0.0,
2982
+ 0.0,
2983
+ 0.0,
2984
+ 0.0,
2985
+ 0.0,
2986
+ 0.0,
2987
+ 0.0,
2988
+ 0.0,
2989
+ 0.0,
2990
+ 0.0,
2991
+ 0.0,
2992
+ 0.0,
2993
+ 0.0,
2994
+ 0.0,
2995
+ 0.0,
2996
+ 0.0,
2997
+ 0.0,
2998
+ 0.0,
2999
+ 0.0,
3000
+ 0.0,
3001
+ 0.0,
3002
+ 0.0,
3003
+ 0.0,
3004
+ 0.0,
3005
+ 0.0,
3006
+ 0.0,
3007
+ 0.0,
3008
+ 0.0,
3009
+ 0.0,
3010
+ 0.0,
3011
+ 0.0,
3012
+ 0.0,
3013
+ 0.0,
3014
+ 0.0,
3015
+ 0.0,
3016
+ 0.0,
3017
+ 0.0,
3018
+ 0.0,
3019
+ 0.0,
3020
+ 0.0,
3021
+ 0.0,
3022
+ 0.0,
3023
+ 0.0,
3024
+ 0.0,
3025
+ 0.0,
3026
+ 0.0,
3027
+ 0.0,
3028
+ 0.0,
3029
+ 0.0,
3030
+ 0.0,
3031
+ 0.0,
3032
+ 0.0,
3033
+ 0.0,
3034
+ 0.0,
3035
+ 0.0,
3036
+ 0.0,
3037
+ 0.0,
3038
+ 0.0,
3039
+ 0.0,
3040
+ 0.0,
3041
+ 0.0,
3042
+ 0.0,
3043
+ 0.0,
3044
+ 0.0,
3045
+ 0.0,
3046
+ 0.0,
3047
+ 0.0,
3048
+ 0.0,
3049
+ 0.0,
3050
+ 0.0,
3051
+ 0.0,
3052
+ 0.0,
3053
+ 0.0,
3054
+ 0.0,
3055
+ 0.0,
3056
+ 0.0,
3057
+ 0.0,
3058
+ 0.0,
3059
+ 0.0,
3060
+ 0.0,
3061
+ 0.0,
3062
+ 0.0,
3063
+ 0.0,
3064
+ 0.0,
3065
+ 0.0,
3066
+ 0.0,
3067
+ 0.0,
3068
+ 0.0,
3069
+ 0.0,
3070
+ 0.0,
3071
+ 0.0
3072
+ ],
3073
+ "std": [
3074
+ 2.8999814852730412,
3075
+ 4.506590196160707,
3076
+ 7.345955806487699,
3077
+ 6.77253454117835,
3078
+ 35.14331457309677,
3079
+ 37.01265124155031,
3080
+ 10.91264363206002,
3081
+ 8.54399584290102,
3082
+ 35.530207870844286,
3083
+ 34.87892327747075,
3084
+ 20.05411596834535,
3085
+ 14.89845217165882,
3086
+ 29.636889519999613,
3087
+ 32.702497702676986,
3088
+ 33.074801046687256,
3089
+ 31.70296804860714,
3090
+ 23.623853538023724,
3091
+ 27.590720900752014,
3092
+ 26.684653579852007,
3093
+ 30.65389559902371,
3094
+ 26.87449443294061,
3095
+ 32.36520843986914,
3096
+ 33.34212587663149,
3097
+ 30.496909580677208,
3098
+ 31.630155404087994,
3099
+ 32.07842522871562,
3100
+ 33.67003964468223,
3101
+ 33.690348948289284,
3102
+ 35.281771611493845,
3103
+ 35.46092475661442,
3104
+ 37.37939543237482,
3105
+ 38.4795776808355,
3106
+ 39.57925190476227,
3107
+ 41.12865639059015,
3108
+ 42.52992325017475,
3109
+ 44.07035313714249,
3110
+ 45.36081185902638,
3111
+ 47.322221563837374,
3112
+ 48.507060756377584,
3113
+ 49.692329885109196,
3114
+ 50.59528511896962,
3115
+ 51.30732202185879,
3116
+ 52.009754665798155,
3117
+ 51.30137433483314,
3118
+ 51.11130651027232,
3119
+ 50.86581899226116,
3120
+ 49.82375928592711,
3121
+ 48.537825568245566,
3122
+ 47.658761411928296,
3123
+ 47.08492935830976,
3124
+ 44.957785549448374,
3125
+ 43.799143756692004,
3126
+ 41.72030767919634,
3127
+ 40.61635972746543,
3128
+ 38.867092302695106,
3129
+ 37.02642854333745,
3130
+ 35.376781963839086,
3131
+ 33.70277019370893,
3132
+ 31.171872647116054,
3133
+ 29.403815999494313,
3134
+ 27.624154925205676,
3135
+ 25.57433411882849,
3136
+ 23.822360874428366,
3137
+ 22.244974870672532,
3138
+ 20.647233744785936,
3139
+ 18.40215582189752,
3140
+ 16.173360901163363,
3141
+ 15.516104419960337,
3142
+ 14.971378922791178,
3143
+ 13.826089238753223,
3144
+ 12.919405496811647,
3145
+ 11.427293228029633,
3146
+ 10.83186955238743,
3147
+ 8.673165284020929,
3148
+ 7.365433952293807,
3149
+ 6.937781542661372,
3150
+ 7.028872773433625,
3151
+ 7.10379251196801,
3152
+ 6.454613088875873,
3153
+ 4.7792506419143095,
3154
+ 4.640858488326162,
3155
+ 4.302196714352155,
3156
+ 2.9973924175932276,
3157
+ 2.998768658838009,
3158
+ 3.1201399949625874,
3159
+ 2.78347565612256,
3160
+ 2.4639003005634534,
3161
+ 2.586294595769319,
3162
+ 1.7550418833833348,
3163
+ 2.3663200153760338,
3164
+ 2.3001627666677322,
3165
+ 2.217838063585798,
3166
+ 2.2157986265198457,
3167
+ 1.0093206028648374,
3168
+ 1.0934306531035989,
3169
+ 0.9439016749013905,
3170
+ 0.2990579564044032,
3171
+ 0.9252105526261074,
3172
+ 1.0934306531035989,
3173
+ 0.915864991488481,
3174
+ 0.9439016749013905,
3175
+ 0.0,
3176
+ 0.0,
3177
+ 0.0,
3178
+ 0.0,
3179
+ 0.0,
3180
+ 0.0,
3181
+ 0.0,
3182
+ 0.0,
3183
+ 0.0,
3184
+ 0.0,
3185
+ 0.0,
3186
+ 0.0,
3187
+ 0.0,
3188
+ 0.0,
3189
+ 0.0,
3190
+ 0.0,
3191
+ 0.0,
3192
+ 0.0,
3193
+ 0.0,
3194
+ 0.0,
3195
+ 0.0,
3196
+ 0.0,
3197
+ 0.0,
3198
+ 0.0,
3199
+ 0.0,
3200
+ 0.0,
3201
+ 0.0,
3202
+ 0.0,
3203
+ 0.0,
3204
+ 0.0,
3205
+ 0.0,
3206
+ 0.0,
3207
+ 0.0,
3208
+ 0.0,
3209
+ 0.0,
3210
+ 0.0,
3211
+ 0.0,
3212
+ 0.0,
3213
+ 0.0,
3214
+ 0.0,
3215
+ 0.0,
3216
+ 0.0,
3217
+ 0.0,
3218
+ 0.0,
3219
+ 0.0,
3220
+ 0.0,
3221
+ 0.0,
3222
+ 0.0,
3223
+ 0.0,
3224
+ 0.0,
3225
+ 0.0,
3226
+ 0.0,
3227
+ 0.0,
3228
+ 0.0,
3229
+ 0.0,
3230
+ 0.0,
3231
+ 0.0,
3232
+ 0.0,
3233
+ 0.0,
3234
+ 0.0,
3235
+ 0.0,
3236
+ 0.0,
3237
+ 0.0,
3238
+ 0.0,
3239
+ 0.0,
3240
+ 0.0,
3241
+ 0.0,
3242
+ 0.0,
3243
+ 0.0,
3244
+ 0.0,
3245
+ 0.0,
3246
+ 0.0,
3247
+ 0.0,
3248
+ 0.0,
3249
+ 0.0,
3250
+ 0.0,
3251
+ 0.0,
3252
+ 0.0,
3253
+ 0.0,
3254
+ 0.0,
3255
+ 0.0,
3256
+ 0.0,
3257
+ 0.0,
3258
+ 0.0,
3259
+ 0.0,
3260
+ 0.0,
3261
+ 0.0,
3262
+ 0.0,
3263
+ 0.0,
3264
+ 0.0,
3265
+ 0.0,
3266
+ 0.0,
3267
+ 0.0,
3268
+ 0.0,
3269
+ 0.0,
3270
+ 0.0,
3271
+ 0.0,
3272
+ 0.0,
3273
+ 0.0,
3274
+ 0.0,
3275
+ 0.0,
3276
+ 0.0,
3277
+ 0.0,
3278
+ 0.0,
3279
+ 0.0,
3280
+ 0.0,
3281
+ 0.0,
3282
+ 0.0,
3283
+ 0.0,
3284
+ 0.0,
3285
+ 0.0,
3286
+ 0.0,
3287
+ 0.0,
3288
+ 0.0,
3289
+ 0.0,
3290
+ 0.0,
3291
+ 0.0,
3292
+ 0.0,
3293
+ 0.0,
3294
+ 0.0,
3295
+ 0.0,
3296
+ 0.0,
3297
+ 0.0,
3298
+ 0.0,
3299
+ 0.0,
3300
+ 0.0,
3301
+ 0.0,
3302
+ 0.0,
3303
+ 0.0,
3304
+ 0.0,
3305
+ 0.0,
3306
+ 0.0,
3307
+ 0.0,
3308
+ 0.0,
3309
+ 0.0,
3310
+ 0.0,
3311
+ 0.0,
3312
+ 0.0,
3313
+ 0.0,
3314
+ 0.0,
3315
+ 0.0,
3316
+ 0.0,
3317
+ 0.0,
3318
+ 0.0,
3319
+ 0.0,
3320
+ 0.0,
3321
+ 0.0,
3322
+ 0.0,
3323
+ 0.0,
3324
+ 0.0,
3325
+ 0.0,
3326
+ 0.0,
3327
+ 0.0,
3328
+ 0.0,
3329
+ 0.0,
3330
+ 0.0,
3331
+ 0.0,
3332
+ 0.0,
3333
+ 0.0,
3334
+ 0.0,
3335
+ 0.0,
3336
+ 0.0,
3337
+ 0.0,
3338
+ 0.0,
3339
+ 0.0,
3340
+ 0.0,
3341
+ 0.0,
3342
+ 0.0,
3343
+ 0.0,
3344
+ 0.0,
3345
+ 0.0,
3346
+ 0.0,
3347
+ 0.0,
3348
+ 0.0,
3349
+ 0.0,
3350
+ 0.0,
3351
+ 0.0,
3352
+ 0.0,
3353
+ 0.0,
3354
+ 0.0,
3355
+ 0.0,
3356
+ 0.0,
3357
+ 0.0,
3358
+ 0.0,
3359
+ 0.0,
3360
+ 0.0,
3361
+ 0.0,
3362
+ 0.0,
3363
+ 0.0,
3364
+ 0.0,
3365
+ 0.0,
3366
+ 0.0,
3367
+ 0.0,
3368
+ 0.0,
3369
+ 0.0,
3370
+ 0.0,
3371
+ 0.0,
3372
+ 0.0,
3373
+ 0.0,
3374
+ 0.0,
3375
+ 0.0,
3376
+ 0.0,
3377
+ 0.0,
3378
+ 0.0,
3379
+ 0.0,
3380
+ 0.0,
3381
+ 0.0,
3382
+ 0.0,
3383
+ 0.0,
3384
+ 0.0,
3385
+ 0.0,
3386
+ 0.0,
3387
+ 0.0,
3388
+ 0.0,
3389
+ 0.0,
3390
+ 0.0,
3391
+ 0.0,
3392
+ 0.0,
3393
+ 0.0,
3394
+ 0.0,
3395
+ 0.0,
3396
+ 0.0,
3397
+ 0.0,
3398
+ 0.0,
3399
+ 0.0,
3400
+ 0.0,
3401
+ 0.0,
3402
+ 0.0,
3403
+ 0.0,
3404
+ 0.0,
3405
+ 0.0,
3406
+ 0.0,
3407
+ 0.0,
3408
+ 0.0,
3409
+ 0.0,
3410
+ 0.0,
3411
+ 0.0,
3412
+ 0.0,
3413
+ 0.0,
3414
+ 0.0,
3415
+ 0.0,
3416
+ 0.0,
3417
+ 0.0,
3418
+ 0.0,
3419
+ 0.0,
3420
+ 0.0,
3421
+ 0.0,
3422
+ 0.0,
3423
+ 0.0,
3424
+ 0.0,
3425
+ 0.0,
3426
+ 0.0,
3427
+ 0.0,
3428
+ 0.0,
3429
+ 0.0,
3430
+ 0.0,
3431
+ 0.0,
3432
+ 0.0,
3433
+ 0.0,
3434
+ 0.0,
3435
+ 0.0,
3436
+ 0.0,
3437
+ 0.0,
3438
+ 0.0,
3439
+ 0.0,
3440
+ 0.0,
3441
+ 0.0,
3442
+ 0.0,
3443
+ 0.0,
3444
+ 0.0,
3445
+ 0.0,
3446
+ 0.0,
3447
+ 0.0,
3448
+ 0.0,
3449
+ 0.0,
3450
+ 0.0,
3451
+ 0.0,
3452
+ 0.0,
3453
+ 0.0,
3454
+ 0.0,
3455
+ 0.0,
3456
+ 0.0,
3457
+ 0.0,
3458
+ 0.0,
3459
+ 0.0,
3460
+ 0.0,
3461
+ 0.0,
3462
+ 0.0,
3463
+ 0.0,
3464
+ 0.0,
3465
+ 0.0,
3466
+ 0.0,
3467
+ 0.0,
3468
+ 0.0,
3469
+ 0.0,
3470
+ 0.0,
3471
+ 0.0,
3472
+ 0.0,
3473
+ 0.0,
3474
+ 0.0,
3475
+ 0.0,
3476
+ 0.0,
3477
+ 0.0,
3478
+ 0.0,
3479
+ 0.0,
3480
+ 0.0,
3481
+ 0.0,
3482
+ 0.0,
3483
+ 0.0,
3484
+ 0.0,
3485
+ 0.0,
3486
+ 0.0,
3487
+ 0.0,
3488
+ 0.0,
3489
+ 0.0,
3490
+ 0.0,
3491
+ 0.0,
3492
+ 0.0,
3493
+ 0.0,
3494
+ 0.0,
3495
+ 0.0,
3496
+ 0.0,
3497
+ 0.0,
3498
+ 0.0,
3499
+ 0.0,
3500
+ 0.0,
3501
+ 0.0,
3502
+ 0.0,
3503
+ 0.0,
3504
+ 0.0,
3505
+ 0.0,
3506
+ 0.0,
3507
+ 0.0,
3508
+ 0.0,
3509
+ 0.0,
3510
+ 0.0,
3511
+ 0.0,
3512
+ 0.0,
3513
+ 0.0,
3514
+ 0.0,
3515
+ 0.0,
3516
+ 0.0,
3517
+ 0.0,
3518
+ 0.0,
3519
+ 0.0,
3520
+ 0.0,
3521
+ 0.0,
3522
+ 0.0,
3523
+ 0.0,
3524
+ 0.0,
3525
+ 0.0,
3526
+ 0.0,
3527
+ 0.0,
3528
+ 0.0,
3529
+ 0.0,
3530
+ 0.0,
3531
+ 0.0,
3532
+ 0.0,
3533
+ 0.0,
3534
+ 0.0,
3535
+ 0.0,
3536
+ 0.0,
3537
+ 0.0,
3538
+ 0.0,
3539
+ 0.0,
3540
+ 0.0,
3541
+ 0.0,
3542
+ 0.0,
3543
+ 0.0,
3544
+ 0.0,
3545
+ 0.0,
3546
+ 0.0,
3547
+ 0.0,
3548
+ 0.0,
3549
+ 0.0,
3550
+ 0.0,
3551
+ 0.0,
3552
+ 0.0,
3553
+ 0.0,
3554
+ 0.0,
3555
+ 0.0,
3556
+ 0.0,
3557
+ 0.0,
3558
+ 0.0,
3559
+ 0.0,
3560
+ 0.0,
3561
+ 0.0,
3562
+ 0.0,
3563
+ 0.0,
3564
+ 0.0,
3565
+ 0.0,
3566
+ 0.0,
3567
+ 0.0,
3568
+ 0.0,
3569
+ 0.0,
3570
+ 0.0,
3571
+ 0.0,
3572
+ 0.0,
3573
+ 0.0,
3574
+ 0.0,
3575
+ 0.0,
3576
+ 0.0,
3577
+ 0.0,
3578
+ 0.0,
3579
+ 0.0,
3580
+ 0.0,
3581
+ 0.0,
3582
+ 0.0,
3583
+ 0.0,
3584
+ 0.0,
3585
+ 0.0
3586
+ ],
3587
+ "count": [
3588
+ 80140
3589
+ ]
3590
+ },
3591
+ "observation.kinova3.base_orientation": {
3592
+ "min": [
3593
+ 0.0
3594
+ ],
3595
+ "max": [
3596
+ 0.0
3597
+ ],
3598
+ "mean": [
3599
+ 0.0
3600
+ ],
3601
+ "std": [
3602
+ 0.0
3603
+ ],
3604
+ "count": [
3605
+ 80140
3606
+ ]
3607
+ },
3608
+ "observation.jaco.ee_pose": {
3609
+ "min": [
3610
+ 0.1909017711877823,
3611
+ -0.3050990700721741,
3612
+ 0.0819644033908844,
3613
+ -0.05592877045273781,
3614
+ -0.0020206505432724953,
3615
+ 0.9913398027420044,
3616
+ -0.0595092698931694
3617
+ ],
3618
+ "max": [
3619
+ 0.6190435290336609,
3620
+ 0.3455847203731537,
3621
+ 0.08760027587413788,
3622
+ 0.12268567085266113,
3623
+ 0.0006097169243730605,
3624
+ 1.0,
3625
+ 0.054705660790205
3626
+ ],
3627
+ "mean": [
3628
+ 0.39956764722922095,
3629
+ 0.0029307093102400174,
3630
+ 0.08499921937743893,
3631
+ 0.00011588398098468807,
3632
+ 1.3339093264717578e-05,
3633
+ 0.9999921591056682,
3634
+ 8.408799652484844e-05
3635
+ ],
3636
+ "std": [
3637
+ 0.1053436501909823,
3638
+ 0.13998573433963055,
3639
+ 0.00012239627495199085,
3640
+ 0.0036729360197514465,
3641
+ 2.0337739876760538e-05,
3642
+ 0.0001678084822341969,
3643
+ 0.001472974914131983
3644
+ ],
3645
+ "count": [
3646
+ 80140
3647
+ ]
3648
+ },
3649
+ "observation.ur5e.base_position": {
3650
+ "min": [
3651
+ 0.0,
3652
+ 0.0,
3653
+ 0.0
3654
+ ],
3655
+ "max": [
3656
+ 0.0,
3657
+ 0.0,
3658
+ 0.0
3659
+ ],
3660
+ "mean": [
3661
+ 0.0,
3662
+ 0.0,
3663
+ 0.0
3664
+ ],
3665
+ "std": [
3666
+ 0.0,
3667
+ 0.0,
3668
+ 0.0
3669
+ ],
3670
+ "count": [
3671
+ 80140
3672
+ ]
3673
+ },
3674
+ "observation.images.jaco": {
3675
+ "min": [
3676
+ [
3677
+ [
3678
+ 0.0
3679
+ ]
3680
+ ],
3681
+ [
3682
+ [
3683
+ 0.0
3684
+ ]
3685
+ ],
3686
+ [
3687
+ [
3688
+ 0.0
3689
+ ]
3690
+ ]
3691
+ ],
3692
+ "max": [
3693
+ [
3694
+ [
3695
+ 1.0
3696
+ ]
3697
+ ],
3698
+ [
3699
+ [
3700
+ 1.0
3701
+ ]
3702
+ ],
3703
+ [
3704
+ [
3705
+ 1.0
3706
+ ]
3707
+ ]
3708
+ ],
3709
+ "mean": [
3710
+ [
3711
+ [
3712
+ 0.4115733999882022
3713
+ ]
3714
+ ],
3715
+ [
3716
+ [
3717
+ 0.5063497316311383
3718
+ ]
3719
+ ],
3720
+ [
3721
+ [
3722
+ 0.5376362066003233
3723
+ ]
3724
+ ]
3725
+ ],
3726
+ "std": [
3727
+ [
3728
+ [
3729
+ 0.29888853994592546
3730
+ ]
3731
+ ],
3732
+ [
3733
+ [
3734
+ 0.20583535041082018
3735
+ ]
3736
+ ],
3737
+ [
3738
+ [
3739
+ 0.16604036917597095
3740
+ ]
3741
+ ]
3742
+ ],
3743
+ "count": [
3744
+ 80140
3745
+ ]
3746
+ },
3747
+ "observation.kinova3.ee_pose": {
3748
+ "min": [
3749
+ 0.19090774655342102,
3750
+ -0.3051079213619232,
3751
+ 0.08387605100870132,
3752
+ -0.061371106654405594,
3753
+ -3.59886689693667e-05,
3754
+ 0.998114824295044,
3755
+ -0.012492331676185131
3756
+ ],
3757
+ "max": [
3758
+ 0.6190637946128845,
3759
+ 0.3455924093723297,
3760
+ 0.08500883728265762,
3761
+ -4.830432590097189e-05,
3762
+ 8.789238927420229e-05,
3763
+ 1.0,
3764
+ 0.012562002055346966
3765
+ ],
3766
+ "mean": [
3767
+ 0.39963270089692954,
3768
+ 0.0029318370931042657,
3769
+ 0.08499597421839614,
3770
+ -0.0005926115505055018,
3771
+ -2.5387211337925863e-06,
3772
+ 0.9999916072420745,
3773
+ 2.5044450990956968e-05
3774
+ ],
3775
+ "std": [
3776
+ 0.1052571920098364,
3777
+ 0.13999738927429273,
3778
+ 7.264898490212993e-05,
3779
+ 0.0039740258213382925,
3780
+ 1.4730426400210169e-05,
3781
+ 9.461329506134504e-05,
3782
+ 0.000809492237377154
3783
+ ],
3784
+ "count": [
3785
+ 80140
3786
+ ]
3787
+ },
3788
+ "observation.jaco.base_position": {
3789
+ "min": [
3790
+ 0.0,
3791
+ 0.0,
3792
+ 0.0
3793
+ ],
3794
+ "max": [
3795
+ 0.0,
3796
+ 0.0,
3797
+ 0.0
3798
+ ],
3799
+ "mean": [
3800
+ 0.0,
3801
+ 0.0,
3802
+ 0.0
3803
+ ],
3804
+ "std": [
3805
+ 0.0,
3806
+ 0.0,
3807
+ 0.0
3808
+ ],
3809
+ "count": [
3810
+ 80140
3811
+ ]
3812
+ },
3813
+ "observation.kuka_iiwa.joints": {
3814
+ "min": [
3815
+ -0.9656887054443359,
3816
+ 0.9373986721038818,
3817
+ -0.08627685904502869,
3818
+ -2.094399929046631,
3819
+ -0.45047804713249207,
3820
+ 0.10992781817913055,
3821
+ -0.5915427207946777,
3822
+ 1.0
3823
+ ],
3824
+ "max": [
3825
+ 1.0173317193984985,
3826
+ 1.3956745862960815,
3827
+ 0.14276006817817688,
3828
+ -0.7645448446273804,
3829
+ 0.31039753556251526,
3830
+ 0.9817500710487366,
3831
+ 0.7135660648345947,
3832
+ 1.0
3833
+ ],
3834
+ "mean": [
3835
+ -0.02085476345977854,
3836
+ 1.019362053697562,
3837
+ 0.032376409650175186,
3838
+ -1.798359737950785,
3839
+ -0.07874818773818187,
3840
+ 0.37665406243314553,
3841
+ 0.06920493800972238,
3842
+ 1.0
3843
+ ],
3844
+ "std": [
3845
+ 0.33788789399225433,
3846
+ 0.07665509865469762,
3847
+ 0.0319603615595222,
3848
+ 0.2739363000030767,
3849
+ 0.09541111464382107,
3850
+ 0.17042294430358274,
3851
+ 0.23777030836535062,
3852
+ 0.0
3853
+ ],
3854
+ "count": [
3855
+ 80140
3856
+ ]
3857
+ },
3858
+ "observation.images.panda": {
3859
+ "min": [
3860
+ [
3861
+ [
3862
+ 0.0
3863
+ ]
3864
+ ],
3865
+ [
3866
+ [
3867
+ 0.0
3868
+ ]
3869
+ ],
3870
+ [
3871
+ [
3872
+ 0.0
3873
+ ]
3874
+ ]
3875
+ ],
3876
+ "max": [
3877
+ [
3878
+ [
3879
+ 1.0
3880
+ ]
3881
+ ],
3882
+ [
3883
+ [
3884
+ 1.0
3885
+ ]
3886
+ ],
3887
+ [
3888
+ [
3889
+ 1.0
3890
+ ]
3891
+ ]
3892
+ ],
3893
+ "mean": [
3894
+ [
3895
+ [
3896
+ 0.4363819113562435
3897
+ ]
3898
+ ],
3899
+ [
3900
+ [
3901
+ 0.5293639043200803
3902
+ ]
3903
+ ],
3904
+ [
3905
+ [
3906
+ 0.5598969787349274
3907
+ ]
3908
+ ]
3909
+ ],
3910
+ "std": [
3911
+ [
3912
+ [
3913
+ 0.29599648127995143
3914
+ ]
3915
+ ],
3916
+ [
3917
+ [
3918
+ 0.19286090966581845
3919
+ ]
3920
+ ],
3921
+ [
3922
+ [
3923
+ 0.14640814901599986
3924
+ ]
3925
+ ]
3926
+ ],
3927
+ "count": [
3928
+ 80140
3929
+ ]
3930
+ },
3931
+ "observation.kuka_iiwa.ee_error": {
3932
+ "min": [
3933
+ -0.04367054998874664,
3934
+ -0.01682238280773163,
3935
+ -9.559094905853271e-06,
3936
+ -6.372638745233417e-05,
3937
+ -2.332692929485347e-05,
3938
+ 0.0,
3939
+ -0.11709097027778625
3940
+ ],
3941
+ "max": [
3942
+ 9.179115295410156e-06,
3943
+ 0.016805142164230347,
3944
+ 0.023906510323286057,
3945
+ 0.3096036911010742,
3946
+ 3.7205376429483294e-05,
3947
+ 0.049136459827423096,
3948
+ 0.11713305860757828
3949
+ ],
3950
+ "mean": [
3951
+ -0.0034564420048529315,
3952
+ 3.1533621639134684e-05,
3953
+ 0.0016530633140990785,
3954
+ 0.023656224248814906,
3955
+ 5.029947019765048e-06,
3956
+ 0.0021594837914081146,
3957
+ -0.00021780827958266672
3958
+ ],
3959
+ "std": [
3960
+ 0.008329931433984286,
3961
+ 0.0028286256540002476,
3962
+ 0.004147547109880579,
3963
+ 0.057709043237909416,
3964
+ 1.1907133567526498e-05,
3965
+ 0.006818216463124031,
3966
+ 0.019437567262777917
3967
+ ],
3968
+ "count": [
3969
+ 80140
3970
+ ]
3971
+ },
3972
+ "episode_index": {
3973
+ "min": [
3974
+ 0
3975
+ ],
3976
+ "max": [
3977
+ 4999
3978
+ ],
3979
+ "mean": [
3980
+ 2504.611592213626
3981
+ ],
3982
+ "std": [
3983
+ 1449.060625756538
3984
+ ],
3985
+ "count": [
3986
+ 80140
3987
+ ]
3988
+ },
3989
+ "observation.google_robot.base_position": {
3990
+ "min": [
3991
+ 0.05000000074505806,
3992
+ 0.0,
3993
+ 0.0
3994
+ ],
3995
+ "max": [
3996
+ 0.05000000074505806,
3997
+ 0.0,
3998
+ 0.0
3999
+ ],
4000
+ "mean": [
4001
+ 0.04999999930035757,
4002
+ 0.0,
4003
+ 0.0
4004
+ ],
4005
+ "std": [
4006
+ 1.4664352934560054e-08,
4007
+ 0.0,
4008
+ 0.0
4009
+ ],
4010
+ "count": [
4011
+ 80140
4012
+ ]
4013
+ }
4014
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd5fe107187dfe63ef3ec5b6d8f75c5c1cf7a9f77344b212f9b0adb78971bd11
3
+ size 97512
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:7f3b3c7be130cd91a26dbe7087efcbe2b9b29419099e3e78e7460840129a141d
3
+ size 521132312
videos/observation.images.google_robot/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7be9f945e1aeff08d2ae118d7b84fab2e638036c93b17370bf3c853b9c2d15a8
3
+ size 161407548
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:c3e16c150127f6629cf5b9d408499090365ea6db110cd13541ec892db6f0131f
3
+ size 521775197
videos/observation.images.image/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aac866d46ab3ee53c27d20ad9e18046bbda6a1a0909d0a369fe1c12a56664b78
3
+ size 359879396
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:3e96cba6d6d0bb208b9a84f8e4b598962f5e9b4dc17ed6f24c55f00982beb9bd
3
+ size 521068488
videos/observation.images.jaco/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd935b9af9e4491dee0da938b7bbaa9b81a132511911ea41003a6d07cfa1ecc1
3
+ size 147327751
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:941b41849077d11908de400aacc4c124887cad5ca723976938cb150bfd8d726b
3
+ size 521184870
videos/observation.images.kinova3/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c0fcdc68b4a4086f7d311f3752325fe1f60fcb9d53f38b2f1590137e32c4e5c
3
+ size 176304062
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:e53aade2b052d97c4081eba8da6bbd654f5c3c15b73e088cea2cc74b846e39b9
3
+ size 521011348
videos/observation.images.kuka_iiwa/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c346411b429f770b5fadd003bf5bb462ee8b3728facdfd26f70451ed70490424
3
+ size 134038790
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:8e6605965acbf4a7660acd34ac501d2a5cb2d28bbed371a9c2202559c687eb9d
3
+ size 521001854
videos/observation.images.panda/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc9f9dd78e7e808690267c53008d2152fc45a4db85940fc82646e49a05a45c9e
3
+ size 172578284
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:bf465d838709a19dfe4f24b102e19bc98180ed8cd4745c4a6cba991d0bf3a324
3
+ size 521006567
videos/observation.images.sawyer/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:595edf02699050566f6ce272737693a2e4ea76f6f9d684e36324a756b2e1aba5
3
+ size 138902393
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:80ab6d6c7cc1d57f260fc3716808e322a749e3e5d2b31b45dbcf8106e4df7719
3
+ size 521176324
videos/observation.images.ur5e/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a28817bf6d5ab9833f4c6dfeb6bb5305d8843111a55daec08b2f0b075d45893
3
+ size 162682620