GuanhuaJi commited on
Commit
cc2a110
·
verified ·
1 Parent(s): 79c5026

Add files using upload-large-folder tool

Browse files
README.md ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "language_table_train_107000_108000_augmented"
3
+ license: "cc-by-4.0"
4
+ tags: [robotics, lerobot, oxe-auge, dataset]
5
+ task_categories: [robotics]
6
+
7
+ oxe_aug:
8
+ codebase_version: "v3.0"
9
+ robots: ["google_robot", "images", "jaco", "kinova3", "kuka_iiwa", "panda", "sawyer", "ur5e"]
10
+ fps: 10
11
+ total_episodes: 1000
12
+ total_frames: 16195
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_107000_108000_augmented
23
+
24
+ ## Overview
25
+
26
+ - **Codebase version**: `v3.0`
27
+ - **Robots**: google_robot, images, jaco, kinova3, kuka_iiwa, panda, sawyer, ur5e
28
+ - **FPS**: 10
29
+ - **Episodes**: 1,000
30
+ - **Frames**: 16,195
31
+ - **Splits**:
32
+ - `train`: `0:1000`
33
+
34
+ ## Data Layout
35
+
36
+ ```text
37
+ data_path : data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet
38
+ video_path: videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4
39
+ ```
40
+
41
+ ## Features
42
+
43
+ | Feature | dtype | shape | description |
44
+ |---|---:|---:|---|
45
+ | `observation.images.google_robot` | `video` | `360×640×3` | Augmented image for google_robot robot |
46
+ | `observation.images.image` | `video` | `360×640×3` | Source robot's image from original dataset |
47
+ | `observation.images.jaco` | `video` | `360×640×3` | Augmented image for jaco robot |
48
+ | `observation.images.kinova3` | `video` | `360×640×3` | Augmented image for kinova3 robot |
49
+ | `observation.images.kuka_iiwa` | `video` | `360×640×3` | Augmented image for kuka_iiwa robot |
50
+ | `observation.images.panda` | `video` | `360×640×3` | Augmented image for panda robot |
51
+ | `observation.images.sawyer` | `video` | `360×640×3` | Augmented image for sawyer robot |
52
+ | `observation.images.ur5e` | `video` | `360×640×3` | Augmented image for ur5e robot |
53
+ | `episode_index` | `int64` | `1` | Index of the current episode within the dataset. |
54
+ | `frame_index` | `int64` | `1` | Index of the current frame within its episode. |
55
+ | `index` | `int64` | `1` | Global frame index across the whole dataset. |
56
+ | `natural_language_instruction` | `int32` | `512` | Natural language command describing the task |
57
+ | `observation.ee_pose` | `float32` | `7` | Source robot's eef position |
58
+ | `observation.google_robot.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
59
+ | `observation.google_robot.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
60
+ | `observation.google_robot.ee_error` | `float32` | `7` | The eef difference between the augmented google_robot robot and the original robot |
61
+ | `observation.google_robot.ee_pose` | `float32` | `7` | The eef position of google_robot robot |
62
+ | `observation.google_robot.joints` | `float32` | `8` | The joint position of google_robot robot |
63
+ | `observation.jaco.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
64
+ | `observation.jaco.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
65
+ | `observation.jaco.ee_error` | `float32` | `7` | The eef difference between the augmented jaco robot and the original robot |
66
+ | `observation.jaco.ee_pose` | `float32` | `7` | The eef position of jaco robot |
67
+ | `observation.jaco.joints` | `float32` | `7` | The joint position of jaco robot |
68
+ | `observation.joints` | `float32` | `8` | Joint angle of source robot |
69
+ | `observation.kinova3.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
70
+ | `observation.kinova3.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
71
+ | `observation.kinova3.ee_error` | `float32` | `7` | The eef difference between the augmented kinova3 robot and the original robot |
72
+ | `observation.kinova3.ee_pose` | `float32` | `7` | The eef position of kinova3 robot |
73
+ | `observation.kinova3.joints` | `float32` | `8` | The joint position of kinova3 robot |
74
+ | `observation.kuka_iiwa.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
75
+ | `observation.kuka_iiwa.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
76
+ | `observation.kuka_iiwa.ee_error` | `float32` | `7` | The eef difference between the augmented kuka_iiwa robot and the original robot |
77
+ | `observation.kuka_iiwa.ee_pose` | `float32` | `7` | The eef position of kuka_iiwa robot |
78
+ | `observation.kuka_iiwa.joints` | `float32` | `8` | The joint position of kuka_iiwa robot |
79
+ | `observation.panda.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
80
+ | `observation.panda.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
81
+ | `observation.panda.ee_error` | `float32` | `7` | The eef difference between the augmented panda robot and the original robot |
82
+ | `observation.panda.ee_pose` | `float32` | `7` | The eef position of panda robot |
83
+ | `observation.panda.joints` | `float32` | `8` | The joint position of panda robot |
84
+ | `observation.sawyer.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
85
+ | `observation.sawyer.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
86
+ | `observation.sawyer.ee_error` | `float32` | `7` | The eef difference between the augmented sawyer robot and the original robot |
87
+ | `observation.sawyer.ee_pose` | `float32` | `7` | The eef position of sawyer robot |
88
+ | `observation.sawyer.joints` | `float32` | `8` | The joint position of sawyer robot |
89
+ | `observation.state` | `float32` | `2` | Copy of the state field in source robot's RLDS dataset |
90
+ | `observation.ur5e.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
91
+ | `observation.ur5e.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
92
+ | `observation.ur5e.ee_error` | `float32` | `7` | The eef difference between the augmented ur5e robot and the original robot |
93
+ | `observation.ur5e.ee_pose` | `float32` | `7` | The eef position of ur5e robot |
94
+ | `observation.ur5e.joints` | `float32` | `7` | The joint position of ur5e robot |
95
+ | `task_index` | `int64` | `1` | Integer ID of the high-level task this episode/frame belongs to. |
96
+ | `timestamp` | `float32` | `1` | Time stamp of the current frame within the episode (in second). |
97
+
98
+ ## Website
99
+
100
+ - Website page: [https://oxe-auge.github.io/](https://oxe-auge.github.io/)
101
+ - Project repository: [https://github.com/GuanhuaJi/oxe-auge](https://github.com/GuanhuaJi/oxe-auge)
102
+
103
+ ## Paper
104
+
105
+ - [https://arxiv.org/abs/2210.06407](https://arxiv.org/abs/2210.06407)
106
+
107
+ ## Citation Policy
108
+
109
+ If you use **OXE-AugE** datasets, please cite **both** our dataset and the **upstream datasets**.
110
+
111
+ ## Upstream Dataset Citation (original dataset)
112
+
113
+ ```bibtex
114
+ @article{lynch2022interactive,
115
+ title = {Interactive Language: Talking to Robots in Real Time},
116
+ author = {Corey Lynch and Ayzaan Wahid and Jonathan Tompson and Tianli Ding and James Betker and Robert Baruch and Travis Armstrong and Pete Florence},
117
+ journal = {arXiv preprint arXiv:2210.06407},
118
+ year = {2022},
119
+ url = {https://arxiv.org/abs/2210.06407}
120
+ }
121
+ ```
122
+
123
+ ## OXE-AugE Dataset Citation (ours)
124
+
125
+ ```bibtex
126
+ @misc{
127
+ ji2025oxeaug,
128
+ title = {OXE-AugE: A Large-Scale Robot Augmentation of OXE for Scaling Cross-Embodiment Policy Learning},
129
+ author = {Ji, Guanhua and Polavaram, Harsha and Chen, Lawrence Yunliang and Bajamahal, Sandeep and Ma, Zehan and Adebola, Simeon and Xu, Chenfeng and Goldberg, Ken},
130
+ year = {2025},
131
+ note = {Manuscript}
132
+ }
133
+ ```
README.md.bak ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "language_table_train_107000_108000_augmented"
3
+ license: "cc-by-4.0"
4
+ tags: [robotics, lerobot, oxe-auge, dataset]
5
+ task_categories: [robotics]
6
+
7
+ oxe_aug:
8
+ codebase_version: "v3.0"
9
+ robots: ["google_robot", "images", "jaco", "kinova3", "kuka_iiwa", "panda", "sawyer", "ur5e"]
10
+ fps: 10
11
+ total_episodes: 1000
12
+ total_frames: 16195
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_107000_108000_augmented
23
+
24
+ ## Overview
25
+
26
+ - **Codebase version**: `v3.0`
27
+ - **Robots**: google_robot, images, jaco, kinova3, kuka_iiwa, panda, sawyer, ur5e
28
+ - **FPS**: 10
29
+ - **Episodes**: 1,000
30
+ - **Frames**: 16,195
31
+ - **Splits**:
32
+ - `train`: `0:1000`
33
+
34
+ ## Data Layout
35
+
36
+ ```text
37
+ data_path : data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet
38
+ video_path: videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4
39
+ ```
40
+
41
+ ## Features
42
+
43
+ | Feature | dtype | shape | description |
44
+ |---|---:|---:|---|
45
+ | `observation.images.google_robot` | `video` | `360×640×3` | Augmented image for google_robot robot |
46
+ | `observation.images.image` | `video` | `360×640×3` | Source robot's image from original dataset |
47
+ | `observation.images.jaco` | `video` | `360×640×3` | Augmented image for jaco robot |
48
+ | `observation.images.kinova3` | `video` | `360×640×3` | Augmented image for kinova3 robot |
49
+ | `observation.images.kuka_iiwa` | `video` | `360×640×3` | Augmented image for kuka_iiwa robot |
50
+ | `observation.images.panda` | `video` | `360×640×3` | Augmented image for panda robot |
51
+ | `observation.images.sawyer` | `video` | `360×640×3` | Augmented image for sawyer robot |
52
+ | `observation.images.ur5e` | `video` | `360×640×3` | Augmented image for ur5e robot |
53
+ | `episode_index` | `int64` | `1` | Index of the current episode within the dataset. |
54
+ | `frame_index` | `int64` | `1` | Index of the current frame within its episode. |
55
+ | `index` | `int64` | `1` | Global frame index across the whole dataset. |
56
+ | `natural_language_instruction` | `int32` | `512` | Natural language command describing the task |
57
+ | `observation.ee_pose` | `float32` | `7` | Source robot's eef position |
58
+ | `observation.google_robot.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
59
+ | `observation.google_robot.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
60
+ | `observation.google_robot.ee_error` | `float32` | `7` | The eef difference between the augmented google_robot robot and the original robot |
61
+ | `observation.google_robot.ee_pose` | `float32` | `7` | The eef position of google_robot robot |
62
+ | `observation.google_robot.joints` | `float32` | `8` | The joint position of google_robot robot |
63
+ | `observation.jaco.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
64
+ | `observation.jaco.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
65
+ | `observation.jaco.ee_error` | `float32` | `7` | The eef difference between the augmented jaco robot and the original robot |
66
+ | `observation.jaco.ee_pose` | `float32` | `7` | The eef position of jaco robot |
67
+ | `observation.jaco.joints` | `float32` | `7` | The joint position of jaco robot |
68
+ | `observation.joints` | `float32` | `8` | Joint angle of source robot |
69
+ | `observation.kinova3.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
70
+ | `observation.kinova3.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
71
+ | `observation.kinova3.ee_error` | `float32` | `7` | The eef difference between the augmented kinova3 robot and the original robot |
72
+ | `observation.kinova3.ee_pose` | `float32` | `7` | The eef position of kinova3 robot |
73
+ | `observation.kinova3.joints` | `float32` | `8` | The joint position of kinova3 robot |
74
+ | `observation.kuka_iiwa.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
75
+ | `observation.kuka_iiwa.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
76
+ | `observation.kuka_iiwa.ee_error` | `float32` | `7` | The eef difference between the augmented kuka_iiwa robot and the original robot |
77
+ | `observation.kuka_iiwa.ee_pose` | `float32` | `7` | The eef position of kuka_iiwa robot |
78
+ | `observation.kuka_iiwa.joints` | `float32` | `8` | The joint position of kuka_iiwa robot |
79
+ | `observation.panda.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
80
+ | `observation.panda.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
81
+ | `observation.panda.ee_error` | `float32` | `7` | The eef difference between the augmented panda robot and the original robot |
82
+ | `observation.panda.ee_pose` | `float32` | `7` | The eef position of panda robot |
83
+ | `observation.panda.joints` | `float32` | `8` | The joint position of panda robot |
84
+ | `observation.sawyer.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
85
+ | `observation.sawyer.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
86
+ | `observation.sawyer.ee_error` | `float32` | `7` | The eef difference between the augmented sawyer robot and the original robot |
87
+ | `observation.sawyer.ee_pose` | `float32` | `7` | The eef position of sawyer robot |
88
+ | `observation.sawyer.joints` | `float32` | `8` | The joint position of sawyer robot |
89
+ | `observation.state` | `float32` | `2` | Copy of the state field in source robot's RLDS dataset |
90
+ | `observation.ur5e.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
91
+ | `observation.ur5e.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
92
+ | `observation.ur5e.ee_error` | `float32` | `7` | The eef difference between the augmented ur5e robot and the original robot |
93
+ | `observation.ur5e.ee_pose` | `float32` | `7` | The eef position of ur5e robot |
94
+ | `observation.ur5e.joints` | `float32` | `7` | The joint position of ur5e robot |
95
+ | `task_index` | `int64` | `1` | Integer ID of the high-level task this episode/frame belongs to. |
96
+ | `timestamp` | `float32` | `1` | Time stamp of the current frame within the episode (in second). |
97
+
98
+ ## Website
99
+
100
+ - Website page: [https://oxe-auge.github.io/](https://oxe-auge.github.io/)
101
+ - Project repository: [https://github.com/GuanhuaJi/oxe-auge](https://github.com/GuanhuaJi/oxe-auge)
102
+
103
+ ## Paper
104
+
105
+ - [https://arxiv.org/abs/2210.06407](https://arxiv.org/abs/2210.06407)
106
+
107
+ ## Citation Policy
108
+
109
+ If you use **OXE-AugE** datasets, please cite **both** our dataset and the **upstream datasets**.
110
+
111
+ ## Upstream Dataset Citation (original dataset)
112
+
113
+ ```bibtex
114
+ @article{lynch2022interactive,
115
+ title = {Interactive Language: Talking to Robots in Real Time},
116
+ author = {Corey Lynch and Ayzaan Wahid and Jonathan Tompson and Tianli Ding and James Betker and Robert Baruch and Travis Armstrong and Pete Florence},
117
+ journal = {arXiv preprint arXiv:2210.06407},
118
+ year = {2022},
119
+ url = {https://arxiv.org/abs/2210.06407}
120
+ }
121
+ ```
122
+
123
+ ## OXE-AugE Dataset Citation (ours)
124
+
125
+ ```bibtex
126
+ @misc{
127
+ ji2025oxeaug,
128
+ title = {OXE-AugE: A Large-Scale Robot Augmentation of OXE for Scaling Cross-Embodiment Policy Learning},
129
+ author = {Ji, Guanhua and Polavaram, Harsha and Chen, Lawrence Yunliang and Bajamahal, Sandeep and Ma, Zehan and Adebola, Simeon and Xu, Chenfeng and Goldberg, Ken},
130
+ year = {2025},
131
+ note = {Manuscript}
132
+ }
133
+ ```
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a90b5f665d514fdaeee3f32d7dc0fa51e66b44bf6ac3f589f7f8693bd98366df
3
+ size 13618511
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a7eda230ce1a43c1ec39e9838c5ddb276fdf0675afaffc1eb90770fd6779533
3
+ size 5489475
meta/info.json ADDED
@@ -0,0 +1,475 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "mixed",
4
+ "total_episodes": 1000,
5
+ "total_frames": 16195,
6
+ "total_tasks": 933,
7
+ "chunks_size": 1000,
8
+ "fps": 10,
9
+ "splits": {
10
+ "train": "0:1000"
11
+ },
12
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
13
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
14
+ "features": {
15
+ "observation.sawyer.joints": {
16
+ "dtype": "float32",
17
+ "shape": [
18
+ 8
19
+ ],
20
+ "fps": 10
21
+ },
22
+ "observation.sawyer.ee_pose": {
23
+ "dtype": "float32",
24
+ "shape": [
25
+ 7
26
+ ],
27
+ "fps": 10
28
+ },
29
+ "observation.sawyer.base_position": {
30
+ "dtype": "float32",
31
+ "shape": [
32
+ 3
33
+ ],
34
+ "fps": 10
35
+ },
36
+ "observation.sawyer.base_orientation": {
37
+ "dtype": "float32",
38
+ "shape": [
39
+ 1
40
+ ],
41
+ "fps": 10
42
+ },
43
+ "observation.sawyer.ee_error": {
44
+ "dtype": "float32",
45
+ "shape": [
46
+ 7
47
+ ],
48
+ "fps": 10
49
+ },
50
+ "observation.images.sawyer": {
51
+ "dtype": "video",
52
+ "shape": [
53
+ 360,
54
+ 640,
55
+ 3
56
+ ],
57
+ "info": {
58
+ "video.height": 360,
59
+ "video.width": 640,
60
+ "video.codec": "av1",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "video.fps": 10,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.ur5e.joints": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 7
72
+ ],
73
+ "fps": 10
74
+ },
75
+ "observation.ur5e.ee_pose": {
76
+ "dtype": "float32",
77
+ "shape": [
78
+ 7
79
+ ],
80
+ "fps": 10
81
+ },
82
+ "observation.ur5e.base_position": {
83
+ "dtype": "float32",
84
+ "shape": [
85
+ 3
86
+ ],
87
+ "fps": 10
88
+ },
89
+ "observation.ur5e.base_orientation": {
90
+ "dtype": "float32",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "fps": 10
95
+ },
96
+ "observation.ur5e.ee_error": {
97
+ "dtype": "float32",
98
+ "shape": [
99
+ 7
100
+ ],
101
+ "fps": 10
102
+ },
103
+ "observation.images.ur5e": {
104
+ "dtype": "video",
105
+ "shape": [
106
+ 360,
107
+ 640,
108
+ 3
109
+ ],
110
+ "info": {
111
+ "video.height": 360,
112
+ "video.width": 640,
113
+ "video.codec": "av1",
114
+ "video.pix_fmt": "yuv420p",
115
+ "video.is_depth_map": false,
116
+ "video.fps": 10,
117
+ "video.channels": 3,
118
+ "has_audio": false
119
+ }
120
+ },
121
+ "observation.panda.joints": {
122
+ "dtype": "float32",
123
+ "shape": [
124
+ 8
125
+ ],
126
+ "fps": 10
127
+ },
128
+ "observation.panda.ee_pose": {
129
+ "dtype": "float32",
130
+ "shape": [
131
+ 7
132
+ ],
133
+ "fps": 10
134
+ },
135
+ "observation.panda.base_position": {
136
+ "dtype": "float32",
137
+ "shape": [
138
+ 3
139
+ ],
140
+ "fps": 10
141
+ },
142
+ "observation.panda.base_orientation": {
143
+ "dtype": "float32",
144
+ "shape": [
145
+ 1
146
+ ],
147
+ "fps": 10
148
+ },
149
+ "observation.panda.ee_error": {
150
+ "dtype": "float32",
151
+ "shape": [
152
+ 7
153
+ ],
154
+ "fps": 10
155
+ },
156
+ "observation.images.panda": {
157
+ "dtype": "video",
158
+ "shape": [
159
+ 360,
160
+ 640,
161
+ 3
162
+ ],
163
+ "info": {
164
+ "video.height": 360,
165
+ "video.width": 640,
166
+ "video.codec": "av1",
167
+ "video.pix_fmt": "yuv420p",
168
+ "video.is_depth_map": false,
169
+ "video.fps": 10,
170
+ "video.channels": 3,
171
+ "has_audio": false
172
+ }
173
+ },
174
+ "observation.kinova3.joints": {
175
+ "dtype": "float32",
176
+ "shape": [
177
+ 8
178
+ ],
179
+ "fps": 10
180
+ },
181
+ "observation.kinova3.ee_pose": {
182
+ "dtype": "float32",
183
+ "shape": [
184
+ 7
185
+ ],
186
+ "fps": 10
187
+ },
188
+ "observation.kinova3.base_position": {
189
+ "dtype": "float32",
190
+ "shape": [
191
+ 3
192
+ ],
193
+ "fps": 10
194
+ },
195
+ "observation.kinova3.base_orientation": {
196
+ "dtype": "float32",
197
+ "shape": [
198
+ 1
199
+ ],
200
+ "fps": 10
201
+ },
202
+ "observation.kinova3.ee_error": {
203
+ "dtype": "float32",
204
+ "shape": [
205
+ 7
206
+ ],
207
+ "fps": 10
208
+ },
209
+ "observation.images.kinova3": {
210
+ "dtype": "video",
211
+ "shape": [
212
+ 360,
213
+ 640,
214
+ 3
215
+ ],
216
+ "info": {
217
+ "video.height": 360,
218
+ "video.width": 640,
219
+ "video.codec": "av1",
220
+ "video.pix_fmt": "yuv420p",
221
+ "video.is_depth_map": false,
222
+ "video.fps": 10,
223
+ "video.channels": 3,
224
+ "has_audio": false
225
+ }
226
+ },
227
+ "observation.kuka_iiwa.joints": {
228
+ "dtype": "float32",
229
+ "shape": [
230
+ 8
231
+ ],
232
+ "fps": 10
233
+ },
234
+ "observation.kuka_iiwa.ee_pose": {
235
+ "dtype": "float32",
236
+ "shape": [
237
+ 7
238
+ ],
239
+ "fps": 10
240
+ },
241
+ "observation.kuka_iiwa.base_position": {
242
+ "dtype": "float32",
243
+ "shape": [
244
+ 3
245
+ ],
246
+ "fps": 10
247
+ },
248
+ "observation.kuka_iiwa.base_orientation": {
249
+ "dtype": "float32",
250
+ "shape": [
251
+ 1
252
+ ],
253
+ "fps": 10
254
+ },
255
+ "observation.kuka_iiwa.ee_error": {
256
+ "dtype": "float32",
257
+ "shape": [
258
+ 7
259
+ ],
260
+ "fps": 10
261
+ },
262
+ "observation.images.kuka_iiwa": {
263
+ "dtype": "video",
264
+ "shape": [
265
+ 360,
266
+ 640,
267
+ 3
268
+ ],
269
+ "info": {
270
+ "video.height": 360,
271
+ "video.width": 640,
272
+ "video.codec": "av1",
273
+ "video.pix_fmt": "yuv420p",
274
+ "video.is_depth_map": false,
275
+ "video.fps": 10,
276
+ "video.channels": 3,
277
+ "has_audio": false
278
+ }
279
+ },
280
+ "observation.jaco.joints": {
281
+ "dtype": "float32",
282
+ "shape": [
283
+ 7
284
+ ],
285
+ "fps": 10
286
+ },
287
+ "observation.jaco.ee_pose": {
288
+ "dtype": "float32",
289
+ "shape": [
290
+ 7
291
+ ],
292
+ "fps": 10
293
+ },
294
+ "observation.jaco.base_position": {
295
+ "dtype": "float32",
296
+ "shape": [
297
+ 3
298
+ ],
299
+ "fps": 10
300
+ },
301
+ "observation.jaco.base_orientation": {
302
+ "dtype": "float32",
303
+ "shape": [
304
+ 1
305
+ ],
306
+ "fps": 10
307
+ },
308
+ "observation.jaco.ee_error": {
309
+ "dtype": "float32",
310
+ "shape": [
311
+ 7
312
+ ],
313
+ "fps": 10
314
+ },
315
+ "observation.images.jaco": {
316
+ "dtype": "video",
317
+ "shape": [
318
+ 360,
319
+ 640,
320
+ 3
321
+ ],
322
+ "info": {
323
+ "video.height": 360,
324
+ "video.width": 640,
325
+ "video.codec": "av1",
326
+ "video.pix_fmt": "yuv420p",
327
+ "video.is_depth_map": false,
328
+ "video.fps": 10,
329
+ "video.channels": 3,
330
+ "has_audio": false
331
+ }
332
+ },
333
+ "observation.google_robot.joints": {
334
+ "dtype": "float32",
335
+ "shape": [
336
+ 8
337
+ ],
338
+ "fps": 10
339
+ },
340
+ "observation.google_robot.ee_pose": {
341
+ "dtype": "float32",
342
+ "shape": [
343
+ 7
344
+ ],
345
+ "fps": 10
346
+ },
347
+ "observation.google_robot.base_position": {
348
+ "dtype": "float32",
349
+ "shape": [
350
+ 3
351
+ ],
352
+ "fps": 10
353
+ },
354
+ "observation.google_robot.base_orientation": {
355
+ "dtype": "float32",
356
+ "shape": [
357
+ 1
358
+ ],
359
+ "fps": 10
360
+ },
361
+ "observation.google_robot.ee_error": {
362
+ "dtype": "float32",
363
+ "shape": [
364
+ 7
365
+ ],
366
+ "fps": 10
367
+ },
368
+ "observation.images.google_robot": {
369
+ "dtype": "video",
370
+ "shape": [
371
+ 360,
372
+ 640,
373
+ 3
374
+ ],
375
+ "info": {
376
+ "video.height": 360,
377
+ "video.width": 640,
378
+ "video.codec": "av1",
379
+ "video.pix_fmt": "yuv420p",
380
+ "video.is_depth_map": false,
381
+ "video.fps": 10,
382
+ "video.channels": 3,
383
+ "has_audio": false
384
+ }
385
+ },
386
+ "observation.images.image": {
387
+ "dtype": "video",
388
+ "shape": [
389
+ 360,
390
+ 640,
391
+ 3
392
+ ],
393
+ "info": {
394
+ "video.height": 360,
395
+ "video.width": 640,
396
+ "video.codec": "av1",
397
+ "video.pix_fmt": "yuv420p",
398
+ "video.is_depth_map": false,
399
+ "video.fps": 10,
400
+ "video.channels": 3,
401
+ "has_audio": false
402
+ }
403
+ },
404
+ "natural_language_instruction": {
405
+ "dtype": "int32",
406
+ "shape": [
407
+ 512
408
+ ],
409
+ "fps": 10
410
+ },
411
+ "observation.state": {
412
+ "dtype": "float32",
413
+ "shape": [
414
+ 2
415
+ ],
416
+ "fps": 10
417
+ },
418
+ "observation.joints": {
419
+ "dtype": "float32",
420
+ "shape": [
421
+ 8
422
+ ],
423
+ "fps": 10
424
+ },
425
+ "observation.ee_pose": {
426
+ "dtype": "float32",
427
+ "shape": [
428
+ 7
429
+ ],
430
+ "fps": 10
431
+ },
432
+ "timestamp": {
433
+ "dtype": "float32",
434
+ "shape": [
435
+ 1
436
+ ],
437
+ "names": null,
438
+ "fps": 10
439
+ },
440
+ "frame_index": {
441
+ "dtype": "int64",
442
+ "shape": [
443
+ 1
444
+ ],
445
+ "names": null,
446
+ "fps": 10
447
+ },
448
+ "episode_index": {
449
+ "dtype": "int64",
450
+ "shape": [
451
+ 1
452
+ ],
453
+ "names": null,
454
+ "fps": 10
455
+ },
456
+ "index": {
457
+ "dtype": "int64",
458
+ "shape": [
459
+ 1
460
+ ],
461
+ "names": null,
462
+ "fps": 10
463
+ },
464
+ "task_index": {
465
+ "dtype": "int64",
466
+ "shape": [
467
+ 1
468
+ ],
469
+ "names": null,
470
+ "fps": 10
471
+ }
472
+ },
473
+ "data_files_size_in_mb": 500,
474
+ "video_files_size_in_mb": 500
475
+ }
meta/stats.json ADDED
@@ -0,0 +1,4014 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.images.google_robot": {
3
+ "min": [
4
+ [
5
+ [
6
+ 0.0
7
+ ]
8
+ ],
9
+ [
10
+ [
11
+ 0.0
12
+ ]
13
+ ],
14
+ [
15
+ [
16
+ 0.0
17
+ ]
18
+ ]
19
+ ],
20
+ "max": [
21
+ [
22
+ [
23
+ 1.0
24
+ ]
25
+ ],
26
+ [
27
+ [
28
+ 1.0
29
+ ]
30
+ ],
31
+ [
32
+ [
33
+ 1.0
34
+ ]
35
+ ]
36
+ ],
37
+ "mean": [
38
+ [
39
+ [
40
+ 0.43132155048325144
41
+ ]
42
+ ],
43
+ [
44
+ [
45
+ 0.5254604752569612
46
+ ]
47
+ ],
48
+ [
49
+ [
50
+ 0.556099045167791
51
+ ]
52
+ ]
53
+ ],
54
+ "std": [
55
+ [
56
+ [
57
+ 0.2944630477740902
58
+ ]
59
+ ],
60
+ [
61
+ [
62
+ 0.19047259101214056
63
+ ]
64
+ ],
65
+ [
66
+ [
67
+ 0.14306247992847368
68
+ ]
69
+ ]
70
+ ],
71
+ "count": [
72
+ 16195
73
+ ]
74
+ },
75
+ "observation.kuka_iiwa.joints": {
76
+ "min": [
77
+ -0.9626259207725525,
78
+ 0.9374147057533264,
79
+ -0.08469725400209427,
80
+ -2.094399929046631,
81
+ -0.4486052095890045,
82
+ 0.1101112812757492,
83
+ -0.5157867074012756,
84
+ 1.0
85
+ ],
86
+ "max": [
87
+ 1.0130469799041748,
88
+ 1.3837047815322876,
89
+ 0.14773477613925934,
90
+ -0.7914767861366272,
91
+ 0.306564599275589,
92
+ 0.9668172001838684,
93
+ 0.708387553691864,
94
+ 1.0
95
+ ],
96
+ "mean": [
97
+ -0.0038759232348954094,
98
+ 1.02293580317431,
99
+ 0.03124286162620014,
100
+ -1.7831107956349537,
101
+ -0.07388207947413154,
102
+ 0.3823971039767102,
103
+ 0.08018591706285196,
104
+ 1.0
105
+ ],
106
+ "std": [
107
+ 0.3458441144057286,
108
+ 0.07978793921828507,
109
+ 0.03282554544946598,
110
+ 0.2809205678118807,
111
+ 0.09847224608195138,
112
+ 0.1744516607899332,
113
+ 0.24320465550677928,
114
+ 0.0
115
+ ],
116
+ "count": [
117
+ 16195
118
+ ]
119
+ },
120
+ "observation.sawyer.base_orientation": {
121
+ "min": [
122
+ 0.0
123
+ ],
124
+ "max": [
125
+ 0.0
126
+ ],
127
+ "mean": [
128
+ 0.0
129
+ ],
130
+ "std": [
131
+ 0.0
132
+ ],
133
+ "count": [
134
+ 16195
135
+ ]
136
+ },
137
+ "observation.ur5e.base_orientation": {
138
+ "min": [
139
+ 0.0
140
+ ],
141
+ "max": [
142
+ 0.0
143
+ ],
144
+ "mean": [
145
+ 0.0
146
+ ],
147
+ "std": [
148
+ 0.0
149
+ ],
150
+ "count": [
151
+ 16195
152
+ ]
153
+ },
154
+ "observation.panda.base_position": {
155
+ "min": [
156
+ 0.0,
157
+ 0.0,
158
+ 0.0
159
+ ],
160
+ "max": [
161
+ 0.0,
162
+ 0.0,
163
+ 0.0
164
+ ],
165
+ "mean": [
166
+ 0.0,
167
+ 0.0,
168
+ 0.0
169
+ ],
170
+ "std": [
171
+ 0.0,
172
+ 0.0,
173
+ 0.0
174
+ ],
175
+ "count": [
176
+ 16195
177
+ ]
178
+ },
179
+ "observation.sawyer.ee_pose": {
180
+ "min": [
181
+ 0.24109284579753876,
182
+ -0.3050478994846344,
183
+ 0.08499767631292343,
184
+ -0.00014951173216104507,
185
+ -3.5021839721594006e-05,
186
+ 1.0,
187
+ -7.448920950992033e-05
188
+ ],
189
+ "max": [
190
+ 0.6689943075180054,
191
+ 0.3456133306026459,
192
+ 0.08500389009714127,
193
+ -2.0079380192328244e-05,
194
+ 2.7283917006570846e-05,
195
+ 1.0,
196
+ 1.2601100934261922e-05
197
+ ],
198
+ "mean": [
199
+ 0.4542555567455645,
200
+ 0.009062001923608167,
201
+ 0.08500130233728949,
202
+ -7.957921780975576e-05,
203
+ -2.1854344451903243e-06,
204
+ 1.0,
205
+ -5.1624694202478114e-05
206
+ ],
207
+ "std": [
208
+ 0.1061423276228137,
209
+ 0.1446630410314253,
210
+ 7.836622121634898e-07,
211
+ 1.9983954928006083e-05,
212
+ 1.2486502602646463e-05,
213
+ 0.0,
214
+ 1.596201368146248e-05
215
+ ],
216
+ "count": [
217
+ 16195
218
+ ]
219
+ },
220
+ "observation.google_robot.base_position": {
221
+ "min": [
222
+ 0.05000000074505806,
223
+ 0.0,
224
+ 0.0
225
+ ],
226
+ "max": [
227
+ 0.05000000074505806,
228
+ 0.0,
229
+ 0.0
230
+ ],
231
+ "mean": [
232
+ 0.04999999935155336,
233
+ 0.0,
234
+ 0.0
235
+ ],
236
+ "std": [
237
+ 1.4089544707941455e-08,
238
+ 0.0,
239
+ 0.0
240
+ ],
241
+ "count": [
242
+ 16195
243
+ ]
244
+ },
245
+ "observation.panda.ee_error": {
246
+ "min": [
247
+ -0.0075082480907440186,
248
+ -0.0031826868653297424,
249
+ -0.001431882381439209,
250
+ -0.009922582656145096,
251
+ -0.036635275930166245,
252
+ 0.0,
253
+ -0.00183393235784024
254
+ ],
255
+ "max": [
256
+ 0.0009567141532897949,
257
+ 0.0015952885150909424,
258
+ 0.010723143815994263,
259
+ 0.016432829201221466,
260
+ 8.174261165549979e-05,
261
+ 0.0008612871170043945,
262
+ 0.022192370146512985
263
+ ],
264
+ "mean": [
265
+ -2.985863271600044e-07,
266
+ -5.210648051656486e-06,
267
+ -2.8191101548440396e-06,
268
+ 2.3762459165356345e-05,
269
+ -0.00016314592786215333,
270
+ 1.595302960446117e-06,
271
+ 0.0001757847417291885
272
+ ],
273
+ "std": [
274
+ 8.433524103257556e-05,
275
+ 7.908285009919603e-05,
276
+ 0.00010880196624499148,
277
+ 0.0006053118006520909,
278
+ 0.0012452192632437414,
279
+ 2.3341368577015834e-05,
280
+ 0.001106141906354282
281
+ ],
282
+ "count": [
283
+ 16195
284
+ ]
285
+ },
286
+ "observation.images.kinova3": {
287
+ "min": [
288
+ [
289
+ [
290
+ 0.0
291
+ ]
292
+ ],
293
+ [
294
+ [
295
+ 0.0
296
+ ]
297
+ ],
298
+ [
299
+ [
300
+ 0.0
301
+ ]
302
+ ]
303
+ ],
304
+ "max": [
305
+ [
306
+ [
307
+ 1.0
308
+ ]
309
+ ],
310
+ [
311
+ [
312
+ 1.0
313
+ ]
314
+ ],
315
+ [
316
+ [
317
+ 1.0
318
+ ]
319
+ ]
320
+ ],
321
+ "mean": [
322
+ [
323
+ [
324
+ 0.4298231965943392
325
+ ]
326
+ ],
327
+ [
328
+ [
329
+ 0.5240212461180827
330
+ ]
331
+ ],
332
+ [
333
+ [
334
+ 0.5550207509445411
335
+ ]
336
+ ]
337
+ ],
338
+ "std": [
339
+ [
340
+ [
341
+ 0.29435831595573664
342
+ ]
343
+ ],
344
+ [
345
+ [
346
+ 0.19099809948046584
347
+ ]
348
+ ],
349
+ [
350
+ [
351
+ 0.14385384916670446
352
+ ]
353
+ ]
354
+ ],
355
+ "count": [
356
+ 16195
357
+ ]
358
+ },
359
+ "observation.panda.joints": {
360
+ "min": [
361
+ -1.9454764127731323,
362
+ 0.46809622645378113,
363
+ -0.7768047451972961,
364
+ -3.0717999935150146,
365
+ -2.287309408187866,
366
+ 1.89125394821167,
367
+ -2.8973000049591064,
368
+ 1.0
369
+ ],
370
+ "max": [
371
+ 1.060455083847046,
372
+ 1.584136724472046,
373
+ 1.2559560537338257,
374
+ -1.4770898818969727,
375
+ 0.291925311088562,
376
+ 3.752500057220459,
377
+ -0.7451475262641907,
378
+ 1.0
379
+ ],
380
+ "mean": [
381
+ -0.12903248874922393,
382
+ 0.6008858320796957,
383
+ 0.07765931197336427,
384
+ -2.4817727172768533,
385
+ -0.4559954676923192,
386
+ 3.0371580878096105,
387
+ -2.778103288098153,
388
+ 1.0
389
+ ],
390
+ "std": [
391
+ 0.5202012076741551,
392
+ 0.13872943084276965,
393
+ 0.24806393328028908,
394
+ 0.31694274975881526,
395
+ 0.33910253914389726,
396
+ 0.273665882025433,
397
+ 0.17279061958776437,
398
+ 0.0
399
+ ],
400
+ "count": [
401
+ 16195
402
+ ]
403
+ },
404
+ "observation.google_robot.joints": {
405
+ "min": [
406
+ -0.5139045715332031,
407
+ 1.5228736400604248,
408
+ 0.72867751121521,
409
+ -2.049999952316284,
410
+ -1.8040037155151367,
411
+ -0.9159567356109619,
412
+ -3.4980340003967285,
413
+ 1.0
414
+ ],
415
+ "max": [
416
+ 1.2675542831420898,
417
+ 2.0689406394958496,
418
+ 3.4844260215759277,
419
+ -0.22238485515117645,
420
+ 0.35673433542251587,
421
+ 1.3500242233276367,
422
+ 0.7748484015464783,
423
+ 1.0
424
+ ],
425
+ "mean": [
426
+ 0.5457783410047313,
427
+ 1.5882472292881535,
428
+ 2.4939667090106505,
429
+ -1.5279417365706605,
430
+ -1.4914765133207026,
431
+ 0.6697073461334346,
432
+ -1.047117344399626,
433
+ 1.0
434
+ ],
435
+ "std": [
436
+ 0.2625916773696792,
437
+ 0.06941485840868131,
438
+ 0.24673719416927464,
439
+ 0.2837976220653787,
440
+ 0.2902376008812493,
441
+ 0.2339216963973144,
442
+ 0.514122455738575,
443
+ 0.0
444
+ ],
445
+ "count": [
446
+ 16195
447
+ ]
448
+ },
449
+ "observation.joints": {
450
+ "min": [
451
+ -1.4062427282333374,
452
+ 0.34081608057022095,
453
+ -0.5845041275024414,
454
+ 0.31752535700798035,
455
+ -2.3346617221832275,
456
+ -1.4309545755386353,
457
+ -3.3104207515716553,
458
+ 1.0
459
+ ],
460
+ "max": [
461
+ 1.634999394416809,
462
+ 1.7039915323257446,
463
+ 3.102260112762451,
464
+ 3.927000045776367,
465
+ 2.34367299079895,
466
+ 1.007581114768982,
467
+ 3.5816171169281006,
468
+ 1.0
469
+ ],
470
+ "mean": [
471
+ 0.47641892354997517,
472
+ 0.6511371495695017,
473
+ -0.35273973999076874,
474
+ 0.9054767443188623,
475
+ 0.8656831569309476,
476
+ 0.3514441931187214,
477
+ 2.2740518513341197,
478
+ 1.0
479
+ ],
480
+ "std": [
481
+ 0.3743691875549448,
482
+ 0.19481763643311462,
483
+ 0.3209598788263383,
484
+ 0.38253751698365074,
485
+ 0.5180523683084507,
486
+ 0.2944071159588136,
487
+ 0.985932346394533,
488
+ 0.0
489
+ ],
490
+ "count": [
491
+ 16195
492
+ ]
493
+ },
494
+ "observation.jaco.base_orientation": {
495
+ "min": [
496
+ 0.0
497
+ ],
498
+ "max": [
499
+ 0.0
500
+ ],
501
+ "mean": [
502
+ 0.0
503
+ ],
504
+ "std": [
505
+ 0.0
506
+ ],
507
+ "count": [
508
+ 16195
509
+ ]
510
+ },
511
+ "observation.images.image": {
512
+ "min": [
513
+ [
514
+ [
515
+ 0.0
516
+ ]
517
+ ],
518
+ [
519
+ [
520
+ 0.0
521
+ ]
522
+ ],
523
+ [
524
+ [
525
+ 0.0
526
+ ]
527
+ ]
528
+ ],
529
+ "max": [
530
+ [
531
+ [
532
+ 1.0
533
+ ]
534
+ ],
535
+ [
536
+ [
537
+ 1.0
538
+ ]
539
+ ],
540
+ [
541
+ [
542
+ 1.0
543
+ ]
544
+ ]
545
+ ],
546
+ "mean": [
547
+ [
548
+ [
549
+ 0.4264962157824611
550
+ ]
551
+ ],
552
+ [
553
+ [
554
+ 0.5373964152173165
555
+ ]
556
+ ],
557
+ [
558
+ [
559
+ 0.5629188991095049
560
+ ]
561
+ ]
562
+ ],
563
+ "std": [
564
+ [
565
+ [
566
+ 0.29994835009507576
567
+ ]
568
+ ],
569
+ [
570
+ [
571
+ 0.19435754755233473
572
+ ]
573
+ ],
574
+ [
575
+ [
576
+ 0.15003821281091506
577
+ ]
578
+ ]
579
+ ],
580
+ "count": [
581
+ 16195
582
+ ]
583
+ },
584
+ "observation.images.ur5e": {
585
+ "min": [
586
+ [
587
+ [
588
+ 0.0
589
+ ]
590
+ ],
591
+ [
592
+ [
593
+ 0.0
594
+ ]
595
+ ],
596
+ [
597
+ [
598
+ 0.0
599
+ ]
600
+ ]
601
+ ],
602
+ "max": [
603
+ [
604
+ [
605
+ 1.0
606
+ ]
607
+ ],
608
+ [
609
+ [
610
+ 1.0
611
+ ]
612
+ ],
613
+ [
614
+ [
615
+ 1.0
616
+ ]
617
+ ]
618
+ ],
619
+ "mean": [
620
+ [
621
+ [
622
+ 0.4164231439778406
623
+ ]
624
+ ],
625
+ [
626
+ [
627
+ 0.5117081449632447
628
+ ]
629
+ ],
630
+ [
631
+ [
632
+ 0.5432295502256342
633
+ ]
634
+ ]
635
+ ],
636
+ "std": [
637
+ [
638
+ [
639
+ 0.29529775378311496
640
+ ]
641
+ ],
642
+ [
643
+ [
644
+ 0.20043956962813061
645
+ ]
646
+ ],
647
+ [
648
+ [
649
+ 0.15992263941849438
650
+ ]
651
+ ]
652
+ ],
653
+ "count": [
654
+ 16195
655
+ ]
656
+ },
657
+ "task_index": {
658
+ "min": [
659
+ 0
660
+ ],
661
+ "max": [
662
+ 932
663
+ ],
664
+ "mean": [
665
+ 448.8298240197592
666
+ ],
667
+ "std": [
668
+ 271.368349148769
669
+ ],
670
+ "count": [
671
+ 16195
672
+ ]
673
+ },
674
+ "observation.images.panda": {
675
+ "min": [
676
+ [
677
+ [
678
+ 0.0
679
+ ]
680
+ ],
681
+ [
682
+ [
683
+ 0.0
684
+ ]
685
+ ],
686
+ [
687
+ [
688
+ 0.0
689
+ ]
690
+ ]
691
+ ],
692
+ "max": [
693
+ [
694
+ [
695
+ 1.0
696
+ ]
697
+ ],
698
+ [
699
+ [
700
+ 1.0
701
+ ]
702
+ ],
703
+ [
704
+ [
705
+ 1.0
706
+ ]
707
+ ]
708
+ ],
709
+ "mean": [
710
+ [
711
+ [
712
+ 0.4364871620621768
713
+ ]
714
+ ],
715
+ [
716
+ [
717
+ 0.5293420939045579
718
+ ]
719
+ ],
720
+ [
721
+ [
722
+ 0.5595195851250515
723
+ ]
724
+ ]
725
+ ],
726
+ "std": [
727
+ [
728
+ [
729
+ 0.29590488558955236
730
+ ]
731
+ ],
732
+ [
733
+ [
734
+ 0.1926411974396977
735
+ ]
736
+ ],
737
+ [
738
+ [
739
+ 0.14624997993096775
740
+ ]
741
+ ]
742
+ ],
743
+ "count": [
744
+ 16195
745
+ ]
746
+ },
747
+ "observation.google_robot.ee_error": {
748
+ "min": [
749
+ -1.2814998626708984e-05,
750
+ -0.0009075701236724854,
751
+ -0.0022741779685020447,
752
+ -0.0030812129843980074,
753
+ -0.00017490166646894068,
754
+ 0.0,
755
+ -0.0029587175231426954
756
+ ],
757
+ "max": [
758
+ 0.0012887120246887207,
759
+ 7.212162017822266e-05,
760
+ 1.4096498489379883e-05,
761
+ 0.0001947783603100106,
762
+ 0.002708373125642538,
763
+ 1.2814998626708984e-05,
764
+ 0.0005591734079644084
765
+ ],
766
+ "mean": [
767
+ 3.548963415288929e-06,
768
+ -1.0444733732760535e-06,
769
+ -1.8412586003506397e-06,
770
+ -7.72457070030271e-05,
771
+ -5.206865230521665e-05,
772
+ 2.738243615262832e-09,
773
+ -8.463349992056533e-06
774
+ ],
775
+ "std": [
776
+ 1.2522078260693424e-05,
777
+ 8.918685332453702e-06,
778
+ 2.168523999744647e-05,
779
+ 9.522067798323345e-05,
780
+ 3.5834033526148074e-05,
781
+ 1.1745164012559686e-07,
782
+ 7.529683691601866e-05
783
+ ],
784
+ "count": [
785
+ 16195
786
+ ]
787
+ },
788
+ "observation.kinova3.base_position": {
789
+ "min": [
790
+ 0.0,
791
+ 0.0,
792
+ 0.0
793
+ ],
794
+ "max": [
795
+ 0.0,
796
+ 0.0,
797
+ 0.0
798
+ ],
799
+ "mean": [
800
+ 0.0,
801
+ 0.0,
802
+ 0.0
803
+ ],
804
+ "std": [
805
+ 0.0,
806
+ 0.0,
807
+ 0.0
808
+ ],
809
+ "count": [
810
+ 16195
811
+ ]
812
+ },
813
+ "observation.sawyer.base_position": {
814
+ "min": [
815
+ 0.05000000074505806,
816
+ 0.0,
817
+ 0.0
818
+ ],
819
+ "max": [
820
+ 0.05000000074505806,
821
+ 0.0,
822
+ 0.0
823
+ ],
824
+ "mean": [
825
+ 0.04999999935155336,
826
+ 0.0,
827
+ 0.0
828
+ ],
829
+ "std": [
830
+ 1.4089544707941455e-08,
831
+ 0.0,
832
+ 0.0
833
+ ],
834
+ "count": [
835
+ 16195
836
+ ]
837
+ },
838
+ "observation.kinova3.base_orientation": {
839
+ "min": [
840
+ 0.0
841
+ ],
842
+ "max": [
843
+ 0.0
844
+ ],
845
+ "mean": [
846
+ 0.0
847
+ ],
848
+ "std": [
849
+ 0.0
850
+ ],
851
+ "count": [
852
+ 16195
853
+ ]
854
+ },
855
+ "observation.images.kuka_iiwa": {
856
+ "min": [
857
+ [
858
+ [
859
+ 0.0
860
+ ]
861
+ ],
862
+ [
863
+ [
864
+ 0.0
865
+ ]
866
+ ],
867
+ [
868
+ [
869
+ 0.0
870
+ ]
871
+ ]
872
+ ],
873
+ "max": [
874
+ [
875
+ [
876
+ 1.0
877
+ ]
878
+ ],
879
+ [
880
+ [
881
+ 1.0
882
+ ]
883
+ ],
884
+ [
885
+ [
886
+ 1.0
887
+ ]
888
+ ]
889
+ ],
890
+ "mean": [
891
+ [
892
+ [
893
+ 0.425910885140993
894
+ ]
895
+ ],
896
+ [
897
+ [
898
+ 0.510083569258379
899
+ ]
900
+ ],
901
+ [
902
+ [
903
+ 0.5331813716577845
904
+ ]
905
+ ]
906
+ ],
907
+ "std": [
908
+ [
909
+ [
910
+ 0.2959355891308203
911
+ ]
912
+ ],
913
+ [
914
+ [
915
+ 0.19683653319400432
916
+ ]
917
+ ],
918
+ [
919
+ [
920
+ 0.16817757363241903
921
+ ]
922
+ ]
923
+ ],
924
+ "count": [
925
+ 16195
926
+ ]
927
+ },
928
+ "observation.panda.ee_pose": {
929
+ "min": [
930
+ 0.19107897579669952,
931
+ -0.3061838448047638,
932
+ 0.074276864528656,
933
+ -0.016432829201221466,
934
+ -8.174261165549979e-05,
935
+ 0.9991387128829956,
936
+ -0.022192370146512985
937
+ ],
938
+ "max": [
939
+ 0.6189837455749512,
940
+ 0.34560999274253845,
941
+ 0.08643189072608948,
942
+ 0.009922582656145096,
943
+ 0.036635275930166245,
944
+ 1.0,
945
+ 0.00183393235784024
946
+ ],
947
+ "mean": [
948
+ 0.40425205944165216,
949
+ 0.009066461675432376,
950
+ 0.08500282713598806,
951
+ -2.3762459165356345e-05,
952
+ 0.00016314592786215333,
953
+ 0.9999984139202185,
954
+ -0.0001757847417291885
955
+ ],
956
+ "std": [
957
+ 0.10613168432229717,
958
+ 0.1446555471206597,
959
+ 0.00010880187114778347,
960
+ 0.0006053118006520909,
961
+ 0.0012452192632437414,
962
+ 2.3340912968736533e-05,
963
+ 0.001106141906354282
964
+ ],
965
+ "count": [
966
+ 16195
967
+ ]
968
+ },
969
+ "observation.ee_pose": {
970
+ "min": [
971
+ 0.19108478724956512,
972
+ -0.30504003167152405,
973
+ 0.08357781171798706,
974
+ -0.041866645216941833,
975
+ -0.004664768930524588,
976
+ 0.9813175797462463,
977
+ -0.0555858314037323
978
+ ],
979
+ "max": [
980
+ 0.6189823746681213,
981
+ 0.34561288356781006,
982
+ 0.08781485259532928,
983
+ 0.1841900646686554,
984
+ 0.00491583626717329,
985
+ 1.0,
986
+ 0.0736498013138771
987
+ ],
988
+ "mean": [
989
+ 0.40420118658290155,
990
+ 0.009051521273956354,
991
+ 0.08499949024291494,
992
+ 0.00025591974137975854,
993
+ -0.00011128581249540652,
994
+ 0.9999888374357173,
995
+ 0.0001540938866174603
996
+ ],
997
+ "std": [
998
+ 0.10606433339422154,
999
+ 0.14464340419055943,
1000
+ 7.176880683348427e-05,
1001
+ 0.004485445351022732,
1002
+ 0.00016514541764834598,
1003
+ 0.000306988199639646,
1004
+ 0.00142240856427898
1005
+ ],
1006
+ "count": [
1007
+ 16195
1008
+ ]
1009
+ },
1010
+ "episode_index": {
1011
+ "min": [
1012
+ 0
1013
+ ],
1014
+ "max": [
1015
+ 999
1016
+ ],
1017
+ "mean": [
1018
+ 490.83426983636923
1019
+ ],
1020
+ "std": [
1021
+ 290.8775787217717
1022
+ ],
1023
+ "count": [
1024
+ 16195
1025
+ ]
1026
+ },
1027
+ "observation.images.sawyer": {
1028
+ "min": [
1029
+ [
1030
+ [
1031
+ 0.0
1032
+ ]
1033
+ ],
1034
+ [
1035
+ [
1036
+ 0.0
1037
+ ]
1038
+ ],
1039
+ [
1040
+ [
1041
+ 0.0
1042
+ ]
1043
+ ]
1044
+ ],
1045
+ "max": [
1046
+ [
1047
+ [
1048
+ 1.0
1049
+ ]
1050
+ ],
1051
+ [
1052
+ [
1053
+ 1.0
1054
+ ]
1055
+ ],
1056
+ [
1057
+ [
1058
+ 1.0
1059
+ ]
1060
+ ]
1061
+ ],
1062
+ "mean": [
1063
+ [
1064
+ [
1065
+ 0.41399509087570385
1066
+ ]
1067
+ ],
1068
+ [
1069
+ [
1070
+ 0.4967527490732836
1071
+ ]
1072
+ ],
1073
+ [
1074
+ [
1075
+ 0.526672062136233
1076
+ ]
1077
+ ]
1078
+ ],
1079
+ "std": [
1080
+ [
1081
+ [
1082
+ 0.29486509237103936
1083
+ ]
1084
+ ],
1085
+ [
1086
+ [
1087
+ 0.21183360939200152
1088
+ ]
1089
+ ],
1090
+ [
1091
+ [
1092
+ 0.17667911122567082
1093
+ ]
1094
+ ]
1095
+ ],
1096
+ "count": [
1097
+ 16195
1098
+ ]
1099
+ },
1100
+ "observation.jaco.ee_pose": {
1101
+ "min": [
1102
+ 0.19108812510967255,
1103
+ -0.30504414439201355,
1104
+ 0.08206925541162491,
1105
+ -0.05243735760450363,
1106
+ -0.0001679238339420408,
1107
+ 0.9930206537246704,
1108
+ -0.04321396350860596
1109
+ ],
1110
+ "max": [
1111
+ 0.618976354598999,
1112
+ 0.3456072509288788,
1113
+ 0.08744940906763077,
1114
+ 0.10973851382732391,
1115
+ 0.00017044506967067719,
1116
+ 1.0,
1117
+ 0.03200289234519005
1118
+ ],
1119
+ "mean": [
1120
+ 0.40424686896834117,
1121
+ 0.009059169212388989,
1122
+ 0.08499884709794052,
1123
+ 0.0001261208127058438,
1124
+ 1.2707248986821395e-05,
1125
+ 0.9999935374432193,
1126
+ 7.297206416098958e-05
1127
+ ],
1128
+ "std": [
1129
+ 0.10612932705011184,
1130
+ 0.14465948416176927,
1131
+ 0.00011325925891891697,
1132
+ 0.003441588972147588,
1133
+ 1.9079942505871707e-05,
1134
+ 0.00013283708745401123,
1135
+ 0.0010336341336523469
1136
+ ],
1137
+ "count": [
1138
+ 16195
1139
+ ]
1140
+ },
1141
+ "observation.sawyer.ee_error": {
1142
+ "min": [
1143
+ -7.316470146179199e-06,
1144
+ -1.6987323760986328e-06,
1145
+ -3.8817524909973145e-06,
1146
+ 2.0079380192328244e-05,
1147
+ -2.7283917006570846e-05,
1148
+ 0.0,
1149
+ -1.2601100934261922e-05
1150
+ ],
1151
+ "max": [
1152
+ 4.76837158203125e-07,
1153
+ 1.2218952178955078e-06,
1154
+ 2.3245811462402344e-06,
1155
+ 0.00014951173216104507,
1156
+ 3.5021839721594006e-05,
1157
+ 0.0,
1158
+ 7.448920950992033e-05
1159
+ ],
1160
+ "mean": [
1161
+ -3.7865327438097546e-06,
1162
+ -7.501064078581635e-07,
1163
+ -1.2939673347508158e-06,
1164
+ 7.957921780975576e-05,
1165
+ 2.1854344451903243e-06,
1166
+ 0.0,
1167
+ 5.1624694202478114e-05
1168
+ ],
1169
+ "std": [
1170
+ 1.1285493270746287e-06,
1171
+ 2.731055673270231e-07,
1172
+ 7.834611787431839e-07,
1173
+ 1.9983954928006083e-05,
1174
+ 1.2486502602646463e-05,
1175
+ 0.0,
1176
+ 1.596201368146248e-05
1177
+ ],
1178
+ "count": [
1179
+ 16195
1180
+ ]
1181
+ },
1182
+ "observation.state": {
1183
+ "min": [
1184
+ 0.19086918234825134,
1185
+ -0.3050895631313324
1186
+ ],
1187
+ "max": [
1188
+ 0.6190718412399292,
1189
+ 0.345615953207016
1190
+ ],
1191
+ "mean": [
1192
+ 0.4043514825203567,
1193
+ 0.008680920057563662
1194
+ ],
1195
+ "std": [
1196
+ 0.10669307638526837,
1197
+ 0.14516788737102973
1198
+ ],
1199
+ "count": [
1200
+ 16195
1201
+ ]
1202
+ },
1203
+ "observation.jaco.ee_error": {
1204
+ "min": [
1205
+ -0.0030113905668258667,
1206
+ -0.0013583451509475708,
1207
+ -0.0024494007229804993,
1208
+ -0.10973851382732391,
1209
+ -0.00017044506967067719,
1210
+ 0.0,
1211
+ -0.03200289234519005
1212
+ ],
1213
+ "max": [
1214
+ 0.004063248634338379,
1215
+ 0.0011776983737945557,
1216
+ 0.00293075293302536,
1217
+ 0.05243735760450363,
1218
+ 0.0001679238339420408,
1219
+ 0.00697934627532959,
1220
+ 0.04321396350860596
1221
+ ],
1222
+ "mean": [
1223
+ 4.890391773519533e-06,
1224
+ 2.0815109312644084e-06,
1225
+ 1.1603284470800566e-06,
1226
+ -0.0001261208127058438,
1227
+ -1.2707248986821395e-05,
1228
+ 6.470315258308756e-06,
1229
+ -7.297206416098958e-05
1230
+ ],
1231
+ "std": [
1232
+ 0.00014039010426622036,
1233
+ 4.1375070193005186e-05,
1234
+ 0.00011325920260212387,
1235
+ 0.003441588972147588,
1236
+ 1.9079942505871707e-05,
1237
+ 0.0001328388659524737,
1238
+ 0.0010336341336523469
1239
+ ],
1240
+ "count": [
1241
+ 16195
1242
+ ]
1243
+ },
1244
+ "observation.kuka_iiwa.base_position": {
1245
+ "min": [
1246
+ 0.05000000074505806,
1247
+ 0.0,
1248
+ 0.0
1249
+ ],
1250
+ "max": [
1251
+ 0.05000000074505806,
1252
+ 0.0,
1253
+ 0.0
1254
+ ],
1255
+ "mean": [
1256
+ 0.04999999935155336,
1257
+ 0.0,
1258
+ 0.0
1259
+ ],
1260
+ "std": [
1261
+ 1.4089544707941455e-08,
1262
+ 0.0,
1263
+ 0.0
1264
+ ],
1265
+ "count": [
1266
+ 16195
1267
+ ]
1268
+ },
1269
+ "observation.kinova3.ee_error": {
1270
+ "min": [
1271
+ -0.007105737924575806,
1272
+ -0.0014705657958984375,
1273
+ -8.814036846160889e-06,
1274
+ 5.345499812392518e-05,
1275
+ -8.781316864769906e-05,
1276
+ 0.0,
1277
+ -0.012424190528690815
1278
+ ],
1279
+ "max": [
1280
+ -1.7285346984863281e-06,
1281
+ 0.0014514140784740448,
1282
+ 0.0010992586612701416,
1283
+ 0.06013556569814682,
1284
+ 3.570919579942711e-05,
1285
+ 0.0018120408058166504,
1286
+ 0.012236825190484524
1287
+ ],
1288
+ "mean": [
1289
+ -4.420748518677269e-05,
1290
+ -1.5657003416153066e-07,
1291
+ 1.5366837860959306e-06,
1292
+ 0.0004507198775043979,
1293
+ 3.490080716334752e-06,
1294
+ 5.489037530923248e-06,
1295
+ -1.0837243227647692e-05
1296
+ ],
1297
+ "std": [
1298
+ 0.00038081770238372446,
1299
+ 8.484751392812129e-05,
1300
+ 5.86800872001274e-05,
1301
+ 0.003206655503478729,
1302
+ 1.4016108345478113e-05,
1303
+ 7.394274569407843e-05,
1304
+ 0.000714248375384447
1305
+ ],
1306
+ "count": [
1307
+ 16195
1308
+ ]
1309
+ },
1310
+ "observation.jaco.joints": {
1311
+ "min": [
1312
+ -0.9879063367843628,
1313
+ 1.6702666282653809,
1314
+ 3.3473823070526123,
1315
+ -3.367780923843384,
1316
+ -1.7635173797607422,
1317
+ -3.37225604057312,
1318
+ 1.0
1319
+ ],
1320
+ "max": [
1321
+ 1.1860604286193848,
1322
+ 2.2719359397888184,
1323
+ 5.917759418487549,
1324
+ 3.071319818496704,
1325
+ 0.8665617108345032,
1326
+ 3.3951234817504883,
1327
+ 1.0
1328
+ ],
1329
+ "mean": [
1330
+ 0.13289177892574372,
1331
+ 2.181848820575633,
1332
+ 4.960663255109725,
1333
+ 0.11288495059424161,
1334
+ -0.4212564682483184,
1335
+ 0.24036383062002875,
1336
+ 1.0
1337
+ ],
1338
+ "std": [
1339
+ 0.3626015262781721,
1340
+ 0.09520907709325832,
1341
+ 0.4312836315679669,
1342
+ 0.20814074382571482,
1343
+ 0.4059919639384171,
1344
+ 0.38158339948386555,
1345
+ 0.0
1346
+ ],
1347
+ "count": [
1348
+ 16195
1349
+ ]
1350
+ },
1351
+ "observation.google_robot.base_orientation": {
1352
+ "min": [
1353
+ 0.0
1354
+ ],
1355
+ "max": [
1356
+ 0.0
1357
+ ],
1358
+ "mean": [
1359
+ 0.0
1360
+ ],
1361
+ "std": [
1362
+ 0.0
1363
+ ],
1364
+ "count": [
1365
+ 16195
1366
+ ]
1367
+ },
1368
+ "observation.kuka_iiwa.ee_pose": {
1369
+ "min": [
1370
+ 0.24109609425067902,
1371
+ -0.30504679679870605,
1372
+ 0.06121760979294777,
1373
+ -0.30841976404190063,
1374
+ -3.694630868267268e-05,
1375
+ 0.9512141942977905,
1376
+ -0.1170346662402153
1377
+ ],
1378
+ "max": [
1379
+ 0.6689879298210144,
1380
+ 0.3456099331378937,
1381
+ 0.08500843495130539,
1382
+ 6.0448313888628036e-05,
1383
+ 2.315444544365164e-05,
1384
+ 1.0,
1385
+ 0.11688397079706192
1386
+ ],
1387
+ "mean": [
1388
+ 0.4573161189388294,
1389
+ 0.009150302597330124,
1390
+ 0.08355159455471549,
1391
+ -0.020909543712682735,
1392
+ -5.585675344026045e-06,
1393
+ 0.9981982324991229,
1394
+ -0.0006105847007235293
1395
+ ],
1396
+ "std": [
1397
+ 0.1017572198348868,
1398
+ 0.14537923432429828,
1399
+ 0.0037802128034029425,
1400
+ 0.05302082477554963,
1401
+ 1.2207069967002591e-05,
1402
+ 0.0060514441729295305,
1403
+ 0.017744940203012902
1404
+ ],
1405
+ "count": [
1406
+ 16195
1407
+ ]
1408
+ },
1409
+ "observation.kuka_iiwa.base_orientation": {
1410
+ "min": [
1411
+ 0.0
1412
+ ],
1413
+ "max": [
1414
+ 0.0
1415
+ ],
1416
+ "mean": [
1417
+ 0.0
1418
+ ],
1419
+ "std": [
1420
+ 0.0
1421
+ ],
1422
+ "count": [
1423
+ 16195
1424
+ ]
1425
+ },
1426
+ "observation.kinova3.joints": {
1427
+ "min": [
1428
+ -1.218265414237976,
1429
+ 0.8360887765884399,
1430
+ -1.515936017036438,
1431
+ 0.6488116979598999,
1432
+ -1.5985031127929688,
1433
+ -1.5849015712738037,
1434
+ -0.7141846418380737,
1435
+ 1.0
1436
+ ],
1437
+ "max": [
1438
+ 1.1696885824203491,
1439
+ 1.6522668600082397,
1440
+ 0.13650700449943542,
1441
+ 2.569999933242798,
1442
+ 0.46339210867881775,
1443
+ 1.1515885591506958,
1444
+ 1.7564305067062378,
1445
+ 1.0
1446
+ ],
1447
+ "mean": [
1448
+ -0.06283689022317814,
1449
+ 0.9279059460922022,
1450
+ -0.032804320575908485,
1451
+ 1.8956299740136793,
1452
+ -0.009323661659823589,
1453
+ 0.3155440320569634,
1454
+ -0.06979522993648692,
1455
+ 1.0
1456
+ ],
1457
+ "std": [
1458
+ 0.39161955562955747,
1459
+ 0.10388598536925381,
1460
+ 0.14351750027244506,
1461
+ 0.3690153444392324,
1462
+ 0.22130746962314082,
1463
+ 0.3295078506880915,
1464
+ 0.2803366257321223,
1465
+ 0.0
1466
+ ],
1467
+ "count": [
1468
+ 16195
1469
+ ]
1470
+ },
1471
+ "index": {
1472
+ "min": [
1473
+ 0
1474
+ ],
1475
+ "max": [
1476
+ 16194
1477
+ ],
1478
+ "mean": [
1479
+ 8097.0
1480
+ ],
1481
+ "std": [
1482
+ 4675.093795850517
1483
+ ],
1484
+ "count": [
1485
+ 16195
1486
+ ]
1487
+ },
1488
+ "observation.kuka_iiwa.ee_error": {
1489
+ "min": [
1490
+ -0.04351285099983215,
1491
+ -0.01682238280773163,
1492
+ -8.42660665512085e-06,
1493
+ -6.0448313888628036e-05,
1494
+ -2.315444544365164e-05,
1495
+ 0.0,
1496
+ -0.11688397079706192
1497
+ ],
1498
+ "max": [
1499
+ 8.761882781982422e-06,
1500
+ 0.01678501069545746,
1501
+ 0.0237823985517025,
1502
+ 0.30841976404190063,
1503
+ 3.694630868267268e-05,
1504
+ 0.04878580570220947,
1505
+ 0.1170346662402153
1506
+ ],
1507
+ "mean": [
1508
+ -0.0030643480218966023,
1509
+ -8.905104305154938e-05,
1510
+ 0.0014484145418745206,
1511
+ 0.020909543712682735,
1512
+ 5.585675344026045e-06,
1513
+ 0.0018017688477835205,
1514
+ 0.0006105847007235293
1515
+ ],
1516
+ "std": [
1517
+ 0.007671003026830818,
1518
+ 0.00258605846671996,
1519
+ 0.0037802126391905016,
1520
+ 0.05302082477554963,
1521
+ 1.2207069967002591e-05,
1522
+ 0.006051443854361871,
1523
+ 0.017744940203012902
1524
+ ],
1525
+ "count": [
1526
+ 16195
1527
+ ]
1528
+ },
1529
+ "observation.ur5e.base_position": {
1530
+ "min": [
1531
+ 0.0,
1532
+ 0.0,
1533
+ 0.0
1534
+ ],
1535
+ "max": [
1536
+ 0.0,
1537
+ 0.0,
1538
+ 0.0
1539
+ ],
1540
+ "mean": [
1541
+ 0.0,
1542
+ 0.0,
1543
+ 0.0
1544
+ ],
1545
+ "std": [
1546
+ 0.0,
1547
+ 0.0,
1548
+ 0.0
1549
+ ],
1550
+ "count": [
1551
+ 16195
1552
+ ]
1553
+ },
1554
+ "observation.ur5e.ee_pose": {
1555
+ "min": [
1556
+ 0.1910809427499771,
1557
+ -0.3050517141819,
1558
+ 0.08500015735626221,
1559
+ -0.00024776632199063897,
1560
+ -0.00011413781612645835,
1561
+ 0.9999999403953552,
1562
+ -0.00016413890989497304
1563
+ ],
1564
+ "max": [
1565
+ 0.6189890503883362,
1566
+ 0.34560245275497437,
1567
+ 0.08503883332014084,
1568
+ 3.5555076465243474e-05,
1569
+ 0.0002714243018999696,
1570
+ 1.0,
1571
+ 0.0002587552589830011
1572
+ ],
1573
+ "mean": [
1574
+ 0.4042499966369657,
1575
+ 0.00905104187764326,
1576
+ 0.08500120803534378,
1577
+ -4.847337563016155e-06,
1578
+ -6.131652626164034e-05,
1579
+ 1.0,
1580
+ 5.128099926787933e-05
1581
+ ],
1582
+ "std": [
1583
+ 0.10614325415600752,
1584
+ 0.14466098448386605,
1585
+ 1.9629299113348335e-06,
1586
+ 2.2089372291267165e-05,
1587
+ 2.6469218748249048e-05,
1588
+ 3.4418069603308448e-09,
1589
+ 2.2640911824684195e-05
1590
+ ],
1591
+ "count": [
1592
+ 16195
1593
+ ]
1594
+ },
1595
+ "observation.kinova3.ee_pose": {
1596
+ "min": [
1597
+ 0.1910957545042038,
1598
+ -0.30505305528640747,
1599
+ 0.08390074968338013,
1600
+ -0.06013556569814682,
1601
+ -3.570919579942711e-05,
1602
+ 0.9981879591941833,
1603
+ -0.012236825190484524
1604
+ ],
1605
+ "max": [
1606
+ 0.6189975142478943,
1607
+ 0.345615029335022,
1608
+ 0.08500882238149643,
1609
+ -5.345499812392518e-05,
1610
+ 8.781316864769906e-05,
1611
+ 1.0,
1612
+ 0.012424190528690815
1613
+ ],
1614
+ "mean": [
1615
+ 0.4042959668747471,
1616
+ 0.009061408011809118,
1617
+ 0.08499847099428819,
1618
+ -0.0004507198775043979,
1619
+ -3.490080716334752e-06,
1620
+ 0.999994511595476,
1621
+ 1.0837243227647692e-05
1622
+ ],
1623
+ "std": [
1624
+ 0.10607275244149908,
1625
+ 0.144667651174113,
1626
+ 5.868017772102256e-05,
1627
+ 0.003206655503478729,
1628
+ 1.4016108345478113e-05,
1629
+ 7.394182534342855e-05,
1630
+ 0.000714248375384447
1631
+ ],
1632
+ "count": [
1633
+ 16195
1634
+ ]
1635
+ },
1636
+ "observation.panda.base_orientation": {
1637
+ "min": [
1638
+ 0.0
1639
+ ],
1640
+ "max": [
1641
+ 0.0
1642
+ ],
1643
+ "mean": [
1644
+ 0.0
1645
+ ],
1646
+ "std": [
1647
+ 0.0
1648
+ ],
1649
+ "count": [
1650
+ 16195
1651
+ ]
1652
+ },
1653
+ "observation.ur5e.joints": {
1654
+ "min": [
1655
+ -3.8582329750061035,
1656
+ -1.2956700325012207,
1657
+ 1.5487537384033203,
1658
+ -3.589822769165039,
1659
+ -1.5712143182754517,
1660
+ -5.428486347198486,
1661
+ 1.0
1662
+ ],
1663
+ "max": [
1664
+ 3.85378098487854,
1665
+ -0.7639665603637695,
1666
+ 3.0774083137512207,
1667
+ -2.3556370735168457,
1668
+ -1.570581078529358,
1669
+ 2.2827563285827637,
1670
+ 1.0
1671
+ ],
1672
+ "mean": [
1673
+ 2.7972494994537738,
1674
+ -1.1275663200813004,
1675
+ 2.3651249008732247,
1676
+ -2.8083144615593794,
1677
+ -1.570699674437612,
1678
+ 1.2263305310023056,
1679
+ 1.0
1680
+ ],
1681
+ "std": [
1682
+ 0.5294373333866256,
1683
+ 0.1162134198828062,
1684
+ 0.2932914582163806,
1685
+ 0.1811019137483812,
1686
+ 3.533725381146241e-05,
1687
+ 0.5293843851400514,
1688
+ 0.0
1689
+ ],
1690
+ "count": [
1691
+ 16195
1692
+ ]
1693
+ },
1694
+ "observation.ur5e.ee_error": {
1695
+ "min": [
1696
+ -2.9981136322021484e-05,
1697
+ -3.539770841598511e-05,
1698
+ -3.882497549057007e-05,
1699
+ -3.5555076465243474e-05,
1700
+ -0.0002714243018999696,
1701
+ 0.0,
1702
+ -0.0002587552589830011
1703
+ ],
1704
+ "max": [
1705
+ 9.670853614807129e-06,
1706
+ 2.3633241653442383e-05,
1707
+ -1.4901161193847656e-07,
1708
+ 0.00024776632199063897,
1709
+ 0.00011413781612645835,
1710
+ 5.960464477539063e-08,
1711
+ 0.00016413890989497304
1712
+ ],
1713
+ "mean": [
1714
+ 1.7611203477383067e-06,
1715
+ 1.0208700373499198e-05,
1716
+ -1.2003936560660483e-06,
1717
+ 4.847337563016155e-06,
1718
+ 6.131652626164034e-05,
1719
+ 1.9874349094515015e-10,
1720
+ -5.128099926787933e-05
1721
+ ],
1722
+ "std": [
1723
+ 3.5074717015591735e-06,
1724
+ 3.924346456454945e-06,
1725
+ 1.962637073646242e-06,
1726
+ 2.2089372291267165e-05,
1727
+ 2.6469218748249048e-05,
1728
+ 3.436064048164265e-09,
1729
+ 2.2640911824684195e-05
1730
+ ],
1731
+ "count": [
1732
+ 16195
1733
+ ]
1734
+ },
1735
+ "observation.images.jaco": {
1736
+ "min": [
1737
+ [
1738
+ [
1739
+ 0.0
1740
+ ]
1741
+ ],
1742
+ [
1743
+ [
1744
+ 0.0
1745
+ ]
1746
+ ],
1747
+ [
1748
+ [
1749
+ 0.0
1750
+ ]
1751
+ ]
1752
+ ],
1753
+ "max": [
1754
+ [
1755
+ [
1756
+ 1.0
1757
+ ]
1758
+ ],
1759
+ [
1760
+ [
1761
+ 1.0
1762
+ ]
1763
+ ],
1764
+ [
1765
+ [
1766
+ 1.0
1767
+ ]
1768
+ ]
1769
+ ],
1770
+ "mean": [
1771
+ [
1772
+ [
1773
+ 0.4109314669863003
1774
+ ]
1775
+ ],
1776
+ [
1777
+ [
1778
+ 0.5056987014033086
1779
+ ]
1780
+ ],
1781
+ [
1782
+ [
1783
+ 0.5366862744929881
1784
+ ]
1785
+ ]
1786
+ ],
1787
+ "std": [
1788
+ [
1789
+ [
1790
+ 0.2988220406258262
1791
+ ]
1792
+ ],
1793
+ [
1794
+ [
1795
+ 0.20581781342152292
1796
+ ]
1797
+ ],
1798
+ [
1799
+ [
1800
+ 0.16615958322691463
1801
+ ]
1802
+ ]
1803
+ ],
1804
+ "count": [
1805
+ 16195
1806
+ ]
1807
+ },
1808
+ "observation.sawyer.joints": {
1809
+ "min": [
1810
+ -1.3984557390213013,
1811
+ -0.8806216716766357,
1812
+ -0.16353805363178253,
1813
+ 1.23868989944458,
1814
+ -0.7696930170059204,
1815
+ -0.20780132710933685,
1816
+ -0.5456794500350952,
1817
+ 1.0
1818
+ ],
1819
+ "max": [
1820
+ 0.5683229565620422,
1821
+ -0.4527417719364166,
1822
+ 0.17628082633018494,
1823
+ 2.509854316711426,
1824
+ 0.07804341614246368,
1825
+ 0.7857489585876465,
1826
+ 0.7004355192184448,
1827
+ 1.0
1828
+ ],
1829
+ "mean": [
1830
+ -0.36087914359997775,
1831
+ -0.7821430967596807,
1832
+ 0.04488531457414064,
1833
+ 2.0788960998240134,
1834
+ -0.20205827502083948,
1835
+ 0.2787717771196662,
1836
+ 0.043707371536813686,
1837
+ 1.0
1838
+ ],
1839
+ "std": [
1840
+ 0.3469750767348247,
1841
+ 0.07769979119620904,
1842
+ 0.0488853367549954,
1843
+ 0.2565161446581408,
1844
+ 0.17346114538879756,
1845
+ 0.18679807990620223,
1846
+ 0.24972999060490633,
1847
+ 0.0
1848
+ ],
1849
+ "count": [
1850
+ 16195
1851
+ ]
1852
+ },
1853
+ "observation.jaco.base_position": {
1854
+ "min": [
1855
+ 0.0,
1856
+ 0.0,
1857
+ 0.0
1858
+ ],
1859
+ "max": [
1860
+ 0.0,
1861
+ 0.0,
1862
+ 0.0
1863
+ ],
1864
+ "mean": [
1865
+ 0.0,
1866
+ 0.0,
1867
+ 0.0
1868
+ ],
1869
+ "std": [
1870
+ 0.0,
1871
+ 0.0,
1872
+ 0.0
1873
+ ],
1874
+ "count": [
1875
+ 16195
1876
+ ]
1877
+ },
1878
+ "observation.google_robot.ee_pose": {
1879
+ "min": [
1880
+ 0.24108834564685822,
1881
+ -0.30504563450813293,
1882
+ 0.08498591184616089,
1883
+ -0.0001947783603100106,
1884
+ -0.002708373125642538,
1885
+ 0.9999871850013733,
1886
+ -0.0005591734079644084
1887
+ ],
1888
+ "max": [
1889
+ 0.6689806580543518,
1890
+ 0.3456062078475952,
1891
+ 0.08727418631315231,
1892
+ 0.0030812129843980074,
1893
+ 0.00017490166646894068,
1894
+ 1.0,
1895
+ 0.0029587175231426954
1896
+ ],
1897
+ "mean": [
1898
+ 0.45424822038174706,
1899
+ 0.009062295275639402,
1900
+ 0.08500184890350908,
1901
+ 7.72457070030271e-05,
1902
+ 5.206865230521665e-05,
1903
+ 0.9999999984247738,
1904
+ 8.463349992056533e-06
1905
+ ],
1906
+ "std": [
1907
+ 0.10613903330713036,
1908
+ 0.1446609096164883,
1909
+ 2.168528815317067e-05,
1910
+ 9.522067798323345e-05,
1911
+ 3.5834033526148074e-05,
1912
+ 1.172224950669738e-07,
1913
+ 7.529683691601866e-05
1914
+ ],
1915
+ "count": [
1916
+ 16195
1917
+ ]
1918
+ },
1919
+ "timestamp": {
1920
+ "min": [
1921
+ 0.0
1922
+ ],
1923
+ "max": [
1924
+ 4.8
1925
+ ],
1926
+ "mean": [
1927
+ 1.0060265514047544
1928
+ ],
1929
+ "std": [
1930
+ 0.8540823930334313
1931
+ ],
1932
+ "count": [
1933
+ 16195
1934
+ ]
1935
+ },
1936
+ "frame_index": {
1937
+ "min": [
1938
+ 0
1939
+ ],
1940
+ "max": [
1941
+ 48
1942
+ ],
1943
+ "mean": [
1944
+ 10.060265514047545
1945
+ ],
1946
+ "std": [
1947
+ 8.540823930334312
1948
+ ],
1949
+ "count": [
1950
+ 16195
1951
+ ]
1952
+ },
1953
+ "natural_language_instruction": {
1954
+ "min": [
1955
+ 97,
1956
+ 97,
1957
+ 97,
1958
+ 32,
1959
+ 32,
1960
+ 32,
1961
+ 32,
1962
+ 32,
1963
+ 32,
1964
+ 32,
1965
+ 32,
1966
+ 32,
1967
+ 32,
1968
+ 32,
1969
+ 32,
1970
+ 32,
1971
+ 32,
1972
+ 32,
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
+ 0,
2045
+ 0,
2046
+ 0,
2047
+ 0,
2048
+ 0,
2049
+ 0,
2050
+ 0,
2051
+ 0,
2052
+ 0,
2053
+ 0,
2054
+ 0,
2055
+ 0,
2056
+ 0,
2057
+ 0,
2058
+ 0,
2059
+ 0,
2060
+ 0,
2061
+ 0,
2062
+ 0,
2063
+ 0,
2064
+ 0,
2065
+ 0,
2066
+ 0,
2067
+ 0,
2068
+ 0,
2069
+ 0,
2070
+ 0,
2071
+ 0,
2072
+ 0,
2073
+ 0,
2074
+ 0,
2075
+ 0,
2076
+ 0,
2077
+ 0,
2078
+ 0,
2079
+ 0,
2080
+ 0,
2081
+ 0,
2082
+ 0,
2083
+ 0,
2084
+ 0,
2085
+ 0,
2086
+ 0,
2087
+ 0,
2088
+ 0,
2089
+ 0,
2090
+ 0,
2091
+ 0,
2092
+ 0,
2093
+ 0,
2094
+ 0,
2095
+ 0,
2096
+ 0,
2097
+ 0,
2098
+ 0,
2099
+ 0,
2100
+ 0,
2101
+ 0,
2102
+ 0,
2103
+ 0,
2104
+ 0,
2105
+ 0,
2106
+ 0,
2107
+ 0,
2108
+ 0,
2109
+ 0,
2110
+ 0,
2111
+ 0,
2112
+ 0,
2113
+ 0,
2114
+ 0,
2115
+ 0,
2116
+ 0,
2117
+ 0,
2118
+ 0,
2119
+ 0,
2120
+ 0,
2121
+ 0,
2122
+ 0,
2123
+ 0,
2124
+ 0,
2125
+ 0,
2126
+ 0,
2127
+ 0,
2128
+ 0,
2129
+ 0,
2130
+ 0,
2131
+ 0,
2132
+ 0,
2133
+ 0,
2134
+ 0,
2135
+ 0,
2136
+ 0,
2137
+ 0,
2138
+ 0,
2139
+ 0,
2140
+ 0,
2141
+ 0,
2142
+ 0,
2143
+ 0,
2144
+ 0,
2145
+ 0,
2146
+ 0,
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
+ ],
2468
+ "max": [
2469
+ 116,
2470
+ 117,
2471
+ 118,
2472
+ 117,
2473
+ 121,
2474
+ 121,
2475
+ 121,
2476
+ 121,
2477
+ 117,
2478
+ 121,
2479
+ 121,
2480
+ 121,
2481
+ 121,
2482
+ 121,
2483
+ 121,
2484
+ 121,
2485
+ 121,
2486
+ 121,
2487
+ 121,
2488
+ 120,
2489
+ 121,
2490
+ 121,
2491
+ 122,
2492
+ 121,
2493
+ 122,
2494
+ 122,
2495
+ 122,
2496
+ 121,
2497
+ 121,
2498
+ 121,
2499
+ 121,
2500
+ 122,
2501
+ 121,
2502
+ 121,
2503
+ 121,
2504
+ 121,
2505
+ 121,
2506
+ 121,
2507
+ 121,
2508
+ 121,
2509
+ 121,
2510
+ 121,
2511
+ 121,
2512
+ 121,
2513
+ 121,
2514
+ 121,
2515
+ 121,
2516
+ 121,
2517
+ 121,
2518
+ 121,
2519
+ 121,
2520
+ 121,
2521
+ 121,
2522
+ 121,
2523
+ 121,
2524
+ 121,
2525
+ 120,
2526
+ 120,
2527
+ 121,
2528
+ 119,
2529
+ 120,
2530
+ 117,
2531
+ 120,
2532
+ 119,
2533
+ 121,
2534
+ 117,
2535
+ 117,
2536
+ 120,
2537
+ 115,
2538
+ 122,
2539
+ 115,
2540
+ 116,
2541
+ 116,
2542
+ 120,
2543
+ 114,
2544
+ 103,
2545
+ 116,
2546
+ 110,
2547
+ 110,
2548
+ 101,
2549
+ 98,
2550
+ 108,
2551
+ 117,
2552
+ 101,
2553
+ 32,
2554
+ 116,
2555
+ 114,
2556
+ 105,
2557
+ 97,
2558
+ 110,
2559
+ 103,
2560
+ 108,
2561
+ 101,
2562
+ 0,
2563
+ 0,
2564
+ 0,
2565
+ 0,
2566
+ 0,
2567
+ 0,
2568
+ 0,
2569
+ 0,
2570
+ 0,
2571
+ 0,
2572
+ 0,
2573
+ 0,
2574
+ 0,
2575
+ 0,
2576
+ 0,
2577
+ 0,
2578
+ 0,
2579
+ 0,
2580
+ 0,
2581
+ 0,
2582
+ 0,
2583
+ 0,
2584
+ 0,
2585
+ 0,
2586
+ 0,
2587
+ 0,
2588
+ 0,
2589
+ 0,
2590
+ 0,
2591
+ 0,
2592
+ 0,
2593
+ 0,
2594
+ 0,
2595
+ 0,
2596
+ 0,
2597
+ 0,
2598
+ 0,
2599
+ 0,
2600
+ 0,
2601
+ 0,
2602
+ 0,
2603
+ 0,
2604
+ 0,
2605
+ 0,
2606
+ 0,
2607
+ 0,
2608
+ 0,
2609
+ 0,
2610
+ 0,
2611
+ 0,
2612
+ 0,
2613
+ 0,
2614
+ 0,
2615
+ 0,
2616
+ 0,
2617
+ 0,
2618
+ 0,
2619
+ 0,
2620
+ 0,
2621
+ 0,
2622
+ 0,
2623
+ 0,
2624
+ 0,
2625
+ 0,
2626
+ 0,
2627
+ 0,
2628
+ 0,
2629
+ 0,
2630
+ 0,
2631
+ 0,
2632
+ 0,
2633
+ 0,
2634
+ 0,
2635
+ 0,
2636
+ 0,
2637
+ 0,
2638
+ 0,
2639
+ 0,
2640
+ 0,
2641
+ 0,
2642
+ 0,
2643
+ 0,
2644
+ 0,
2645
+ 0,
2646
+ 0,
2647
+ 0,
2648
+ 0,
2649
+ 0,
2650
+ 0,
2651
+ 0,
2652
+ 0,
2653
+ 0,
2654
+ 0,
2655
+ 0,
2656
+ 0,
2657
+ 0,
2658
+ 0,
2659
+ 0,
2660
+ 0,
2661
+ 0,
2662
+ 0,
2663
+ 0,
2664
+ 0,
2665
+ 0,
2666
+ 0,
2667
+ 0,
2668
+ 0,
2669
+ 0,
2670
+ 0,
2671
+ 0,
2672
+ 0,
2673
+ 0,
2674
+ 0,
2675
+ 0,
2676
+ 0,
2677
+ 0,
2678
+ 0,
2679
+ 0,
2680
+ 0,
2681
+ 0,
2682
+ 0,
2683
+ 0,
2684
+ 0,
2685
+ 0,
2686
+ 0,
2687
+ 0,
2688
+ 0,
2689
+ 0,
2690
+ 0,
2691
+ 0,
2692
+ 0,
2693
+ 0,
2694
+ 0,
2695
+ 0,
2696
+ 0,
2697
+ 0,
2698
+ 0,
2699
+ 0,
2700
+ 0,
2701
+ 0,
2702
+ 0,
2703
+ 0,
2704
+ 0,
2705
+ 0,
2706
+ 0,
2707
+ 0,
2708
+ 0,
2709
+ 0,
2710
+ 0,
2711
+ 0,
2712
+ 0,
2713
+ 0,
2714
+ 0,
2715
+ 0,
2716
+ 0,
2717
+ 0,
2718
+ 0,
2719
+ 0,
2720
+ 0,
2721
+ 0,
2722
+ 0,
2723
+ 0,
2724
+ 0,
2725
+ 0,
2726
+ 0,
2727
+ 0,
2728
+ 0,
2729
+ 0,
2730
+ 0,
2731
+ 0,
2732
+ 0,
2733
+ 0,
2734
+ 0,
2735
+ 0,
2736
+ 0,
2737
+ 0,
2738
+ 0,
2739
+ 0,
2740
+ 0,
2741
+ 0,
2742
+ 0,
2743
+ 0,
2744
+ 0,
2745
+ 0,
2746
+ 0,
2747
+ 0,
2748
+ 0,
2749
+ 0,
2750
+ 0,
2751
+ 0,
2752
+ 0,
2753
+ 0,
2754
+ 0,
2755
+ 0,
2756
+ 0,
2757
+ 0,
2758
+ 0,
2759
+ 0,
2760
+ 0,
2761
+ 0,
2762
+ 0,
2763
+ 0,
2764
+ 0,
2765
+ 0,
2766
+ 0,
2767
+ 0,
2768
+ 0,
2769
+ 0,
2770
+ 0,
2771
+ 0,
2772
+ 0,
2773
+ 0,
2774
+ 0,
2775
+ 0,
2776
+ 0,
2777
+ 0,
2778
+ 0,
2779
+ 0,
2780
+ 0,
2781
+ 0,
2782
+ 0,
2783
+ 0,
2784
+ 0,
2785
+ 0,
2786
+ 0,
2787
+ 0,
2788
+ 0,
2789
+ 0,
2790
+ 0,
2791
+ 0,
2792
+ 0,
2793
+ 0,
2794
+ 0,
2795
+ 0,
2796
+ 0,
2797
+ 0,
2798
+ 0,
2799
+ 0,
2800
+ 0,
2801
+ 0,
2802
+ 0,
2803
+ 0,
2804
+ 0,
2805
+ 0,
2806
+ 0,
2807
+ 0,
2808
+ 0,
2809
+ 0,
2810
+ 0,
2811
+ 0,
2812
+ 0,
2813
+ 0,
2814
+ 0,
2815
+ 0,
2816
+ 0,
2817
+ 0,
2818
+ 0,
2819
+ 0,
2820
+ 0,
2821
+ 0,
2822
+ 0,
2823
+ 0,
2824
+ 0,
2825
+ 0,
2826
+ 0,
2827
+ 0,
2828
+ 0,
2829
+ 0,
2830
+ 0,
2831
+ 0,
2832
+ 0,
2833
+ 0,
2834
+ 0,
2835
+ 0,
2836
+ 0,
2837
+ 0,
2838
+ 0,
2839
+ 0,
2840
+ 0,
2841
+ 0,
2842
+ 0,
2843
+ 0,
2844
+ 0,
2845
+ 0,
2846
+ 0,
2847
+ 0,
2848
+ 0,
2849
+ 0,
2850
+ 0,
2851
+ 0,
2852
+ 0,
2853
+ 0,
2854
+ 0,
2855
+ 0,
2856
+ 0,
2857
+ 0,
2858
+ 0,
2859
+ 0,
2860
+ 0,
2861
+ 0,
2862
+ 0,
2863
+ 0,
2864
+ 0,
2865
+ 0,
2866
+ 0,
2867
+ 0,
2868
+ 0,
2869
+ 0,
2870
+ 0,
2871
+ 0,
2872
+ 0,
2873
+ 0,
2874
+ 0,
2875
+ 0,
2876
+ 0,
2877
+ 0,
2878
+ 0,
2879
+ 0,
2880
+ 0,
2881
+ 0,
2882
+ 0,
2883
+ 0,
2884
+ 0,
2885
+ 0,
2886
+ 0,
2887
+ 0,
2888
+ 0,
2889
+ 0,
2890
+ 0,
2891
+ 0,
2892
+ 0,
2893
+ 0,
2894
+ 0,
2895
+ 0,
2896
+ 0,
2897
+ 0,
2898
+ 0,
2899
+ 0,
2900
+ 0,
2901
+ 0,
2902
+ 0,
2903
+ 0,
2904
+ 0,
2905
+ 0,
2906
+ 0,
2907
+ 0,
2908
+ 0,
2909
+ 0,
2910
+ 0,
2911
+ 0,
2912
+ 0,
2913
+ 0,
2914
+ 0,
2915
+ 0,
2916
+ 0,
2917
+ 0,
2918
+ 0,
2919
+ 0,
2920
+ 0,
2921
+ 0,
2922
+ 0,
2923
+ 0,
2924
+ 0,
2925
+ 0,
2926
+ 0,
2927
+ 0,
2928
+ 0,
2929
+ 0,
2930
+ 0,
2931
+ 0,
2932
+ 0,
2933
+ 0,
2934
+ 0,
2935
+ 0,
2936
+ 0,
2937
+ 0,
2938
+ 0,
2939
+ 0,
2940
+ 0,
2941
+ 0,
2942
+ 0,
2943
+ 0,
2944
+ 0,
2945
+ 0,
2946
+ 0,
2947
+ 0,
2948
+ 0,
2949
+ 0,
2950
+ 0,
2951
+ 0,
2952
+ 0,
2953
+ 0,
2954
+ 0,
2955
+ 0,
2956
+ 0,
2957
+ 0,
2958
+ 0,
2959
+ 0,
2960
+ 0,
2961
+ 0,
2962
+ 0,
2963
+ 0,
2964
+ 0,
2965
+ 0,
2966
+ 0,
2967
+ 0,
2968
+ 0,
2969
+ 0,
2970
+ 0,
2971
+ 0,
2972
+ 0,
2973
+ 0,
2974
+ 0,
2975
+ 0,
2976
+ 0,
2977
+ 0,
2978
+ 0,
2979
+ 0,
2980
+ 0
2981
+ ],
2982
+ "mean": [
2983
+ 111.2776782957703,
2984
+ 111.56023464032108,
2985
+ 111.34004322321704,
2986
+ 101.48033343624576,
2987
+ 59.932695276319855,
2988
+ 88.58820623649274,
2989
+ 107.99981475764125,
2990
+ 103.25779561593085,
2991
+ 62.8864464340846,
2992
+ 86.51688792837295,
2993
+ 100.67372645878358,
2994
+ 103.95671503550479,
2995
+ 91.32176597715345,
2996
+ 90.5824637233714,
2997
+ 91.60660697746218,
2998
+ 92.80747144180303,
2999
+ 99.89836369249768,
3000
+ 93.63112071627046,
3001
+ 97.27860450756407,
3002
+ 92.16999073788206,
3003
+ 95.02543995060203,
3004
+ 92.46965112689102,
3005
+ 91.04433467119482,
3006
+ 94.44519913553566,
3007
+ 94.166285890707,
3008
+ 91.40882988576722,
3009
+ 89.1771534424205,
3010
+ 92.87249150972522,
3011
+ 90.02154986106824,
3012
+ 88.94010497066996,
3013
+ 86.15733251003397,
3014
+ 85.92732324791602,
3015
+ 84.72108675517136,
3016
+ 82.12028403828342,
3017
+ 80.155047854276,
3018
+ 79.10033961099104,
3019
+ 76.56622414325409,
3020
+ 72.18215498610682,
3021
+ 69.20345785736339,
3022
+ 64.42895955541834,
3023
+ 59.77980858289595,
3024
+ 53.5557270762581,
3025
+ 51.15838221673356,
3026
+ 45.77128743439333,
3027
+ 41.95696202531646,
3028
+ 36.98561284347021,
3029
+ 34.40648348255635,
3030
+ 32.03939487496141,
3031
+ 29.7451682618092,
3032
+ 26.208829885767212,
3033
+ 23.34825563445508,
3034
+ 21.230688484100032,
3035
+ 19.594751466502007,
3036
+ 15.309478234022846,
3037
+ 16.07082432849645,
3038
+ 12.97128743439333,
3039
+ 11.919296079036739,
3040
+ 10.559617165791911,
3041
+ 9.242111762889781,
3042
+ 7.798641556035814,
3043
+ 5.931954306884841,
3044
+ 5.755974066069775,
3045
+ 5.09441185551096,
3046
+ 3.9887619635690026,
3047
+ 4.080950910774931,
3048
+ 3.643346711948132,
3049
+ 2.882309354739117,
3050
+ 2.545044766903365,
3051
+ 2.502253782031491,
3052
+ 2.0892250694658845,
3053
+ 2.0269836369249767,
3054
+ 2.1778326644025934,
3055
+ 1.800432232170423,
3056
+ 1.7954306884841,
3057
+ 1.107687557888237,
3058
+ 0.3441185551096017,
3059
+ 0.6061747452917567,
3060
+ 0.5000308737264588,
3061
+ 0.32337141092929916,
3062
+ 0.23315838221673357,
3063
+ 0.10287125656066687,
3064
+ 0.11336832355665329,
3065
+ 0.12281568385304106,
3066
+ 0.1060203766594628,
3067
+ 0.03359061438715653,
3068
+ 0.12176597715344242,
3069
+ 0.11966656375424514,
3070
+ 0.11021920345785736,
3071
+ 0.10182154986106823,
3072
+ 0.11546773695585057,
3073
+ 0.10811979005866008,
3074
+ 0.11336832355665329,
3075
+ 0.1060203766594628,
3076
+ 0.0,
3077
+ 0.0,
3078
+ 0.0,
3079
+ 0.0,
3080
+ 0.0,
3081
+ 0.0,
3082
+ 0.0,
3083
+ 0.0,
3084
+ 0.0,
3085
+ 0.0,
3086
+ 0.0,
3087
+ 0.0,
3088
+ 0.0,
3089
+ 0.0,
3090
+ 0.0,
3091
+ 0.0,
3092
+ 0.0,
3093
+ 0.0,
3094
+ 0.0,
3095
+ 0.0,
3096
+ 0.0,
3097
+ 0.0,
3098
+ 0.0,
3099
+ 0.0,
3100
+ 0.0,
3101
+ 0.0,
3102
+ 0.0,
3103
+ 0.0,
3104
+ 0.0,
3105
+ 0.0,
3106
+ 0.0,
3107
+ 0.0,
3108
+ 0.0,
3109
+ 0.0,
3110
+ 0.0,
3111
+ 0.0,
3112
+ 0.0,
3113
+ 0.0,
3114
+ 0.0,
3115
+ 0.0,
3116
+ 0.0,
3117
+ 0.0,
3118
+ 0.0,
3119
+ 0.0,
3120
+ 0.0,
3121
+ 0.0,
3122
+ 0.0,
3123
+ 0.0,
3124
+ 0.0,
3125
+ 0.0,
3126
+ 0.0,
3127
+ 0.0,
3128
+ 0.0,
3129
+ 0.0,
3130
+ 0.0,
3131
+ 0.0,
3132
+ 0.0,
3133
+ 0.0,
3134
+ 0.0,
3135
+ 0.0,
3136
+ 0.0,
3137
+ 0.0,
3138
+ 0.0,
3139
+ 0.0,
3140
+ 0.0,
3141
+ 0.0,
3142
+ 0.0,
3143
+ 0.0,
3144
+ 0.0,
3145
+ 0.0,
3146
+ 0.0,
3147
+ 0.0,
3148
+ 0.0,
3149
+ 0.0,
3150
+ 0.0,
3151
+ 0.0,
3152
+ 0.0,
3153
+ 0.0,
3154
+ 0.0,
3155
+ 0.0,
3156
+ 0.0,
3157
+ 0.0,
3158
+ 0.0,
3159
+ 0.0,
3160
+ 0.0,
3161
+ 0.0,
3162
+ 0.0,
3163
+ 0.0,
3164
+ 0.0,
3165
+ 0.0,
3166
+ 0.0,
3167
+ 0.0,
3168
+ 0.0,
3169
+ 0.0,
3170
+ 0.0,
3171
+ 0.0,
3172
+ 0.0,
3173
+ 0.0,
3174
+ 0.0,
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
+ ],
3496
+ "std": [
3497
+ 2.8287576347824,
3498
+ 4.4152755628937745,
3499
+ 7.280539820535532,
3500
+ 6.706903569636406,
3501
+ 35.584007492787386,
3502
+ 38.05064526749427,
3503
+ 9.760968448870779,
3504
+ 8.796434426349837,
3505
+ 36.195734035868426,
3506
+ 35.94524680109938,
3507
+ 21.838105903253002,
3508
+ 15.045774875416768,
3509
+ 29.233330393515743,
3510
+ 31.25614937428758,
3511
+ 33.73733299671139,
3512
+ 31.79619579533034,
3513
+ 23.249140856807482,
3514
+ 27.356972992223593,
3515
+ 26.182949251750106,
3516
+ 30.803368074746242,
3517
+ 28.785565830276955,
3518
+ 31.723486773388704,
3519
+ 32.873941468048905,
3520
+ 30.917797888223497,
3521
+ 30.683069733450058,
3522
+ 32.94079576708552,
3523
+ 34.660800431553156,
3524
+ 33.01205043012268,
3525
+ 34.535779513883625,
3526
+ 35.941037699433615,
3527
+ 37.63117439859048,
3528
+ 38.52610367490363,
3529
+ 39.57702199370582,
3530
+ 41.040670410793936,
3531
+ 42.22091423619678,
3532
+ 44.21586439602033,
3533
+ 45.68616091827853,
3534
+ 47.42977170916494,
3535
+ 48.78419984117674,
3536
+ 49.95083041936682,
3537
+ 51.15970961078152,
3538
+ 51.42031993914114,
3539
+ 52.06426951280588,
3540
+ 51.193602979511944,
3541
+ 51.04381702730485,
3542
+ 49.04983802143005,
3543
+ 48.6431195473543,
3544
+ 47.81385052160477,
3545
+ 46.96533658949204,
3546
+ 45.12535573265357,
3547
+ 43.061078585307335,
3548
+ 41.85006400507614,
3549
+ 40.8091495182274,
3550
+ 36.26927771580238,
3551
+ 37.95997125106408,
3552
+ 33.95327924172065,
3553
+ 33.18917450170576,
3554
+ 31.527553227481164,
3555
+ 29.747748459741572,
3556
+ 27.038552479147317,
3557
+ 23.742902306152303,
3558
+ 23.88995767621787,
3559
+ 22.642538992905685,
3560
+ 19.623237220307747,
3561
+ 20.031742136260718,
3562
+ 19.14024864739035,
3563
+ 17.17619438925424,
3564
+ 16.057087662699935,
3565
+ 15.814384648914821,
3566
+ 14.631608962939614,
3567
+ 14.223547582949752,
3568
+ 15.191976892336525,
3569
+ 13.579766737613772,
3570
+ 13.80466038929537,
3571
+ 10.70976734448314,
3572
+ 5.326912264674583,
3573
+ 8.204653769159263,
3574
+ 7.284297567073037,
3575
+ 5.874700225788733,
3576
+ 4.601834566776377,
3577
+ 3.173452480740682,
3578
+ 3.4972741624488424,
3579
+ 3.7887136759863083,
3580
+ 3.270598985253151,
3581
+ 1.03622938146633,
3582
+ 3.756331507815456,
3583
+ 3.6915671714738205,
3584
+ 3.4001276579364297,
3585
+ 3.1410703125698607,
3586
+ 3.562038498790505,
3587
+ 3.3353633215947633,
3588
+ 3.4972741624488424,
3589
+ 3.270598985253151,
3590
+ 0.0,
3591
+ 0.0,
3592
+ 0.0,
3593
+ 0.0,
3594
+ 0.0,
3595
+ 0.0,
3596
+ 0.0,
3597
+ 0.0,
3598
+ 0.0,
3599
+ 0.0,
3600
+ 0.0,
3601
+ 0.0,
3602
+ 0.0,
3603
+ 0.0,
3604
+ 0.0,
3605
+ 0.0,
3606
+ 0.0,
3607
+ 0.0,
3608
+ 0.0,
3609
+ 0.0,
3610
+ 0.0,
3611
+ 0.0,
3612
+ 0.0,
3613
+ 0.0,
3614
+ 0.0,
3615
+ 0.0,
3616
+ 0.0,
3617
+ 0.0,
3618
+ 0.0,
3619
+ 0.0,
3620
+ 0.0,
3621
+ 0.0,
3622
+ 0.0,
3623
+ 0.0,
3624
+ 0.0,
3625
+ 0.0,
3626
+ 0.0,
3627
+ 0.0,
3628
+ 0.0,
3629
+ 0.0,
3630
+ 0.0,
3631
+ 0.0,
3632
+ 0.0,
3633
+ 0.0,
3634
+ 0.0,
3635
+ 0.0,
3636
+ 0.0,
3637
+ 0.0,
3638
+ 0.0,
3639
+ 0.0,
3640
+ 0.0,
3641
+ 0.0,
3642
+ 0.0,
3643
+ 0.0,
3644
+ 0.0,
3645
+ 0.0,
3646
+ 0.0,
3647
+ 0.0,
3648
+ 0.0,
3649
+ 0.0,
3650
+ 0.0,
3651
+ 0.0,
3652
+ 0.0,
3653
+ 0.0,
3654
+ 0.0,
3655
+ 0.0,
3656
+ 0.0,
3657
+ 0.0,
3658
+ 0.0,
3659
+ 0.0,
3660
+ 0.0,
3661
+ 0.0,
3662
+ 0.0,
3663
+ 0.0,
3664
+ 0.0,
3665
+ 0.0,
3666
+ 0.0,
3667
+ 0.0,
3668
+ 0.0,
3669
+ 0.0,
3670
+ 0.0,
3671
+ 0.0,
3672
+ 0.0,
3673
+ 0.0,
3674
+ 0.0,
3675
+ 0.0,
3676
+ 0.0,
3677
+ 0.0,
3678
+ 0.0,
3679
+ 0.0,
3680
+ 0.0,
3681
+ 0.0,
3682
+ 0.0,
3683
+ 0.0,
3684
+ 0.0,
3685
+ 0.0,
3686
+ 0.0,
3687
+ 0.0,
3688
+ 0.0,
3689
+ 0.0,
3690
+ 0.0,
3691
+ 0.0,
3692
+ 0.0,
3693
+ 0.0,
3694
+ 0.0,
3695
+ 0.0,
3696
+ 0.0,
3697
+ 0.0,
3698
+ 0.0,
3699
+ 0.0,
3700
+ 0.0,
3701
+ 0.0,
3702
+ 0.0,
3703
+ 0.0,
3704
+ 0.0,
3705
+ 0.0,
3706
+ 0.0,
3707
+ 0.0,
3708
+ 0.0,
3709
+ 0.0,
3710
+ 0.0,
3711
+ 0.0,
3712
+ 0.0,
3713
+ 0.0,
3714
+ 0.0,
3715
+ 0.0,
3716
+ 0.0,
3717
+ 0.0,
3718
+ 0.0,
3719
+ 0.0,
3720
+ 0.0,
3721
+ 0.0,
3722
+ 0.0,
3723
+ 0.0,
3724
+ 0.0,
3725
+ 0.0,
3726
+ 0.0,
3727
+ 0.0,
3728
+ 0.0,
3729
+ 0.0,
3730
+ 0.0,
3731
+ 0.0,
3732
+ 0.0,
3733
+ 0.0,
3734
+ 0.0,
3735
+ 0.0,
3736
+ 0.0,
3737
+ 0.0,
3738
+ 0.0,
3739
+ 0.0,
3740
+ 0.0,
3741
+ 0.0,
3742
+ 0.0,
3743
+ 0.0,
3744
+ 0.0,
3745
+ 0.0,
3746
+ 0.0,
3747
+ 0.0,
3748
+ 0.0,
3749
+ 0.0,
3750
+ 0.0,
3751
+ 0.0,
3752
+ 0.0,
3753
+ 0.0,
3754
+ 0.0,
3755
+ 0.0,
3756
+ 0.0,
3757
+ 0.0,
3758
+ 0.0,
3759
+ 0.0,
3760
+ 0.0,
3761
+ 0.0,
3762
+ 0.0,
3763
+ 0.0,
3764
+ 0.0,
3765
+ 0.0,
3766
+ 0.0,
3767
+ 0.0,
3768
+ 0.0,
3769
+ 0.0,
3770
+ 0.0,
3771
+ 0.0,
3772
+ 0.0,
3773
+ 0.0,
3774
+ 0.0,
3775
+ 0.0,
3776
+ 0.0,
3777
+ 0.0,
3778
+ 0.0,
3779
+ 0.0,
3780
+ 0.0,
3781
+ 0.0,
3782
+ 0.0,
3783
+ 0.0,
3784
+ 0.0,
3785
+ 0.0,
3786
+ 0.0,
3787
+ 0.0,
3788
+ 0.0,
3789
+ 0.0,
3790
+ 0.0,
3791
+ 0.0,
3792
+ 0.0,
3793
+ 0.0,
3794
+ 0.0,
3795
+ 0.0,
3796
+ 0.0,
3797
+ 0.0,
3798
+ 0.0,
3799
+ 0.0,
3800
+ 0.0,
3801
+ 0.0,
3802
+ 0.0,
3803
+ 0.0,
3804
+ 0.0,
3805
+ 0.0,
3806
+ 0.0,
3807
+ 0.0,
3808
+ 0.0,
3809
+ 0.0,
3810
+ 0.0,
3811
+ 0.0,
3812
+ 0.0,
3813
+ 0.0,
3814
+ 0.0,
3815
+ 0.0,
3816
+ 0.0,
3817
+ 0.0,
3818
+ 0.0,
3819
+ 0.0,
3820
+ 0.0,
3821
+ 0.0,
3822
+ 0.0,
3823
+ 0.0,
3824
+ 0.0,
3825
+ 0.0,
3826
+ 0.0,
3827
+ 0.0,
3828
+ 0.0,
3829
+ 0.0,
3830
+ 0.0,
3831
+ 0.0,
3832
+ 0.0,
3833
+ 0.0,
3834
+ 0.0,
3835
+ 0.0,
3836
+ 0.0,
3837
+ 0.0,
3838
+ 0.0,
3839
+ 0.0,
3840
+ 0.0,
3841
+ 0.0,
3842
+ 0.0,
3843
+ 0.0,
3844
+ 0.0,
3845
+ 0.0,
3846
+ 0.0,
3847
+ 0.0,
3848
+ 0.0,
3849
+ 0.0,
3850
+ 0.0,
3851
+ 0.0,
3852
+ 0.0,
3853
+ 0.0,
3854
+ 0.0,
3855
+ 0.0,
3856
+ 0.0,
3857
+ 0.0,
3858
+ 0.0,
3859
+ 0.0,
3860
+ 0.0,
3861
+ 0.0,
3862
+ 0.0,
3863
+ 0.0,
3864
+ 0.0,
3865
+ 0.0,
3866
+ 0.0,
3867
+ 0.0,
3868
+ 0.0,
3869
+ 0.0,
3870
+ 0.0,
3871
+ 0.0,
3872
+ 0.0,
3873
+ 0.0,
3874
+ 0.0,
3875
+ 0.0,
3876
+ 0.0,
3877
+ 0.0,
3878
+ 0.0,
3879
+ 0.0,
3880
+ 0.0,
3881
+ 0.0,
3882
+ 0.0,
3883
+ 0.0,
3884
+ 0.0,
3885
+ 0.0,
3886
+ 0.0,
3887
+ 0.0,
3888
+ 0.0,
3889
+ 0.0,
3890
+ 0.0,
3891
+ 0.0,
3892
+ 0.0,
3893
+ 0.0,
3894
+ 0.0,
3895
+ 0.0,
3896
+ 0.0,
3897
+ 0.0,
3898
+ 0.0,
3899
+ 0.0,
3900
+ 0.0,
3901
+ 0.0,
3902
+ 0.0,
3903
+ 0.0,
3904
+ 0.0,
3905
+ 0.0,
3906
+ 0.0,
3907
+ 0.0,
3908
+ 0.0,
3909
+ 0.0,
3910
+ 0.0,
3911
+ 0.0,
3912
+ 0.0,
3913
+ 0.0,
3914
+ 0.0,
3915
+ 0.0,
3916
+ 0.0,
3917
+ 0.0,
3918
+ 0.0,
3919
+ 0.0,
3920
+ 0.0,
3921
+ 0.0,
3922
+ 0.0,
3923
+ 0.0,
3924
+ 0.0,
3925
+ 0.0,
3926
+ 0.0,
3927
+ 0.0,
3928
+ 0.0,
3929
+ 0.0,
3930
+ 0.0,
3931
+ 0.0,
3932
+ 0.0,
3933
+ 0.0,
3934
+ 0.0,
3935
+ 0.0,
3936
+ 0.0,
3937
+ 0.0,
3938
+ 0.0,
3939
+ 0.0,
3940
+ 0.0,
3941
+ 0.0,
3942
+ 0.0,
3943
+ 0.0,
3944
+ 0.0,
3945
+ 0.0,
3946
+ 0.0,
3947
+ 0.0,
3948
+ 0.0,
3949
+ 0.0,
3950
+ 0.0,
3951
+ 0.0,
3952
+ 0.0,
3953
+ 0.0,
3954
+ 0.0,
3955
+ 0.0,
3956
+ 0.0,
3957
+ 0.0,
3958
+ 0.0,
3959
+ 0.0,
3960
+ 0.0,
3961
+ 0.0,
3962
+ 0.0,
3963
+ 0.0,
3964
+ 0.0,
3965
+ 0.0,
3966
+ 0.0,
3967
+ 0.0,
3968
+ 0.0,
3969
+ 0.0,
3970
+ 0.0,
3971
+ 0.0,
3972
+ 0.0,
3973
+ 0.0,
3974
+ 0.0,
3975
+ 0.0,
3976
+ 0.0,
3977
+ 0.0,
3978
+ 0.0,
3979
+ 0.0,
3980
+ 0.0,
3981
+ 0.0,
3982
+ 0.0,
3983
+ 0.0,
3984
+ 0.0,
3985
+ 0.0,
3986
+ 0.0,
3987
+ 0.0,
3988
+ 0.0,
3989
+ 0.0,
3990
+ 0.0,
3991
+ 0.0,
3992
+ 0.0,
3993
+ 0.0,
3994
+ 0.0,
3995
+ 0.0,
3996
+ 0.0,
3997
+ 0.0,
3998
+ 0.0,
3999
+ 0.0,
4000
+ 0.0,
4001
+ 0.0,
4002
+ 0.0,
4003
+ 0.0,
4004
+ 0.0,
4005
+ 0.0,
4006
+ 0.0,
4007
+ 0.0,
4008
+ 0.0
4009
+ ],
4010
+ "count": [
4011
+ 16195
4012
+ ]
4013
+ }
4014
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0c843bbfc5845bbba9181a2dedf47b2624208956f052b108502757b1bdd2f89
3
+ size 22427
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:442e8ed866d19a038ab3d457eea6f10b33d3d7d08db32be1f9a5280ac483a565
3
+ size 137531436
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:4559653397b1f487372f8dadd2cfbe0dcf97afbbcfa86fe60663a0934fb1d711
3
+ size 177843170
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:4e6dcb7e5156505cb32016ba816313171e32b563b9d359413ffc7d866c3e0721
3
+ size 134723204
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:30fd38bacc45c2ea8d21e57c7d12d720a9add0022d79c212c789174751ea0808
3
+ size 140672709
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:a38b6a55a3cfb18825e6f11f1c22c47b337a76b8de9909533bbf5576b7733a8a
3
+ size 131894044
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:8eebefd67bdf94ed8f14041bb4a296f02550b7b112c8072a7365f9fd5f11920f
3
+ size 140035040
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:d609192a5f77f30a587b897a0e0f127b5e2451cf32b3ffb096fb5aa55ad2f053
3
+ size 132960650
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:c0e862e9af91a16298ef4badccd30b4ac1e34a8896ee6def3e3cef1ba49a977a
3
+ size 137980009