diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..928e5815d45d097c5b290c51bad4f15875e4aacc --- /dev/null +++ b/README.md @@ -0,0 +1,609 @@ +--- +task_categories: + - robotics + +language: + - en + + +extra_gated_prompt: 'By accessing this dataset, you agree to cite the associated paper in your research/publications—see the "Citation" section for details. You agree to not use the dataset to conduct experiments that cause harm to human subjects.' + + + +extra_gated_fields: + + Company/Organization: + type: 'text' + description: 'e.g., "ETH Zurich", "Boston Dynamics", "Independent Researcher"' + + Country: + type: 'country' + description: 'e.g., "Germany", "China", "United States"' + + + +tags: + - RoboCOIN + - LeRobot + +license: apache-2.0 + +configs: +- config_name: default + data_files: data/chunk-{id}/episode_{id}.parquet +--- + +# AI2_Alphabot_2_stack_blocks + +## Dataset Description + +This dataset uses an extended format based on LeRobot and is fully compatible with LeRobot. + +## Task Preview + + + +[View Video Directly](videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4) + +### Overview + +- **Total Episodes:** 211 +- **Total Frames:** 122256 +- **FPS:** 30 +- **Dataset Size:** 1.84 GB +- **Robot Name:** `AI2_Alphabot_2` +- **End-Effector Type:** `two_finger_end_effector` +- **Teleoperation Type:** `vr_controller` +- **Sensors:** `cam_front_chest_rgb`, +`cam_front_head_rgb`, +`cam_left_wrist_rgb`, +`cam_right_wrist_rgb` + +- **Camera Information:** cam_front_chest_rgb; +cam_front_head_rgb; +cam_left_wrist_rgb; +cam_right_wrist_rgb + +- **Scene:** `Household->Living Room` +- **Objects:** `square block(purple)`, +`square block(green)` + +- **Task Description:** Pick the topmost block from the stack and place it on the table. + + +### Primary Task Instruction +> Pick the topmost block from the stack and place it on the table. + +### Robot Configuration + +- **Robot Name:** `AI2_Alphabot_2` +- **Codebase Version:** `v2.1` +- **End-Effector Type:** `two_finger_end_effector` +- **Teleoperation Type:** `vr_controller` + +## Scene and Objects + +### Scene Type +`Household->Living Room` + +### Objects +- `square block(purple)` +- `square block(green)` + + +## Task Descriptions + +- **Standardized Task Description:** `Pick the topmost block from the stack and place it on the table.` +- **Operation Type:** `fixed_single_arm` + +- **Environment Type:** `real_world` + +### Sub-Tasks +This dataset includes 1 distinct subtasks: + +1. **Pick the topmost block from the stack and place it on the table.** + + +### Atomic Actions +- `grasp` +- `place` + + +## Hardware and Sensors + + +### Sensors + +- `cam_front_chest_rgb` + +- `cam_front_head_rgb` + +- `cam_left_wrist_rgb` + +- `cam_right_wrist_rgb` + + + + +### Camera Information + + +- `cam_front_chest_rgb`: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, pix_fmt=yuv420p + +- `cam_front_head_rgb`: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, pix_fmt=yuv420p + +- `cam_left_wrist_rgb`: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, pix_fmt=yuv420p + +- `cam_right_wrist_rgb`: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, pix_fmt=yuv420p + + + + +### Coordinate System +- **Definition:** `right-hand-frame` + + +### Dimensions & Units +- **Joint Rotation:** `radian` +- **End-Effector Rotation:** `radian` +- **End-Effector Translation:** `meter` + + + + +## Dataset Statistics + +| Metric | Value | +|--------|-------| +| **Total Episodes** | 211 | +| **Total Frames** | 122256 | +| **Total Tasks** | 1 | +| **Total Videos** | 844 | +| **Total Chunks** | 1 | +| **Chunk Size** | 1000 | +| **FPS** | 30 | +| **State Dimensions** | 34 | +| **Action Dimensions** | 34 | +| **Camera Views** | 4 | +| **Dataset Size** | 1.84 GB | + + +## Data Splits + +The dataset is organized into the following splits: + +- **Training**: Episodes 0:210 + + +## Dataset Structure + +This dataset follows the LeRobot format and contains the following components: + +### Data Files +- **Videos**: Compressed video files containing RGB camera observations +- **State Data**: Robot joint positions, velocities, and other state information +- **Action Data**: Robot action commands and trajectories +- **Metadata**: Episode metadata, timestamps, and annotations + +### File Organization +- **Data Path Pattern**: `data/chunk-{id}/episode_{id}.parquet` +- **Video Path Pattern**: `videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}` +- **Chunking**: Data is organized into 1 chunk(s) +of size 1000 + +### Data Structure (Tree) + +``` +AI2_Alphabot_2_stack_blocks_0_qced_hardlink/ +|-- annotations +| |-- eef_acc_mag_annotation.jsonl +| |-- eef_direction_annotation.jsonl +| |-- eef_velocity_annotation.jsonl +| |-- gripper_activity_annotation.jsonl +| `-- gripper_mode_annotation.jsonl +|-- data +| `-- chunk-000 +| |-- episode_000000.parquet +| |-- episode_000001.parquet +| |-- episode_000002.parquet +| |-- episode_000003.parquet +| |-- episode_000004.parquet +| |-- episode_000005.parquet +| |-- episode_000006.parquet +| |-- episode_000007.parquet +| |-- episode_000008.parquet +| |-- episode_000009.parquet +| |-- episode_000010.parquet +| `-- episode_000011.parquet +| `-- ... (199 more entries) +|-- meta +| |-- episodes.jsonl +| |-- episodes_stats.jsonl +| |-- info.json +| `-- tasks.jsonl +|-- videos +| `-- chunk-000 +| |-- observation.images.cam_front_chest_rgb +| |-- observation.images.cam_front_head_rgb +| |-- observation.images.cam_left_wrist_rgb +| `-- observation.images.cam_right_wrist_rgb +`-- info.yaml +``` + +## Camera Views + + + + + + +This dataset includes 4 camera views: `cam_front_chest_rgb`, `cam_front_head_rgb`, `cam_left_wrist_rgb`, `cam_right_wrist_rgb`. + + +## Features (Full YAML) + +```yaml +observation.images.cam_front_chest_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false +observation.images.cam_front_head_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false +observation.images.cam_left_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false +observation.images.cam_right_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false +observation.state: + dtype: float32 + shape: + - 34 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - left_eef_pos_x_m + - left_eef_pos_y_m + - left_eef_pos_z_m + - left_eef_rot_euler_x_rad + - left_eef_rot_euler_y_rad + - left_eef_rot_euler_z_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - right_eef_pos_x_m + - right_eef_pos_y_m + - right_eef_pos_z_m + - right_eef_rot_euler_x_rad + - right_eef_rot_euler_y_rad + - right_eef_rot_euler_z_rad + - left_gripper_open + - right_gripper_open + - neck_joint_1_rad + - neck_joint_2_rad + - torso_joint_1_rad + - torso_joint_2_rad + - torso_joint_3_rad + - torso_joint_4_rad +action: + dtype: float32 + shape: + - 34 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - left_eef_pos_x_m + - left_eef_pos_y_m + - left_eef_pos_z_m + - left_eef_rot_euler_x_rad + - left_eef_rot_euler_y_rad + - left_eef_rot_euler_z_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - right_eef_pos_x_m + - right_eef_pos_y_m + - right_eef_pos_z_m + - right_eef_rot_euler_x_rad + - right_eef_rot_euler_y_rad + - right_eef_rot_euler_z_rad + - left_gripper_open + - right_gripper_open + - neck_joint_1_rad + - neck_joint_2_rad + - torso_joint_1_rad + - torso_joint_2_rad + - torso_joint_3_rad + - torso_joint_4_rad +timestamp: + dtype: float32 + shape: + - 1 + names: null +frame_index: + dtype: int64 + shape: + - 1 + names: null +episode_index: + dtype: int64 + shape: + - 1 + names: null +index: + dtype: int64 + shape: + - 1 + names: null +task_index: + dtype: int64 + shape: + - 1 + names: null +gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + dtype: float64 + shape: + - 2 +gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + dtype: float64 + shape: + - 2 +eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 +eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 +eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 +eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 +eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 +eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 +eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 +eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 +gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + dtype: int32 + shape: + - 2 +gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + dtype: int32 + shape: + - 2 +gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + dtype: int32 + shape: + - 2 +gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + dtype: int32 + shape: + - 2 + +``` + +## Available Annotations + +This dataset includes rich annotations to support diverse learning approaches: + +- `eef_acc_mag_annotation.jsonl` +- `eef_direction_annotation.jsonl` +- `eef_velocity_annotation.jsonl` +- `gripper_activity_annotation.jsonl` +- `gripper_mode_annotation.jsonl` + + +## Dataset Tags + +- `RoboCOIN` +- `LeRobot` + + +## Authors + +### Contributors +This dataset is contributed by:-RoboCOIN Team at Beijing Academy of Artificial Intelligence (BAAI) + +### Annotators +No annotator information available. + +## Links + +- **Homepage:** [https://flagopen.github.io/RoboCOIN/](https://flagopen.github.io/RoboCOIN/) +- **Paper:** [https://arxiv.org/abs/2511.17441](https://arxiv.org/abs/2511.17441) +- **Repository:** [https://github.com/FlagOpen/RoboCOIN](https://github.com/FlagOpen/RoboCOIN) +## Contact and Support + +For questions, issues, or feedback regarding this dataset, please contact us. +### Support +For technical support, please open an issue on our GitHub repository. + +## License + +apache-2.0 + +## Citation + +If you use this dataset in your research, please cite: + +```bibtex +@article{robocoin, + title={RoboCOIN: An Open-Sourced Bimanual Robotic Data Collection for Integrated Manipulation}, + author={Shihan Wu, Xuecheng Liu, Shaoxuan Xie, Pengwei Wang, Xinghang Li, Bowen Yang, Zhe Li, Kai Zhu, Hongyu Wu, Yiheng Liu, Zhaoye Long, Yue Wang, Chong Liu, Dihan Wang, Ziqiang Ni, Xiang Yang, You Liu, Ruoxuan Feng, Runtian Xu, Lei Zhang, Denghang Huang, Chenghao Jin, Anlan Yin, Xinlong Wang, Zhenguo Sun, Junkai Zhao, Mengfei Du, Mingyu Cao, Xiansheng Chen, Hongyang Cheng, Xiaojie Zhang, Yankai Fu, Ning Chen, Cheng Chi, Sixiang Chen, Huaihai Lyu, Xiaoshuai Hao, Yequan Wang, Bo Lei, Dong Liu, Xi Yang, Yance Jiao, Tengfei Pan, Yunyan Zhang, Songjing Wang, Ziqian Zhang, Xu Liu, Ji Zhang, Caowei Meng, Zhizheng Zhang, Jiyang Gao, Song Wang, Xiaokun Leng, Zhiqiang Xie, Zhenzhen Zhou, Peng Huang, Wu Yang, Yandong Guo, Yichao Zhu, Suibing Zheng, Hao Cheng, Xinmin Ding, Yang Yue, Huanqian Wang, Chi Chen, Jingrui Pang, YuXi Qian, Haoran Geng, Lianli Gao, Haiyuan Li, Bin Fang, Gao Huang, Yaodong Yang, Hao Dong, He Wang, Hang Zhao, Yadong Mu, Di Hu, Hao Zhao, Tiejun Huang, Shanghang Zhang, Yonghua Lin, Zhongyuan Wang and Guocai Yao}, + journal={arXiv preprint arXiv:2511.17441}, + url = {https://arxiv.org/abs/2511.17441}, + year={2025}, + } + +``` + +### Additional References + +If you use this dataset, please also consider citing: +LeRobot Framework: https://github.com/huggingface/lerobot + + +## Version Information + +Initial Release diff --git a/annotations/eef_acc_mag_annotation.jsonl b/annotations/eef_acc_mag_annotation.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..261c0cb86faecc005328e7b464d8fa76fc4eab3a --- /dev/null +++ b/annotations/eef_acc_mag_annotation.jsonl @@ -0,0 +1,3 @@ +{"eef_acc_mag_index": 0, "eef_acc_mag": "constant"} +{"eef_acc_mag_index": 1, "eef_acc_mag": "accelerating"} +{"eef_acc_mag_index": 2, "eef_acc_mag": "decelerating"} diff --git a/annotations/eef_direction_annotation.jsonl b/annotations/eef_direction_annotation.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..15eb9abd75814183c860e3bffd75f9148c4e0d04 --- /dev/null +++ b/annotations/eef_direction_annotation.jsonl @@ -0,0 +1,7 @@ +{"eef_direction_index": 0, "eef_direction": "forward"} +{"eef_direction_index": 1, "eef_direction": "backward"} +{"eef_direction_index": 2, "eef_direction": "left"} +{"eef_direction_index": 3, "eef_direction": "right"} +{"eef_direction_index": 4, "eef_direction": "up"} +{"eef_direction_index": 5, "eef_direction": "down"} +{"eef_direction_index": 6, "eef_direction": "still"} diff --git a/annotations/eef_velocity_annotation.jsonl b/annotations/eef_velocity_annotation.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..67c684f8b05e1f6240ea5dd4a9bc9a5df14fe086 --- /dev/null +++ b/annotations/eef_velocity_annotation.jsonl @@ -0,0 +1,3 @@ +{"eef_velocity_index": 0, "eef_velocity": "still"} +{"eef_velocity_index": 1, "eef_velocity": "slow"} +{"eef_velocity_index": 2, "eef_velocity": "fast"} diff --git a/annotations/gripper_activity_annotation.jsonl b/annotations/gripper_activity_annotation.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..275a505f9220cce6502eac987c96a0261ef3f030 --- /dev/null +++ b/annotations/gripper_activity_annotation.jsonl @@ -0,0 +1,4 @@ +{"gripper_activity_index": 0, "gripper_activity": "openning"} +{"gripper_activity_index": 1, "gripper_activity": "closing"} +{"gripper_activity_index": 2, "gripper_activity": "holding"} +{"gripper_activity_index": 3, "gripper_activity": "unknown"} diff --git a/annotations/gripper_mode_annotation.jsonl b/annotations/gripper_mode_annotation.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..3825f1be6645468297ad5be29f9275f04db52345 --- /dev/null +++ b/annotations/gripper_mode_annotation.jsonl @@ -0,0 +1,3 @@ +{"gripper_mode_index": 0, "gripper_mode": "open"} +{"gripper_mode_index": 1, "gripper_mode": "closed"} +{"gripper_mode_index": 2, "gripper_mode": "unknown"} diff --git a/data/chunk-000/episode_000000.parquet b/data/chunk-000/episode_000000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1a48a68c1473ff293866a076be5571e8742b5844 --- /dev/null +++ b/data/chunk-000/episode_000000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcc338adaefac396b0c8fcdfd2264c56153c0a050c4f705506c3174b00c9f6ea +size 168945 diff --git a/data/chunk-000/episode_000001.parquet b/data/chunk-000/episode_000001.parquet new file mode 100644 index 0000000000000000000000000000000000000000..22d1469fa3052bd2a669ee79a07cc29bb9054b99 --- /dev/null +++ b/data/chunk-000/episode_000001.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad24d6767aa21b010a0de49786d84f66fe6c0ce52f2dae7856daa7a43733ceb4 +size 173475 diff --git a/data/chunk-000/episode_000002.parquet b/data/chunk-000/episode_000002.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bd5f945afdd527e3461a7dab8933a2e0d2ab0471 --- /dev/null +++ b/data/chunk-000/episode_000002.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d9fa8d463896015d752ff0e25b9ae0ab5cc5061998961ef51f639ab013897f6 +size 173625 diff --git a/data/chunk-000/episode_000003.parquet b/data/chunk-000/episode_000003.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fb5982519be47e454a56cae452b9f8100736cee9 --- /dev/null +++ b/data/chunk-000/episode_000003.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c0d93b6662b4a050064cad697d0bfb571e4f5cd658440f33280e8bf182e5505 +size 168137 diff --git a/data/chunk-000/episode_000004.parquet b/data/chunk-000/episode_000004.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6ad8a25833add364a90abf3812f85279e70e6970 --- /dev/null +++ b/data/chunk-000/episode_000004.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bad3b8030bab2cf1a65052aa064c31fe5b962afd55461358d63beb512646384 +size 162191 diff --git a/data/chunk-000/episode_000005.parquet b/data/chunk-000/episode_000005.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0295acd6f90ff3223d0532cb070bfec7dc93c886 --- /dev/null +++ b/data/chunk-000/episode_000005.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c73ea2cdb3ca6cf7383bf8ee5bcc9fe57ea12d73c99fba0c88a884a511abd7be +size 165069 diff --git a/data/chunk-000/episode_000006.parquet b/data/chunk-000/episode_000006.parquet new file mode 100644 index 0000000000000000000000000000000000000000..609f97aea3b20fe0bf8df520b4d4052e0f506ff3 --- /dev/null +++ b/data/chunk-000/episode_000006.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcf2bd7b2b6216ae493bbee2ec2b1c7e0058f9af3f93d77e32641d320d582b01 +size 160247 diff --git a/data/chunk-000/episode_000007.parquet b/data/chunk-000/episode_000007.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b7b02add1e400171779c1898ecdb34d60b6a05ba --- /dev/null +++ b/data/chunk-000/episode_000007.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b484440753fea749655a456f840db7525c0919067e6059bbcc2adb6b06f2c5f +size 183417 diff --git a/data/chunk-000/episode_000008.parquet b/data/chunk-000/episode_000008.parquet new file mode 100644 index 0000000000000000000000000000000000000000..367aef9dbfd9f7caa0a1641f9f1010795bfcc22b --- /dev/null +++ b/data/chunk-000/episode_000008.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4ee10a9d80602344bb8c7e87d26d6e4767f67d51e93349cdd70356e79ffa399 +size 183181 diff --git a/data/chunk-000/episode_000009.parquet b/data/chunk-000/episode_000009.parquet new file mode 100644 index 0000000000000000000000000000000000000000..16f639b69c1fbc4b5538d92ff787b5b6c616a8ce --- /dev/null +++ b/data/chunk-000/episode_000009.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bc7e64512054b5221bda7424240be0a137dde65e13e495aaaf2a46663c85853 +size 177813 diff --git a/data/chunk-000/episode_000010.parquet b/data/chunk-000/episode_000010.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1ca0a700b6c17b21f69edc94ecc276835d984d49 --- /dev/null +++ b/data/chunk-000/episode_000010.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daba50c83957d0470af41201fcdbd639a61f3350226f3b10910fab852dc6f41c +size 172312 diff --git a/data/chunk-000/episode_000011.parquet b/data/chunk-000/episode_000011.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b69c033b5d1ee6c5d5ad7fb491e22851fc75ea86 --- /dev/null +++ b/data/chunk-000/episode_000011.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a09a915baa57b09622e180a789585a07b107a3bf9a5cc851f63e8584a4b03c8c +size 185730 diff --git a/data/chunk-000/episode_000012.parquet b/data/chunk-000/episode_000012.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aaa76f2ed14bab278de69079e2484cee18b57914 --- /dev/null +++ b/data/chunk-000/episode_000012.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:453e91677e9bd906f3f9065e8ef80d5a137e55c5a187822ffa759b7fc25f65d3 +size 158598 diff --git a/data/chunk-000/episode_000013.parquet b/data/chunk-000/episode_000013.parquet new file mode 100644 index 0000000000000000000000000000000000000000..80c5f2b74e4d35de656a5102ad044d01ed464cef --- /dev/null +++ b/data/chunk-000/episode_000013.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0ea1fa8abd0d933785896d4ee20258f652e8243a88b1ced6b205d35efc45bf2 +size 176940 diff --git a/data/chunk-000/episode_000014.parquet b/data/chunk-000/episode_000014.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0530dfb7655b9050f8aed989164440a1c3178787 --- /dev/null +++ b/data/chunk-000/episode_000014.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8857d5060124058cf9fca9eb494ea35d932c9991aaa71b78b60cbcfa0528a3fd +size 164159 diff --git a/data/chunk-000/episode_000015.parquet b/data/chunk-000/episode_000015.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8bce7633d1278ee833d0d28ed276dfb9587527cd --- /dev/null +++ b/data/chunk-000/episode_000015.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90c86b4b605cda01439b267cde334cdf59d2d9e5bbe3f7dcddd782077d5a6d40 +size 162557 diff --git a/data/chunk-000/episode_000016.parquet b/data/chunk-000/episode_000016.parquet new file mode 100644 index 0000000000000000000000000000000000000000..86e0534421ead652866fcb77ea4403ca477fee57 --- /dev/null +++ b/data/chunk-000/episode_000016.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25e10e316713817dbfdeb14619e52afa113aa9e920e2e84e92d46b21d8b4005a +size 169434 diff --git a/data/chunk-000/episode_000017.parquet b/data/chunk-000/episode_000017.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bae270fc94f3be2cdec1a8de805a76ac51472725 --- /dev/null +++ b/data/chunk-000/episode_000017.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:172ef56c57e92a83006c6d65d086679cf4e1a1008b18206068949c65e1f36697 +size 180161 diff --git a/data/chunk-000/episode_000018.parquet b/data/chunk-000/episode_000018.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e8a12d0e53b742d80cd39aec3be92002476cc382 --- /dev/null +++ b/data/chunk-000/episode_000018.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:323e376ac33f22d00f9a846e440bc9fd796b3fbe8345b07b816c8979cc3ca34e +size 177131 diff --git a/data/chunk-000/episode_000019.parquet b/data/chunk-000/episode_000019.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fa78a0d8101c3a4985afb9539df5b87044448675 --- /dev/null +++ b/data/chunk-000/episode_000019.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:638eec8fb16925e297ad81828a06e3b840cfa5f15f3bd293c7e568f4985f3c94 +size 166922 diff --git a/data/chunk-000/episode_000020.parquet b/data/chunk-000/episode_000020.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4c639ae6d2b9141cdbc9dfad59f8aedc891434dd --- /dev/null +++ b/data/chunk-000/episode_000020.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e78060f31ad3f7c476d2766a565461b6fab89912022380fedc86fdd1c7a2a634 +size 153455 diff --git a/data/chunk-000/episode_000021.parquet b/data/chunk-000/episode_000021.parquet new file mode 100644 index 0000000000000000000000000000000000000000..11492cb25b17fd0c024bfa36e49226940d85d84c --- /dev/null +++ b/data/chunk-000/episode_000021.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02360c1c49a1c0f2a04dbcdebdc3a56aa551b5d3ea2cae20cf483ace7d354c89 +size 183337 diff --git a/data/chunk-000/episode_000022.parquet b/data/chunk-000/episode_000022.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c23bc19a04322d017b98e8f4904de8156080be51 --- /dev/null +++ b/data/chunk-000/episode_000022.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c371ba5292f30df449be1ee06104f56e357c0ae53ed56171e15136b82288f9e +size 153637 diff --git a/data/chunk-000/episode_000023.parquet b/data/chunk-000/episode_000023.parquet new file mode 100644 index 0000000000000000000000000000000000000000..41da0be2a88760640a6e83eec51a65013a5b6427 --- /dev/null +++ b/data/chunk-000/episode_000023.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bc599f6a804470f2b7e76ccae8a1241e6c6326e0259c48e5dac310641adec50 +size 167460 diff --git a/data/chunk-000/episode_000024.parquet b/data/chunk-000/episode_000024.parquet new file mode 100644 index 0000000000000000000000000000000000000000..71debc26fdc849e8b208322bf284c80c171867ff --- /dev/null +++ b/data/chunk-000/episode_000024.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc35c4a7b2cdab6c407770a705b62a07240ab8c223dc28e3a6ae625f1928de4b +size 172159 diff --git a/data/chunk-000/episode_000025.parquet b/data/chunk-000/episode_000025.parquet new file mode 100644 index 0000000000000000000000000000000000000000..93b0d6583a10c4505d85a61235e6a73127485011 --- /dev/null +++ b/data/chunk-000/episode_000025.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e5b28ce08e6c65e324c205d85fbb673f0a6cbac1c623ef23473fe58a06253b8 +size 161918 diff --git a/data/chunk-000/episode_000026.parquet b/data/chunk-000/episode_000026.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ecf33c229de5bb8b3cbcb0c145ed6cabce711639 --- /dev/null +++ b/data/chunk-000/episode_000026.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bed91d66ac88b27f06659ee02c1924a3ce6b9176ec690306da303a0cae18a86 +size 164132 diff --git a/data/chunk-000/episode_000027.parquet b/data/chunk-000/episode_000027.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4deb3519ec13898a0198db140c0b0c5e0fd40ceb --- /dev/null +++ b/data/chunk-000/episode_000027.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae8432e2349563359fc5643afdf8645ad4aeaf67c6d68f2aab0b6c136346ccfd +size 157157 diff --git a/data/chunk-000/episode_000028.parquet b/data/chunk-000/episode_000028.parquet new file mode 100644 index 0000000000000000000000000000000000000000..af766b95ac88e15a8333e5c03d7b9bbc2b9808ff --- /dev/null +++ b/data/chunk-000/episode_000028.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aba2b4e23d961292e72af289b37da10a624adf0553e57cf7c8f3b443b1d5ebc +size 159545 diff --git a/data/chunk-000/episode_000029.parquet b/data/chunk-000/episode_000029.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e11141eed715b05ee848794146655f2e38fdfa28 --- /dev/null +++ b/data/chunk-000/episode_000029.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae01d4f82ce1a44fe88c5a53d9ce2facf91c8e5bc0703c0668ea54a62f1380a5 +size 170025 diff --git a/data/chunk-000/episode_000030.parquet b/data/chunk-000/episode_000030.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5adfc0fa434aea66a14f12ea70ba6bb1e86192de --- /dev/null +++ b/data/chunk-000/episode_000030.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3986d52ab6eca20876d8b46c3c5dc80d76d412d1cc1ec0d28fbff0aa29df9b5d +size 162100 diff --git a/data/chunk-000/episode_000031.parquet b/data/chunk-000/episode_000031.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8d1c4d5cdd3b1ce0f9f2e856decb1ca7f63543b9 --- /dev/null +++ b/data/chunk-000/episode_000031.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0397edd03698f2cebb131dafee4798aaedcaa01b17cd160d059e6f9bfbda2da +size 159132 diff --git a/data/chunk-000/episode_000032.parquet b/data/chunk-000/episode_000032.parquet new file mode 100644 index 0000000000000000000000000000000000000000..128bba6088553db5a554dadf11a20336c5293622 --- /dev/null +++ b/data/chunk-000/episode_000032.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f146d99d6bb8a37ff7236abdf2cf147f4e90bd4505a214f6e174236b297880a5 +size 176260 diff --git a/data/chunk-000/episode_000033.parquet b/data/chunk-000/episode_000033.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bcb056c836dc4aa79c714b0ad89a4817606d74f6 --- /dev/null +++ b/data/chunk-000/episode_000033.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42037c272abd042d8aadc280090e60c001e164dfcd1dd5960637ecb600b545d7 +size 158268 diff --git a/data/chunk-000/episode_000034.parquet b/data/chunk-000/episode_000034.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0a215935733e8b756fe30eae3ade973b754915d6 --- /dev/null +++ b/data/chunk-000/episode_000034.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19c2a33b53838327aa13d2d6c32f66dbbdd99564b9a488e1ed0718e340785100 +size 161616 diff --git a/data/chunk-000/episode_000035.parquet b/data/chunk-000/episode_000035.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f9255eaf4b4bb9b567af15f2294509dbe1db06ab --- /dev/null +++ b/data/chunk-000/episode_000035.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55a4b6ae9534766819528d21d934facb26fe5e3b359f546c21f30c0a21e80e18 +size 159615 diff --git a/data/chunk-000/episode_000036.parquet b/data/chunk-000/episode_000036.parquet new file mode 100644 index 0000000000000000000000000000000000000000..52c60c2a8be99ece92c6915d59d7190e65619b23 --- /dev/null +++ b/data/chunk-000/episode_000036.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d642dbaccf75242371fba4ce1f252ea343e1769b0ef09432a66c2bd1b25a7353 +size 165940 diff --git a/data/chunk-000/episode_000037.parquet b/data/chunk-000/episode_000037.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4a1a7ba715e45caba3ff1bed8758f8967ae4da31 --- /dev/null +++ b/data/chunk-000/episode_000037.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92584a5228ec2f11800f602c6822c42670820c031770529dc0d7a8da81c31a8c +size 183424 diff --git a/data/chunk-000/episode_000038.parquet b/data/chunk-000/episode_000038.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2630c6fa862b9109ceb3006927188d7a5971b0f0 --- /dev/null +++ b/data/chunk-000/episode_000038.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4b6a4208caa4a93367c0c3e363a070ae37323f0243b505427e3a638aa896fc5 +size 160408 diff --git a/data/chunk-000/episode_000039.parquet b/data/chunk-000/episode_000039.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c2dfad1472f202d2d88fa735113e28cdfbf7e389 --- /dev/null +++ b/data/chunk-000/episode_000039.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80572dcee7e8b964e7a79395cf85bd5a17cabf83bc3b1143a43651c386e3eb4f +size 146410 diff --git a/data/chunk-000/episode_000040.parquet b/data/chunk-000/episode_000040.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e737aa648ddaa8801caf3467b57bde6532db11b9 --- /dev/null +++ b/data/chunk-000/episode_000040.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e409b4263d60f99c7509b83a07e51e7a0a93f4bcb3bae9b1230e1133b5fcbbc9 +size 158391 diff --git a/data/chunk-000/episode_000041.parquet b/data/chunk-000/episode_000041.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e6aebf4df92117c0ca2d5c89e1e7edac2c263aa2 --- /dev/null +++ b/data/chunk-000/episode_000041.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f764a2ad8f11be592ae753579859ce5f71bf6454313c70535344b539801bfb7 +size 163382 diff --git a/data/chunk-000/episode_000042.parquet b/data/chunk-000/episode_000042.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e21b9db90e7b14ea52667c42eee0ecdb98a7db2e --- /dev/null +++ b/data/chunk-000/episode_000042.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85a39b5a054a5b82510a675fe969794e62bdd971d6aab0fa9936b68ecee6cad6 +size 148403 diff --git a/data/chunk-000/episode_000043.parquet b/data/chunk-000/episode_000043.parquet new file mode 100644 index 0000000000000000000000000000000000000000..618d79979848f5a8af968a482e73dff32eae79c6 --- /dev/null +++ b/data/chunk-000/episode_000043.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caabe12ecea8bfcd705d485165ad037407ba5d57cbf2ae297bd322c55bda8ca8 +size 176167 diff --git a/data/chunk-000/episode_000044.parquet b/data/chunk-000/episode_000044.parquet new file mode 100644 index 0000000000000000000000000000000000000000..447e71125d6574c815176ad0538634228b10d0ea --- /dev/null +++ b/data/chunk-000/episode_000044.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eccc131413e03a930b2ab1da8ed733674d40afdaa13939133fc248c94a794084 +size 155613 diff --git a/data/chunk-000/episode_000045.parquet b/data/chunk-000/episode_000045.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d33e4841a0794b5848dc88ce5367eb1287302962 --- /dev/null +++ b/data/chunk-000/episode_000045.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4390df403b175cfebfd8cc0fde81773a1ecd0bc16c637a1dcc73bf5496d76252 +size 156663 diff --git a/data/chunk-000/episode_000046.parquet b/data/chunk-000/episode_000046.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2bcc8243908c0f9f683500cc8f13378b4ded2dfa --- /dev/null +++ b/data/chunk-000/episode_000046.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:019dc8fbf749ddd5ec5879f487f36e3af1177b5dcc70dfac9341dd5245c49fe7 +size 149415 diff --git a/data/chunk-000/episode_000047.parquet b/data/chunk-000/episode_000047.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3c1222092aac01d91b7792a7b46bc7c0225056d7 --- /dev/null +++ b/data/chunk-000/episode_000047.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b157bf0ab0c246009bc7325ce26e25f0854c23e24725f0b387af4a61bc94b502 +size 160790 diff --git a/data/chunk-000/episode_000048.parquet b/data/chunk-000/episode_000048.parquet new file mode 100644 index 0000000000000000000000000000000000000000..611d06c160d52b15f992bca0e1f032eda38e7630 --- /dev/null +++ b/data/chunk-000/episode_000048.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:716d67aa92ee0ede21d40050931a3dbfa2bc10b5af5de6d8b7223b90ed6541d8 +size 157214 diff --git a/data/chunk-000/episode_000049.parquet b/data/chunk-000/episode_000049.parquet new file mode 100644 index 0000000000000000000000000000000000000000..937f0dbcfe1a25bc3a92ddea8cfea2f6df652206 --- /dev/null +++ b/data/chunk-000/episode_000049.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67c426def0f52d39f3f28c3f4341eb384afd7464c6eaf74aa2ebdbf729067196 +size 153946 diff --git a/data/chunk-000/episode_000050.parquet b/data/chunk-000/episode_000050.parquet new file mode 100644 index 0000000000000000000000000000000000000000..41a47c8a697515a4c1dee5d54ca3563b35900ce1 --- /dev/null +++ b/data/chunk-000/episode_000050.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:575ee03669542c9c454979281796d86daeaa7b21664e33a7c1e27827daad2b6e +size 144375 diff --git a/data/chunk-000/episode_000051.parquet b/data/chunk-000/episode_000051.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e2f538710d7446e3a5bb03910de54613eab8b78d --- /dev/null +++ b/data/chunk-000/episode_000051.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b65f93be197a95c3d86b5e04972971d23908d071f48859df7d628b5bd18fb567 +size 145754 diff --git a/data/chunk-000/episode_000052.parquet b/data/chunk-000/episode_000052.parquet new file mode 100644 index 0000000000000000000000000000000000000000..84d6fc815b2650daf30587f2c5fb94a7cecb1ec8 --- /dev/null +++ b/data/chunk-000/episode_000052.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c9e9d776ff3adb931807eb21f627368f7f7889f2282ecd7e5b02e85dd413e34 +size 145911 diff --git a/data/chunk-000/episode_000053.parquet b/data/chunk-000/episode_000053.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f2e807dc5fb41393c2a67482dd39ddcd7fe38e97 --- /dev/null +++ b/data/chunk-000/episode_000053.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6633e14370cc2b0108430bbca1dd197eecaa14cd37878aa2cab4d201d23430f +size 149932 diff --git a/data/chunk-000/episode_000054.parquet b/data/chunk-000/episode_000054.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2225bf52a0f4746b80d5dbd2045f6d48ea2bcae3 --- /dev/null +++ b/data/chunk-000/episode_000054.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbd88cff83961ff18d2ca21a6df2c6011bee0adb3c080f5e47d6c6f391498b61 +size 158052 diff --git a/data/chunk-000/episode_000055.parquet b/data/chunk-000/episode_000055.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c4d6c7c8a19e8d942a763a3f3180763a45c2f36d --- /dev/null +++ b/data/chunk-000/episode_000055.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feb3ddd9a5806537effd515dcb198e86ee48ecdd9b8a071e0520994057f7dd2a +size 148397 diff --git a/data/chunk-000/episode_000056.parquet b/data/chunk-000/episode_000056.parquet new file mode 100644 index 0000000000000000000000000000000000000000..89956bed1f5e229aaf38e2592e28b51c34f4b568 --- /dev/null +++ b/data/chunk-000/episode_000056.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:897bd2f54f2759c6c836297e04e2f7cfd1f8b415989636926a51a859865fae53 +size 152950 diff --git a/data/chunk-000/episode_000057.parquet b/data/chunk-000/episode_000057.parquet new file mode 100644 index 0000000000000000000000000000000000000000..91377bf0285a8f77bbcfcde5ff11d07aeef8f94b --- /dev/null +++ b/data/chunk-000/episode_000057.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd5f31d6af60d57e16f1e0ba78122250e0467eb821b62f2c936c84ae6cb9cf56 +size 149369 diff --git a/data/chunk-000/episode_000058.parquet b/data/chunk-000/episode_000058.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4c70d29d211d60bdc6e3a1f302ce7cd641a05c71 --- /dev/null +++ b/data/chunk-000/episode_000058.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b95cffc4d787165b3afba4382780fff76c05de99a0f43f15c0e4be7b9059609d +size 165781 diff --git a/data/chunk-000/episode_000059.parquet b/data/chunk-000/episode_000059.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1af994aee8652443fb361d108563b7ee0ce545d4 --- /dev/null +++ b/data/chunk-000/episode_000059.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1de0a81bdcdf5cd6a45a22a02cb456018503087618644ba4ecf9dfd5c228b513 +size 175338 diff --git a/data/chunk-000/episode_000060.parquet b/data/chunk-000/episode_000060.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3e60486bddbf1c8afc0122116dad4a0158661449 --- /dev/null +++ b/data/chunk-000/episode_000060.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f3447a74b23603823d0211f1ae881bac2162e7a352992b9b27139701fed58b8 +size 165486 diff --git a/data/chunk-000/episode_000061.parquet b/data/chunk-000/episode_000061.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b0af915d77b3d3d55b1771349d03c3db1687b00b --- /dev/null +++ b/data/chunk-000/episode_000061.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:629f83fb87545b57e17729b0911d87134851de4f3c1a2310145a96215075855b +size 167855 diff --git a/data/chunk-000/episode_000062.parquet b/data/chunk-000/episode_000062.parquet new file mode 100644 index 0000000000000000000000000000000000000000..66c13ca23affe16e6d68ffba7e138efd21f7f93d --- /dev/null +++ b/data/chunk-000/episode_000062.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d57dec4e47e42f73f25e104aaab1adc1439379a205036ef4934a4c792963b8b +size 162100 diff --git a/data/chunk-000/episode_000063.parquet b/data/chunk-000/episode_000063.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6709dd6a771fefddc9cddd2c2e54f7a5e530bb0f --- /dev/null +++ b/data/chunk-000/episode_000063.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d41f205b937153dca3dcc3e650573f7fa2b488bb93c7eb20a99a38a4a67ffa8 +size 173385 diff --git a/data/chunk-000/episode_000064.parquet b/data/chunk-000/episode_000064.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e5c279bd6f7bc121592978f6d2e6056e5b8e9ce9 --- /dev/null +++ b/data/chunk-000/episode_000064.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dada985acbc8e55c8227f2bd26aab51dfd19aa32cb72b5fc4e1f8b6c1818ae5 +size 157473 diff --git a/data/chunk-000/episode_000065.parquet b/data/chunk-000/episode_000065.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d19527370ce575eb206c0c592e2775e0876e8e19 --- /dev/null +++ b/data/chunk-000/episode_000065.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdd352c357b097d0943f9bae8bfe63ec995005909260cdd43d8eee0a6c245ef5 +size 152397 diff --git a/data/chunk-000/episode_000066.parquet b/data/chunk-000/episode_000066.parquet new file mode 100644 index 0000000000000000000000000000000000000000..270146c570afe5ad4c1b5659a29e25bf9c063b15 --- /dev/null +++ b/data/chunk-000/episode_000066.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75170059fde041d77e10c4f1d35c575eee6e1ce0795700eea3d19138a12dd002 +size 150626 diff --git a/data/chunk-000/episode_000067.parquet b/data/chunk-000/episode_000067.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b9fae84e12965b97746f3cf7540df63fb3d69f16 --- /dev/null +++ b/data/chunk-000/episode_000067.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1682c6b4c8d12fe92dc0e908e0fc824b5ae1731ab22bb4417e948365a19d635 +size 169642 diff --git a/data/chunk-000/episode_000068.parquet b/data/chunk-000/episode_000068.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d45d087ef1bfbc0d0ebd26bfb761cd3a0714e16f --- /dev/null +++ b/data/chunk-000/episode_000068.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c107b15a57305f076fb64b51a08c2ec481aa72787cf4ce101acc9e630ce94bc6 +size 155336 diff --git a/data/chunk-000/episode_000069.parquet b/data/chunk-000/episode_000069.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f4ae1865ade14313e727ac30f5a751655ce36d27 --- /dev/null +++ b/data/chunk-000/episode_000069.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f841b1e9cb86f0fe09bcac65e30477037462e854fc429931dcfbfca64ab69b06 +size 187781 diff --git a/data/chunk-000/episode_000070.parquet b/data/chunk-000/episode_000070.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6c913e31b5bd467f8e3c9c20b1a27b6980f9d42d --- /dev/null +++ b/data/chunk-000/episode_000070.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c33b47bf460fbdc3fca6bc1cd1daa4a76fa8540c9fe47e95ab3623fdedc12b4 +size 158868 diff --git a/data/chunk-000/episode_000071.parquet b/data/chunk-000/episode_000071.parquet new file mode 100644 index 0000000000000000000000000000000000000000..40bad1034d69a40509bab637a33fbd930397c97a --- /dev/null +++ b/data/chunk-000/episode_000071.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76e2fe257c8a2d8b6ffe0ba189c5bf83281e7277384fd3ad30335800cd2734b6 +size 178827 diff --git a/data/chunk-000/episode_000072.parquet b/data/chunk-000/episode_000072.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cc020c716fca242cf2223e691b7c94ae5f7da810 --- /dev/null +++ b/data/chunk-000/episode_000072.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb9651e768b781ae7e185538f4e01fab7f439beb9bf4f200e9316aaea8fe295e +size 183748 diff --git a/data/chunk-000/episode_000073.parquet b/data/chunk-000/episode_000073.parquet new file mode 100644 index 0000000000000000000000000000000000000000..69d8fb6cdf9847dabd0f45363a45aa5e9562b4a3 --- /dev/null +++ b/data/chunk-000/episode_000073.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d9ad52f3dc4f7719e7c1c4f371f8c06fab539f36f3b42a6f94fe88e27b16e2e +size 159959 diff --git a/data/chunk-000/episode_000074.parquet b/data/chunk-000/episode_000074.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7ac90a2cb1d577250816d8fc5b6d682b9658cee5 --- /dev/null +++ b/data/chunk-000/episode_000074.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f7688c6c0078b9ebe4f0f0d34b83c62acfd9d6abf155f077dd251ca35a5ab35 +size 175640 diff --git a/data/chunk-000/episode_000075.parquet b/data/chunk-000/episode_000075.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6e254954403d79cd1134953a8e5baf4327bcee0c --- /dev/null +++ b/data/chunk-000/episode_000075.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef8f558dd76a45bd014f78cbae2fb1d59804805887e10980ab3c8001da71b4f4 +size 164111 diff --git a/data/chunk-000/episode_000076.parquet b/data/chunk-000/episode_000076.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eafffe903433fad433a24e2e14214133e5174bc1 --- /dev/null +++ b/data/chunk-000/episode_000076.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a69b88d04b9ab8880527414c5e231d862652e53f13f125739d1cf1371f2a6743 +size 186448 diff --git a/data/chunk-000/episode_000077.parquet b/data/chunk-000/episode_000077.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5d61e9cb2f94a54336340b6b4c5a9b9e58ac2024 --- /dev/null +++ b/data/chunk-000/episode_000077.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95d91cec61eb17c34637f1359418fd27f567b7fe55358f42bfb9a46c9b6e81b3 +size 160005 diff --git a/data/chunk-000/episode_000078.parquet b/data/chunk-000/episode_000078.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ce8aaa8b5e663ed2e3e8177f025442f4172fb02e --- /dev/null +++ b/data/chunk-000/episode_000078.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fffb487852efa8131127e389557adfa7437379c3c2ea8a039a8c3c5b131ffa56 +size 171877 diff --git a/data/chunk-000/episode_000079.parquet b/data/chunk-000/episode_000079.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bf9b9b5304a10a2554b5680646b97e1931281f82 --- /dev/null +++ b/data/chunk-000/episode_000079.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d06caa0a0397d427cfed56b0f3b604095326dde77b8bdf1bbfd55902b2278007 +size 179447 diff --git a/data/chunk-000/episode_000080.parquet b/data/chunk-000/episode_000080.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9a979c5477ea5ec4293482ea9d5dc915703333fc --- /dev/null +++ b/data/chunk-000/episode_000080.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc3342538ac48a229b78eec3ae2e7c5bfc0d6b9d8017f8605d5b3a5e21d81610 +size 176772 diff --git a/data/chunk-000/episode_000081.parquet b/data/chunk-000/episode_000081.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d440015f327e16d8fe613240654052eb7eb9d16a --- /dev/null +++ b/data/chunk-000/episode_000081.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec97f93ca0d09c595b3505c7f00f57fcb579e4d73e3e07d41cc1c502be0caafc +size 183092 diff --git a/data/chunk-000/episode_000082.parquet b/data/chunk-000/episode_000082.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3bd3bbef917555064f305c537f9677980c664395 --- /dev/null +++ b/data/chunk-000/episode_000082.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09d2ba0c03ef71ff4348aaa79ec0e251eac2db86a000750d8e9aa5973f385419 +size 170062 diff --git a/data/chunk-000/episode_000083.parquet b/data/chunk-000/episode_000083.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fde557e87a834a4621a57c8263fabf321abfd596 --- /dev/null +++ b/data/chunk-000/episode_000083.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a239a370001bfa5936ab8207cd745717acb5901927ea75ff7a1ce670b0918e3d +size 177067 diff --git a/data/chunk-000/episode_000084.parquet b/data/chunk-000/episode_000084.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c77cf9cb7c6627cca962686a98613cae853b2bb5 --- /dev/null +++ b/data/chunk-000/episode_000084.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55b2948f6555a84d8f4abd69922a9a038be1940d278164854e3fded3947bf5a2 +size 174497 diff --git a/data/chunk-000/episode_000085.parquet b/data/chunk-000/episode_000085.parquet new file mode 100644 index 0000000000000000000000000000000000000000..db1ede0c965ae045a8f8707568f7383c797bc2fd --- /dev/null +++ b/data/chunk-000/episode_000085.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d7d062b0caeb70923ab7346d53fd91222128ec546e1dbd6211f2b2c30165d16 +size 179005 diff --git a/data/chunk-000/episode_000086.parquet b/data/chunk-000/episode_000086.parquet new file mode 100644 index 0000000000000000000000000000000000000000..66b063e83018a5ddd1654e94aa3b11211b90e2c8 --- /dev/null +++ b/data/chunk-000/episode_000086.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8d4b598b37b28c9d7929e26db7034f1f6ea8e210c5c81499dca34d96acb86ff +size 165761 diff --git a/data/chunk-000/episode_000087.parquet b/data/chunk-000/episode_000087.parquet new file mode 100644 index 0000000000000000000000000000000000000000..72ffa14b8f0133e2d66989bf57d527bf4b77b9da --- /dev/null +++ b/data/chunk-000/episode_000087.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93f179707ab6662cb7d4200a175f17a9cf91e854253cd8bcc902657417956a07 +size 187777 diff --git a/data/chunk-000/episode_000088.parquet b/data/chunk-000/episode_000088.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1dbc455f59bb0039e7f51aa9b427d7e7dc889559 --- /dev/null +++ b/data/chunk-000/episode_000088.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d2f55a266a00e767000e7321057c2c12f8de4aedf0ee84bf2b21e815e2f7c50 +size 162791 diff --git a/data/chunk-000/episode_000089.parquet b/data/chunk-000/episode_000089.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9f45885dd9c5bdbf57de4d289fc801c81fc5dd7b --- /dev/null +++ b/data/chunk-000/episode_000089.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c6ba0dbe0bbe887a2ce6dcfe94716ff4226f3fd40c1509d0a1432a1fc8c3ec8 +size 160241 diff --git a/data/chunk-000/episode_000090.parquet b/data/chunk-000/episode_000090.parquet new file mode 100644 index 0000000000000000000000000000000000000000..526c34d81337b1bddc407151e7cb311d4972e532 --- /dev/null +++ b/data/chunk-000/episode_000090.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09804f4d559f2de50126b65335a82db951f47441085c59e0fb0c044cf6788f51 +size 176276 diff --git a/data/chunk-000/episode_000091.parquet b/data/chunk-000/episode_000091.parquet new file mode 100644 index 0000000000000000000000000000000000000000..656b810cac5b5f6f64522f33864b08316b277e32 --- /dev/null +++ b/data/chunk-000/episode_000091.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61b100878500e11f44d07aa9615be8dacd55d5a8c1891e031687750bf3ec333a +size 177136 diff --git a/data/chunk-000/episode_000092.parquet b/data/chunk-000/episode_000092.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a527efd19bd69c1000fb5f62210a29c5e978cee4 --- /dev/null +++ b/data/chunk-000/episode_000092.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:450a016589824728e8a58202af3035aa9a5cfaf339e2f00a3cdd76d445ec4414 +size 186721 diff --git a/data/chunk-000/episode_000093.parquet b/data/chunk-000/episode_000093.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6abb3015c9f6954d16f02092a737ff602281eb1c --- /dev/null +++ b/data/chunk-000/episode_000093.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6fee23b9d6392b11a36bcf4c77aa094e45a250919412e057300b00cce381a41 +size 178697 diff --git a/data/chunk-000/episode_000094.parquet b/data/chunk-000/episode_000094.parquet new file mode 100644 index 0000000000000000000000000000000000000000..734f6eb55705ab1ed33168901161cc2311641500 --- /dev/null +++ b/data/chunk-000/episode_000094.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3274be3adde268f034aad19585f8cc23a7fe0d69d012f002230e29da72c51478 +size 182855 diff --git a/data/chunk-000/episode_000095.parquet b/data/chunk-000/episode_000095.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2377ac0d27b32e3892900a324d402428c2d19adf --- /dev/null +++ b/data/chunk-000/episode_000095.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c06bb16a0b18193df84dbfeb92563ee7cdb035ebe849ead0717a487365cb9f15 +size 178347 diff --git a/data/chunk-000/episode_000096.parquet b/data/chunk-000/episode_000096.parquet new file mode 100644 index 0000000000000000000000000000000000000000..80dee8ae02ac8502a38e2c29bb8f8ec5d2e714a0 --- /dev/null +++ b/data/chunk-000/episode_000096.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8a27ad3ad71d50ea5ca733c17a8c12117df5ce64521176f81b6d90ae6e094a6 +size 177551 diff --git a/data/chunk-000/episode_000097.parquet b/data/chunk-000/episode_000097.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ce3ee94d88d3d8e06e4a7de24b3538f73fd9a10f --- /dev/null +++ b/data/chunk-000/episode_000097.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:401654b09755e1db5a17876f13493ba7d800710b9d3872c4b93102046eced139 +size 182062 diff --git a/data/chunk-000/episode_000098.parquet b/data/chunk-000/episode_000098.parquet new file mode 100644 index 0000000000000000000000000000000000000000..00ddfaf5fbda69f0e537ab570159e047cab23a55 --- /dev/null +++ b/data/chunk-000/episode_000098.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9df43ea1f84b03e471fba54f50630ba7c46c5988eadfc8bdabdc0360c7c61ec3 +size 170348 diff --git a/data/chunk-000/episode_000099.parquet b/data/chunk-000/episode_000099.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4aeb49f9e2f31dc46f92cddddd6176b7a6071578 --- /dev/null +++ b/data/chunk-000/episode_000099.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:376ab79822be9cd1cd4c46f394113a373ce2dbacd7cb0bdb7548730a5176ea02 +size 184489 diff --git a/data/chunk-000/episode_000100.parquet b/data/chunk-000/episode_000100.parquet new file mode 100644 index 0000000000000000000000000000000000000000..45ae92ac1950b25fda3747cd73677bc03901a3d4 --- /dev/null +++ b/data/chunk-000/episode_000100.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2014e81dde74636b5fceb190a5c58e678975cb85aca52d3deb96c72c1e17329b +size 182400 diff --git a/data/chunk-000/episode_000101.parquet b/data/chunk-000/episode_000101.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4b40b9a8c457567a241e2b2e2ae7acec91fc4e54 --- /dev/null +++ b/data/chunk-000/episode_000101.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c3f3e7eaccbf3fcb93e83b6fda34daa2d160e1ac529ef401817e31145105969 +size 174610 diff --git a/data/chunk-000/episode_000102.parquet b/data/chunk-000/episode_000102.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c1286d0c4bf57c795a2c5714b58771280aaa3ab2 --- /dev/null +++ b/data/chunk-000/episode_000102.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb254c9f605d492fce4fc91556a25eda82924ae8b55fae2d2b65c3ad3295b998 +size 178570 diff --git a/data/chunk-000/episode_000103.parquet b/data/chunk-000/episode_000103.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2cfb5c7c38260a9693462bf8b3cf7a24f3c69148 --- /dev/null +++ b/data/chunk-000/episode_000103.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a30bd31132ed0bfa295eecbe69003c84c7ff56602be5bcee256f85a3e0f5766 +size 172587 diff --git a/data/chunk-000/episode_000104.parquet b/data/chunk-000/episode_000104.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b4c2274246e2396cc3259765830b4a9a24cadc58 --- /dev/null +++ b/data/chunk-000/episode_000104.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7c1c8750997f684fca43d61a23ac857b8428a9ea4a4f0fd1b4e9846908e7885 +size 183282 diff --git a/data/chunk-000/episode_000105.parquet b/data/chunk-000/episode_000105.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d5c2802831162c9aab970e6114f140799af49f53 --- /dev/null +++ b/data/chunk-000/episode_000105.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57fdc0768add68a7a062e6f0a48301a2116111fc5c0e60a9eb5651a3370c5e90 +size 170971 diff --git a/data/chunk-000/episode_000106.parquet b/data/chunk-000/episode_000106.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d0d5642910bb71239e42859d21162f745407b4b7 --- /dev/null +++ b/data/chunk-000/episode_000106.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c1d1265cc6ed5ef9218cff55174071f5b9b51fe04f10534e3baac97aebf47f1 +size 147905 diff --git a/data/chunk-000/episode_000107.parquet b/data/chunk-000/episode_000107.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fec890036ce24f79446e3b355812f46222f2037a --- /dev/null +++ b/data/chunk-000/episode_000107.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1f0eb2a42875d9f728307f24f5b201864ee3e71499179933749ae911a6f276e +size 163503 diff --git a/data/chunk-000/episode_000108.parquet b/data/chunk-000/episode_000108.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9ffa4395be24a9ba768c964191c63c6a752d7d72 --- /dev/null +++ b/data/chunk-000/episode_000108.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f3a7af51038d0d3cf536829fc335b1d3b08a41802a765a41aac0d7472f1b8a7 +size 170937 diff --git a/data/chunk-000/episode_000109.parquet b/data/chunk-000/episode_000109.parquet new file mode 100644 index 0000000000000000000000000000000000000000..784a84f1469212f0d20543bc6e23b811e93fcd43 --- /dev/null +++ b/data/chunk-000/episode_000109.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19ca3199e63a07eefe9efe239bf74da644e7042090d432c70482e51998e53f21 +size 141295 diff --git a/data/chunk-000/episode_000110.parquet b/data/chunk-000/episode_000110.parquet new file mode 100644 index 0000000000000000000000000000000000000000..352c00ac2fa39ff04578e4a8f1f162fea127b9f1 --- /dev/null +++ b/data/chunk-000/episode_000110.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e52fb6831e5d76559e5b9ecf33cae3bc87efabf6b4f8d02fe98d6c135e88ca4a +size 159508 diff --git a/data/chunk-000/episode_000111.parquet b/data/chunk-000/episode_000111.parquet new file mode 100644 index 0000000000000000000000000000000000000000..42437ec7d46fbfedacae510375e179546b026806 --- /dev/null +++ b/data/chunk-000/episode_000111.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76aaeef9299ea414826830f823d69413f6332cc241d37648ce9c7a7666c3736b +size 150998 diff --git a/data/chunk-000/episode_000112.parquet b/data/chunk-000/episode_000112.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9180eaf8855d13418a68994e004b9f2926dd3fc7 --- /dev/null +++ b/data/chunk-000/episode_000112.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95f55dd37953848b18f915bacb6b000ba92b60e29d162432d213204b8e88d03a +size 180049 diff --git a/data/chunk-000/episode_000113.parquet b/data/chunk-000/episode_000113.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bafd55c0cc788e6fda6fabd25984cae85bb4cf7e --- /dev/null +++ b/data/chunk-000/episode_000113.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d48a3312492119d7fb28e7f6af5621c3ed8cd491c9dded0e7f1d0b0fc6d7e320 +size 166979 diff --git a/data/chunk-000/episode_000114.parquet b/data/chunk-000/episode_000114.parquet new file mode 100644 index 0000000000000000000000000000000000000000..02ee5a4be1a2859f49ec2570df8ed2ffcfa122ac --- /dev/null +++ b/data/chunk-000/episode_000114.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3f880dc27ce42c63a04ad09bc9f0ae2c2dd839e151e1df57187ffce71831586 +size 159751 diff --git a/data/chunk-000/episode_000115.parquet b/data/chunk-000/episode_000115.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f5dc20fbf67fd4fd10c07f258d14a5b333c00cbb --- /dev/null +++ b/data/chunk-000/episode_000115.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ab0d78334ecd6843abc0f905b83e1921748109267c8d1c30ff695a237b1794a +size 151065 diff --git a/data/chunk-000/episode_000116.parquet b/data/chunk-000/episode_000116.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1f90ddc9ab7f3f55b81d328ad908ac81ff937e7b --- /dev/null +++ b/data/chunk-000/episode_000116.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31d3742cdf3a0923850e76a2915690c55752642b19abef96c5fb45b1f82ab38e +size 160956 diff --git a/data/chunk-000/episode_000117.parquet b/data/chunk-000/episode_000117.parquet new file mode 100644 index 0000000000000000000000000000000000000000..76aeddf4603ba1e14688fb661afe15a65012235d --- /dev/null +++ b/data/chunk-000/episode_000117.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35b8d5b4556abdf51565f82acc71b0eef23274b1ce588ccc4865f354ab5dfe59 +size 143387 diff --git a/data/chunk-000/episode_000118.parquet b/data/chunk-000/episode_000118.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b4c58f8b36b3f0f7edf7d0f3937797be1358632e --- /dev/null +++ b/data/chunk-000/episode_000118.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a25df0d16f5a763090f63d8d9ffff8e80be6be7b01c0234172921b3f8345fa8 +size 162160 diff --git a/data/chunk-000/episode_000119.parquet b/data/chunk-000/episode_000119.parquet new file mode 100644 index 0000000000000000000000000000000000000000..79bfb4f357b4c39f365fc2e22ad3ee4f2605b842 --- /dev/null +++ b/data/chunk-000/episode_000119.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c411f3c8ace0f07b37872bd3d481afe92338d3d3e7c44743def68ed4ba84add +size 172088 diff --git a/data/chunk-000/episode_000120.parquet b/data/chunk-000/episode_000120.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0052c7dbc3c98fcf4fdfd967a7d35a9b6acd298d --- /dev/null +++ b/data/chunk-000/episode_000120.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24884c4f63ef9fcbdcbf90aad07ca18ff9a68e3a2e23cd71a1ea0b7d8cda3a9d +size 162591 diff --git a/data/chunk-000/episode_000121.parquet b/data/chunk-000/episode_000121.parquet new file mode 100644 index 0000000000000000000000000000000000000000..837b75d77181196ddf1ac3fb1e8a9dd516176554 --- /dev/null +++ b/data/chunk-000/episode_000121.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6906cfbfe46370509155e22103246072a8c5d1c483d76e0f4b68c90f36ba6527 +size 149150 diff --git a/data/chunk-000/episode_000122.parquet b/data/chunk-000/episode_000122.parquet new file mode 100644 index 0000000000000000000000000000000000000000..196b99a0a289ea1547a57e80d58d0c934a635591 --- /dev/null +++ b/data/chunk-000/episode_000122.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee2f3ec278c7b6d2f78ea4bfd5e667d3b53746280b3f1bad08ab98315d188597 +size 160640 diff --git a/data/chunk-000/episode_000123.parquet b/data/chunk-000/episode_000123.parquet new file mode 100644 index 0000000000000000000000000000000000000000..239d58b32f7345e2fda3ff04bcabeeee323af817 --- /dev/null +++ b/data/chunk-000/episode_000123.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adb5387f6bacaab11cfe13c30dc32e55ff34a66414a0869d704a1edb3542bdab +size 161802 diff --git a/data/chunk-000/episode_000124.parquet b/data/chunk-000/episode_000124.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fdad86f9443239ea8444fc7bf3d5444bef795547 --- /dev/null +++ b/data/chunk-000/episode_000124.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9553d6a82ed2f5b263618488d8a917ff29c4b32eb1148495aa6ca308b0ca70f7 +size 160986 diff --git a/data/chunk-000/episode_000125.parquet b/data/chunk-000/episode_000125.parquet new file mode 100644 index 0000000000000000000000000000000000000000..66bf202295c4826c011956968c97639450f25249 --- /dev/null +++ b/data/chunk-000/episode_000125.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e283f976ed39543252abded5a05566392d7ff153a430f89153e906f5753c5922 +size 155194 diff --git a/data/chunk-000/episode_000126.parquet b/data/chunk-000/episode_000126.parquet new file mode 100644 index 0000000000000000000000000000000000000000..52162f0a48d0e6c21ed8b872baebeb56ca5c90dc --- /dev/null +++ b/data/chunk-000/episode_000126.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85ca37ffa3688d0b540301aee1cf318d6544a1d1b8a04e6e91f024865c1531b9 +size 173956 diff --git a/data/chunk-000/episode_000127.parquet b/data/chunk-000/episode_000127.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dd3a5b1953c53ec3b38552f55238989336aee8ee --- /dev/null +++ b/data/chunk-000/episode_000127.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:910b72f6b9ef0ce9e8d1f56696f5b1fabddee62b254459d43e505eedd8894093 +size 180651 diff --git a/data/chunk-000/episode_000128.parquet b/data/chunk-000/episode_000128.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2e110887aa21306215afeca3237ef1d1d3e6fefa --- /dev/null +++ b/data/chunk-000/episode_000128.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08f1243fc2f9c9cb6a7eecaa34b6e8d98b89b438b192a1b787f67556a26230d2 +size 169913 diff --git a/data/chunk-000/episode_000129.parquet b/data/chunk-000/episode_000129.parquet new file mode 100644 index 0000000000000000000000000000000000000000..af7b9219efee462bfc9821b7ddb2671a0aba4d13 --- /dev/null +++ b/data/chunk-000/episode_000129.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab01ae59f20ecc869325193ce4ab5b4860c93956676a21bee2b8b8635bc67372 +size 171407 diff --git a/data/chunk-000/episode_000130.parquet b/data/chunk-000/episode_000130.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4d7c1788e8f2a8c5bc1805ffd82a1d6b34f1968e --- /dev/null +++ b/data/chunk-000/episode_000130.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54a61714ddf2b6b7b49651383f2b4f25e58afa9aa3d7315f5c15245910bbfb77 +size 168660 diff --git a/data/chunk-000/episode_000131.parquet b/data/chunk-000/episode_000131.parquet new file mode 100644 index 0000000000000000000000000000000000000000..85d8a974c868079073f1fb3e7b0773dfbce76ad0 --- /dev/null +++ b/data/chunk-000/episode_000131.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7189fe9aa0551d31fe729cc47e3ca9029292c78fb2ab9b68056079b5788f73b1 +size 168119 diff --git a/data/chunk-000/episode_000132.parquet b/data/chunk-000/episode_000132.parquet new file mode 100644 index 0000000000000000000000000000000000000000..695e1c79b8223d33afd9ed76c7508c96a04d5634 --- /dev/null +++ b/data/chunk-000/episode_000132.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38a98b5d4538f886083d119f0055b279dc6fa65bbfd5ef315e2622400d33fd91 +size 165424 diff --git a/data/chunk-000/episode_000133.parquet b/data/chunk-000/episode_000133.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e9724035b96ec9de551f64f1db1bd0b7e81bdaf6 --- /dev/null +++ b/data/chunk-000/episode_000133.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5bfea125773dfcd17633cd5eaa9eb76afac948e38a94eb7838573908ff14dcf +size 169467 diff --git a/data/chunk-000/episode_000134.parquet b/data/chunk-000/episode_000134.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0f5e4ec3199ce195c7c86e7731c0dcdebea7bbd1 --- /dev/null +++ b/data/chunk-000/episode_000134.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49ae6e34f3649ad063aecf13624cfb6a7af5bf66b2281e11e165b0d9432cc7db +size 166416 diff --git a/data/chunk-000/episode_000135.parquet b/data/chunk-000/episode_000135.parquet new file mode 100644 index 0000000000000000000000000000000000000000..67d6cc75884bb6daa1f4cac596dab27e1d71dc60 --- /dev/null +++ b/data/chunk-000/episode_000135.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d124124cb1bd1b56e0b2a748b6886f96a4ffd08c5535acdf533e9d42697647f +size 177125 diff --git a/data/chunk-000/episode_000136.parquet b/data/chunk-000/episode_000136.parquet new file mode 100644 index 0000000000000000000000000000000000000000..08e1ba4171dd320e5dd3ac32dc8d76c63ed0884d --- /dev/null +++ b/data/chunk-000/episode_000136.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05fa035b6462f04813fcad507339429151b911f3ca0cb87e8f9b8f73ed2d1623 +size 167738 diff --git a/data/chunk-000/episode_000137.parquet b/data/chunk-000/episode_000137.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fd1d57ec16695b57df0d84114a1ea4bb77c4fa44 --- /dev/null +++ b/data/chunk-000/episode_000137.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7af7186647722bebc5107696e8e2e2506a3bf741b9708234c89e01b5a3de4988 +size 176474 diff --git a/data/chunk-000/episode_000138.parquet b/data/chunk-000/episode_000138.parquet new file mode 100644 index 0000000000000000000000000000000000000000..872a919e8205272065ab66a4738ce03da3f59247 --- /dev/null +++ b/data/chunk-000/episode_000138.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16a63d4944ae84222ce7dabf87eb5373e5cef92eec9c602f351145b87e2f4ff3 +size 168438 diff --git a/data/chunk-000/episode_000139.parquet b/data/chunk-000/episode_000139.parquet new file mode 100644 index 0000000000000000000000000000000000000000..47bd6547bc4b271825a331c7ad3793b93d3a405a --- /dev/null +++ b/data/chunk-000/episode_000139.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:886ce0eb4223204b3cffeb6acb77ccb592b0c94b3480fe9482c99f64aac78531 +size 168770 diff --git a/data/chunk-000/episode_000140.parquet b/data/chunk-000/episode_000140.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c2bd57f631680aa5c31be5f6d11157d6bb0be6d8 --- /dev/null +++ b/data/chunk-000/episode_000140.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7196da5b68691d6286cc6b4ce47d369280fa61331ade4195f89f2b053cce3dd2 +size 162067 diff --git a/data/chunk-000/episode_000141.parquet b/data/chunk-000/episode_000141.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7f32c859cf2bde2025fbe9023d79e4b018a8167e --- /dev/null +++ b/data/chunk-000/episode_000141.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9bdfc58e3624be48c1290067aba87647583d071564c089fbd06262e633560ad +size 167210 diff --git a/data/chunk-000/episode_000142.parquet b/data/chunk-000/episode_000142.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f01a7a34fdda5bd53ed9db24f77ef08af3802a9d --- /dev/null +++ b/data/chunk-000/episode_000142.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08c6fdab4c676469a88a6cc4c53981803ee386d3dbb2fb9df4dae343bc048769 +size 170507 diff --git a/data/chunk-000/episode_000143.parquet b/data/chunk-000/episode_000143.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c4a94476ea8df9c6cb91ec0ddcded9a80c8ddaa9 --- /dev/null +++ b/data/chunk-000/episode_000143.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5715786db2de7e74615223727de4a91feb99e116855f5ecabf06204badde410e +size 148770 diff --git a/data/chunk-000/episode_000144.parquet b/data/chunk-000/episode_000144.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e64ee392c71dad39c71d705b05a9eac6b5ce97fe --- /dev/null +++ b/data/chunk-000/episode_000144.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a1c0cdbdda2cb8f736d276d930c59a013a1f45e6dab6eaf230a555afc597757 +size 168084 diff --git a/data/chunk-000/episode_000145.parquet b/data/chunk-000/episode_000145.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a17bf4bac1bc6a3c2a928d76fef421de31c07594 --- /dev/null +++ b/data/chunk-000/episode_000145.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9aed13bf05445d7383a8cd9227b696b3e0a6d46450529c1bdfaec3e1513d6e0 +size 175597 diff --git a/data/chunk-000/episode_000146.parquet b/data/chunk-000/episode_000146.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e2277c528f80e343705fdec1a917b2c98d0bb8c6 --- /dev/null +++ b/data/chunk-000/episode_000146.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8839e547a875b411beaf778861a232ba8f5c6419a172ec549a88fa57646c8e19 +size 161748 diff --git a/data/chunk-000/episode_000147.parquet b/data/chunk-000/episode_000147.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bbda5b9fbacb598f2170b6387c9549a4f794fe20 --- /dev/null +++ b/data/chunk-000/episode_000147.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86d66eb0c0d28f3e6a4d6e2763e9aedcc69f32ecaa8c1fe5d578067ee313c85e +size 151298 diff --git a/data/chunk-000/episode_000148.parquet b/data/chunk-000/episode_000148.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8e6b6d939fbb25dbfd105314076aa9f5fd662d93 --- /dev/null +++ b/data/chunk-000/episode_000148.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daa66d644fe737996d5233a01f91bb4fd52b62a89514ad67d77896d069270e2e +size 150483 diff --git a/data/chunk-000/episode_000149.parquet b/data/chunk-000/episode_000149.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9aa3f879a67eae1f001d8571aa583648289ad49f --- /dev/null +++ b/data/chunk-000/episode_000149.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b834ecbc2fe88ff025d767d4858c49521c0174a001c2f314ac0e63c9254d7b05 +size 147808 diff --git a/data/chunk-000/episode_000150.parquet b/data/chunk-000/episode_000150.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5df33b723de0c4ca262d3c6aee8cfe0a1ef9e76e --- /dev/null +++ b/data/chunk-000/episode_000150.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1fa5913d654ded882a4eb53a04ece0dec7e1c03ebe8664edf2a12e44df42eab +size 151076 diff --git a/data/chunk-000/episode_000151.parquet b/data/chunk-000/episode_000151.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7d26e3a47e1c9f848953b9dca56efa386958358a --- /dev/null +++ b/data/chunk-000/episode_000151.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae72dd5c4d3d469296ebd342c174b02d815b0ff101d7c1669e3174a09fdb24d5 +size 169536 diff --git a/data/chunk-000/episode_000152.parquet b/data/chunk-000/episode_000152.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1ddc6f235cd5f3fa485c7dcb839d10969a280cd7 --- /dev/null +++ b/data/chunk-000/episode_000152.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7402e1bcaf640ce97cfdb332c6a26e80fccfaafaab6a986dee5da250320fb358 +size 162237 diff --git a/data/chunk-000/episode_000153.parquet b/data/chunk-000/episode_000153.parquet new file mode 100644 index 0000000000000000000000000000000000000000..07a95a60046b05037e080df019d2752bcecf0dda --- /dev/null +++ b/data/chunk-000/episode_000153.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ebb21b80d75dcb1f82bd4c883a2c67653f1a68519e304636f7633497ef75ea8 +size 148749 diff --git a/data/chunk-000/episode_000154.parquet b/data/chunk-000/episode_000154.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0186f2c23ad1b8ed3352ee154ecc56a446b420b1 --- /dev/null +++ b/data/chunk-000/episode_000154.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d222f4455166a8abadbb04c72ee261113379c13468311dd3137bb8268b3f6006 +size 158602 diff --git a/data/chunk-000/episode_000155.parquet b/data/chunk-000/episode_000155.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fa41e7631c6d440f136b6d83af9e4c199ce0727b --- /dev/null +++ b/data/chunk-000/episode_000155.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e27bdf6eff4bbb37aadb89113311093b78136495ce3d3bbfa1c0368399a63899 +size 156257 diff --git a/data/chunk-000/episode_000156.parquet b/data/chunk-000/episode_000156.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7ca8cad4110c00cd0b7f8b2d23b9a1983d1983e3 --- /dev/null +++ b/data/chunk-000/episode_000156.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4f3e5352bc57d47f05553ed950003293c981d341182e0465869d374b10ffb73 +size 170585 diff --git a/data/chunk-000/episode_000157.parquet b/data/chunk-000/episode_000157.parquet new file mode 100644 index 0000000000000000000000000000000000000000..85b28916a57969d08b1c46ccec6306d66aabd1ad --- /dev/null +++ b/data/chunk-000/episode_000157.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ee3b17c9e6d5e0498498186e46a09dc8743c8156b06909bad823a65958d437b +size 151573 diff --git a/data/chunk-000/episode_000158.parquet b/data/chunk-000/episode_000158.parquet new file mode 100644 index 0000000000000000000000000000000000000000..381835785b8e5d4ff18b5e9b64eabefc644dfafd --- /dev/null +++ b/data/chunk-000/episode_000158.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edbcbd6a526f3d913be7ee7008bb56e0c2cc20740f787e0ed3fda7af55d2dc62 +size 150662 diff --git a/data/chunk-000/episode_000159.parquet b/data/chunk-000/episode_000159.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e5c145c74ba68171e80786d15710774d33c9144a --- /dev/null +++ b/data/chunk-000/episode_000159.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:956b938ab01ff7732d400a26b2fde379e2c5c856481b187786eadf99496de784 +size 153129 diff --git a/data/chunk-000/episode_000160.parquet b/data/chunk-000/episode_000160.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ebc55690070d122214b65cb7f687c1b299231f9b --- /dev/null +++ b/data/chunk-000/episode_000160.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:170f83966ff8c3941e087acaa52b8e9255c76c9a5ece577f9bda79a438f7a5f9 +size 162280 diff --git a/data/chunk-000/episode_000161.parquet b/data/chunk-000/episode_000161.parquet new file mode 100644 index 0000000000000000000000000000000000000000..60aed74aabe1991b70ef5573fc24e9cb36326ab5 --- /dev/null +++ b/data/chunk-000/episode_000161.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac2f2e74bdf1f5c7c658e5b286c573994e3f4b18ff3d4b1fc3e786464b69aa28 +size 171406 diff --git a/data/chunk-000/episode_000162.parquet b/data/chunk-000/episode_000162.parquet new file mode 100644 index 0000000000000000000000000000000000000000..441106ec9a59faead721e92dfd3b36af75e2b214 --- /dev/null +++ b/data/chunk-000/episode_000162.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84de92fbf6ad3bdd6b3603922504c9c376c7e2d6ff7400c832a87b3681d69b4c +size 167980 diff --git a/data/chunk-000/episode_000163.parquet b/data/chunk-000/episode_000163.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f00216d7b97241e04794388bf23f66f1349e6a79 --- /dev/null +++ b/data/chunk-000/episode_000163.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a946ab9fd96bdcc3297709225eb2b2d9d12eb31a296b1c9d3d32affba6166611 +size 158934 diff --git a/data/chunk-000/episode_000164.parquet b/data/chunk-000/episode_000164.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f73ae2fb90ef0dfa758eaf6ef4c0530e3bdd8d43 --- /dev/null +++ b/data/chunk-000/episode_000164.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26d90aa7e455e6a99402cefea72bbab64faca6db2feca8c48821051164e85cc3 +size 160375 diff --git a/data/chunk-000/episode_000165.parquet b/data/chunk-000/episode_000165.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c3e8d2f711a449dfb7645138e9f819256c499dcc --- /dev/null +++ b/data/chunk-000/episode_000165.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70b209a19d804fafb362489a6acaf4aec82f1def489a85eff35ff4c89b3d355d +size 156448 diff --git a/data/chunk-000/episode_000166.parquet b/data/chunk-000/episode_000166.parquet new file mode 100644 index 0000000000000000000000000000000000000000..23a6ed7823cdfe4294b52229a22faeb5d32a516d --- /dev/null +++ b/data/chunk-000/episode_000166.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ac37fecdfb43122216d9ea7b48e093bb152c2d511ef6058033d5249134ea32a +size 163076 diff --git a/data/chunk-000/episode_000167.parquet b/data/chunk-000/episode_000167.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5ce8957a476ed016ccc39caa4e2d14a5c3c1e5d8 --- /dev/null +++ b/data/chunk-000/episode_000167.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06b9d5735fba09914262ef5629558f13a25ee408ee2a5add39ea86898ff2eba6 +size 165992 diff --git a/data/chunk-000/episode_000168.parquet b/data/chunk-000/episode_000168.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6e2002e8a323309725a5799092b4b1fad8bd8518 --- /dev/null +++ b/data/chunk-000/episode_000168.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a93ddeb36219ca0d1cb6f58a696b54c52305cfd9f53cd2ddb1b7f249eb2d691 +size 166912 diff --git a/data/chunk-000/episode_000169.parquet b/data/chunk-000/episode_000169.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f7f6e17669b496d2e2cba6eb16854e80a758d2de --- /dev/null +++ b/data/chunk-000/episode_000169.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d5b6d6115cfb8708c833d5c19c793996a9f4a8a0a39daae677c63bdcc56a4fe +size 176682 diff --git a/data/chunk-000/episode_000170.parquet b/data/chunk-000/episode_000170.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a4ab1293cce28b155447386b20be172c0cbf5ca5 --- /dev/null +++ b/data/chunk-000/episode_000170.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0923a5382129ebb63cca3b06346a9192f9a8bc4a3ec54e9ae51761f72cc034c1 +size 175014 diff --git a/data/chunk-000/episode_000171.parquet b/data/chunk-000/episode_000171.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c1595f1dba5710dd874a4dc7f29538725807904f --- /dev/null +++ b/data/chunk-000/episode_000171.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06314b561189afa3ff80f0d6b98ef6e6df6fde38a3718cd422d1984d5686a6ef +size 167760 diff --git a/data/chunk-000/episode_000172.parquet b/data/chunk-000/episode_000172.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b2a1c8e8f660fbf68cfe0c9928c2392922d9bef3 --- /dev/null +++ b/data/chunk-000/episode_000172.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abf3cce54902d444f81ff4d3ae3baf464fc3dfc75013d3d3f5b5f9c50c187ce3 +size 175084 diff --git a/data/chunk-000/episode_000173.parquet b/data/chunk-000/episode_000173.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d1b9227fe503a68183a94be24ed14c5c44ded117 --- /dev/null +++ b/data/chunk-000/episode_000173.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:514244ff49b380d2bf7c4d4205edc9e82cd5396d4210bfc4f9e3d920d255a9ef +size 167466 diff --git a/data/chunk-000/episode_000174.parquet b/data/chunk-000/episode_000174.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ee134779a2b8012a30ab8f9b880b0e117d05a6d3 --- /dev/null +++ b/data/chunk-000/episode_000174.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:003add8712f675f06e8df3ed6db7543f6d1722a626e49f1353d2f79fc6385422 +size 159841 diff --git a/data/chunk-000/episode_000175.parquet b/data/chunk-000/episode_000175.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fb81368731d7f167faac77378f34f67b6befd27a --- /dev/null +++ b/data/chunk-000/episode_000175.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:355a53e6872315084dd73343593e797a34bb62d4294e1fabebbc64927bfb0b96 +size 172159 diff --git a/data/chunk-000/episode_000176.parquet b/data/chunk-000/episode_000176.parquet new file mode 100644 index 0000000000000000000000000000000000000000..220eef9ab6915d9a5168e50cee4f54d133601a35 --- /dev/null +++ b/data/chunk-000/episode_000176.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78541ae48b5db0d7f922b71fd4d552cd5a54b01be0f5ef8961c550f66073728d +size 175660 diff --git a/data/chunk-000/episode_000177.parquet b/data/chunk-000/episode_000177.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c8b901c99988e68ae8df9eb5ea8e5b4d9731b939 --- /dev/null +++ b/data/chunk-000/episode_000177.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09d56d56184ddb49909cdf65e81a8c17a4ba8daf9de244565070c7f7a1bd323f +size 168631 diff --git a/data/chunk-000/episode_000178.parquet b/data/chunk-000/episode_000178.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c32672a3e89a1158f920cf6c8e1c29d5112d34d7 --- /dev/null +++ b/data/chunk-000/episode_000178.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb10eeccd4b448b6d5422c40d5eb4f91b6a4d6e622a46f6996d6384cb44ded54 +size 168094 diff --git a/data/chunk-000/episode_000179.parquet b/data/chunk-000/episode_000179.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3e22177d1cf88c03c218e583cff271a355dd0709 --- /dev/null +++ b/data/chunk-000/episode_000179.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:679e29587413afa5c87a8ea4d1bdfdb725812e1f47ca1e8ccc0b940c17ca6a84 +size 168628 diff --git a/data/chunk-000/episode_000180.parquet b/data/chunk-000/episode_000180.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bb397749e2674d63c9c46ee8658cb342c3ef86a5 --- /dev/null +++ b/data/chunk-000/episode_000180.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb06312f8326ce968a8ce40bfa0f4d6b2389ee5281a14bb7d08c6dab8acef0ea +size 164410 diff --git a/data/chunk-000/episode_000181.parquet b/data/chunk-000/episode_000181.parquet new file mode 100644 index 0000000000000000000000000000000000000000..717318efe5f3dc3f5be6700cf62b404b66d4a710 --- /dev/null +++ b/data/chunk-000/episode_000181.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:451d85b7264876de6228cb7b42274014d011cdeeddc4c558297415607a99deea +size 166273 diff --git a/data/chunk-000/episode_000182.parquet b/data/chunk-000/episode_000182.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e6b7100c0faa358540c70e29e9483f8c543053c0 --- /dev/null +++ b/data/chunk-000/episode_000182.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0cb032ddb56336856136387ca0603bec85ac80a2af39f3b3df64c2b6f6e45fc +size 156984 diff --git a/data/chunk-000/episode_000183.parquet b/data/chunk-000/episode_000183.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9d5f9646056891297999ca9579383ede4223d17b --- /dev/null +++ b/data/chunk-000/episode_000183.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7e82fae1c6c59d9f78b8b10ba4112a6d74253e6d48de43825a7b1c71dc83845 +size 153646 diff --git a/data/chunk-000/episode_000184.parquet b/data/chunk-000/episode_000184.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bf472342accc019539c177cc391413a5eb36c97f --- /dev/null +++ b/data/chunk-000/episode_000184.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d51f1729fd5cc1fa8afdcab753d10cf79307dd9c1972642eeb74b952acefe5a4 +size 170888 diff --git a/data/chunk-000/episode_000185.parquet b/data/chunk-000/episode_000185.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eef4f1faf71da5cd25664817e8e19a997a4f1775 --- /dev/null +++ b/data/chunk-000/episode_000185.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0068a13d7ea2bc992be7c7fa341f5ecea714e8a947fdbde0db69c93e0aa23164 +size 156261 diff --git a/data/chunk-000/episode_000186.parquet b/data/chunk-000/episode_000186.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cd0d79bb53dfd03bd0a277ce03ca549511445ce8 --- /dev/null +++ b/data/chunk-000/episode_000186.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f50a54a3b56ea2af00b7a9eab428b2ab4c4e3eb3ab3866d658acf7039ee75b98 +size 167076 diff --git a/data/chunk-000/episode_000187.parquet b/data/chunk-000/episode_000187.parquet new file mode 100644 index 0000000000000000000000000000000000000000..52a649baf06744a18f1842c4cfa954eed260395a --- /dev/null +++ b/data/chunk-000/episode_000187.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cff767d83b255ea48ff2058c313d524e9882c7164e2d264d079f789d46d3afad +size 163774 diff --git a/data/chunk-000/episode_000188.parquet b/data/chunk-000/episode_000188.parquet new file mode 100644 index 0000000000000000000000000000000000000000..47c186a85727a34c5d364b5b5feeea6f2d1ada28 --- /dev/null +++ b/data/chunk-000/episode_000188.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6f82957f0a45e09dcce52b9c615b8a137d00da69901b017021fcfb6e2808854 +size 157733 diff --git a/data/chunk-000/episode_000189.parquet b/data/chunk-000/episode_000189.parquet new file mode 100644 index 0000000000000000000000000000000000000000..51b81e9eb75b91c0f57d53cdcd13a0ab118551b9 --- /dev/null +++ b/data/chunk-000/episode_000189.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:632328a2890d9f2deba8e3a5f4c3573c724d19979f51b073f211f1b610928919 +size 156961 diff --git a/data/chunk-000/episode_000190.parquet b/data/chunk-000/episode_000190.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d744a3a6bced6f9654570515e48729038c228ede --- /dev/null +++ b/data/chunk-000/episode_000190.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:004e428f9676472c84e265a12164bcc12a1b84d550555204c07e4841c8441fa9 +size 157228 diff --git a/data/chunk-000/episode_000191.parquet b/data/chunk-000/episode_000191.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9934239f9103c4523ce1e84c452b5fc4d7b3e23d --- /dev/null +++ b/data/chunk-000/episode_000191.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b22269ceeff762f07966465d9717329bf81a661641812cb6828fce7cd7be711 +size 164171 diff --git a/data/chunk-000/episode_000192.parquet b/data/chunk-000/episode_000192.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ba5f73a1ba9008e3eac0f5ac8b51fc8c891dc858 --- /dev/null +++ b/data/chunk-000/episode_000192.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6858221168e65193dbe2c6938c89a8844a7ade463d425e7aaa2a946c2b472431 +size 141769 diff --git a/data/chunk-000/episode_000193.parquet b/data/chunk-000/episode_000193.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f7027634c4114fbe6bf12a368ff0d985672cc3cd --- /dev/null +++ b/data/chunk-000/episode_000193.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7f67730934a6461efb686e9df644f5cd5c47f00c8bc9795ee50dff011950bef +size 158995 diff --git a/data/chunk-000/episode_000194.parquet b/data/chunk-000/episode_000194.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3ff1970e16f45657581e0cc4719ba2e02569c50d --- /dev/null +++ b/data/chunk-000/episode_000194.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:716f1c5eb7c12d087a8e565e5fd83ba3f26b048e23e83de0a21d52ac66067c0c +size 163660 diff --git a/data/chunk-000/episode_000195.parquet b/data/chunk-000/episode_000195.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c7b95e87765f55a6620a960ffdc01a281d7c312b --- /dev/null +++ b/data/chunk-000/episode_000195.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d8def07feb4a4700e4d5e81baa3ab7044b4fc895feeb198417acb6bf17a807a +size 142779 diff --git a/data/chunk-000/episode_000196.parquet b/data/chunk-000/episode_000196.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e17323d07699d62b6d7df2f00d930522275dd0c0 --- /dev/null +++ b/data/chunk-000/episode_000196.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c8ef05372fbcc6ce884f32f47a57eb9aaca6117e73ae7034eef418dd41f4ae6 +size 162826 diff --git a/data/chunk-000/episode_000197.parquet b/data/chunk-000/episode_000197.parquet new file mode 100644 index 0000000000000000000000000000000000000000..43cf4b3f9dafff698758b0e626c9f103bb62a860 --- /dev/null +++ b/data/chunk-000/episode_000197.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bcd1bd679ddf270e20299448ed338e9c8889c27f23980695687759ed0340d68 +size 166997 diff --git a/data/chunk-000/episode_000198.parquet b/data/chunk-000/episode_000198.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6ce83a442c2e566fedaf53f40cf161ed68f2c8e0 --- /dev/null +++ b/data/chunk-000/episode_000198.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:170bacd8cc45d44eb6f3b493c63fb8da531ae7d2fbe915b999090e7b92f8ecf1 +size 149176 diff --git a/data/chunk-000/episode_000199.parquet b/data/chunk-000/episode_000199.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a4703be2531fb38427c7668a23c7c554d5ec1055 --- /dev/null +++ b/data/chunk-000/episode_000199.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c64ae606dc59b9e33911b2ae2251e4faf60662bc1633c4234ba9742fdac8cd75 +size 155255 diff --git a/data/chunk-000/episode_000200.parquet b/data/chunk-000/episode_000200.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b80b2a508ec95e1d3978dc21aa35e27cc369f9e3 --- /dev/null +++ b/data/chunk-000/episode_000200.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9f9ca99aac49e43065f6a342d024306726d8a4077ac5b8d136db598ff7768d8 +size 158726 diff --git a/data/chunk-000/episode_000201.parquet b/data/chunk-000/episode_000201.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ea84830c2f1f7bdb81e7e6a4f1b37ed62c0c5a1c --- /dev/null +++ b/data/chunk-000/episode_000201.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35a5910c9e714958667d8cd07e95221dc8b06e0f6e7a611511d31d57cf89812d +size 146409 diff --git a/data/chunk-000/episode_000202.parquet b/data/chunk-000/episode_000202.parquet new file mode 100644 index 0000000000000000000000000000000000000000..396ba4ecbaa4b50059513c595e31f9195572dcb4 --- /dev/null +++ b/data/chunk-000/episode_000202.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63ec12f0d90639d19c814fa1e23d42c00b563b870f408521130acc1ab54f9fcd +size 141053 diff --git a/data/chunk-000/episode_000203.parquet b/data/chunk-000/episode_000203.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fe560853773cbc60d6f53ad101f541a39345ae22 --- /dev/null +++ b/data/chunk-000/episode_000203.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e29c80b13685f51fed989c0a20890573199718014d23169ab1609253a897d40 +size 166445 diff --git a/data/chunk-000/episode_000204.parquet b/data/chunk-000/episode_000204.parquet new file mode 100644 index 0000000000000000000000000000000000000000..08091ebf7664f83379bf51e1f03db7c585daedbc --- /dev/null +++ b/data/chunk-000/episode_000204.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:015a7a047c978d4c0691f960a43806cdc57841ec810d5824ca5dadde0f9f56da +size 149769 diff --git a/data/chunk-000/episode_000205.parquet b/data/chunk-000/episode_000205.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ac0c32f5bfd3880d309524017888c1d88e2824a9 --- /dev/null +++ b/data/chunk-000/episode_000205.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c502b73bef8fdfc0f1bcbd999f044b58f2776f949089f86e98c8b5f3d9efebd7 +size 163959 diff --git a/data/chunk-000/episode_000206.parquet b/data/chunk-000/episode_000206.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c76c360dde1eb6e33fea3df4eb4fdb4e01634e0e --- /dev/null +++ b/data/chunk-000/episode_000206.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5af79ba79c3983d1468f6af70d51b0dd6e5209abf7b4aecd7f6feb69bc13994a +size 160755 diff --git a/data/chunk-000/episode_000207.parquet b/data/chunk-000/episode_000207.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ce6503e0ca1793ade215336c16de05778cafbc93 --- /dev/null +++ b/data/chunk-000/episode_000207.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a808b689e1a8758646ecfb157eaf47c752ff81d6bcb7b1ebaf70e1f2b6f9e24 +size 144520 diff --git a/data/chunk-000/episode_000208.parquet b/data/chunk-000/episode_000208.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a258c0fe62362ab03a6e61c07ba742dd900bfeb5 --- /dev/null +++ b/data/chunk-000/episode_000208.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11b1d19f8aa9b013446a375c97a9e7f267618dc83919cf0ffb90cd0c861ada85 +size 145142 diff --git a/data/chunk-000/episode_000209.parquet b/data/chunk-000/episode_000209.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3eb3aff50676ac13b25a781ab9f0148963cc82fc --- /dev/null +++ b/data/chunk-000/episode_000209.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1c7cd595d1464601f612e2a6b80bc6a29ffb749cc1c7bff85eb83ffdf4cd03c +size 152711 diff --git a/data/chunk-000/episode_000210.parquet b/data/chunk-000/episode_000210.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c6daadeb1ca63e81966a76dc517286719b73d44c --- /dev/null +++ b/data/chunk-000/episode_000210.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d88442f436fb23e5d6015cfe0d19f1e2a2e279ce09f102526ba094a0da8cadc9 +size 142200 diff --git a/info.yaml b/info.yaml new file mode 100644 index 0000000000000000000000000000000000000000..580918c9b1d4ba58f7f47eb3f9454ea426014536 --- /dev/null +++ b/info.yaml @@ -0,0 +1,490 @@ +task_categories: +- robotics +language: +- en +tags: +- RoboCOIN +- LeRobot +license: apache-2.0 +configs: +- config_name: default + data_files: data/chunk-{id}/episode_{id}.parquet +extra_gated_prompt: By accessing this dataset, you agree to cite the associated paper + in your research/publications—see the "Citation" section for details. You agree + to not use the dataset to conduct experiments that cause harm to human subjects. +extra_gated_fields: + Company/Organization: + type: text + description: e.g., "ETH Zurich", "Boston Dynamics", "Independent Researcher" + Country: + type: country + description: e.g., "Germany", "China", "United States" +codebase_version: v2.1 +dataset_name: AI2_Alphabot_2_stack_blocks +dataset_uuid: 810a8bb1-91c0-4978-bd04-f17b08d732e4 +scene_type: + level1: Household + level2: Living Room + level3: null + level4: null + level5: null +env_type: real_world +objects: +- object_name: square block + color: purple +- object_name: square block + color: green +task_operation_type: fixed_single_arm +task_instruction: &id001 +- Pick the topmost block from the stack and place it on the table. +sub_tasks: *id001 +atomic_actions: +- grasp +- place +robot_name: AI2_Alphabot_2 +end_effector_type: two_finger_end_effector +tele_type: vr_controller +sensor_list: +- cam_front_chest_rgb +- cam_front_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_front_chest_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, + pix_fmt=yuv420p + cam_front_head_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +end_rotation_dim: radian +end_translation_dim: meter +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +statistics: + total_episodes: 211 + total_frames: 122256 + fps: 30 + total_tasks: 1 + total_videos: 844 + total_chunks: 1 + chunks_size: 1000 + state_dim: 34 + action_dim: 34 + camera_views: 4 + dataset_size: 1.84 GB +frame_num: 122256 +frame_range: 1M +dataset_size: 1.84 GB +data_structure: 'AI2_Alphabot_2_stack_blocks_0_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (199 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_chest_rgb + + | |-- observation.images.cam_front_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + `-- info.yaml' +splits: + train: 0:210 +features: + observation.images.cam_front_chest_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_front_head_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_left_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_right_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.state: + dtype: float32 + shape: + - 34 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - left_eef_pos_x_m + - left_eef_pos_y_m + - left_eef_pos_z_m + - left_eef_rot_euler_x_rad + - left_eef_rot_euler_y_rad + - left_eef_rot_euler_z_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - right_eef_pos_x_m + - right_eef_pos_y_m + - right_eef_pos_z_m + - right_eef_rot_euler_x_rad + - right_eef_rot_euler_y_rad + - right_eef_rot_euler_z_rad + - left_gripper_open + - right_gripper_open + - neck_joint_1_rad + - neck_joint_2_rad + - torso_joint_1_rad + - torso_joint_2_rad + - torso_joint_3_rad + - torso_joint_4_rad + action: + dtype: float32 + shape: + - 34 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - left_eef_pos_x_m + - left_eef_pos_y_m + - left_eef_pos_z_m + - left_eef_rot_euler_x_rad + - left_eef_rot_euler_y_rad + - left_eef_rot_euler_z_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - right_eef_pos_x_m + - right_eef_pos_y_m + - right_eef_pos_z_m + - right_eef_rot_euler_x_rad + - right_eef_rot_euler_y_rad + - right_eef_rot_euler_z_rad + - left_gripper_open + - right_gripper_open + - neck_joint_1_rad + - neck_joint_2_rad + - torso_joint_1_rad + - torso_joint_2_rad + - torso_joint_3_rad + - torso_joint_4_rad + timestamp: + dtype: float32 + shape: + - 1 + names: null + frame_index: + dtype: int64 + shape: + - 1 + names: null + episode_index: + dtype: int64 + shape: + - 1 + names: null + index: + dtype: int64 + shape: + - 1 + names: null + task_index: + dtype: int64 + shape: + - 1 + names: null + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + dtype: float64 + shape: + - 2 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + dtype: float64 + shape: + - 2 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + dtype: int32 + shape: + - 2 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + dtype: int32 + shape: + - 2 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + dtype: int32 + shape: + - 2 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + dtype: int32 + shape: + - 2 +authors: + contributed_by: + - name: RoboCOIN Team at Beijing Academy of Artificial Intelligence (BAAI) +dataset_description: This dataset uses an extended format based on LeRobot and is + fully compatible with LeRobot. +homepage: https://flagopen.github.io/RoboCOIN/ +paper: https://arxiv.org/abs/2511.17441 +repository: https://github.com/FlagOpen/RoboCOIN +contact_info: For questions, issues, or feedback regarding this dataset, please contact + us. +support_info: For technical support, please open an issue on our GitHub repository. +license_details: apache-2.0 +citation_bibtex: "@article{robocoin,\n title={RoboCOIN: An Open-Sourced Bimanual\ + \ Robotic Data Collection for Integrated Manipulation},\n author={Shihan Wu, Xuecheng\ + \ Liu, Shaoxuan Xie, Pengwei Wang, Xinghang Li, Bowen Yang, Zhe Li, Kai Zhu, Hongyu\ + \ Wu, Yiheng Liu, Zhaoye Long, Yue Wang, Chong Liu, Dihan Wang, Ziqiang Ni, Xiang\ + \ Yang, You Liu, Ruoxuan Feng, Runtian Xu, Lei Zhang, Denghang Huang, Chenghao Jin,\ + \ Anlan Yin, Xinlong Wang, Zhenguo Sun, Junkai Zhao, Mengfei Du, Mingyu Cao, Xiansheng\ + \ Chen, Hongyang Cheng, Xiaojie Zhang, Yankai Fu, Ning Chen, Cheng Chi, Sixiang\ + \ Chen, Huaihai Lyu, Xiaoshuai Hao, Yequan Wang, Bo Lei, Dong Liu, Xi Yang, Yance\ + \ Jiao, Tengfei Pan, Yunyan Zhang, Songjing Wang, Ziqian Zhang, Xu Liu, Ji Zhang,\ + \ Caowei Meng, Zhizheng Zhang, Jiyang Gao, Song Wang, Xiaokun Leng, Zhiqiang Xie,\ + \ Zhenzhen Zhou, Peng Huang, Wu Yang, Yandong Guo, Yichao Zhu, Suibing Zheng, Hao\ + \ Cheng, Xinmin Ding, Yang Yue, Huanqian Wang, Chi Chen, Jingrui Pang, YuXi Qian,\ + \ Haoran Geng, Lianli Gao, Haiyuan Li, Bin Fang, Gao Huang, Yaodong Yang, Hao Dong,\ + \ He Wang, Hang Zhao, Yadong Mu, Di Hu, Hao Zhao, Tiejun Huang, Shanghang Zhang,\ + \ Yonghua Lin, Zhongyuan Wang and Guocai Yao},\n journal={arXiv preprint arXiv:2511.17441},\n\ + \ url = {https://arxiv.org/abs/2511.17441},\n year={2025},\n }\n" +additional_citations: 'If you use this dataset, please also consider citing: + + LeRobot Framework: https://github.com/huggingface/lerobot + + ' +version_info: Initial Release +data_path: data/chunk-{id}/episode_{id}.parquet +video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4 diff --git a/meta/episodes.jsonl b/meta/episodes.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..7a1a37d63b3a3d288161543ac0e4445b24577e7d --- /dev/null +++ b/meta/episodes.jsonl @@ -0,0 +1,211 @@ +{"episode_index": 0, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 612} +{"episode_index": 1, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 610} +{"episode_index": 2, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 634} +{"episode_index": 3, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 607} +{"episode_index": 4, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 573} +{"episode_index": 5, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 583} +{"episode_index": 6, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 545} +{"episode_index": 7, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 622} +{"episode_index": 8, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 626} +{"episode_index": 9, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 615} +{"episode_index": 10, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 588} +{"episode_index": 11, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 621} +{"episode_index": 12, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 516} +{"episode_index": 13, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 597} +{"episode_index": 14, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 547} +{"episode_index": 15, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 563} +{"episode_index": 16, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 581} +{"episode_index": 17, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 634} +{"episode_index": 18, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 607} +{"episode_index": 19, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 564} +{"episode_index": 20, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 505} +{"episode_index": 21, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 638} +{"episode_index": 22, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 507} +{"episode_index": 23, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 575} +{"episode_index": 24, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 591} +{"episode_index": 25, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 545} +{"episode_index": 26, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 551} +{"episode_index": 27, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 521} +{"episode_index": 28, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 533} +{"episode_index": 29, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 593} +{"episode_index": 30, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 545} +{"episode_index": 31, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 524} +{"episode_index": 32, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 590} +{"episode_index": 33, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 534} +{"episode_index": 34, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 544} +{"episode_index": 35, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 565} +{"episode_index": 36, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 577} +{"episode_index": 37, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 642} +{"episode_index": 38, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 549} +{"episode_index": 39, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 483} +{"episode_index": 40, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 542} +{"episode_index": 41, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 544} +{"episode_index": 42, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 494} +{"episode_index": 43, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 614} +{"episode_index": 44, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 532} +{"episode_index": 45, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 527} +{"episode_index": 46, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 529} +{"episode_index": 47, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 543} +{"episode_index": 48, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 544} +{"episode_index": 49, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 564} +{"episode_index": 50, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 498} +{"episode_index": 51, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 507} +{"episode_index": 52, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 501} +{"episode_index": 53, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 514} +{"episode_index": 54, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 561} +{"episode_index": 55, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 521} +{"episode_index": 56, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 532} +{"episode_index": 57, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 503} +{"episode_index": 58, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 558} +{"episode_index": 59, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 613} +{"episode_index": 60, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 573} +{"episode_index": 61, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 608} +{"episode_index": 62, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 584} +{"episode_index": 63, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 591} +{"episode_index": 64, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 546} +{"episode_index": 65, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 538} +{"episode_index": 66, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 516} +{"episode_index": 67, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 593} +{"episode_index": 68, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 527} +{"episode_index": 69, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 619} +{"episode_index": 70, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 518} +{"episode_index": 71, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 577} +{"episode_index": 72, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 633} +{"episode_index": 73, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 516} +{"episode_index": 74, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 586} +{"episode_index": 75, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 533} +{"episode_index": 76, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 649} +{"episode_index": 77, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 541} +{"episode_index": 78, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 583} +{"episode_index": 79, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 609} +{"episode_index": 80, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 606} +{"episode_index": 81, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 633} +{"episode_index": 82, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 589} +{"episode_index": 83, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 630} +{"episode_index": 84, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 618} +{"episode_index": 85, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 596} +{"episode_index": 86, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 543} +{"episode_index": 87, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 623} +{"episode_index": 88, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 547} +{"episode_index": 89, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 550} +{"episode_index": 90, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 600} +{"episode_index": 91, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 603} +{"episode_index": 92, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 636} +{"episode_index": 93, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 606} +{"episode_index": 94, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 609} +{"episode_index": 95, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 606} +{"episode_index": 96, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 591} +{"episode_index": 97, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 622} +{"episode_index": 98, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 606} +{"episode_index": 99, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 641} +{"episode_index": 100, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 654} +{"episode_index": 101, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 625} +{"episode_index": 102, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 614} +{"episode_index": 103, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 602} +{"episode_index": 104, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 646} +{"episode_index": 105, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 581} +{"episode_index": 106, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 490} +{"episode_index": 107, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 561} +{"episode_index": 108, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 582} +{"episode_index": 109, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 463} +{"episode_index": 110, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 568} +{"episode_index": 111, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 518} +{"episode_index": 112, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 635} +{"episode_index": 113, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 583} +{"episode_index": 114, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 558} +{"episode_index": 115, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 520} +{"episode_index": 116, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 555} +{"episode_index": 117, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 495} +{"episode_index": 118, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 570} +{"episode_index": 119, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 582} +{"episode_index": 120, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 570} +{"episode_index": 121, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 524} +{"episode_index": 122, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 557} +{"episode_index": 123, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 579} +{"episode_index": 124, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 562} +{"episode_index": 125, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 551} +{"episode_index": 126, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 608} +{"episode_index": 127, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 626} +{"episode_index": 128, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 604} +{"episode_index": 129, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 598} +{"episode_index": 130, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 576} +{"episode_index": 131, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 582} +{"episode_index": 132, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 582} +{"episode_index": 133, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 595} +{"episode_index": 134, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 582} +{"episode_index": 135, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 635} +{"episode_index": 136, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 618} +{"episode_index": 137, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 648} +{"episode_index": 138, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 598} +{"episode_index": 139, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 622} +{"episode_index": 140, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 589} +{"episode_index": 141, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 600} +{"episode_index": 142, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 652} +{"episode_index": 143, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 550} +{"episode_index": 144, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 611} +{"episode_index": 145, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 650} +{"episode_index": 146, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 586} +{"episode_index": 147, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 561} +{"episode_index": 148, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 570} +{"episode_index": 149, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 530} +{"episode_index": 150, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 544} +{"episode_index": 151, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 615} +{"episode_index": 152, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 592} +{"episode_index": 153, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 549} +{"episode_index": 154, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 599} +{"episode_index": 155, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 595} +{"episode_index": 156, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 623} +{"episode_index": 157, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 576} +{"episode_index": 158, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 562} +{"episode_index": 159, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 534} +{"episode_index": 160, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 560} +{"episode_index": 161, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 622} +{"episode_index": 162, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 607} +{"episode_index": 163, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 562} +{"episode_index": 164, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 555} +{"episode_index": 165, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 558} +{"episode_index": 166, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 587} +{"episode_index": 167, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 602} +{"episode_index": 168, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 624} +{"episode_index": 169, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 635} +{"episode_index": 170, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 642} +{"episode_index": 171, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 575} +{"episode_index": 172, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 629} +{"episode_index": 173, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 602} +{"episode_index": 174, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 558} +{"episode_index": 175, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 625} +{"episode_index": 176, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 622} +{"episode_index": 177, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 612} +{"episode_index": 178, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 604} +{"episode_index": 179, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 591} +{"episode_index": 180, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 582} +{"episode_index": 181, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 601} +{"episode_index": 182, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 576} +{"episode_index": 183, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 588} +{"episode_index": 184, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 648} +{"episode_index": 185, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 569} +{"episode_index": 186, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 625} +{"episode_index": 187, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 618} +{"episode_index": 188, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 584} +{"episode_index": 189, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 583} +{"episode_index": 190, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 605} +{"episode_index": 191, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 621} +{"episode_index": 192, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 532} +{"episode_index": 193, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 610} +{"episode_index": 194, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 631} +{"episode_index": 195, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 552} +{"episode_index": 196, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 645} +{"episode_index": 197, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 638} +{"episode_index": 198, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 568} +{"episode_index": 199, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 595} +{"episode_index": 200, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 647} +{"episode_index": 201, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 561} +{"episode_index": 202, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 521} +{"episode_index": 203, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 621} +{"episode_index": 204, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 536} +{"episode_index": 205, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 575} +{"episode_index": 206, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 610} +{"episode_index": 207, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 517} +{"episode_index": 208, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 555} +{"episode_index": 209, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 549} +{"episode_index": 210, "tasks": ["Pick the topmost block from the stack and place it on the table."], "length": 521} diff --git a/meta/episodes_stats.jsonl b/meta/episodes_stats.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..39e8984bb4028fe3633efde2c5f5506ece03923f --- /dev/null +++ b/meta/episodes_stats.jsonl @@ -0,0 +1,211 @@ +{"episode_index": 0, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4146007492427865]], [[0.4226811666400978]], [[0.42020799956161325]]], "std": [[[0.20911638884219555]], [[0.20779054450061618]], [[0.20471140279118896]]], "count": [123]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3219187788936713]], [[0.3093738359503693]], [[0.32606941787555127]]], "std": [[[0.24985204521419874]], [[0.2582466388802037]], [[0.24796461211462975]]], "count": [123]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.427690547119932]], [[0.43380715134969977]], [[0.4285369174770179]]], "std": [[[0.2775784319031742]], [[0.27357385756146446]], [[0.2778602894040035]]], "count": [123]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3628170499229502]], [[0.3587597607471173]], [[0.37668637580370906]]], "std": [[[0.2623496881174308]], [[0.2639522110805979]], [[0.26790980788872587]]], "count": [123]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.2539803087711334, -0.12058479338884354, 0.02822197414934635, -0.31038400530815125, 0.46754100918769836, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1276010125875473, 0.4369082748889923, -0.6350904107093811, -1.8336254358291626, 0.04937536269426346, -0.12058479338884354, -0.028379054740071297, -0.3328000009059906, -0.4676930010318756, 0.06715799868106842, 1.402211308479309, -1.7580214738845825, 0.013738691806793213, 1008.0, 342.0, 2.6318299205740914e-05, -0.29678016901016235, -0.8385083079338074, 1.9083949327468872, -1.0613902807235718, -0.0010014540748670697], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25385814905166626, -0.12048007547855377, 0.028326693922281265, -0.31029000878334045, 0.4675920009613037, 0.22826899588108063, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.36397096514701843, 0.7876845598220825, -0.1742362231016159, -1.411919116973877, 0.48080331087112427, 0.5906717777252197, 0.544333279132843, -0.2549769878387451, -0.38157299160957336, 0.22857999801635742, 1.791002631187439, -1.1109946966171265, 0.7480865120887756, 1009.0, 1003.0, 3.1957933970261365e-05, -0.29671812057495117, -0.8384710550308228, 1.9083964824676514, -1.0613800287246704, -0.0003673580358736217], "mean": [-0.19951112568378448, 0.6046691536903381, 0.4513888359069824, -1.4119869470596313, -0.25392720103263855, -0.12051565945148468, 0.02827727608382702, -0.3103273808956146, 0.4675707221031189, 0.22823463380336761, -1.5732381343841553, -1.1211373805999756, -0.7462766766548157, 0.171294704079628, 0.5674476623535156, -0.4572235345840454, -1.667935848236084, 0.26587018370628357, 0.3303857743740082, 0.3842717707157135, -0.29495304822921753, -0.4154685437679291, 0.13469794392585754, 1.5770388841629028, -1.5685641765594482, 0.2670671045780182, 1008.7320556640625, 770.2205810546875, 2.853932346624788e-05, -0.29675284028053284, -0.8384796380996704, 1.9083963632583618, -1.061383605003357, -0.0006974376738071442], "std": [2.4949002181529067e-05, 1.8374708815827034e-05, 2.3095717551768757e-05, 1.9841521861962974e-05, 2.4841960112098604e-05, 2.0982915884815156e-05, 1.4579058188246563e-05, 1.4192440175975207e-05, 7.864206054364331e-06, 1.2874255844508298e-05, 1.1205673217773438e-05, 3.5762786865234375e-07, 1.0728836059570312e-06, 0.12760180234909058, 0.08343826234340668, 0.11672575026750565, 0.0972553938627243, 0.09728503227233887, 0.2058231234550476, 0.15323932468891144, 0.022089101374149323, 0.019467944279313087, 0.054165154695510864, 0.08728314936161041, 0.19112613797187805, 0.22767378389835358, 0.4429027736186981, 296.8295593261719, 7.47899093767046e-07, 5.735540980822407e-06, 9.136745575233363e-06, 5.219620220486831e-07, 3.3742194318620022e-06, 0.00020418144413270056], "count": [612]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.2539803087711334, -0.12058479338884354, 0.02822197414934635, -0.31038400530815125, 0.46754100918769836, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1276010125875473, 0.4369082748889923, -0.6350904107093811, -1.8336254358291626, 0.04928809776902199, -0.12058479338884354, -0.028379054740071297, -0.3328000009059906, -0.4676930010318756, 0.06715799868106842, 1.402211308479309, -1.7580214738845825, 0.013738691806793213, 1008.0, 342.0, 2.6318299205740914e-05, -0.29678016901016235, -0.8385083079338074, 1.9083949327468872, -1.0613902807235718, -0.0010014540748670697], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25385814905166626, -0.12048007547855377, 0.028326693922281265, -0.31029000878334045, 0.4675920009613037, 0.22826899588108063, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.36397096514701843, 0.7876845598220825, -0.1742362231016159, -1.411919116973877, 0.48080331087112427, 0.5906717777252197, 0.544333279132843, -0.2549769878387451, -0.38157299160957336, 0.22857999801635742, 1.791002631187439, -1.1109946966171265, 0.7480865120887756, 1009.0, 1003.0, 3.1957933970261365e-05, -0.29671812057495117, -0.8384710550308228, 1.9083964824676514, -1.0613800287246704, -0.0003673580358736217], "mean": [-0.19951112568378448, 0.6046692132949829, 0.4513888955116272, -1.4119868278503418, -0.253927081823349, -0.12051573395729065, 0.02827724814414978, -0.310327410697937, 0.4675707221031189, 0.22823460400104523, -1.5732381343841553, -1.1211373805999756, -0.7462766766548157, 0.17076797783374786, 0.5673330426216125, -0.4567732512950897, -1.6684328317642212, 0.26553574204444885, 0.3305007219314575, 0.3845278322696686, -0.2949283719062805, -0.41535118222236633, 0.1346808671951294, 1.577157974243164, -1.5685606002807617, 0.26691946387290955, 1008.7320556640625, 770.223876953125, 2.853932346624788e-05, -0.29675284028053284, -0.83847975730896, 1.9083963632583618, -1.061383605003357, -0.0006975229480303824], "std": [2.4949002181529067e-05, 1.836158480728045e-05, 2.3154145310400054e-05, 1.9845605493173935e-05, 2.4870027118595317e-05, 2.0944693460478447e-05, 1.4567661310138647e-05, 1.4211076631909236e-05, 7.87206954555586e-06, 1.2880555004812777e-05, 1.1205673217773438e-05, 3.5762786865234375e-07, 1.0728836059570312e-06, 0.12814819812774658, 0.08343502134084702, 0.1172776147723198, 0.0967218205332756, 0.09767641127109528, 0.20559100806713104, 0.15267951786518097, 0.022080358117818832, 0.019369665533304214, 0.05413728579878807, 0.08732767403125763, 0.19113439321517944, 0.22739200294017792, 0.44290274381637573, 296.8313293457031, 7.47899093767046e-07, 5.725289611291373e-06, 9.175304512609728e-06, 5.243588248049491e-07, 3.3761216400307603e-06, 0.0002042860141955316], "count": [612]}, "timestamp": {"min": [0.0], "max": [20.366666666666667], "mean": [10.183333333333334], "std": [5.888964884205662], "count": [612]}, "frame_index": {"min": [0], "max": [611], "mean": [305.5], "std": [176.66894652616986], "count": [612]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [612]}, "index": {"min": [0], "max": [611], "mean": [305.5], "std": [176.66894652616986], "count": [612]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [612]}, "gripper_open_scale_state": {"min": [1.0, 0.34200000762939453], "max": [1.0, 1.0], "mean": [1.0, 0.7694640523857541], "std": [0.0, 0.29623924406386737], "count": [612]}, "gripper_open_scale_action": {"min": [1.0, 0.34200000762939453], "max": [1.0, 1.0], "mean": [1.0, 0.7694640523857541], "std": [0.0, 0.29623924406386737], "count": [612]}, "eef_direction_state": {"mean": [6.0, 4.433006535947713], "std": [0.0, 2.2550789690873327], "min": [6, 0], "max": [6, 6], "count": [612]}, "eef_velocity_state": {"mean": [0.0, 0.5163398692810458], "std": [0.0, 0.6893643483313503], "min": [0, 0], "max": [0, 2], "count": [612]}, "eef_acc_mag_state": {"mean": [0.0, 0.5147058823529411], "std": [0.0, 0.7700136310002459], "min": [0, 0], "max": [0, 2], "count": [612]}, "eef_direction_action": {"mean": [6.0, 4.433006535947713], "std": [0.0, 2.2550789690873327], "min": [6, 0], "max": [6, 6], "count": [612]}, "eef_velocity_action": {"mean": [0.0, 0.5163398692810458], "std": [0.0, 0.6893643483313503], "min": [0, 0], "max": [0, 2], "count": [612]}, "eef_acc_mag_action": {"mean": [0.0, 0.5147058823529411], "std": [0.0, 0.7700136310002459], "min": [0, 0], "max": [0, 2], "count": [612]}, "eef_sim_pose_state": {"mean": [-0.310327410697937, 0.46757057309150696, 0.22823455929756165, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.29495322704315186, -0.41546857357025146, 0.13469800353050232, 1.577039361000061, -1.568566918373108, 0.2670672535896301], "std": [1.4192411981639452e-05, 7.86303553468315e-06, 1.2874080312030856e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.022089103236794472, 0.019467944279313087, 0.05416516587138176, 0.08728312700986862, 0.19112606346607208, 0.22767378389835358], "min": [-0.31038400530815125, 0.46754100918769836, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3328000009059906, -0.4676930010318756, 0.06715799868106842, 1.402211308479309, -1.7580214738845825, 0.013738691806793213], "max": [-0.31029000878334045, 0.4675920009613037, 0.22826899588108063, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2549769878387451, -0.38157299160957336, 0.22857999801635742, 1.791002631187439, -1.1109946966171265, 0.7480865120887756], "count": [612]}, "eef_sim_pose_action": {"mean": [-0.3103273808956146, 0.4675707221031189, 0.22823463380336761, -1.5732381343841553, -1.1211373805999756, -0.7462766766548157, -0.29495304822921753, -0.4154685437679291, 0.13469794392585754, 1.5770388841629028, -1.5685641765594482, 0.2670671045780182], "std": [1.4192440175975207e-05, 7.864206054364331e-06, 1.2874255844508298e-05, 1.1205673217773438e-05, 3.5762786865234375e-07, 1.0728836059570312e-06, 0.022089101374149323, 0.019467944279313087, 0.054165154695510864, 0.08728314936161041, 0.19112613797187805, 0.22767378389835358], "min": [-0.31038400530815125, 0.46754100918769836, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3328000009059906, -0.4676930010318756, 0.06715799868106842, 1.402211308479309, -1.7580214738845825, 0.013738691806793213], "max": [-0.31029000878334045, 0.4675920009613037, 0.22826899588108063, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2549769878387451, -0.38157299160957336, 0.22857999801635742, 1.791002631187439, -1.1109946966171265, 0.7480865120887756], "count": [612]}, "gripper_mode_state": {"mean": [0.0, 0.3137254901960784], "std": [0.0, 0.46400625749801194], "min": [0, 0], "max": [0, 1], "count": [612]}, "gripper_activity_state": {"mean": [2.0, 1.7745098039215685], "std": [0.0, 0.5671888495733597], "min": [2, 0], "max": [2, 2], "count": [612]}, "gripper_mode_action": {"mean": [0.0, 0.3137254901960784], "std": [0.0, 0.46400625749801194], "min": [0, 0], "max": [0, 1], "count": [612]}, "gripper_activity_action": {"mean": [2.0, 1.7745098039215685], "std": [0.0, 0.5671888495733597], "min": [2, 0], "max": [2, 2], "count": [612]}}} +{"episode_index": 1, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41072588027697415]], [[0.41904122970909674]], [[0.4163870523277617]]], "std": [[[0.2094972558867561]], [[0.20814197775440058]], [[0.20519670936514833]]], "count": [122]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34315645257419913]], [[0.3278690282465445]], [[0.3451741434961963]]], "std": [[[0.2592949822432584]], [[0.2684679364681666]], [[0.2564567620316456]]], "count": [122]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4268605033885139]], [[0.43260183790046075]], [[0.42731810511089685]]], "std": [[[0.2765982473144996]], [[0.2737347287394434]], [[0.2787066084250086]]], "count": [122]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36905747917336335]], [[0.3672550995124826]], [[0.37637043622093647]]], "std": [[[0.2505501446080874]], [[0.2529923323154264]], [[0.25390377736542985]]], "count": [122]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4512898027896881, -1.412023663520813, -0.2540152072906494, -0.12061969935894012, 0.02822197414934635, -0.3103660047054291, 0.46755099296569824, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20771163702011108, 0.25935593247413635, -0.5410520434379578, -1.865390419960022, -0.0518537312746048, -0.3245963156223297, -0.028379054740071297, -0.3314419984817505, -0.4682379961013794, 0.06185699999332428, 1.3470042943954468, -1.6954710483551025, 0.10671216249465942, 1008.0, 341.0, 2.6318299205740914e-05, -0.29678580164909363, -0.8384013175964355, 1.9083632230758667, -1.0625733137130737, -0.0007204773719422519], "max": [-0.19945622980594635, 0.6047391295433044, 0.4514293968677521, -1.411901593208313, -0.25385814905166626, -0.12046262621879578, 0.02834414690732956, -0.3102799952030182, 0.467602014541626, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.21621137857437134, 0.7228978872299194, -0.09890780597925186, -1.411901593208313, 0.4009894132614136, 0.5557477474212646, 0.4279896318912506, -0.2674179971218109, -0.3709000051021576, 0.22828799486160278, 1.7368849515914917, -1.121137022972107, 1.0688213109970093, 1009.0, 1003.0, 3.3837812225101516e-05, -0.29657524824142456, -0.8382127285003662, 1.908371925354004, -1.060452938079834, -0.0004319067229516804], "mean": [-0.1995275914669037, 0.604671061038971, 0.45138710737228394, -1.411953330039978, -0.2539356052875519, -0.12054160982370377, 0.02828272245824337, -0.3103278875350952, 0.4675765335559845, 0.22824466228485107, -1.5732381343841553, -1.1211373805999756, -0.7462766766548157, 0.033648304641246796, 0.424303263425827, -0.37605416774749756, -1.7085164785385132, 0.15469270944595337, 0.26793548464775085, 0.23956821858882904, -0.30751651525497437, -0.3982011377811432, 0.12222670018672943, 1.51694917678833, -1.4856675863265991, 0.48131343722343445, 1008.6163940429688, 801.3541259765625, 2.862047949747648e-05, -0.29665088653564453, -0.8382482528686523, 1.9083753824234009, -1.061600923538208, -0.0006698068464174867], "std": [2.530373603804037e-05, 1.9681023331941105e-05, 2.44788116106065e-05, 1.98222987819463e-05, 2.4100510927382857e-05, 3.8033223972888663e-05, 1.651676939218305e-05, 1.4582563380827196e-05, 7.843276762287132e-06, 1.3611341273644939e-05, 1.1205673217773438e-05, 3.5762786865234375e-07, 1.0728836059570312e-06, 0.11834456771612167, 0.129186749458313, 0.11428244411945343, 0.10097726434469223, 0.11779121309518814, 0.3027137517929077, 0.13478979468345642, 0.015526521019637585, 0.02292768657207489, 0.04798765107989311, 0.11241646856069565, 0.20692351460456848, 0.2796300947666168, 0.4862648844718933, 286.2425537109375, 8.134973086271202e-07, 1.7009364455589093e-05, 3.3108099160017446e-05, 5.828496796311811e-06, 0.0006541530601680279, 4.121290476177819e-05], "count": [610]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4512898027896881, -1.412023663520813, -0.2540152072906494, -0.12061969935894012, 0.02822197414934635, -0.3103660047054291, 0.46755099296569824, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20771163702011108, 0.25935593247413635, -0.5410520434379578, -1.865390419960022, -0.0518537312746048, -0.3245963156223297, -0.028379054740071297, -0.3314419984817505, -0.4682379961013794, 0.06185699999332428, 1.3470042943954468, -1.6954710483551025, 0.10671216249465942, 1008.0, 341.0, 2.6318299205740914e-05, -0.29678580164909363, -0.8384013175964355, 1.9083632230758667, -1.0625733137130737, -0.0007204773719422519], "max": [-0.19945622980594635, 0.6047391295433044, 0.4514293968677521, -1.411901593208313, -0.25385814905166626, -0.12046262621879578, 0.02834414690732956, -0.3102799952030182, 0.467602014541626, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.21621137857437134, 0.7228978872299194, -0.09890780597925186, -1.411901593208313, 0.4009894132614136, 0.5557477474212646, 0.4279896318912506, -0.2674179971218109, -0.3709000051021576, 0.22828799486160278, 1.7368849515914917, -1.121137022972107, 1.0688213109970093, 1009.0, 1003.0, 3.3837812225101516e-05, -0.29657524824142456, -0.8382127285003662, 1.908371925354004, -1.060452938079834, -0.0004319067229516804], "mean": [-0.1995275914669037, 0.604671061038971, 0.45138704776763916, -1.4119535684585571, -0.2539355456829071, -0.12054150551557541, 0.02828272245824337, -0.3103278577327728, 0.4675765633583069, 0.22824464738368988, -1.5732381343841553, -1.1211373805999756, -0.7462766766548157, 0.03298857808113098, 0.42374563217163086, -0.3754858672618866, -1.7088806629180908, 0.1544496864080429, 0.26760223507881165, 0.23985522985458374, -0.30753400921821594, -0.3980448544025421, 0.12215344607830048, 1.5169986486434937, -1.4858689308166504, 0.48183563351631165, 1008.6180419921875, 801.3541259765625, 2.8623560865526088e-05, -0.29665085673332214, -0.8382485508918762, 1.9083753824234009, -1.0616010427474976, -0.000669676112011075], "std": [2.530373603804037e-05, 1.966580020962283e-05, 2.447755468892865e-05, 1.97969566215761e-05, 2.411836430837866e-05, 3.7994017475284636e-05, 1.651676939218305e-05, 1.4588247722713277e-05, 7.849742360122036e-06, 1.362260172754759e-05, 1.1205673217773438e-05, 3.5762786865234375e-07, 1.0728836059570312e-06, 0.11853928118944168, 0.1291409581899643, 0.11476720869541168, 0.10030555725097656, 0.11773897707462311, 0.3032524585723877, 0.13440486788749695, 0.01553569920361042, 0.022778566926717758, 0.047859642654657364, 0.11244785785675049, 0.20662835240364075, 0.28042054176330566, 0.4858672320842743, 286.2425537109375, 8.154522674885811e-07, 1.7009488146868534e-05, 3.368482066434808e-05, 5.846670774189988e-06, 0.0006543104536831379, 4.134984556003474e-05], "count": [610]}, "timestamp": {"min": [0.0], "max": [20.3], "mean": [10.15], "std": [5.869719849457137], "count": [610]}, "frame_index": {"min": [0], "max": [609], "mean": [304.5], "std": [176.0915954837141], "count": [610]}, "episode_index": {"min": [8], "max": [8], "mean": [8.0], "std": [0.0], "count": [610]}, "index": {"min": [5637], "max": [6246], "mean": [5941.5], "std": [176.0915954837141], "count": [610]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [610]}, "gripper_open_scale_state": {"min": [1.0, 0.3409999907016754], "max": [1.0, 1.0], "mean": [1.0, 0.800077049800607], "std": [0.0, 0.28534601194761716], "count": [610]}, "gripper_open_scale_action": {"min": [1.0, 0.3409999907016754], "max": [1.0, 1.0], "mean": [1.0, 0.800077049800607], "std": [0.0, 0.28534601194761716], "count": [610]}, "eef_direction_state": {"mean": [6.0, 4.398360655737705], "std": [0.0, 2.2162582410989318], "min": [6, 0], "max": [6, 6], "count": [610]}, "eef_velocity_state": {"mean": [0.0, 0.5278688524590164], "std": [0.0, 0.6628629281298245], "min": [0, 0], "max": [0, 2], "count": [610]}, "eef_acc_mag_state": {"mean": [0.0, 0.5409836065573771], "std": [0.0, 0.7928733901740014], "min": [0, 0], "max": [0, 2], "count": [610]}, "eef_direction_action": {"mean": [6.0, 4.398360655737705], "std": [0.0, 2.2162582410989318], "min": [6, 0], "max": [6, 6], "count": [610]}, "eef_velocity_action": {"mean": [0.0, 0.5278688524590164], "std": [0.0, 0.6628629281298245], "min": [0, 0], "max": [0, 2], "count": [610]}, "eef_acc_mag_action": {"mean": [0.0, 0.5409836065573771], "std": [0.0, 0.7928733901740014], "min": [0, 0], "max": [0, 2], "count": [610]}, "eef_sim_pose_state": {"mean": [-0.31032779812812805, 0.4675763249397278, 0.22824469208717346, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.30751657485961914, -0.39820146560668945, 0.12222667783498764, 1.5169503688812256, -1.4856681823730469, 0.48131343722343445], "std": [1.4582419680664316e-05, 7.84158237365773e-06, 1.3611307622340973e-05, 0.0, 0.0, 5.960464477539063e-08, 0.01552653033286333, 0.022927679121494293, 0.047987617552280426, 0.11241649091243744, 0.2069234699010849, 0.27963003516197205], "min": [-0.3103660047054291, 0.46755099296569824, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3314419984817505, -0.4682379961013794, 0.06185699999332428, 1.3470042943954468, -1.6954710483551025, 0.10671216249465942], "max": [-0.3102799952030182, 0.467602014541626, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2674179971218109, -0.3709000051021576, 0.22828799486160278, 1.7368849515914917, -1.121137022972107, 1.0688213109970093], "count": [610]}, "eef_sim_pose_action": {"mean": [-0.3103278875350952, 0.4675765335559845, 0.22824466228485107, -1.5732381343841553, -1.1211373805999756, -0.7462766766548157, -0.30751651525497437, -0.3982011377811432, 0.12222670018672943, 1.51694917678833, -1.4856675863265991, 0.48131343722343445], "std": [1.4582563380827196e-05, 7.843276762287132e-06, 1.3611341273644939e-05, 1.1205673217773438e-05, 3.5762786865234375e-07, 1.0728836059570312e-06, 0.015526521019637585, 0.02292768657207489, 0.04798765107989311, 0.11241646856069565, 0.20692351460456848, 0.2796300947666168], "min": [-0.3103660047054291, 0.46755099296569824, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3314419984817505, -0.4682379961013794, 0.06185699999332428, 1.3470042943954468, -1.6954710483551025, 0.10671216249465942], "max": [-0.3102799952030182, 0.467602014541626, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2674179971218109, -0.3709000051021576, 0.22828799486160278, 1.7368849515914917, -1.121137022972107, 1.0688213109970093], "count": [610]}, "gripper_mode_state": {"mean": [0.0, 0.26885245901639343], "std": [0.0, 0.4433630727713228], "min": [0, 0], "max": [0, 1], "count": [610]}, "gripper_activity_state": {"mean": [2.0, 1.778688524590164], "std": [0.0, 0.5626677539576311], "min": [2, 0], "max": [2, 2], "count": [610]}, "gripper_mode_action": {"mean": [0.0, 0.26885245901639343], "std": [0.0, 0.4433630727713228], "min": [0, 0], "max": [0, 1], "count": [610]}, "gripper_activity_action": {"mean": [2.0, 1.778688524590164], "std": [0.0, 0.5626677539576311], "min": [2, 0], "max": [2, 2], "count": [610]}}} +{"episode_index": 2, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4091820112304181]], [[0.41754540473596846]], [[0.41537716406006847]]], "std": [[[0.20816391006496093]], [[0.20643927267990306]], [[0.20405252712508337]]], "count": [126]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3343491560976243]], [[0.32115403244631185]], [[0.3367214376491337]]], "std": [[[0.26253522379480965]], [[0.2699939667808758]], [[0.260551499717886]]], "count": [126]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4353427336212263]], [[0.44082326194366633]], [[0.4348393035454923]]], "std": [[[0.28436006636320127]], [[0.2806165421869308]], [[0.28475984016030237]]], "count": [126]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3812956754461044]], [[0.3766389618347339]], [[0.39418677216256875]]], "std": [[[0.26288284689208735]], [[0.2629647866231918]], [[0.2678937603802335]]], "count": [126]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.31037700176239014, 0.46755099296569824, 0.22818799316883087, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.11936306953430176, 0.27949702739715576, -0.5335122346878052, -1.8315311670303345, 0.03347541391849518, -0.1373574137687683, -0.028379054740071297, -0.33638298511505127, -0.46762099862098694, 0.04818800091743469, 1.3112927675247192, -1.8101418018341064, 0.13595205545425415, 1008.0, 334.0, 2.6318299205740914e-05, -0.29615041613578796, -0.8384575843811035, 1.908341884613037, -1.0613998174667358, -0.0009444993338547647], "max": [-0.19945622980594635, 0.6047216653823853, 0.4514293968677521, -1.411884069442749, -0.25384068489074707, -0.12041027098894119, 0.028326693922281265, -0.3102790117263794, 0.46759700775146484, 0.228303000330925, -1.5723901987075806, -1.121137022972107, -0.7456094622612, 0.2042035162448883, 0.6664888858795166, -0.10309659689664841, -1.4118317365646362, 0.3712839186191559, 0.5795714855194092, 0.4248305857181549, -0.26423799991607666, -0.38585299253463745, 0.22890999913215637, 1.7946661710739136, -1.1147205829620361, 0.9070525169372559, 1009.0, 1003.0, 3.0078055715421215e-05, -0.29606205224990845, -0.8384179472923279, 1.9083449840545654, -1.0613847970962524, -0.0005515116499736905], "mean": [-0.1995159387588501, 0.6046687960624695, 0.4513874650001526, -1.411973237991333, -0.25390055775642395, -0.12051193416118622, 0.028279274702072144, -0.3103286027908325, 0.46757325530052185, 0.22823956608772278, -1.5732369422912598, -1.121138334274292, -0.7462756633758545, 0.06976357102394104, 0.4285379946231842, -0.38173800706863403, -1.6828168630599976, 0.2044646441936493, 0.28855711221694946, 0.2632797062397003, -0.3052172362804413, -0.40657684206962585, 0.1209496483206749, 1.5099174976348877, -1.5391147136688232, 0.4728798270225525, 1008.6277465820312, 798.880126953125, 2.819838482537307e-05, -0.29611876606941223, -0.8384401202201843, 1.9083352088928223, -1.0613962411880493, -0.0008727166568860412], "std": [2.6193534722551703e-05, 1.807189437386114e-05, 2.3846334443078376e-05, 1.9452494598226622e-05, 2.251681507914327e-05, 2.4159802705980837e-05, 1.6204057828872465e-05, 1.5279038052540272e-05, 8.104103471850976e-06, 1.2892018276033923e-05, 3.50854461430572e-05, 8.561242793803103e-06, 2.64582868112484e-05, 0.09133875370025635, 0.09796091914176941, 0.10763087868690491, 0.09752786159515381, 0.08373497426509857, 0.29246580600738525, 0.12087737768888474, 0.01896350458264351, 0.020314352586865425, 0.05329550430178642, 0.15081995725631714, 0.21381725370883942, 0.24090592563152313, 0.4834009110927582, 290.4674072265625, 1.0558450469488889e-07, 6.742709956597537e-06, 5.225278073339723e-06, 8.309743861900643e-06, 5.787947884527966e-06, 6.389489135472104e-05], "count": [634]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.31037700176239014, 0.46755099296569824, 0.22818799316883087, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.11936306953430176, 0.27949702739715576, -0.5335122346878052, -1.8315311670303345, 0.03347541391849518, -0.1373574137687683, -0.028379054740071297, -0.33638298511505127, -0.46762099862098694, 0.04818800091743469, 1.3112927675247192, -1.8101418018341064, 0.13595205545425415, 1008.0, 334.0, 2.6318299205740914e-05, -0.29615041613578796, -0.8384575843811035, 1.908341884613037, -1.0613998174667358, -0.0009444993338547647], "max": [-0.19945622980594635, 0.6047216653823853, 0.4514293968677521, -1.411884069442749, -0.25384068489074707, -0.12041027098894119, 0.028326693922281265, -0.3102790117263794, 0.46759700775146484, 0.228303000330925, -1.5723901987075806, -1.121137022972107, -0.7456094622612, 0.2042035162448883, 0.6664888858795166, -0.10309659689664841, -1.4118491411209106, 0.3712839186191559, 0.5795714855194092, 0.4248305857181549, -0.26423799991607666, -0.38585299253463745, 0.22890999913215637, 1.7946661710739136, -1.1147205829620361, 0.9070525169372559, 1009.0, 1003.0, 3.0078055715421215e-05, -0.29606205224990845, -0.8384179472923279, 1.9083449840545654, -1.0613847970962524, -0.0005515116499736905], "mean": [-0.1995159536600113, 0.6046687960624695, 0.4513874650001526, -1.4119731187820435, -0.25390055775642395, -0.12051193416118622, 0.028279220685362816, -0.3103286623954773, 0.46757325530052185, 0.22823956608772278, -1.5732369422912598, -1.121138334274292, -0.7462756633758545, 0.06927396357059479, 0.42803171277046204, -0.3811935782432556, -1.6831152439117432, 0.20411686599254608, 0.2885550558567047, 0.2635144591331482, -0.30523890256881714, -0.4064766764640808, 0.12090013921260834, 1.509808897972107, -1.539249300956726, 0.473131388425827, 1008.6277465820312, 798.876953125, 2.819838482537307e-05, -0.29611876606941223, -0.8384402394294739, 1.9083352088928223, -1.0613962411880493, -0.0008724470972083509], "std": [2.619480073917657e-05, 1.8084381736116484e-05, 2.3846334443078376e-05, 1.9458902897895314e-05, 2.251681507914327e-05, 2.4159802705980837e-05, 1.6220745237660594e-05, 1.5297993741114624e-05, 8.10501296655275e-06, 1.2898923159809783e-05, 3.50854461430572e-05, 8.561242793803103e-06, 2.64582868112484e-05, 0.09147342294454575, 0.09787877649068832, 0.10814867913722992, 0.09698604792356491, 0.08398604393005371, 0.29246893525123596, 0.12045464664697647, 0.018977170810103416, 0.020169338211417198, 0.0532103106379509, 0.15079908072948456, 0.21358095109462738, 0.24127446115016937, 0.4834009110927582, 290.4655456542969, 1.0558450469488889e-07, 6.74882630846696e-06, 5.185911504668184e-06, 8.308506949106231e-06, 5.775154022558127e-06, 6.405171006917953e-05], "count": [634]}, "timestamp": {"min": [0.0], "max": [21.1], "mean": [10.549999999999999], "std": [6.10066025570639], "count": [634]}, "frame_index": {"min": [0], "max": [633], "mean": [316.5], "std": [183.0198076711917], "count": [634]}, "episode_index": {"min": [19], "max": [19], "mean": [19.0], "std": [0.0], "count": [634]}, "index": {"min": [12906], "max": [13539], "mean": [13222.5], "std": [183.0198076711917], "count": [634]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [634]}, "gripper_open_scale_state": {"min": [1.0, 0.33399999141693115], "max": [1.0, 1.0], "mean": [1.0, 0.7971766552526492], "std": [0.0, 0.2892725530911204], "count": [634]}, "gripper_open_scale_action": {"min": [1.0, 0.33399999141693115], "max": [1.0, 1.0], "mean": [1.0, 0.7971766552526492], "std": [0.0, 0.2892725530911204], "count": [634]}, "eef_direction_state": {"mean": [6.0, 4.7066246056782335], "std": [0.0, 2.027971658666248], "min": [6, 0], "max": [6, 6], "count": [634]}, "eef_velocity_state": {"mean": [0.0, 0.5504731861198738], "std": [0.0, 0.7289472747786347], "min": [0, 0], "max": [0, 2], "count": [634]}, "eef_acc_mag_state": {"mean": [0.0, 0.501577287066246], "std": [0.0, 0.7827985292539218], "min": [0, 0], "max": [0, 2], "count": [634]}, "eef_direction_action": {"mean": [6.0, 4.7066246056782335], "std": [0.0, 2.027971658666248], "min": [6, 0], "max": [6, 6], "count": [634]}, "eef_velocity_action": {"mean": [0.0, 0.5504731861198738], "std": [0.0, 0.7289472747786347], "min": [0, 0], "max": [0, 2], "count": [634]}, "eef_acc_mag_action": {"mean": [0.0, 0.501577287066246], "std": [0.0, 0.7827985292539218], "min": [0, 0], "max": [0, 2], "count": [634]}, "eef_sim_pose_state": {"mean": [-0.31032872200012207, 0.4675731956958771, 0.2282395213842392, -1.5732256174087524, -1.1211373805999756, -0.746274471282959, -0.3052172362804413, -0.4065770208835602, 0.12094968557357788, 1.5099198818206787, -1.5391143560409546, 0.4728794991970062], "std": [1.5278637874871492e-05, 8.103743311949074e-06, 1.2891978258267045e-05, 3.320457472000271e-05, 8.505768164468464e-06, 2.6435112886247225e-05, 0.01896350271999836, 0.020314352586865425, 0.05329550802707672, 0.15081994235515594, 0.21381735801696777, 0.24090591073036194], "min": [-0.31037700176239014, 0.46755099296569824, 0.22818799316883087, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.33638298511505127, -0.46762099862098694, 0.04818800091743469, 1.3112927675247192, -1.8101418018341064, 0.13595205545425415], "max": [-0.3102790117263794, 0.46759700775146484, 0.228303000330925, -1.5723901987075806, -1.121137022972107, -0.7456094622612, -0.26423799991607666, -0.38585299253463745, 0.22890999913215637, 1.7946661710739136, -1.1147205829620361, 0.9070525169372559], "count": [634]}, "eef_sim_pose_action": {"mean": [-0.3103286027908325, 0.46757325530052185, 0.22823956608772278, -1.5732369422912598, -1.121138334274292, -0.7462756633758545, -0.3052172362804413, -0.40657684206962585, 0.1209496483206749, 1.5099174976348877, -1.5391147136688232, 0.4728798270225525], "std": [1.5279038052540272e-05, 8.104103471850976e-06, 1.2892018276033923e-05, 3.50854461430572e-05, 8.561242793803103e-06, 2.64582868112484e-05, 0.01896350458264351, 0.020314352586865425, 0.05329550430178642, 0.15081995725631714, 0.21381725370883942, 0.24090592563152313], "min": [-0.31037700176239014, 0.46755099296569824, 0.22818799316883087, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.33638298511505127, -0.46762099862098694, 0.04818800091743469, 1.3112927675247192, -1.8101418018341064, 0.13595205545425415], "max": [-0.3102790117263794, 0.46759700775146484, 0.228303000330925, -1.5723901987075806, -1.121137022972107, -0.7456094622612, -0.26423799991607666, -0.38585299253463745, 0.22890999913215637, 1.7946661710739136, -1.1147205829620361, 0.9070525169372559], "count": [634]}, "gripper_mode_state": {"mean": [0.0, 0.27129337539432175], "std": [0.0, 0.4446271245228688], "min": [0, 0], "max": [0, 1], "count": [634]}, "gripper_activity_state": {"mean": [2.0, 1.772870662460568], "std": [0.0, 0.5745569893930839], "min": [2, 0], "max": [2, 2], "count": [634]}, "gripper_mode_action": {"mean": [0.0, 0.27129337539432175], "std": [0.0, 0.4446271245228688], "min": [0, 0], "max": [0, 1], "count": [634]}, "gripper_activity_action": {"mean": [2.0, 1.772870662460568], "std": [0.0, 0.5745569893930839], "min": [2, 0], "max": [2, 2], "count": [634]}}} +{"episode_index": 3, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4093116461748634]], [[0.41798111539697846]], [[0.4139653865986285]]], "std": [[[0.20788000828260916]], [[0.20623641763054487]], [[0.20335326263198825]]], "count": [122]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3296832710543234]], [[0.31618893978356366]], [[0.3341579978302796]]], "std": [[[0.25723020030508986]], [[0.2646657419176248]], [[0.2553131157672022]]], "count": [122]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43536669110950393]], [[0.4412061401746491]], [[0.43520539182202933]]], "std": [[[0.2844207456100814]], [[0.2805789081447469]], [[0.2848962183446688]]], "count": [122]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37872150233044033]], [[0.37273912293742634]], [[0.39032899221847206]]], "std": [[[0.25485979768985695]], [[0.256137710434677]], [[0.25964240246054593]]], "count": [122]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.3103730082511902, 0.4675520062446594, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21479767560958862, 0.3333055377006531, -0.5183278918266296, -1.9153766632080078, 0.024748768657445908, -0.20085249841213226, -0.03291691094636917, -0.337024986743927, -0.467974990606308, 0.04729599878191948, 1.355867624282837, -1.721307396888733, 0.17208805680274963, 1008.0, 332.0, 2.6318299205740914e-05, -0.2963120937347412, -0.8385455012321472, 1.9083141088485718, -1.061406135559082, -0.0008903922862373292], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.31028398871421814, 0.46759501099586487, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1995958536863327, 0.6764721274375916, -0.0725882425904274, -1.4119539260864258, 0.3620685636997223, 0.6098180413246155, 0.4099254608154297, -0.2628999948501587, -0.3695929944515228, 0.2320600003004074, 1.6893450021743774, -1.0802314281463623, 0.9102095365524292, 1009.0, 1003.0, 3.0078055715421215e-05, -0.29588159918785095, -0.8383291959762573, 1.9083482027053833, -1.0613831281661987, -0.0004309574724175036], "mean": [-0.19951841235160828, 0.6046751141548157, 0.4513914883136749, -1.4119709730148315, -0.2539002299308777, -0.12051321566104889, 0.028279008343815804, -0.3103295862674713, 0.46757298707962036, 0.2282407134771347, -1.5732380151748657, -1.121137261390686, -0.7462766766548157, 0.05619145929813385, 0.43849849700927734, -0.3803679347038269, -1.7158375978469849, 0.18534550070762634, 0.3336775004863739, 0.27517804503440857, -0.30335599184036255, -0.4013715386390686, 0.1206798255443573, 1.502484679222107, -1.5369304418563843, 0.4298785924911499, 1008.438232421875, 761.4234008789062, 2.8244819986866787e-05, -0.29606202244758606, -0.83844393491745, 1.9083356857299805, -1.061395287513733, -0.0008091680356301367], "std": [2.470646177243907e-05, 1.9599503502831794e-05, 2.3719903765595518e-05, 1.7581671272637323e-05, 2.3113367205951363e-05, 2.2288399122771807e-05, 1.710172182356473e-05, 1.4124002518656198e-05, 7.5891830420005135e-06, 1.2667206647165585e-05, 1.1086463928222656e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.10245369374752045, 0.09182258695363998, 0.11180348694324493, 0.11414053291082382, 0.07967715710401535, 0.24476757645606995, 0.13328899443149567, 0.020501188933849335, 0.023660046979784966, 0.0570359043776989, 0.10021596401929855, 0.19666092097759247, 0.21925218403339386, 0.49616819620132446, 304.2065124511719, 3.1115189358388307e-07, 3.693123289849609e-05, 2.452778244332876e-05, 9.028160093293991e-06, 6.57128066450241e-06, 4.692517904913984e-05], "count": [607]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.3103730082511902, 0.4675520062446594, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21479767560958862, 0.3333055377006531, -0.5183278918266296, -1.9153766632080078, 0.024748768657445908, -0.20085249841213226, -0.03291691094636917, -0.337024986743927, -0.467974990606308, 0.04729599878191948, 1.355867624282837, -1.721307396888733, 0.17208805680274963, 1008.0, 332.0, 2.6318299205740914e-05, -0.2963120937347412, -0.8385455012321472, 1.9083141088485718, -1.061406135559082, -0.0008903922862373292], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.31028398871421814, 0.46759501099586487, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1995958536863327, 0.6764721274375916, -0.0725882425904274, -1.4119539260864258, 0.3620685636997223, 0.6098180413246155, 0.4099254608154297, -0.2628999948501587, -0.3695929944515228, 0.2320600003004074, 1.6893450021743774, -1.0802314281463623, 0.9102095365524292, 1009.0, 1003.0, 3.0078055715421215e-05, -0.29588159918785095, -0.8383291959762573, 1.9083482027053833, -1.0613831281661987, -0.0004309574724175036], "mean": [-0.1995183825492859, 0.6046751141548157, 0.4513915181159973, -1.4119709730148315, -0.2539002299308777, -0.12051322311162949, 0.028279036283493042, -0.3103296160697937, 0.4675729274749756, 0.22824063897132874, -1.5732380151748657, -1.121137261390686, -0.7462766766548157, 0.055536575615406036, 0.43805453181266785, -0.37974825501441956, -1.7162383794784546, 0.18496809899806976, 0.3335471451282501, 0.27538561820983887, -0.3033733069896698, -0.40122705698013306, 0.1206597313284874, 1.502447485923767, -1.5369515419006348, 0.43014290928840637, 1008.438232421875, 761.4234008789062, 2.8244819986866787e-05, -0.29606175422668457, -0.8384441137313843, 1.9083356857299805, -1.061395287513733, -0.0008090522605925798], "std": [2.4708053388167173e-05, 1.961647103598807e-05, 2.3770340703777038e-05, 1.7581671272637323e-05, 2.3111439077183604e-05, 2.2288479158305563e-05, 1.7108552128775045e-05, 1.414680082234554e-05, 7.599907348776469e-06, 1.2702709682343993e-05, 1.1086463928222656e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.10280521214008331, 0.09166911989450455, 0.1124487891793251, 0.1134980320930481, 0.07989375293254852, 0.2450304627418518, 0.13291382789611816, 0.02051152102649212, 0.023522648960351944, 0.057000115513801575, 0.10019378364086151, 0.19661706686019897, 0.21972990036010742, 0.49616819620132446, 304.2065124511719, 3.1115189358388307e-07, 3.7377663829829544e-05, 2.479314753145445e-05, 9.064030564331915e-06, 6.560264409927186e-06, 4.702191290562041e-05], "count": [607]}, "timestamp": {"min": [0.0], "max": [20.2], "mean": [10.1], "std": [5.840852297015869], "count": [607]}, "frame_index": {"min": [0], "max": [606], "mean": [303.0], "std": [175.22556891047608], "count": [607]}, "episode_index": {"min": [21], "max": [21], "mean": [21.0], "std": [0.0], "count": [607]}, "index": {"min": [14237], "max": [14843], "mean": [14540.0], "std": [175.22556891047608], "count": [607]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [607]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.7597528813403757], "std": [0.0, 0.3028803026526466], "count": [607]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.7597528813403757], "std": [0.0, 0.3028803026526466], "count": [607]}, "eef_direction_state": {"mean": [6.0, 4.523887973640857], "std": [0.0, 2.087620854212439], "min": [6, 0], "max": [6, 6], "count": [607]}, "eef_velocity_state": {"mean": [0.0, 0.6260296540362438], "std": [0.0, 0.7616300167938684], "min": [0, 0], "max": [0, 2], "count": [607]}, "eef_acc_mag_state": {"mean": [0.0, 0.5799011532125206], "std": [0.0, 0.8136751231571477], "min": [0, 0], "max": [0, 2], "count": [607]}, "eef_direction_action": {"mean": [6.0, 4.523887973640857], "std": [0.0, 2.087620854212439], "min": [6, 0], "max": [6, 6], "count": [607]}, "eef_velocity_action": {"mean": [0.0, 0.6260296540362438], "std": [0.0, 0.7616300167938684], "min": [0, 0], "max": [0, 2], "count": [607]}, "eef_acc_mag_action": {"mean": [0.0, 0.5799011532125206], "std": [0.0, 0.8136751231571477], "min": [0, 0], "max": [0, 2], "count": [607]}, "eef_sim_pose_state": {"mean": [-0.310329407453537, 0.4675730764865875, 0.22824078798294067, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.3033560812473297, -0.401371568441391, 0.12067987769842148, 1.502487063407898, -1.5369309186935425, 0.4298790395259857], "std": [1.412288565916242e-05, 7.588479093101341e-06, 1.2666981092479546e-05, 0.0, 0.0, 5.960464477539063e-08, 0.020501190796494484, 0.02366005629301071, 0.0570358969271183, 0.10021593421697617, 0.19666098058223724, 0.2192523181438446], "min": [-0.3103730082511902, 0.4675520062446594, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.337024986743927, -0.467974990606308, 0.04729599878191948, 1.355867624282837, -1.721307396888733, 0.17208805680274963], "max": [-0.31028398871421814, 0.46759501099586487, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2628999948501587, -0.3695929944515228, 0.2320600003004074, 1.6893450021743774, -1.0802314281463623, 0.9102095365524292], "count": [607]}, "eef_sim_pose_action": {"mean": [-0.3103295862674713, 0.46757298707962036, 0.2282407134771347, -1.5732380151748657, -1.121137261390686, -0.7462766766548157, -0.30335599184036255, -0.4013715386390686, 0.1206798255443573, 1.502484679222107, -1.5369304418563843, 0.4298785924911499], "std": [1.4124002518656198e-05, 7.5891830420005135e-06, 1.2667206647165585e-05, 1.1086463928222656e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.020501188933849335, 0.023660046979784966, 0.0570359043776989, 0.10021596401929855, 0.19666092097759247, 0.21925218403339386], "min": [-0.3103730082511902, 0.4675520062446594, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.337024986743927, -0.467974990606308, 0.04729599878191948, 1.355867624282837, -1.721307396888733, 0.17208805680274963], "max": [-0.31028398871421814, 0.46759501099586487, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2628999948501587, -0.3695929944515228, 0.2320600003004074, 1.6893450021743774, -1.0802314281463623, 0.9102095365524292], "count": [607]}, "gripper_mode_state": {"mean": [0.0, 0.3261943986820428], "std": [0.0, 0.4688193820124184], "min": [0, 0], "max": [0, 1], "count": [607]}, "gripper_activity_state": {"mean": [2.0, 1.772652388797364], "std": [0.0, 0.572036492732921], "min": [2, 0], "max": [2, 2], "count": [607]}, "gripper_mode_action": {"mean": [0.0, 0.3261943986820428], "std": [0.0, 0.4688193820124184], "min": [0, 0], "max": [0, 1], "count": [607]}, "gripper_activity_action": {"mean": [2.0, 1.772652388797364], "std": [0.0, 0.572036492732921], "min": [2, 0], "max": [2, 2], "count": [607]}}} +{"episode_index": 4, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4096373055276242]], [[0.41779763176638174]], [[0.4144892900536283]]], "std": [[[0.20785368146833696]], [[0.206009542682807]], [[0.20335738222284283]]], "count": [117]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.333918051016703]], [[0.31975779460644654]], [[0.33701037302385345]]], "std": [[[0.26015500160800537]], [[0.26755320052793485]], [[0.2576561363382534]]], "count": [117]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4346994633679683]], [[0.44060308607061055]], [[0.43430925995754427]]], "std": [[[0.2837808798538071]], [[0.27984940375017686]], [[0.28383210342728415]]], "count": [117]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3769234819283839]], [[0.3715777784760628]], [[0.3862926250628457]]], "std": [[[0.25458022328042623]], [[0.2560835222095647]], [[0.25822125910971755]]], "count": [117]}, "observation.state": {"min": [-0.1995784044265747, 0.6045646071434021, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.1206720620393753, 0.02822197414934635, -0.3103809952735901, 0.4675469994544983, 0.22819000482559204, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.16338026523590088, 0.29249975085258484, -0.5456073880195618, -1.8412177562713623, 0.01837831735610962, -0.2390577346086502, -0.028379054740071297, -0.33237600326538086, -0.46763500571250916, 0.05488499999046326, 1.4041835069656372, -1.7575957775115967, 0.12780877947807312, 1008.0, 332.0, 2.6318299205740914e-05, -0.2965545654296875, -0.8385288715362549, 1.9082823991775513, -1.0614030361175537, -0.0008922907873056829], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31027698516845703, 0.46759799122810364, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.19956094026565552, 0.6917263269424438, -0.09145525097846985, -1.4118491411209106, 0.4175874888896942, 0.50471431016922, 0.43336525559425354, -0.2735289931297302, -0.3763450086116791, 0.22945599257946014, 1.6889578104019165, -1.121137022972107, 0.9615501761436462, 1009.0, 1003.0, 3.0078055715421215e-05, -0.2959567904472351, -0.8382951617240906, 1.9083441495895386, -1.0613847970962524, -9.682304516900331e-05], "mean": [-0.19951675832271576, 0.6046653985977173, 0.45138800144195557, -1.4119879007339478, -0.2539006173610687, -0.12054348737001419, 0.028273148462176323, -0.3103216588497162, 0.46757280826568604, 0.2282312959432602, -1.5732377767562866, -1.1211363077163696, -0.7462766766548157, 0.06716091185808182, 0.4703659415245056, -0.404676228761673, -1.69169282913208, 0.20971085131168365, 0.26104697585105896, 0.27385184168815613, -0.3075311481952667, -0.40127918124198914, 0.12406358122825623, 1.5441266298294067, -1.530326008796692, 0.4355809986591339, 1008.6177978515625, 774.4275512695312, 2.8227879738551565e-05, -0.2960912883281708, -0.8384411931037903, 1.908298134803772, -1.0613954067230225, -0.0007703879964537919], "std": [2.5059365725610405e-05, 1.9571460143197328e-05, 2.522701834095642e-05, 2.92043750960147e-05, 2.233560553577263e-05, 3.434727477724664e-05, 1.7184720491059124e-05, 1.6103696907521226e-05, 8.140301360981539e-06, 1.4384636415343266e-05, 1.0848045349121094e-05, 7.152557373046875e-07, 1.0728836059570312e-06, 0.10235755145549774, 0.0936368778347969, 0.11607151478528976, 0.0940932035446167, 0.10264689475297928, 0.24791039526462555, 0.14475367963314056, 0.0153079554438591, 0.02128644473850727, 0.05319666862487793, 0.08456408232450485, 0.2057305872440338, 0.2632592022418976, 0.4859255254268646, 299.0138854980469, 3.2245202419289853e-07, 4.761837772093713e-05, 2.947356551885605e-05, 1.6476700693601742e-05, 5.3226813179207966e-06, 7.132523023756221e-05], "count": [573]}, "action": {"min": [-0.1995784044265747, 0.6045646071434021, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.1206720620393753, 0.02822197414934635, -0.3103809952735901, 0.4675469994544983, 0.22819000482559204, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.16338026523590088, 0.29249975085258484, -0.5456073880195618, -1.8412177562713623, 0.01837831735610962, -0.2390577346086502, -0.028379054740071297, -0.33237600326538086, -0.46763500571250916, 0.05488499999046326, 1.4041835069656372, -1.7575957775115967, 0.12780877947807312, 1008.0, 332.0, 2.6318299205740914e-05, -0.2965545654296875, -0.8385288715362549, 1.9082823991775513, -1.0614030361175537, -0.0008922907873056829], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31027698516845703, 0.46759799122810364, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.19956094026565552, 0.6917263269424438, -0.09145525097846985, -1.4118491411209106, 0.4175874888896942, 0.50471431016922, 0.43336525559425354, -0.2735289931297302, -0.3763450086116791, 0.22945599257946014, 1.6889578104019165, -1.121137022972107, 0.9615501761436462, 1009.0, 1003.0, 3.0078055715421215e-05, -0.2959567904472351, -0.8382951617240906, 1.9083441495895386, -1.0613847970962524, -9.682304516900331e-05], "mean": [-0.19951683282852173, 0.6046655178070068, 0.45138800144195557, -1.4119879007339478, -0.2539006173610687, -0.12054353952407837, 0.028273118659853935, -0.3103215992450714, 0.4675728678703308, 0.22823132574558258, -1.5732377767562866, -1.1211363077163696, -0.7462766766548157, 0.06653506308794022, 0.4698288142681122, -0.40405458211898804, -1.6920199394226074, 0.20930127799510956, 0.26083987951278687, 0.2740357220172882, -0.3075602948665619, -0.4011422097682953, 0.12402539700269699, 1.5440810918807983, -1.5303488969802856, 0.43595248460769653, 1008.6160278320312, 774.424072265625, 2.8231159376446158e-05, -0.29609110951423645, -0.8384411931037903, 1.9082978963851929, -1.0613954067230225, -0.0007706746109761298], "std": [2.5123459636233747e-05, 1.9469029211904854e-05, 2.525343188608531e-05, 2.92043750960147e-05, 2.2334019377012737e-05, 3.429660864640027e-05, 1.7198108253069222e-05, 1.6130432413774543e-05, 8.160048309946433e-06, 1.4384138012246694e-05, 1.0848045349121094e-05, 7.152557373046875e-07, 1.0728836059570312e-06, 0.10265068709850311, 0.09375189244747162, 0.11677144467830658, 0.09344345331192017, 0.10293960571289062, 0.2482781857252121, 0.14443640410900116, 0.015330633148550987, 0.021113963797688484, 0.053129881620407104, 0.08455619215965271, 0.2056860476732254, 0.26384517550468445, 0.4863457977771759, 299.0107727050781, 3.3156820222757233e-07, 4.7824662033235654e-05, 2.9524202545871958e-05, 1.6534813767066225e-05, 5.309805601427797e-06, 7.140821981010959e-05], "count": [573]}, "timestamp": {"min": [0.0], "max": [19.066666666666666], "mean": [9.533333333333333], "std": [5.513686674153759], "count": [573]}, "frame_index": {"min": [0], "max": [572], "mean": [286.0], "std": [165.41060022461278], "count": [573]}, "episode_index": {"min": [22], "max": [22], "mean": [22.0], "std": [0.0], "count": [573]}, "index": {"min": [14844], "max": [15416], "mean": [15130.0], "std": [165.41060022461278], "count": [573]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [573]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.7728603840082312], "std": [0.0, 0.29781709300259673], "count": [573]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.7728603840082312], "std": [0.0, 0.29781709300259673], "count": [573]}, "eef_direction_state": {"mean": [6.0, 4.640488656195463], "std": [0.0, 2.0618451313950215], "min": [6, 0], "max": [6, 6], "count": [573]}, "eef_velocity_state": {"mean": [0.0, 0.5951134380453752], "std": [0.0, 0.768110391492813], "min": [0, 0], "max": [0, 2], "count": [573]}, "eef_acc_mag_state": {"mean": [0.0, 0.5410122164048866], "std": [0.0, 0.7929512912449644], "min": [0, 0], "max": [0, 2], "count": [573]}, "eef_direction_action": {"mean": [6.0, 4.640488656195463], "std": [0.0, 2.0618451313950215], "min": [6, 0], "max": [6, 6], "count": [573]}, "eef_velocity_action": {"mean": [0.0, 0.5951134380453752], "std": [0.0, 0.768110391492813], "min": [0, 0], "max": [0, 2], "count": [573]}, "eef_acc_mag_action": {"mean": [0.0, 0.5410122164048866], "std": [0.0, 0.7929512912449644], "min": [0, 0], "max": [0, 2], "count": [573]}, "eef_sim_pose_state": {"mean": [-0.31032171845436096, 0.46757254004478455, 0.22823132574558258, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.30753105878829956, -0.401279091835022, 0.12406352907419205, 1.5441263914108276, -1.5303254127502441, 0.4355807602405548], "std": [1.6103536836453713e-05, 8.136120413837489e-06, 1.4384617315954529e-05, 0.0, 0.0, 0.0, 0.015307951718568802, 0.021286437287926674, 0.05319666117429733, 0.08456408977508545, 0.2057306468486786, 0.26325929164886475], "min": [-0.3103809952735901, 0.4675469994544983, 0.22819000482559204, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33237600326538086, -0.46763500571250916, 0.05488499999046326, 1.4041835069656372, -1.7575957775115967, 0.12780877947807312], "max": [-0.31027698516845703, 0.46759799122810364, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2735289931297302, -0.3763450086116791, 0.22945599257946014, 1.6889578104019165, -1.121137022972107, 0.9615501761436462], "count": [573]}, "eef_sim_pose_action": {"mean": [-0.3103216588497162, 0.46757280826568604, 0.2282312959432602, -1.5732377767562866, -1.1211363077163696, -0.7462766766548157, -0.3075311481952667, -0.40127918124198914, 0.12406358122825623, 1.5441266298294067, -1.530326008796692, 0.4355809986591339], "std": [1.6103696907521226e-05, 8.140301360981539e-06, 1.4384636415343266e-05, 1.0848045349121094e-05, 7.152557373046875e-07, 1.0728836059570312e-06, 0.0153079554438591, 0.02128644473850727, 0.05319666862487793, 0.08456408232450485, 0.2057305872440338, 0.2632592022418976], "min": [-0.3103809952735901, 0.4675469994544983, 0.22819000482559204, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33237600326538086, -0.46763500571250916, 0.05488499999046326, 1.4041835069656372, -1.7575957775115967, 0.12780877947807312], "max": [-0.31027698516845703, 0.46759799122810364, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2735289931297302, -0.3763450086116791, 0.22945599257946014, 1.6889578104019165, -1.121137022972107, 0.9615501761436462], "count": [573]}, "gripper_mode_state": {"mean": [0.0, 0.3054101221640489], "std": [0.0, 0.4605809151970918], "min": [0, 0], "max": [0, 1], "count": [573]}, "gripper_activity_state": {"mean": [2.0, 1.7521815008726003], "std": [0.0, 0.5890356142382471], "min": [2, 0], "max": [2, 2], "count": [573]}, "gripper_mode_action": {"mean": [0.0, 0.3054101221640489], "std": [0.0, 0.4605809151970919], "min": [0, 0], "max": [0, 1], "count": [573]}, "gripper_activity_action": {"mean": [2.0, 1.7521815008726003], "std": [0.0, 0.5890356142382471], "min": [2, 0], "max": [2, 2], "count": [573]}}} +{"episode_index": 5, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4086065709122632]], [[0.4176150731832281]], [[0.41417751087016724]]], "std": [[[0.20752716221496603]], [[0.20594139007926754]], [[0.20342845536010565]]], "count": [118]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33218791542040543]], [[0.31774635295502385]], [[0.33521272813503933]]], "std": [[[0.25863688776386234]], [[0.26667050808797177]], [[0.2563767551380351]]], "count": [118]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4349345868644068]], [[0.4406589346543702]], [[0.4345265211310513]]], "std": [[[0.28446155334969414]], [[0.2804389377604415]], [[0.2844741614719935]]], "count": [118]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3747968663454082]], [[0.3674288055970976]], [[0.38525928810789856]]], "std": [[[0.27073470271603484]], [[0.2682971346753031]], [[0.27421505433431287]]], "count": [118]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12054989486932755, 0.02822197414934635, -0.3103809952735901, 0.4675480127334595, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1273043155670166, 0.3749839961528778, -0.6039711833000183, -1.823502540588379, 0.12899728119373322, -0.1955990493297577, -0.028274333104491234, -0.33434298634529114, -0.4679360091686249, 0.05220799893140793, 1.3789629936218262, -1.8348366022109985, 0.07181016355752945, 1008.0, 333.0, 2.8198177460581064e-05, -0.29607895016670227, -0.838486909866333, 1.9082863330841064, -1.0613950490951538, -0.0009862660663202405], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12046262621879578, 0.028326693922281265, -0.31028199195861816, 0.46759700775146484, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2733709216117859, 0.6743603348731995, -0.1212480217218399, -1.4119539260864258, 0.46532222628593445, 0.5102121233940125, 0.4633674621582031, -0.27140599489212036, -0.37910598516464233, 0.22834999859333038, 1.7207340002059937, -1.121137022972107, 0.8405544757843018, 1009.0, 1003.0, 2.8198177460581064e-05, -0.29590603709220886, -0.8383854627609253, 1.9082887172698975, -1.0613815784454346, -0.0007100356742739677], "mean": [-0.19951389729976654, 0.6046699285507202, 0.45138800144195557, -1.4119607210159302, -0.25389912724494934, -0.1205071210861206, 0.02826535888016224, -0.310335636138916, 0.4675721824169159, 0.22824054956436157, -1.5732378959655762, -1.1211365461349487, -0.7462766766548157, 0.09265133738517761, 0.4793061912059784, -0.40719589591026306, -1.6574040651321411, 0.2529566287994385, 0.24465060234069824, 0.2863510847091675, -0.30757859349250793, -0.40854087471961975, 0.12865377962589264, 1.5419032573699951, -1.5574148893356323, 0.44738665223121643, 1008.5523071289062, 801.7838745117188, 2.8198368454468437e-05, -0.2960304319858551, -0.8384124040603638, 1.9082822799682617, -1.0613950490951538, -0.0008505270234309137], "std": [2.5816094421315938e-05, 1.8496750271879137e-05, 2.415167364233639e-05, 2.8789612770196982e-05, 2.397232674411498e-05, 1.999707819777541e-05, 1.6823098121676594e-05, 1.716154110908974e-05, 8.245933713624254e-06, 1.3966205187898595e-05, 1.0967254638671875e-05, 4.76837158203125e-07, 1.0728836059570312e-06, 0.11299706995487213, 0.07922492921352386, 0.12337188422679901, 0.08866284042596817, 0.09323978424072266, 0.2623041272163391, 0.13110341131687164, 0.017932429909706116, 0.019681023433804512, 0.0551743283867836, 0.10197953879833221, 0.22154563665390015, 0.2485019862651825, 0.4972560405731201, 286.7527160644531, 1.9099388737231493e-10, 1.5014177733974066e-05, 2.1492131054401398e-05, 5.631823569274275e-06, 6.392360774043482e-06, 7.045450183795765e-05], "count": [583]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12054989486932755, 0.02822197414934635, -0.3103809952735901, 0.4675480127334595, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1273043155670166, 0.3749839961528778, -0.6039711833000183, -1.823502540588379, 0.12899728119373322, -0.1955990493297577, -0.028274333104491234, -0.33434298634529114, -0.4679360091686249, 0.05220799893140793, 1.3789629936218262, -1.8348366022109985, 0.07181016355752945, 1008.0, 333.0, 2.8198177460581064e-05, -0.29607895016670227, -0.838486909866333, 1.9082863330841064, -1.0613950490951538, -0.0009862660663202405], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12046262621879578, 0.028326693922281265, -0.31028199195861816, 0.46759700775146484, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2733709216117859, 0.6743603348731995, -0.1212480217218399, -1.4119539260864258, 0.46532222628593445, 0.5102121233940125, 0.4633674621582031, -0.27140599489212036, -0.37910598516464233, 0.22834999859333038, 1.7207340002059937, -1.121137022972107, 0.8405544757843018, 1009.0, 1003.0, 2.8198177460581064e-05, -0.29590603709220886, -0.8383854627609253, 1.9082887172698975, -1.0613815784454346, -0.0007100356742739677], "mean": [-0.1995139718055725, 0.6046699285507202, 0.4513879120349884, -1.4119606018066406, -0.2538992166519165, -0.1205071210861206, 0.02826535888016224, -0.31033557653427124, 0.4675722122192383, 0.22824068367481232, -1.5732378959655762, -1.1211365461349487, -0.7462766766548157, 0.09209654480218887, 0.4789343774318695, -0.40663522481918335, -1.6577049493789673, 0.25274908542633057, 0.244521826505661, 0.2867940068244934, -0.30760645866394043, -0.4084149897098541, 0.12861879169940948, 1.5419726371765137, -1.5576988458633423, 0.44754526019096375, 1008.5523071289062, 801.7872924804688, 2.8198368454468437e-05, -0.2960304915904999, -0.8384122252464294, 1.9082822799682617, -1.0613950490951538, -0.0008506621816195548], "std": [2.5883704438456334e-05, 1.849481850513257e-05, 2.416237475699745e-05, 2.8795804610126652e-05, 2.404366387054324e-05, 1.999707819777541e-05, 1.6823098121676594e-05, 1.719326428428758e-05, 8.279295798274688e-06, 1.3961266631667968e-05, 1.0967254638671875e-05, 4.76837158203125e-07, 1.0728836059570312e-06, 0.11326437443494797, 0.07914428412914276, 0.1239112913608551, 0.08812526613473892, 0.09337194263935089, 0.26250162720680237, 0.13047446310520172, 0.017949262633919716, 0.019537122920155525, 0.055117640644311905, 0.1020146980881691, 0.22109197080135345, 0.24872204661369324, 0.49725601077079773, 286.75506591796875, 1.9099388737231493e-10, 1.4908750927133951e-05, 2.124597449437715e-05, 5.631823569274275e-06, 6.3870029407553375e-06, 7.055164314806461e-05], "count": [583]}, "timestamp": {"min": [0.0], "max": [19.4], "mean": [9.700000000000001], "std": [5.609911863043047], "count": [583]}, "frame_index": {"min": [0], "max": [582], "mean": [291.0], "std": [168.2973558912914], "count": [583]}, "episode_index": {"min": [23], "max": [23], "mean": [23.0], "std": [0.0], "count": [583]}, "index": {"min": [15417], "max": [15999], "mean": [15708.0], "std": [168.2973558912914], "count": [583]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [583]}, "gripper_open_scale_state": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.8009416803998767], "std": [0.0, 0.2861654158948167], "count": [583]}, "gripper_open_scale_action": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.8009416803998767], "std": [0.0, 0.2861654158948167], "count": [583]}, "eef_direction_state": {"mean": [6.0, 4.6192109777015435], "std": [0.0, 2.0329468243962627], "min": [6, 0], "max": [6, 6], "count": [583]}, "eef_velocity_state": {"mean": [0.0, 0.6123499142367067], "std": [0.0, 0.7840510106728005], "min": [0, 0], "max": [0, 2], "count": [583]}, "eef_acc_mag_state": {"mean": [0.0, 0.5780445969125214], "std": [0.0, 0.8096745326259105], "min": [0, 0], "max": [0, 2], "count": [583]}, "eef_direction_action": {"mean": [6.0, 4.6192109777015435], "std": [0.0, 2.0329468243962627], "min": [6, 0], "max": [6, 6], "count": [583]}, "eef_velocity_action": {"mean": [0.0, 0.6123499142367067], "std": [0.0, 0.7840510106728005], "min": [0, 0], "max": [0, 2], "count": [583]}, "eef_acc_mag_action": {"mean": [0.0, 0.5780445969125214], "std": [0.0, 0.8096745326259105], "min": [0, 0], "max": [0, 2], "count": [583]}, "eef_sim_pose_state": {"mean": [-0.31033560633659363, 0.4675719141960144, 0.22824062407016754, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.30757856369018555, -0.40854087471961975, 0.12865377962589264, 1.54190194606781, -1.5574164390563965, 0.44738706946372986], "std": [1.716155202302616e-05, 8.241710929723922e-06, 1.396601328451652e-05, 0.0, 0.0, 5.960464477539063e-08, 0.01793242245912552, 0.019681023433804512, 0.05517435446381569, 0.10197963565587997, 0.22154559195041656, 0.2485019415616989], "min": [-0.3103809952735901, 0.4675480127334595, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33434298634529114, -0.4679360091686249, 0.05220799893140793, 1.3789629936218262, -1.8348366022109985, 0.07181016355752945], "max": [-0.31028199195861816, 0.46759700775146484, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27140599489212036, -0.37910598516464233, 0.22834999859333038, 1.7207340002059937, -1.121137022972107, 0.8405544757843018], "count": [583]}, "eef_sim_pose_action": {"mean": [-0.310335636138916, 0.4675721824169159, 0.22824054956436157, -1.5732378959655762, -1.1211365461349487, -0.7462766766548157, -0.30757859349250793, -0.40854087471961975, 0.12865377962589264, 1.5419032573699951, -1.5574148893356323, 0.44738665223121643], "std": [1.716154110908974e-05, 8.245933713624254e-06, 1.3966205187898595e-05, 1.0967254638671875e-05, 4.76837158203125e-07, 1.0728836059570312e-06, 0.017932429909706116, 0.019681023433804512, 0.0551743283867836, 0.10197953879833221, 0.22154563665390015, 0.2485019862651825], "min": [-0.3103809952735901, 0.4675480127334595, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33434298634529114, -0.4679360091686249, 0.05220799893140793, 1.3789629936218262, -1.8348366022109985, 0.07181016355752945], "max": [-0.31028199195861816, 0.46759700775146484, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27140599489212036, -0.37910598516464233, 0.22834999859333038, 1.7207340002059937, -1.121137022972107, 0.8405544757843018], "count": [583]}, "gripper_mode_state": {"mean": [0.0, 0.2641509433962264], "std": [0.0, 0.44088005454897794], "min": [0, 0], "max": [0, 1], "count": [583]}, "gripper_activity_state": {"mean": [2.0, 1.7632933104631219], "std": [0.0, 0.5788355212184237], "min": [2, 0], "max": [2, 2], "count": [583]}, "gripper_mode_action": {"mean": [0.0, 0.2641509433962264], "std": [0.0, 0.44088005454897794], "min": [0, 0], "max": [0, 1], "count": [583]}, "gripper_activity_action": {"mean": [2.0, 1.7632933104631219], "std": [0.0, 0.5788355212184237], "min": [2, 0], "max": [2, 2], "count": [583]}}} +{"episode_index": 6, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4094305154353408]], [[0.4173440490779645]], [[0.4151557649101307]]], "std": [[[0.20738197343961845]], [[0.20554101229898566]], [[0.2031213320209719]]], "count": [112]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3319949539711718]], [[0.31768863977882816]], [[0.33206480873599437]]], "std": [[[0.2574715283783544]], [[0.2655846868985143]], [[0.2535078201486314]]], "count": [112]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43516281694969655]], [[0.4410509727328431]], [[0.43499347134687205]]], "std": [[[0.28448979074822084]], [[0.2804563971143079]], [[0.28462130801162816]]], "count": [112]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37562816037873487]], [[0.3683644447362278]], [[0.38487779200221756]]], "std": [[[0.27139025512295634]], [[0.2722493843365305]], [[0.27370754335208686]]], "count": [112]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02825688011944294, -0.3103710114955902, 0.46755900979042053, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19938640296459198, 0.43072980642318726, -0.5565680265426636, -1.8291922807693481, 0.16514305770397186, -0.2163161039352417, -0.028379054740071297, -0.3304139971733093, -0.46783798933029175, 0.057780999690294266, 1.3496389389038086, -1.7738062143325806, 0.10641825944185257, 1008.0, 332.0, -0.004720374476164579, -0.29640981554985046, -0.8385581970214844, 1.9081168174743652, -1.0614013671875, -0.0009283621329814196], "max": [-0.19947367906570435, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.31026899814605713, 0.467602014541626, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2157401442527771, 0.678112804889679, -0.125593900680542, -1.411884069442749, 0.42737877368927, 0.5415582060813904, 0.46153485774993896, -0.2680189907550812, -0.37362098693847656, 0.2288690060377121, 1.7689619064331055, -1.1198842525482178, 0.8502838611602783, 1009.0, 1003.0, 0.003797354409471154, -0.29629138112068176, -0.8384559750556946, 1.9081215858459473, -1.0613665580749512, -0.00025914402795024216], "mean": [-0.19954043626785278, 0.6046772599220276, 0.45138734579086304, -1.4119645357131958, -0.25390681624412537, -0.12054240703582764, 0.028288884088397026, -0.31031835079193115, 0.4675801694393158, 0.22824497520923615, -1.5732375383377075, -1.1211353540420532, -0.7462766766548157, 0.08911527693271637, 0.5087757110595703, -0.4147054851055145, -1.6827614307403564, 0.26958373188972473, 0.2585487961769104, 0.31635844707489014, -0.30384159088134766, -0.40334197878837585, 0.1295321136713028, 1.559890866279602, -1.575422763824463, 0.41053059697151184, 1008.6898803710938, 791.3871459960938, 7.647439633728936e-05, -0.2963618338108063, -0.8384831547737122, 1.9081289768218994, -1.0613809823989868, -0.000571069773286581], "std": [2.463467353663873e-05, 1.9093384253210388e-05, 2.7975049306405708e-05, 2.5312434445368126e-05, 2.280499211337883e-05, 2.722993122006301e-05, 1.8582859411253594e-05, 1.9852228433592245e-05, 8.244359378295485e-06, 1.2505284757935442e-05, 1.0609626770019531e-05, 1.6689300537109375e-06, 1.0728836059570312e-06, 0.12379291653633118, 0.06585042178630829, 0.11778965592384338, 0.09414616227149963, 0.05367431044578552, 0.2586781680583954, 0.13803794980049133, 0.01585606299340725, 0.022968918085098267, 0.053254663944244385, 0.1046399176120758, 0.19179905951023102, 0.2652943432331085, 0.46253111958503723, 290.5329284667969, 0.0034587224945425987, 1.5207147953333333e-05, 2.1238105546217412e-05, 9.77224135567667e-06, 7.5607576945913024e-06, 0.00015597569290548563], "count": [545]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02825688011944294, -0.3103710114955902, 0.46755900979042053, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19938640296459198, 0.43072980642318726, -0.5565680265426636, -1.8291922807693481, 0.16514305770397186, -0.2163161039352417, -0.028379054740071297, -0.3304139971733093, -0.46783798933029175, 0.057780999690294266, 1.3496389389038086, -1.7738062143325806, 0.10641825944185257, 1008.0, 332.0, -0.004720374476164579, -0.29640981554985046, -0.8385581970214844, 1.9081168174743652, -1.0614013671875, -0.0009283621329814196], "max": [-0.19947367906570435, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.31026899814605713, 0.467602014541626, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2157401442527771, 0.678112804889679, -0.125593900680542, -1.411884069442749, 0.42737877368927, 0.5415582060813904, 0.46153485774993896, -0.2680189907550812, -0.37362098693847656, 0.2288690060377121, 1.7689619064331055, -1.1198842525482178, 0.8502838611602783, 1009.0, 1003.0, 0.003797354409471154, -0.29629138112068176, -0.8384559750556946, 1.9081215858459473, -1.0613665580749512, -0.00025914402795024216], "mean": [-0.1995404064655304, 0.6046772599220276, 0.4513873755931854, -1.411964774131775, -0.25390687584877014, -0.12054263055324554, 0.02828885428607464, -0.3103182315826416, 0.4675801694393158, 0.22824494540691376, -1.5732375383377075, -1.1211353540420532, -0.7462766766548157, 0.08838678896427155, 0.5084835290908813, -0.41411489248275757, -1.683168888092041, 0.26942092180252075, 0.25837311148643494, 0.31671229004859924, -0.3038780093193054, -0.4031701385974884, 0.12951694428920746, 1.559917688369751, -1.5756826400756836, 0.41071537137031555, 1008.6898803710938, 791.3834838867188, 6.566423689946532e-05, -0.29636189341545105, -0.8384832143783569, 1.9081289768218994, -1.0613809823989868, -0.0005702825146727264], "std": [2.4596516595920548e-05, 1.9092034563072957e-05, 2.7974760087090544e-05, 2.5454692149651237e-05, 2.279873842780944e-05, 2.7072852390119806e-05, 1.8592887499835342e-05, 1.9874547433573753e-05, 8.242293006333057e-06, 1.256640643987339e-05, 1.0609626770019531e-05, 1.6689300537109375e-06, 1.0728836059570312e-06, 0.12430968135595322, 0.0657784566283226, 0.11840952187776566, 0.09345117956399918, 0.05385598912835121, 0.25896790623664856, 0.1373996138572693, 0.01589401252567768, 0.02283826470375061, 0.053227707743644714, 0.10464508086442947, 0.1912793070077896, 0.26556241512298584, 0.46253111958503723, 290.53076171875, 0.003464463632553816, 1.5167183846642729e-05, 2.14092324313242e-05, 9.775310900295153e-06, 7.609258318552747e-06, 0.00015525631897617131], "count": [545]}, "timestamp": {"min": [0.0], "max": [18.133333333333333], "mean": [9.066666666666668], "std": [5.244256117145903], "count": [545]}, "frame_index": {"min": [0], "max": [544], "mean": [272.0], "std": [157.3276835143771], "count": [545]}, "episode_index": {"min": [25], "max": [25], "mean": [25.0], "std": [0.0], "count": [545]}, "index": {"min": [16724], "max": [17268], "mean": [16996.0], "std": [157.3276835143771], "count": [545]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [545]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.790374311504014], "std": [0.0, 0.28979892377825495], "count": [545]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.790374311504014], "std": [0.0, 0.28979892377825495], "count": [545]}, "eef_direction_state": {"mean": [6.0, 4.577981651376147], "std": [0.0, 2.060077392247359], "min": [6, 0], "max": [6, 6], "count": [545]}, "eef_velocity_state": {"mean": [0.0, 0.5853211009174312], "std": [0.0, 0.7348251602662061], "min": [0, 0], "max": [0, 2], "count": [545]}, "eef_acc_mag_state": {"mean": [0.0, 0.5229357798165137], "std": [0.0, 0.7804530591439492], "min": [0, 0], "max": [0, 2], "count": [545]}, "eef_direction_action": {"mean": [6.0, 4.577981651376147], "std": [0.0, 2.060077392247359], "min": [6, 0], "max": [6, 6], "count": [545]}, "eef_velocity_action": {"mean": [0.0, 0.5853211009174312], "std": [0.0, 0.7348251602662061], "min": [0, 0], "max": [0, 2], "count": [545]}, "eef_acc_mag_action": {"mean": [0.0, 0.5229357798165137], "std": [0.0, 0.7804530591439492], "min": [0, 0], "max": [0, 2], "count": [545]}, "eef_sim_pose_state": {"mean": [-0.310318261384964, 0.46757984161376953, 0.22824501991271973, -1.5732269287109375, -1.121137022972107, -0.7462754845619202, -0.30384165048599243, -0.4033419191837311, 0.12953217327594757, 1.5598920583724976, -1.575425148010254, 0.41053012013435364], "std": [1.985206654353533e-05, 8.237843758251984e-06, 1.2505192898970563e-05, 0.0, 0.0, 1.1920928955078125e-07, 0.0158560648560524, 0.02296891063451767, 0.05325465276837349, 0.10463987290859222, 0.19179904460906982, 0.2652941942214966], "min": [-0.3103710114955902, 0.46755900979042053, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3304139971733093, -0.46783798933029175, 0.057780999690294266, 1.3496389389038086, -1.7738062143325806, 0.10641825944185257], "max": [-0.31026899814605713, 0.467602014541626, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2680189907550812, -0.37362098693847656, 0.2288690060377121, 1.7689619064331055, -1.1198842525482178, 0.8502838611602783], "count": [545]}, "eef_sim_pose_action": {"mean": [-0.31031835079193115, 0.4675801694393158, 0.22824497520923615, -1.5732375383377075, -1.1211353540420532, -0.7462766766548157, -0.30384159088134766, -0.40334197878837585, 0.1295321136713028, 1.559890866279602, -1.575422763824463, 0.41053059697151184], "std": [1.9852228433592245e-05, 8.244359378295485e-06, 1.2505284757935442e-05, 1.0609626770019531e-05, 1.6689300537109375e-06, 1.0728836059570312e-06, 0.01585606299340725, 0.022968918085098267, 0.053254663944244385, 0.1046399176120758, 0.19179905951023102, 0.2652943432331085], "min": [-0.3103710114955902, 0.46755900979042053, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3304139971733093, -0.46783798933029175, 0.057780999690294266, 1.3496389389038086, -1.7738062143325806, 0.10641825944185257], "max": [-0.31026899814605713, 0.467602014541626, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2680189907550812, -0.37362098693847656, 0.2288690060377121, 1.7689619064331055, -1.1198842525482178, 0.8502838611602783], "count": [545]}, "gripper_mode_state": {"mean": [0.0, 0.27339449541284405], "std": [0.0, 0.44570163258709494], "min": [0, 0], "max": [0, 1], "count": [545]}, "gripper_activity_state": {"mean": [2.0, 1.7504587155963303], "std": [0.0, 0.5936396604513008], "min": [2, 0], "max": [2, 2], "count": [545]}, "gripper_mode_action": {"mean": [0.0, 0.27339449541284405], "std": [0.0, 0.44570163258709494], "min": [0, 0], "max": [0, 1], "count": [545]}, "gripper_activity_action": {"mean": [2.0, 1.7504587155963303], "std": [0.0, 0.5936396604513007], "min": [2, 0], "max": [2, 2], "count": [545]}}} +{"episode_index": 7, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41706892394054396]], [[0.4256756404174573]], [[0.42416238898113007]]], "std": [[[0.20989159925472978]], [[0.20843526992465955]], [[0.20563342465291895]]], "count": [124]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3327907244887202]], [[0.31775756707252795]], [[0.32984868490406916]]], "std": [[[0.25359121283756253]], [[0.2623193305875301]], [[0.24923611414356464]]], "count": [124]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4322208649588868]], [[0.4383323318574742]], [[0.43225750942177943]]], "std": [[[0.2798819431222601]], [[0.27699780804170443]], [[0.2807409538123909]]], "count": [124]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36875070992778836]], [[0.3642388569339026]], [[0.3827229090897111]]], "std": [[[0.25321267987024826]], [[0.2538093725231832]], [[0.25886071107425696]]], "count": [124]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103640079498291, 0.4675549864768982, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.17062339186668396, 0.32766813039779663, -0.5852612853050232, -1.8507646322250366, 0.02724459022283554, -0.13117894530296326, -0.028379054740071297, -0.3363629877567291, -0.46775001287460327, 0.0501680001616478, 1.3251934051513672, -1.8057291507720947, 0.10693177580833435, 1008.0, 333.0, -0.004365077707916498, -0.296453058719635, -0.8385471105575562, 1.908110499382019, -1.0625296831130981, -0.0011400438379496336], "max": [-0.19947367906570435, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12049752473831177, 0.02834414690732956, -0.3102790117263794, 0.46759501099586487, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.25474825501441956, 0.6607467532157898, -0.062220990657806396, -1.4118491411209106, 0.36945128440856934, 0.5940053462982178, 0.4681147336959839, -0.2587510049343109, -0.3852669894695282, 0.22844399511814117, 1.7444432973861694, -1.1067107915878296, 0.8352102041244507, 1009.0, 1003.0, 0.004588783252984285, -0.2962876260280609, -0.8384321928024292, 1.9081223011016846, -1.0599712133407593, -0.0006834567757323384], "mean": [-0.19952735304832458, 0.6046657562255859, 0.4513922333717346, -1.4119764566421509, -0.25390663743019104, -0.12055174261331558, 0.028287863358855247, -0.31032007932662964, 0.46757569909095764, 0.22823412716388702, -1.5732381343841553, -1.1211377382278442, -0.7462767362594604, 0.10674574226140976, 0.45695623755455017, -0.40288034081459045, -1.6718416213989258, 0.21545284986495972, 0.3227013647556305, 0.3180773854255676, -0.3036201596260071, -0.41152387857437134, 0.12202578783035278, 1.52315092086792, -1.5667471885681152, 0.39729005098342896, 1008.4871215820312, 776.4132080078125, 0.00022934166190680116, -0.29636111855506897, -0.838523268699646, 1.9081230163574219, -1.061651349067688, -0.0007433440769091249], "std": [2.4677234250702895e-05, 1.8590597392176278e-05, 2.3005306502454914e-05, 1.8353108316659927e-05, 2.4120574380503967e-05, 1.9242223061155528e-05, 1.862760473159142e-05, 1.4636063497164287e-05, 7.98988821770763e-06, 1.3500420209311415e-05, 1.1205673217773438e-05, 7.152557373046875e-07, 1.1324882507324219e-06, 0.10157619416713715, 0.0843839943408966, 0.12390109151601791, 0.10014427453279495, 0.09375783056020737, 0.2188396006822586, 0.1350986361503601, 0.022083057090640068, 0.01906384713947773, 0.056101128458976746, 0.11391475796699524, 0.20071329176425934, 0.2262462079524994, 0.49983537197113037, 298.71636962890625, 0.003838679287582636, 1.1203826943528838e-05, 1.9425860955379903e-05, 3.464288511167979e-06, 0.0006211207364685833, 8.605619223089889e-05], "count": [622]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103640079498291, 0.4675549864768982, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.17062339186668396, 0.32766813039779663, -0.5852612853050232, -1.8507646322250366, 0.02724459022283554, -0.13117894530296326, -0.028379054740071297, -0.3363629877567291, -0.46775001287460327, 0.0501680001616478, 1.3251934051513672, -1.8057291507720947, 0.10693177580833435, 1008.0, 333.0, -0.004365077707916498, -0.296453058719635, -0.8385471105575562, 1.908110499382019, -1.0625296831130981, -0.0011400438379496336], "max": [-0.19947367906570435, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12049752473831177, 0.02834414690732956, -0.3102790117263794, 0.46759501099586487, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.25474825501441956, 0.6607467532157898, -0.062220990657806396, -1.4118491411209106, 0.36945128440856934, 0.5940053462982178, 0.4681147336959839, -0.2587510049343109, -0.3852669894695282, 0.22844399511814117, 1.7444432973861694, -1.1067107915878296, 0.8352102041244507, 1009.0, 1003.0, 0.004588783252984285, -0.2962876260280609, -0.8384321928024292, 1.9081223011016846, -1.0599712133407593, -0.0006834567757323384], "mean": [-0.19952735304832458, 0.6046658158302307, 0.45139235258102417, -1.4119763374328613, -0.25390663743019104, -0.12055175751447678, 0.02828780747950077, -0.31032007932662964, 0.46757569909095764, 0.22823406755924225, -1.5732381343841553, -1.1211377382278442, -0.7462767362594604, 0.10615381598472595, 0.4565982222557068, -0.40226325392723083, -1.6723219156265259, 0.2150946855545044, 0.3227076828479767, 0.31837764382362366, -0.3035970628261566, -0.41139906644821167, 0.1220104768872261, 1.5231907367706299, -1.5667740106582642, 0.3974265158176422, 1008.4871215820312, 776.4132080078125, 0.00021827398450113833, -0.29636111855506897, -0.8385231494903564, 1.9081230163574219, -1.061651349067688, -0.0007439988548867404], "std": [2.4688659323146567e-05, 1.8581260519567877e-05, 2.293295256095007e-05, 1.8501139493309893e-05, 2.4120574380503967e-05, 1.9226668882765807e-05, 1.856298877100926e-05, 1.4630161786044482e-05, 7.985166121216025e-06, 1.3491632671502884e-05, 1.1205673217773438e-05, 7.152557373046875e-07, 1.1324882507324219e-06, 0.10210952907800674, 0.08422871679067612, 0.12461154907941818, 0.09961147606372833, 0.09403546154499054, 0.21882671117782593, 0.13453468680381775, 0.022083135321736336, 0.01895182952284813, 0.05607345327734947, 0.11393628269433975, 0.20065446197986603, 0.22648178040981293, 0.49983537197113037, 298.71636962890625, 0.003839984070509672, 1.1198553693247959e-05, 1.9606470232247375e-05, 3.4982481338374782e-06, 0.000620941398665309, 8.726144733373076e-05], "count": [622]}, "timestamp": {"min": [0.0], "max": [20.7], "mean": [10.35], "std": [5.985190055461898], "count": [622]}, "frame_index": {"min": [0], "max": [621], "mean": [310.5], "std": [179.55570166385695], "count": [622]}, "episode_index": {"min": [27], "max": [27], "mean": [27.0], "std": [0.0], "count": [622]}, "index": {"min": [17932], "max": [18553], "mean": [18242.5], "std": [179.55570166385695], "count": [622]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [622]}, "gripper_open_scale_state": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.7752684886145055], "std": [0.0, 0.2978518491328215], "count": [622]}, "gripper_open_scale_action": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.7752684886145055], "std": [0.0, 0.2978518491328215], "count": [622]}, "eef_direction_state": {"mean": [6.0, 4.709003215434084], "std": [0.0, 2.0312389824558332], "min": [6, 0], "max": [6, 6], "count": [622]}, "eef_velocity_state": {"mean": [0.0, 0.5434083601286174], "std": [0.0, 0.7353368043819501], "min": [0, 0], "max": [0, 2], "count": [622]}, "eef_acc_mag_state": {"mean": [0.0, 0.5289389067524116], "std": [0.0, 0.7887666913439748], "min": [0, 0], "max": [0, 2], "count": [622]}, "eef_direction_action": {"mean": [6.0, 4.709003215434084], "std": [0.0, 2.0312389824558332], "min": [6, 0], "max": [6, 6], "count": [622]}, "eef_velocity_action": {"mean": [0.0, 0.5434083601286174], "std": [0.0, 0.7353368043819501], "min": [0, 0], "max": [0, 2], "count": [622]}, "eef_acc_mag_action": {"mean": [0.0, 0.5289389067524116], "std": [0.0, 0.7887666913439748], "min": [0, 0], "max": [0, 2], "count": [622]}, "eef_sim_pose_state": {"mean": [-0.31031981110572815, 0.4675755202770233, 0.22823405265808105, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.3036201000213623, -0.41152361035346985, 0.12202581018209457, 1.5231525897979736, -1.566747784614563, 0.39728984236717224], "std": [1.4633675164077431e-05, 7.98739529273007e-06, 1.3500215573003516e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.022083060815930367, 0.019063850864768028, 0.056101132184267044, 0.11391475796699524, 0.20071326196193695, 0.226246178150177], "min": [-0.3103640079498291, 0.4675549864768982, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3363629877567291, -0.46775001287460327, 0.0501680001616478, 1.3251934051513672, -1.8057291507720947, 0.10693177580833435], "max": [-0.3102790117263794, 0.46759501099586487, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2587510049343109, -0.3852669894695282, 0.22844399511814117, 1.7444432973861694, -1.1067107915878296, 0.8352102041244507], "count": [622]}, "eef_sim_pose_action": {"mean": [-0.31032007932662964, 0.46757569909095764, 0.22823412716388702, -1.5732381343841553, -1.1211377382278442, -0.7462767362594604, -0.3036201596260071, -0.41152387857437134, 0.12202578783035278, 1.52315092086792, -1.5667471885681152, 0.39729005098342896], "std": [1.4636063497164287e-05, 7.98988821770763e-06, 1.3500420209311415e-05, 1.1205673217773438e-05, 7.152557373046875e-07, 1.1324882507324219e-06, 0.022083057090640068, 0.01906384713947773, 0.056101128458976746, 0.11391475796699524, 0.20071329176425934, 0.2262462079524994], "min": [-0.3103640079498291, 0.4675549864768982, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3363629877567291, -0.46775001287460327, 0.0501680001616478, 1.3251934051513672, -1.8057291507720947, 0.10693177580833435], "max": [-0.3102790117263794, 0.46759501099586487, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2587510049343109, -0.3852669894695282, 0.22844399511814117, 1.7444432973861694, -1.1067107915878296, 0.8352102041244507], "count": [622]}, "gripper_mode_state": {"mean": [0.0, 0.3022508038585209], "std": [0.0, 0.4592333344013693], "min": [0, 0], "max": [0, 1], "count": [622]}, "gripper_activity_state": {"mean": [2.0, 1.77491961414791], "std": [0.0, 0.5677404104011138], "min": [2, 0], "max": [2, 2], "count": [622]}, "gripper_mode_action": {"mean": [0.0, 0.3022508038585209], "std": [0.0, 0.4592333344013693], "min": [0, 0], "max": [0, 1], "count": [622]}, "gripper_activity_action": {"mean": [2.0, 1.77491961414791], "std": [0.0, 0.5677404104011138], "min": [2, 0], "max": [2, 2], "count": [622]}}} +{"episode_index": 8, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4159390343137255]], [[0.4247094885620915]], [[0.42060510130718953]]], "std": [[[0.2108309685821837]], [[0.209138350383774]], [[0.20527117298175024]]], "count": [125]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32810506045751636]], [[0.3137516437908497]], [[0.3305421323529412]]], "std": [[[0.25341746680976623]], [[0.26111521094133416]], [[0.2512435955509688]]], "count": [125]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43218614215686274]], [[0.438437158496732]], [[0.4322339411764706]]], "std": [[[0.2806150370360001]], [[0.27773923925097]], [[0.2815259484608163]]], "count": [125]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38045463235294114]], [[0.3745314477124183]], [[0.389382318627451]]], "std": [[[0.25954486712055486]], [[0.2602189939090957]], [[0.2632354872540373]]], "count": [125]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4512898027896881, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.31036999821662903, 0.4675529897212982, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.06531022489070892, 0.39329248666763306, -0.565626323223114, -1.8601545095443726, 0.10386455059051514, -0.18505725264549255, -0.028326693922281265, -0.33242300152778625, -0.4676800072193146, 0.05823399871587753, 1.3328955173492432, -1.7496843338012695, 0.10482219606637955, 1008.0, 332.0, -0.003923306241631508, -0.296485036611557, -0.838371217250824, 1.908117651939392, -1.062574028968811, -0.0011761152418330312], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31026598811149597, 0.4675990045070648, 0.22829000651836395, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.22254693508148193, 0.6768386363983154, -0.11622147262096405, -1.411919116973877, 0.46015605330467224, 0.6281090974807739, 0.44285985827445984, -0.22977100312709808, -0.3926379978656769, 0.2326499968767166, 1.8028219938278198, -1.1169358491897583, 0.8527386784553528, 1009.0, 1003.0, 0.005316296126693487, -0.29628199338912964, -0.8383347392082214, 1.9081199169158936, -1.0611145496368408, -0.00070339092053473], "mean": [-0.19952163100242615, 0.6046767830848694, 0.45138272643089294, -1.411964774131775, -0.25390487909317017, -0.12053567171096802, 0.028283387422561646, -0.3103257715702057, 0.4675750136375427, 0.22824475169181824, -1.5732381343841553, -1.1211378574371338, -0.7462767362594604, 0.11004132777452469, 0.4911520481109619, -0.39952078461647034, -1.6890182495117188, 0.2702536880970001, 0.3126542270183563, 0.3081820011138916, -0.29590752720832825, -0.4102970063686371, 0.12951131165027618, 1.528774380683899, -1.5730297565460205, 0.41986894607543945, 1008.538330078125, 762.1868896484375, -0.00043021285091526806, -0.2963980734348297, -0.8383567929267883, 1.9081209897994995, -1.0615384578704834, -0.0010068099945783615], "std": [2.5167975763906725e-05, 1.9576942577259615e-05, 2.5454393835389055e-05, 2.1137906514923088e-05, 2.4321976525243372e-05, 1.9844932467094623e-05, 1.686253017396666e-05, 1.533354225102812e-05, 8.256587534560822e-06, 1.3717379260924645e-05, 1.1205673217773438e-05, 8.344650268554688e-07, 1.1324882507324219e-06, 0.09634768962860107, 0.06576478481292725, 0.12852084636688232, 0.11876378953456879, 0.07730165123939514, 0.24581171572208405, 0.12323388457298279, 0.032349903136491776, 0.018305763602256775, 0.05521336570382118, 0.13826338946819305, 0.1921474039554596, 0.25645148754119873, 0.4985284209251404, 304.0874938964844, 0.003713396843522787, 2.368803325225599e-05, 5.744123882323038e-06, 3.130400273221312e-06, 0.0004660964186768979, 7.593022019136697e-05], "count": [626]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4512898027896881, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.31036999821662903, 0.4675529897212982, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.06531022489070892, 0.39329248666763306, -0.565626323223114, -1.8601545095443726, 0.10386455059051514, -0.18505725264549255, -0.028326693922281265, -0.33242300152778625, -0.4676800072193146, 0.05823399871587753, 1.3328955173492432, -1.7496843338012695, 0.10482219606637955, 1008.0, 332.0, -0.003923306241631508, -0.296485036611557, -0.838371217250824, 1.908117651939392, -1.062574028968811, -0.0011761152418330312], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31026598811149597, 0.4675990045070648, 0.22829000651836395, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.22254693508148193, 0.6768386363983154, -0.11622147262096405, -1.411919116973877, 0.46015605330467224, 0.6281090974807739, 0.44285985827445984, -0.22977100312709808, -0.3926379978656769, 0.2326499968767166, 1.8028219938278198, -1.1169358491897583, 0.8527386784553528, 1009.0, 1003.0, 0.005316296126693487, -0.29628199338912964, -0.8383347392082214, 1.9081199169158936, -1.0611145496368408, -0.00070339092053473], "mean": [-0.19952146708965302, 0.6046767234802246, 0.4513826072216034, -1.411964774131775, -0.2539048492908478, -0.120535708963871, 0.028283383697271347, -0.3103258013725281, 0.46757498383522034, 0.22824472188949585, -1.5732381343841553, -1.1211378574371338, -0.7462767362594604, 0.10962679237127304, 0.49082157015800476, -0.39899101853370667, -1.6891826391220093, 0.2700243890285492, 0.31255897879600525, 0.30849072337150574, -0.2959369719028473, -0.41021445393562317, 0.12951627373695374, 1.5287396907806396, -1.5731544494628906, 0.4200352132320404, 1008.5367431640625, 762.1868896484375, -0.0004415012081153691, -0.2963981628417969, -0.8383567929267883, 1.9081209897994995, -1.0615386962890625, -0.001006477978080511], "std": [2.525564923416823e-05, 1.959603287104983e-05, 2.5466168153798208e-05, 2.1155363356228918e-05, 2.432205837976653e-05, 1.9852575860568322e-05, 1.6862444681464694e-05, 1.5342886399594136e-05, 8.280720976472367e-06, 1.3727642908634152e-05, 1.1205673217773438e-05, 8.344650268554688e-07, 1.1324882507324219e-06, 0.09651977568864822, 0.0657130777835846, 0.12898851931095123, 0.11845090985298157, 0.07756225764751434, 0.24599094688892365, 0.1226312592625618, 0.032371409237384796, 0.018163232132792473, 0.055222366005182266, 0.13825498521327972, 0.19187895953655243, 0.2566966414451599, 0.4986472427845001, 304.08746337890625, 0.0037127858959138393, 2.3491989850299433e-05, 5.717483418266056e-06, 3.132948222628329e-06, 0.0004659231344703585, 7.599643868161365e-05], "count": [626]}, "timestamp": {"min": [0.0], "max": [20.833333333333332], "mean": [10.416666666666664], "std": [6.023680122833733], "count": [626]}, "frame_index": {"min": [0], "max": [625], "mean": [312.5], "std": [180.710403685012], "count": [626]}, "episode_index": {"min": [28], "max": [28], "mean": [28.0], "std": [0.0], "count": [626]}, "index": {"min": [18554], "max": [19179], "mean": [18866.5], "std": [180.710403685012], "count": [626]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [626]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.7610239614122591], "std": [0.0, 0.30316949479342087], "count": [626]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.7610239614122591], "std": [0.0, 0.30316949479342087], "count": [626]}, "eef_direction_state": {"mean": [6.0, 4.4696485623003195], "std": [0.0, 2.1693196628930096], "min": [6, 0], "max": [6, 6], "count": [626]}, "eef_velocity_state": {"mean": [0.0, 0.5830670926517572], "std": [0.0, 0.7543066036881736], "min": [0, 0], "max": [0, 2], "count": [626]}, "eef_acc_mag_state": {"mean": [0.0, 0.5399361022364217], "std": [0.0, 0.7888010044815278], "min": [0, 0], "max": [0, 2], "count": [626]}, "eef_direction_action": {"mean": [6.0, 4.4696485623003195], "std": [0.0, 2.1693196628930096], "min": [6, 0], "max": [6, 6], "count": [626]}, "eef_velocity_action": {"mean": [0.0, 0.5830670926517572], "std": [0.0, 0.7543066036881736], "min": [0, 0], "max": [0, 2], "count": [626]}, "eef_acc_mag_action": {"mean": [0.0, 0.5399361022364217], "std": [0.0, 0.7888010044815278], "min": [0, 0], "max": [0, 2], "count": [626]}, "eef_sim_pose_state": {"mean": [-0.3103257417678833, 0.46757492423057556, 0.2282445728778839, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.2959076166152954, -0.41029688715934753, 0.12951119244098663, 1.5287739038467407, -1.57302987575531, 0.4198692739009857], "std": [1.533354225102812e-05, 8.256213732238393e-06, 1.3715953173232265e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.032349903136491776, 0.018305761739611626, 0.05521337315440178, 0.13826335966587067, 0.19214726984500885, 0.25645163655281067], "min": [-0.31036999821662903, 0.4675529897212982, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33242300152778625, -0.4676800072193146, 0.05823399871587753, 1.3328955173492432, -1.7496843338012695, 0.10482219606637955], "max": [-0.31026598811149597, 0.4675990045070648, 0.22829000651836395, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22977100312709808, -0.3926379978656769, 0.2326499968767166, 1.8028219938278198, -1.1169358491897583, 0.8527386784553528], "count": [626]}, "eef_sim_pose_action": {"mean": [-0.3103257715702057, 0.4675750136375427, 0.22824475169181824, -1.5732381343841553, -1.1211378574371338, -0.7462767362594604, -0.29590752720832825, -0.4102970063686371, 0.12951131165027618, 1.528774380683899, -1.5730297565460205, 0.41986894607543945], "std": [1.533354225102812e-05, 8.256587534560822e-06, 1.3717379260924645e-05, 1.1205673217773438e-05, 8.344650268554688e-07, 1.1324882507324219e-06, 0.032349903136491776, 0.018305763602256775, 0.05521336570382118, 0.13826338946819305, 0.1921474039554596, 0.25645148754119873], "min": [-0.31036999821662903, 0.4675529897212982, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33242300152778625, -0.4676800072193146, 0.05823399871587753, 1.3328955173492432, -1.7496843338012695, 0.10482219606637955], "max": [-0.31026598811149597, 0.4675990045070648, 0.22829000651836395, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22977100312709808, -0.3926379978656769, 0.2326499968767166, 1.8028219938278198, -1.1169358491897583, 0.8527386784553528], "count": [626]}, "gripper_mode_state": {"mean": [0.0, 0.3226837060702875], "std": [0.0, 0.4675028683409678], "min": [0, 0], "max": [0, 1], "count": [626]}, "gripper_activity_state": {"mean": [2.0, 1.781150159744409], "std": [0.0, 0.5610031690880274], "min": [2, 0], "max": [2, 2], "count": [626]}, "gripper_mode_action": {"mean": [0.0, 0.3226837060702875], "std": [0.0, 0.4675028683409678], "min": [0, 0], "max": [0, 1], "count": [626]}, "gripper_activity_action": {"mean": [2.0, 1.781150159744409], "std": [0.0, 0.5610031690880275], "min": [2, 0], "max": [2, 2], "count": [626]}}} +{"episode_index": 9, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4160450126866465]], [[0.42542669642382697]], [[0.4222699532387481]]], "std": [[[0.21152179721788608]], [[0.20897387563165618]], [[0.2056344927605641]]], "count": [123]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3351322533078272]], [[0.3211975496838302]], [[0.3363956158005208]]], "std": [[[0.2592576931825845]], [[0.2674290831019394]], [[0.2561520637955442]]], "count": [123]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43285996698815027]], [[0.43910179539295396]], [[0.43298008993570325]]], "std": [[[0.28125397905437516]], [[0.27832930506263603]], [[0.28215205838116203]]], "count": [123]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3913405285217068]], [[0.3861495446755938]], [[0.4032543722434774]]], "std": [[[0.27502733171441685]], [[0.2796191817544505]], [[0.27967299033469006]]], "count": [123]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.1206720620393753, 0.028204521164298058, -0.31040099263191223, 0.46754300594329834, 0.22818200290203094, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.12447687983512878, 0.32698744535446167, -0.5574581623077393, -1.9176805019378662, 0.08850564807653427, -0.12831661105155945, -0.02839650586247444, -0.33445000648498535, -0.4675830006599426, 0.05787799879908562, 1.3379465341567993, -1.7724827527999878, 0.12793059647083282, 1008.0, 332.0, -0.004915882367640734, -0.29663729667663574, -0.8383664488792419, 1.908115267753601, -1.061632752418518, -0.001189404632896185], "max": [-0.19943878054618835, 0.6047565937042236, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.028326693922281265, -0.3102790117263794, 0.46759599447250366, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.20760692656040192, 0.6843435764312744, -0.12041027098894119, -1.411884069442749, 0.406696617603302, 0.5490631461143494, 0.4338364899158478, -0.2515290081501007, -0.3661800026893616, 0.23066399991512299, 1.7574138641357422, -1.121137022972107, 0.8362991213798523, 1009.0, 1003.0, 0.003658243454992771, -0.2963177263736725, -0.8383347392082214, 1.9081199169158936, -1.0613538026809692, -0.0004005816299468279], "mean": [-0.19950467348098755, 0.6046651601791382, 0.4513894319534302, -1.4119796752929688, -0.25390246510505676, -0.12052638083696365, 0.028279699385166168, -0.3103306293487549, 0.4675689935684204, 0.22823403775691986, -1.5732381343841553, -1.1211374998092651, -0.7462767362594604, 0.08373924344778061, 0.4758528470993042, -0.3968127965927124, -1.6776111125946045, 0.23495952785015106, 0.27202990651130676, 0.2712979018688202, -0.30405497550964355, -0.4088861346244812, 0.13128913938999176, 1.5254385471343994, -1.535512089729309, 0.4552077353000641, 1008.4601440429688, 799.7918701171875, -0.00026656652335077524, -0.29643186926841736, -0.8383499979972839, 1.9081217050552368, -1.0613881349563599, -0.0010020940098911524], "std": [2.608863178465981e-05, 2.5685598302516155e-05, 2.4654887965880334e-05, 2.02396149688866e-05, 2.4524635591660626e-05, 2.8226681024534628e-05, 1.633846841286868e-05, 1.6131773008964956e-05, 8.120196071104147e-06, 1.531120688014198e-05, 1.1205673217773438e-05, 4.76837158203125e-07, 1.1324882507324219e-06, 0.09611331671476364, 0.08906368166208267, 0.10836245864629745, 0.11142541468143463, 0.08025939762592316, 0.23716360330581665, 0.14205454289913177, 0.02243216149508953, 0.023294750601053238, 0.05566477030515671, 0.12727291882038116, 0.20500484108924866, 0.24117988348007202, 0.498409241437912, 289.53369140625, 0.0037184443790465593, 3.6307679692981765e-05, 7.054693924146704e-06, 4.530842943495372e-06, 1.8633696527103893e-05, 0.00013158493675291538], "count": [615]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.1206720620393753, 0.028204521164298058, -0.31040099263191223, 0.46754300594329834, 0.22818200290203094, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.12447687983512878, 0.32698744535446167, -0.5574581623077393, -1.9176805019378662, 0.08850564807653427, -0.12831661105155945, -0.02839650586247444, -0.33445000648498535, -0.4675830006599426, 0.05787799879908562, 1.3379465341567993, -1.7724827527999878, 0.12793059647083282, 1008.0, 332.0, -0.004915882367640734, -0.29663729667663574, -0.8383664488792419, 1.908115267753601, -1.061625599861145, -0.001189404632896185], "max": [-0.19943878054618835, 0.6047565937042236, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.028326693922281265, -0.3102790117263794, 0.46759599447250366, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.20760692656040192, 0.6843435764312744, -0.12041027098894119, -1.411884069442749, 0.406696617603302, 0.5490631461143494, 0.4338364899158478, -0.2515290081501007, -0.3661800026893616, 0.23066399991512299, 1.7574138641357422, -1.121137022972107, 0.8362991213798523, 1009.0, 1003.0, 0.00365636358037591, -0.2963177263736725, -0.8383347392082214, 1.9081199169158936, -1.0613538026809692, -0.0004005816299468279], "mean": [-0.1995048224925995, 0.6046651601791382, 0.4513893723487854, -1.4119796752929688, -0.2539026141166687, -0.12052641808986664, 0.028279725462198257, -0.3103305995464325, 0.4675690531730652, 0.22823403775691986, -1.5732381343841553, -1.1211374998092651, -0.7462767362594604, 0.08321461081504822, 0.47541046142578125, -0.3962758779525757, -1.6779841184616089, 0.23470725119113922, 0.2723015546798706, 0.27147677540779114, -0.3040895164012909, -0.4087774157524109, 0.131256565451622, 1.5250962972640991, -1.5357401371002197, 0.4553509056568146, 1008.4617919921875, 799.7918701171875, -0.00027258816407993436, -0.29643189907073975, -0.8383499979972839, 1.9081217050552368, -1.0613877773284912, -0.0010021758498623967], "std": [2.6154351871809922e-05, 2.5671328330645338e-05, 2.4681887225597166e-05, 2.0238947399775498e-05, 2.4581690013292246e-05, 2.824189687089529e-05, 1.634430736885406e-05, 1.6156482161022723e-05, 8.147701009875163e-06, 1.532012720417697e-05, 1.1205673217773438e-05, 4.76837158203125e-07, 1.1324882507324219e-06, 0.09636333584785461, 0.08910028636455536, 0.10890708863735199, 0.11091820150613785, 0.08044300228357315, 0.2368094027042389, 0.14174655079841614, 0.022458653897047043, 0.02317725494503975, 0.055614009499549866, 0.12742824852466583, 0.20462240278720856, 0.24137817323207855, 0.49853765964508057, 289.53369140625, 0.0037150802090764046, 3.62824575859122e-05, 7.067832484608516e-06, 4.530842943495372e-06, 1.5720437659183517e-05, 0.0001315268746111542], "count": [615]}, "timestamp": {"min": [0.0], "max": [20.466666666666665], "mean": [10.233333333333333], "std": [5.9178324360141135], "count": [615]}, "frame_index": {"min": [0], "max": [614], "mean": [307.0], "std": [177.5349730804234], "count": [615]}, "episode_index": {"min": [29], "max": [29], "mean": [29.0], "std": [0.0], "count": [615]}, "index": {"min": [19180], "max": [19794], "mean": [19487.0], "std": [177.5349730804234], "count": [615]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [615]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.7985317078063159], "std": [0.0, 0.2886525599388194], "count": [615]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.7985317078063159], "std": [0.0, 0.2886525599388194], "count": [615]}, "eef_direction_state": {"mean": [6.0, 4.839024390243902], "std": [0.0, 1.8719423479040789], "min": [6, 0], "max": [6, 6], "count": [615]}, "eef_velocity_state": {"mean": [0.0, 0.5398373983739837], "std": [0.0, 0.7465628380261676], "min": [0, 0], "max": [0, 2], "count": [615]}, "eef_acc_mag_state": {"mean": [0.0, 0.5040650406504065], "std": [0.0, 0.7753728055842789], "min": [0, 0], "max": [0, 2], "count": [615]}, "eef_direction_action": {"mean": [6.0, 4.839024390243902], "std": [0.0, 1.8719423479040789], "min": [6, 0], "max": [6, 6], "count": [615]}, "eef_velocity_action": {"mean": [0.0, 0.5398373983739837], "std": [0.0, 0.7465628380261676], "min": [0, 0], "max": [0, 2], "count": [615]}, "eef_acc_mag_action": {"mean": [0.0, 0.5040650406504065], "std": [0.0, 0.7753728055842789], "min": [0, 0], "max": [0, 2], "count": [615]}, "eef_sim_pose_state": {"mean": [-0.3103305697441101, 0.4675690829753876, 0.2282339185476303, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.30405500531196594, -0.4088860750198364, 0.13128916919231415, 1.5254372358322144, -1.5355125665664673, 0.45520713925361633], "std": [1.6131771189975552e-05, 8.119753147184383e-06, 1.531068301119376e-05, 0.0, 0.0, 5.960464477539063e-08, 0.02243216708302498, 0.02329474315047264, 0.0556647889316082, 0.12727287411689758, 0.20500467717647552, 0.24117985367774963], "min": [-0.31040099263191223, 0.46754300594329834, 0.22818200290203094, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33445000648498535, -0.4675830006599426, 0.05787799879908562, 1.3379465341567993, -1.7724827527999878, 0.12793059647083282], "max": [-0.3102790117263794, 0.46759599447250366, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2515290081501007, -0.3661800026893616, 0.23066399991512299, 1.7574138641357422, -1.121137022972107, 0.8362991213798523], "count": [615]}, "eef_sim_pose_action": {"mean": [-0.3103306293487549, 0.4675689935684204, 0.22823403775691986, -1.5732381343841553, -1.1211374998092651, -0.7462767362594604, -0.30405497550964355, -0.4088861346244812, 0.13128913938999176, 1.5254385471343994, -1.535512089729309, 0.4552077353000641], "std": [1.6131773008964956e-05, 8.120196071104147e-06, 1.531120688014198e-05, 1.1205673217773438e-05, 4.76837158203125e-07, 1.1324882507324219e-06, 0.02243216149508953, 0.023294750601053238, 0.05566477030515671, 0.12727291882038116, 0.20500484108924866, 0.24117988348007202], "min": [-0.31040099263191223, 0.46754300594329834, 0.22818200290203094, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33445000648498535, -0.4675830006599426, 0.05787799879908562, 1.3379465341567993, -1.7724827527999878, 0.12793059647083282], "max": [-0.3102790117263794, 0.46759599447250366, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2515290081501007, -0.3661800026893616, 0.23066399991512299, 1.7574138641357422, -1.121137022972107, 0.8362991213798523], "count": [615]}, "gripper_mode_state": {"mean": [0.0, 0.26991869918699185], "std": [0.0, 0.4439173290334518], "min": [0, 0], "max": [0, 1], "count": [615]}, "gripper_activity_state": {"mean": [2.0, 1.7772357723577237], "std": [0.0, 0.5652272020522813], "min": [2, 0], "max": [2, 2], "count": [615]}, "gripper_mode_action": {"mean": [0.0, 0.26991869918699185], "std": [0.0, 0.4439173290334518], "min": [0, 0], "max": [0, 1], "count": [615]}, "gripper_activity_action": {"mean": [2.0, 1.7772357723577237], "std": [0.0, 0.5652272020522813], "min": [2, 0], "max": [2, 2], "count": [615]}}} +{"episode_index": 10, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4169576038748833]], [[0.42574576227549843]], [[0.4231754201680672]]], "std": [[[0.21117115164517591]], [[0.2085213269246068]], [[0.20536148068408575]]], "count": [119]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3290120472208491]], [[0.3135133293513484]], [[0.33159942776130064]]], "std": [[[0.2532221110678065]], [[0.26126001961622963]], [[0.2504433280727027]]], "count": [119]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43288557628933927]], [[0.43931559290382816]], [[0.43309245242214534]]], "std": [[[0.28124936774786646]], [[0.27784121470576406]], [[0.2817263200052439]]], "count": [119]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37370179910199375]], [[0.37280551092986214]], [[0.3814190026500796]]], "std": [[[0.2464568601394546]], [[0.24959414378665376]], [[0.2483148644193642]]], "count": [119]}, "observation.state": {"min": [-0.19956094026565552, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103890120983124, 0.46754199266433716, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2053728997707367, 0.35009559988975525, -0.5702688694000244, -1.8433120250701904, -0.04427900165319443, -0.23809781670570374, -0.028379054740071297, -0.33338600397109985, -0.46776100993156433, 0.05820100009441376, 1.3979430198669434, -1.7712109088897705, 0.1234615370631218, 1008.0, 333.0, -0.004603822249919176, -0.29651322960853577, -0.8384726047515869, 1.9081159830093384, -1.0614901781082153, -0.0011115665547549725], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31029999256134033, 0.46758800745010376, 0.22828799486160278, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.22598522901535034, 0.6444279551506042, -0.06839945167303085, -1.411901593208313, 0.3761533498764038, 0.49040260910987854, 0.4700869917869568, -0.2612139880657196, -0.37680700421333313, 0.22826500236988068, 1.8028470277786255, -1.013518214225769, 0.9100936055183411, 1009.0, 1003.0, 0.0038763091433793306, -0.2961673140525818, -0.8383363485336304, 1.9081215858459473, -1.0613800287246704, -0.0007508532144129276], "mean": [-0.1994970142841339, 0.6046733260154724, 0.45138922333717346, -1.4119598865509033, -0.2538995146751404, -0.12053785473108292, 0.028275882825255394, -0.31033965945243835, 0.4675673544406891, 0.22824247181415558, -1.5732378959655762, -1.1211366653442383, -0.7462766766548157, 0.071531280875206, 0.47356805205345154, -0.39481696486473083, -1.6771116256713867, 0.20644617080688477, 0.21461790800094604, 0.2926134467124939, -0.30434995889663696, -0.4040234386920929, 0.12839794158935547, 1.5833402872085571, -1.515101432800293, 0.4456997215747833, 1008.5374145507812, 792.7432250976562, 1.2808013707399368e-05, -0.2963414192199707, -0.838359534740448, 1.9081250429153442, -1.0613985061645508, -0.0009621279314160347], "std": [2.5542443836457096e-05, 2.313840559509117e-05, 2.479054637660738e-05, 1.9390157831367105e-05, 2.2227972294786014e-05, 2.0118926840950735e-05, 1.7884645785670727e-05, 1.5297013305826113e-05, 8.072496711974964e-06, 1.4676785212941468e-05, 1.0967254638671875e-05, 3.5762786865234375e-07, 1.0728836059570312e-06, 0.14013338088989258, 0.07205306738615036, 0.1416720449924469, 0.08982786536216736, 0.09796599298715591, 0.25185054540634155, 0.145792618393898, 0.017330292612314224, 0.022014936432242393, 0.054054755717515945, 0.11262153089046478, 0.22975775599479675, 0.26431575417518616, 0.49859708547592163, 291.49798583984375, 0.003599160350859165, 6.140111509012058e-05, 3.218467463739216e-05, 7.0400419645011425e-06, 2.3031674572848715e-05, 5.479632818605751e-05], "count": [588]}, "action": {"min": [-0.19956094026565552, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103890120983124, 0.46754199266433716, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2053728997707367, 0.35009559988975525, -0.5702688694000244, -1.8433120250701904, -0.04427900165319443, -0.23809781670570374, -0.028379054740071297, -0.33338600397109985, -0.46776100993156433, 0.05820100009441376, 1.3979430198669434, -1.7712109088897705, 0.1234615370631218, 1008.0, 333.0, -0.004603822249919176, -0.29651322960853577, -0.8384726047515869, 1.9081159830093384, -1.0614901781082153, -0.0011115665547549725], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31029999256134033, 0.46758800745010376, 0.22828799486160278, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.22598522901535034, 0.6444279551506042, -0.06839945167303085, -1.411901593208313, 0.3761533498764038, 0.49040260910987854, 0.4700869917869568, -0.2612139880657196, -0.37680700421333313, 0.22826500236988068, 1.8028470277786255, -1.013518214225769, 0.9100936055183411, 1009.0, 1003.0, 0.0038763091433793306, -0.2961673140525818, -0.8383363485336304, 1.9081215858459473, -1.0613800287246704, -0.0007508532144129276], "mean": [-0.19949708878993988, 0.6046733260154724, 0.45138922333717346, -1.4119598865509033, -0.2538995146751404, -0.12053781747817993, 0.028275849297642708, -0.31033962965011597, 0.4675673544406891, 0.22824254631996155, -1.5732378959655762, -1.1211366653442383, -0.7462766766548157, 0.07085125148296356, 0.47314727306365967, -0.3941793143749237, -1.6775621175765991, 0.20594990253448486, 0.21441684663295746, 0.29273277521133423, -0.30434346199035645, -0.4038747549057007, 0.1283857524394989, 1.5833956003189087, -1.514928936958313, 0.44597288966178894, 1008.5357055664062, 792.7432250976562, 3.0217081530281575e-06, -0.2963417172431946, -0.8383598327636719, 1.9081250429153442, -1.0613985061645508, -0.0009623717050999403], "std": [2.5527124307700433e-05, 2.313840559509117e-05, 2.479054637660738e-05, 1.9385852283448912e-05, 2.2227972294786014e-05, 2.0114155631745234e-05, 1.790171882021241e-05, 1.5325418644351885e-05, 8.074431207205635e-06, 1.461346801079344e-05, 1.0967254638671875e-05, 3.5762786865234375e-07, 1.0728836059570312e-06, 0.14048905670642853, 0.0720173791050911, 0.14226214587688446, 0.08916325122117996, 0.09846577048301697, 0.25216397643089294, 0.1455593854188919, 0.01732855848968029, 0.02188308723270893, 0.05403319373726845, 0.11262445896863937, 0.23008978366851807, 0.26470842957496643, 0.4987231492996216, 291.49798583984375, 0.003597784088924527, 6.140493496786803e-05, 3.248986104154028e-05, 7.0445721576106735e-06, 2.333373049623333e-05, 5.468559174914844e-05], "count": [588]}, "timestamp": {"min": [0.0], "max": [19.566666666666666], "mean": [9.783333333333333], "std": [5.658024455650642], "count": [588]}, "frame_index": {"min": [0], "max": [587], "mean": [293.5], "std": [169.74073366951924], "count": [588]}, "episode_index": {"min": [30], "max": [30], "mean": [30.0], "std": [0.0], "count": [588]}, "index": {"min": [19795], "max": [20382], "mean": [20088.5], "std": [169.74073366951924], "count": [588]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [588]}, "gripper_open_scale_state": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.7914523820386452], "std": [0.0, 0.29057000346358713], "count": [588]}, "gripper_open_scale_action": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.7914523820386452], "std": [0.0, 0.29057000346358713], "count": [588]}, "eef_direction_state": {"mean": [6.0, 4.54421768707483], "std": [0.0, 2.1180509989716847], "min": [6, 0], "max": [6, 6], "count": [588]}, "eef_velocity_state": {"mean": [0.0, 0.6037414965986394], "std": [0.0, 0.7633970898879978], "min": [0, 0], "max": [0, 2], "count": [588]}, "eef_acc_mag_state": {"mean": [0.0, 0.5918367346938775], "std": [0.0, 0.8227637351151471], "min": [0, 0], "max": [0, 2], "count": [588]}, "eef_direction_action": {"mean": [6.0, 4.54421768707483], "std": [0.0, 2.1180509989716847], "min": [6, 0], "max": [6, 6], "count": [588]}, "eef_velocity_action": {"mean": [0.0, 0.6037414965986394], "std": [0.0, 0.7633970898879978], "min": [0, 0], "max": [0, 2], "count": [588]}, "eef_acc_mag_action": {"mean": [0.0, 0.5918367346938775], "std": [0.0, 0.8227637351151471], "min": [0, 0], "max": [0, 2], "count": [588]}, "eef_sim_pose_state": {"mean": [-0.31033971905708313, 0.46756717562675476, 0.2282424420118332, -1.5732269287109375, -1.1211369037628174, -0.7462754845619202, -0.30434972047805786, -0.40402358770370483, 0.1283978372812271, 1.5833407640457153, -1.5151005983352661, 0.4456993639469147], "std": [1.529692417534534e-05, 8.071318006841466e-06, 1.4676774299005046e-05, 0.0, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.017330296337604523, 0.022014934569597244, 0.05405474081635475, 0.11262152343988419, 0.22975775599479675, 0.26431575417518616], "min": [-0.3103890120983124, 0.46754199266433716, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33338600397109985, -0.46776100993156433, 0.05820100009441376, 1.3979430198669434, -1.7712109088897705, 0.1234615370631218], "max": [-0.31029999256134033, 0.46758800745010376, 0.22828799486160278, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2612139880657196, -0.37680700421333313, 0.22826500236988068, 1.8028470277786255, -1.013518214225769, 0.9100936055183411], "count": [588]}, "eef_sim_pose_action": {"mean": [-0.31033965945243835, 0.4675673544406891, 0.22824247181415558, -1.5732378959655762, -1.1211366653442383, -0.7462766766548157, -0.30434995889663696, -0.4040234386920929, 0.12839794158935547, 1.5833402872085571, -1.515101432800293, 0.4456997215747833], "std": [1.5297013305826113e-05, 8.072496711974964e-06, 1.4676785212941468e-05, 1.0967254638671875e-05, 3.5762786865234375e-07, 1.0728836059570312e-06, 0.017330292612314224, 0.022014936432242393, 0.054054755717515945, 0.11262153089046478, 0.22975775599479675, 0.26431575417518616], "min": [-0.3103890120983124, 0.46754199266433716, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33338600397109985, -0.46776100993156433, 0.05820100009441376, 1.3979430198669434, -1.7712109088897705, 0.1234615370631218], "max": [-0.31029999256134033, 0.46758800745010376, 0.22828799486160278, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2612139880657196, -0.37680700421333313, 0.22826500236988068, 1.8028470277786255, -1.013518214225769, 0.9100936055183411], "count": [588]}, "gripper_mode_state": {"mean": [0.0, 0.27721088435374147], "std": [0.0, 0.44762150300176473], "min": [0, 0], "max": [0, 1], "count": [588]}, "gripper_activity_state": {"mean": [2.0, 1.7619047619047619], "std": [0.0, 0.5812645531301759], "min": [2, 0], "max": [2, 2], "count": [588]}, "gripper_mode_action": {"mean": [0.0, 0.27721088435374147], "std": [0.0, 0.44762150300176473], "min": [0, 0], "max": [0, 1], "count": [588]}, "gripper_activity_action": {"mean": [2.0, 1.7619047619047619], "std": [0.0, 0.5812645531301759], "min": [2, 0], "max": [2, 2], "count": [588]}}} +{"episode_index": 11, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4135538425047438]], [[0.42232325598250053]], [[0.419264536224436]]], "std": [[[0.20906140292634046]], [[0.20719201291982065]], [[0.2043298763084631]]], "count": [124]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33016861855629354]], [[0.31582714823160446]], [[0.32787490281730974]]], "std": [[[0.25344891895817284]], [[0.2617104147491881]], [[0.24925151115200458]]], "count": [124]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4325253844481341]], [[0.43882218038425047]], [[0.4323552719138731]]], "std": [[[0.28071031620883463]], [[0.2775702804305091]], [[0.28140885984902425]]], "count": [124]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3745794756746785]], [[0.3696699708781362]], [[0.3863462372180055]]], "std": [[[0.2445557486519024]], [[0.24613428224356368]], [[0.24969176615763053]]], "count": [124]}, "observation.state": {"min": [-0.19975292682647705, 0.6043028235435486, 0.4512723386287689, -1.4136295318603516, -0.2540152072906494, -0.12100367993116379, 0.028012534603476524, -0.31037798523902893, 0.4675480127334595, 0.22760500013828278, -1.57575523853302, -1.121848225593567, -0.7466510534286499, -0.17791886627674103, 0.3136880099773407, -0.576604425907135, -1.7983698844909668, -0.04309218004345894, -0.19622737169265747, -0.028379054740071297, -0.33878499269485474, -0.4676010012626648, 0.03897000104188919, 1.372778058052063, -1.7450765371322632, 0.10186179727315903, 1008.0, 334.0, -0.002265253569930792, -0.2970847189426422, -0.8384583592414856, 1.9081168174743652, -1.0622365474700928, -0.002673075534403324], "max": [-0.19945622980594635, 0.6049136519432068, 0.45148175954818726, -1.411884069442749, -0.25331708788871765, -0.12002629041671753, 0.028326693922281265, -0.3097290098667145, 0.46765199303627014, 0.22839400172233582, -1.5723901987075806, -1.1209608316421509, -0.7456094622612, 0.24644048511981964, 0.6860889792442322, -0.09117600321769714, -1.411884069442749, 0.40968114137649536, 0.5802172422409058, 0.4790230393409729, -0.2662470042705536, -0.38715600967407227, 0.2287209928035736, 1.7055553197860718, -1.022091031074524, 0.8491435050964355, 1009.0, 1003.0, 0.003772915806621313, -0.29542288184165955, -0.8380637764930725, 1.9081928730010986, -1.061181902885437, 0.0001926968398038298], "mean": [-0.1995115727186203, 0.6046645641326904, 0.451391339302063, -1.4119722843170166, -0.25391027331352234, -0.1205287054181099, 0.028274554759263992, -0.3103310465812683, 0.46757081151008606, 0.22823411226272583, -1.5732371807098389, -1.121140480041504, -0.7462730407714844, 0.11705606430768967, 0.4442915618419647, -0.40081414580345154, -1.636805772781372, 0.16331642866134644, 0.2657495141029358, 0.289885938167572, -0.30511659383773804, -0.41855040192604065, 0.12561066448688507, 1.5508936643600464, -1.4901472330093384, 0.4213985502719879, 1008.4637451171875, 791.7197875976562, 0.0002919922990258783, -0.29615429043769836, -0.8383721113204956, 1.9081652164459229, -1.061485767364502, -0.0009470864315517247], "std": [3.0354995033121668e-05, 3.087638469878584e-05, 2.8182141249999404e-05, 7.163958071032539e-05, 4.582326437230222e-05, 4.7929097490850836e-05, 3.079230009461753e-05, 3.1091796699911356e-05, 9.17453144211322e-06, 3.078876034123823e-05, 0.00012065863120369613, 3.843775630230084e-05, 5.539758785744198e-05, 0.10942256450653076, 0.09912967681884766, 0.12031086534261703, 0.08030717074871063, 0.12764513492584229, 0.2542932629585266, 0.16777898371219635, 0.016667626798152924, 0.016893602907657623, 0.06024409830570221, 0.10769274830818176, 0.2418583631515503, 0.2538623809814453, 0.4986845850944519, 290.75537109375, 0.0022351685911417007, 6.816454697400331e-05, 6.585429218830541e-05, 3.2032250601332635e-05, 0.00019092635193374008, 0.0002910992770921439], "count": [621]}, "action": {"min": [-0.19975292682647705, 0.6043028235435486, 0.4512723386287689, -1.4136295318603516, -0.2540152072906494, -0.12100367993116379, 0.028012534603476524, -0.31037798523902893, 0.4675480127334595, 0.22760500013828278, -1.57575523853302, -1.121848225593567, -0.7466510534286499, -0.17791886627674103, 0.3136880099773407, -0.576604425907135, -1.7983698844909668, -0.04309218004345894, -0.19622737169265747, -0.028379054740071297, -0.33878499269485474, -0.4676010012626648, 0.03897000104188919, 1.372778058052063, -1.7450765371322632, 0.10186179727315903, 1008.0, 334.0, -0.002261493820697069, -0.2970847189426422, -0.8384583592414856, 1.9081168174743652, -1.0622365474700928, -0.002673075534403324], "max": [-0.19945622980594635, 0.6049136519432068, 0.45148175954818726, -1.411884069442749, -0.25331708788871765, -0.12002629041671753, 0.028326693922281265, -0.3097290098667145, 0.46765199303627014, 0.22839400172233582, -1.5723901987075806, -1.1209608316421509, -0.7456094622612, 0.24644048511981964, 0.6860889792442322, -0.09117600321769714, -1.411884069442749, 0.40968114137649536, 0.5802172422409058, 0.4790230393409729, -0.2662470042705536, -0.38715600967407227, 0.2287209928035736, 1.7055553197860718, -1.022091031074524, 0.8491435050964355, 1009.0, 1003.0, 0.003772915806621313, -0.29542288184165955, -0.8380637764930725, 1.9081928730010986, -1.061181902885437, 0.0001926968398038298], "mean": [-0.1995115727186203, 0.6046645045280457, 0.45139139890670776, -1.4119720458984375, -0.25391024351119995, -0.1205287054181099, 0.02827458269894123, -0.3103310763835907, 0.46757081151008606, 0.22823406755924225, -1.5732371807098389, -1.121140480041504, -0.7462730407714844, 0.11645306646823883, 0.44397345185279846, -0.4002387523651123, -1.6372179985046387, 0.16287349164485931, 0.26563525199890137, 0.2900056838989258, -0.3051099181175232, -0.41842204332351685, 0.12561087310314178, 1.5509392023086548, -1.489988088607788, 0.42156264185905457, 1008.4637451171875, 791.7197875976562, 0.00030048651387915015, -0.2961542010307312, -0.8383719325065613, 1.9081653356552124, -1.0614869594573975, -0.0009459065040573478], "std": [3.0354995033121668e-05, 3.092283441219479e-05, 2.8115315217291936e-05, 7.16499489499256e-05, 4.5823533582733944e-05, 4.7929097490850836e-05, 3.079998350585811e-05, 3.110516263404861e-05, 9.179192602459807e-06, 3.077621295233257e-05, 0.00012065863847965375, 3.843775630230084e-05, 5.539758785744198e-05, 0.10999955981969833, 0.09893142431974411, 0.12092030793428421, 0.07980713993310928, 0.12780721485614777, 0.25448235869407654, 0.16757822036743164, 0.016666237264871597, 0.016824686899781227, 0.06024450436234474, 0.10770753771066666, 0.24213306605815887, 0.254104346036911, 0.4986845850944519, 290.75537109375, 0.0022354591637849808, 6.817410758230835e-05, 6.579814362339675e-05, 3.202255174983293e-05, 0.00019318769045639783, 0.00029239346622489393], "count": [621]}, "timestamp": {"min": [0.0], "max": [20.666666666666668], "mean": [10.333333333333334], "std": [5.975567538519451], "count": [621]}, "frame_index": {"min": [0], "max": [620], "mean": [310.0], "std": [179.26702615558352], "count": [621]}, "episode_index": {"min": [31], "max": [31], "mean": [31.0], "std": [0.0], "count": [621]}, "index": {"min": [20383], "max": [21003], "mean": [20693.0], "std": [179.26702615558352], "count": [621]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [621]}, "gripper_open_scale_state": {"min": [1.0, 0.33399999141693115], "max": [1.0, 1.0], "mean": [1.0, 0.790483091764404], "std": [0.0, 0.2898592056172406], "count": [621]}, "gripper_open_scale_action": {"min": [1.0, 0.33399999141693115], "max": [1.0, 1.0], "mean": [1.0, 0.790483091764404], "std": [0.0, 0.2898592056172406], "count": [621]}, "eef_direction_state": {"mean": [6.0, 4.491143317230274], "std": [0.0, 2.119308248672225], "min": [6, 0], "max": [6, 6], "count": [621]}, "eef_velocity_state": {"mean": [0.0, 0.6280193236714976], "std": [0.0, 0.7771624174759528], "min": [0, 0], "max": [0, 2], "count": [621]}, "eef_acc_mag_state": {"mean": [0.0, 0.5925925925925926], "std": [0.0, 0.8144487539603543], "min": [0, 0], "max": [0, 2], "count": [621]}, "eef_direction_action": {"mean": [6.0, 4.491143317230274], "std": [0.0, 2.119308248672225], "min": [6, 0], "max": [6, 6], "count": [621]}, "eef_velocity_action": {"mean": [0.0, 0.6280193236714976], "std": [0.0, 0.7771624174759528], "min": [0, 0], "max": [0, 2], "count": [621]}, "eef_acc_mag_action": {"mean": [0.0, 0.5925925925925926], "std": [0.0, 0.8144487539603543], "min": [0, 0], "max": [0, 2], "count": [621]}, "eef_sim_pose_state": {"mean": [-0.3103308379650116, 0.46757087111473083, 0.22823400795459747, -1.5732262134552002, -1.121139645576477, -0.7462719082832336, -0.3051167130470276, -0.4185504615306854, 0.12561063468456268, 1.5508939027786255, -1.4901474714279175, 0.4213986098766327], "std": [3.1091134587768465e-05, 9.174289516522549e-06, 3.078857480431907e-05, 0.00012015327229164541, 3.843042577500455e-05, 5.538620462175459e-05, 0.016667630523443222, 0.01689361035823822, 0.060244120657444, 0.10769275575876236, 0.24185839295387268, 0.2538623809814453], "min": [-0.31037798523902893, 0.4675480127334595, 0.22760500013828278, -1.57575523853302, -1.121848225593567, -0.7466510534286499, -0.33878499269485474, -0.4676010012626648, 0.03897000104188919, 1.372778058052063, -1.7450765371322632, 0.10186179727315903], "max": [-0.3097290098667145, 0.46765199303627014, 0.22839400172233582, -1.5723901987075806, -1.1209608316421509, -0.7456094622612, -0.2662470042705536, -0.38715600967407227, 0.2287209928035736, 1.7055553197860718, -1.022091031074524, 0.8491435050964355], "count": [621]}, "eef_sim_pose_action": {"mean": [-0.3103310465812683, 0.46757081151008606, 0.22823411226272583, -1.5732371807098389, -1.121140480041504, -0.7462730407714844, -0.30511659383773804, -0.41855040192604065, 0.12561066448688507, 1.5508936643600464, -1.4901472330093384, 0.4213985502719879], "std": [3.1091796699911356e-05, 9.17453144211322e-06, 3.078876034123823e-05, 0.00012065863120369613, 3.843775630230084e-05, 5.539758785744198e-05, 0.016667626798152924, 0.016893602907657623, 0.06024409830570221, 0.10769274830818176, 0.2418583631515503, 0.2538623809814453], "min": [-0.31037798523902893, 0.4675480127334595, 0.22760500013828278, -1.57575523853302, -1.121848225593567, -0.7466510534286499, -0.33878499269485474, -0.4676010012626648, 0.03897000104188919, 1.372778058052063, -1.7450765371322632, 0.10186179727315903], "max": [-0.3097290098667145, 0.46765199303627014, 0.22839400172233582, -1.5723901987075806, -1.1209608316421509, -0.7456094622612, -0.2662470042705536, -0.38715600967407227, 0.2287209928035736, 1.7055553197860718, -1.022091031074524, 0.8491435050964355], "count": [621]}, "gripper_mode_state": {"mean": [0.0, 0.28502415458937197], "std": [0.0, 0.4514259472936716], "min": [0, 0], "max": [0, 1], "count": [621]}, "gripper_activity_state": {"mean": [2.0, 1.7713365539452497], "std": [0.0, 0.5696706264511654], "min": [2, 0], "max": [2, 2], "count": [621]}, "gripper_mode_action": {"mean": [0.0, 0.28502415458937197], "std": [0.0, 0.4514259472936716], "min": [0, 0], "max": [0, 1], "count": [621]}, "gripper_activity_action": {"mean": [2.0, 1.7713365539452497], "std": [0.0, 0.5696706264511654], "min": [2, 0], "max": [2, 2], "count": [621]}}} +{"episode_index": 12, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4113542971586783]], [[0.41971928142398934]], [[0.4170337085451465]]], "std": [[[0.20760196145250914]], [[0.20608727875195088]], [[0.2035340398577456]]], "count": [108]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3347373971193416]], [[0.3200867393639555]], [[0.3310862816963205]]], "std": [[[0.2559220074593827]], [[0.26488795269139953]], [[0.25158303194543474]]], "count": [108]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43143246943839264]], [[0.4373472732843137]], [[0.431132914624183]]], "std": [[[0.2797143573462169]], [[0.27657092343579953]], [[0.2803069319804462]]], "count": [108]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3718297627693053]], [[0.36399079936758655]], [[0.3830182518609296]]], "std": [[[0.26226132292086407]], [[0.2630662199872288]], [[0.26556928504106597]]], "count": [108]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4512898027896881, -1.412041187286377, -0.2539803087711334, -0.12061969935894012, 0.02822197414934635, -0.31036901473999023, 0.46754398941993713, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1419825404882431, 0.40718531608581543, -0.6153333187103271, -1.783726453781128, 0.09651671350002289, -0.12058479338884354, -0.028379054740071297, -0.3354490101337433, -0.4676760137081146, 0.05626000091433525, 1.3128775358200073, -1.8092015981674194, 0.06109284237027168, 1008.0, 333.0, -0.004620741121470928, -0.29639479517936707, -0.8383592963218689, 1.9081802368164062, -1.0621612071990967, -0.0014124773442745209], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31027698516845703, 0.4675999879837036, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.27604126930236816, 0.6654940843582153, -0.13124875724315643, -1.411884069442749, 0.4452334940433502, 0.4836482107639313, 0.516006588935852, -0.2751089930534363, -0.3906030058860779, 0.2282789945602417, 1.7149295806884766, -1.121098518371582, 0.8373427391052246, 1009.0, 1003.0, 0.0038387116510421038, -0.29595112800598145, -0.8381866216659546, 1.9081865549087524, -1.0613681077957153, 0.00021358024969231337], "mean": [-0.19950881600379944, 0.6046686768531799, 0.45138171315193176, -1.4119818210601807, -0.2539331018924713, -0.12055104970932007, 0.02829011343419552, -0.31032219529151917, 0.4675719439983368, 0.22823868691921234, -1.5732372999191284, -1.1211341619491577, -0.7462766766548157, 0.11123213171958923, 0.5088083744049072, -0.4194422662258148, -1.645708680152893, 0.2644621729850769, 0.24942094087600708, 0.3015327751636505, -0.30923011898994446, -0.41239702701568604, 0.1364598125219345, 1.541488766670227, -1.5529544353485107, 0.4135144054889679, 1008.5445556640625, 755.6608276367188, 0.0005080775008536875, -0.2961549460887909, -0.838341474533081, 1.9081896543502808, -1.0615607500076294, -0.0009102497715502977], "std": [2.5618299332563765e-05, 1.8260454453411512e-05, 2.5786333935684524e-05, 1.946168049471453e-05, 2.8479826141847298e-05, 3.2296742574544623e-05, 1.9576438717194833e-05, 1.5104992598935496e-05, 7.90054582466837e-06, 1.2665607755479869e-05, 1.0371208190917969e-05, 2.86102294921875e-06, 1.0728836059570312e-06, 0.11135166883468628, 0.06680872291326523, 0.12712423503398895, 0.08299524337053299, 0.09260213375091553, 0.2039775848388672, 0.16468386352062225, 0.01474766619503498, 0.018683331087231636, 0.055241458117961884, 0.10327373445034027, 0.19950279593467712, 0.26274192333221436, 0.4980081021785736, 301.7419738769531, 0.003629478393122554, 4.161387914791703e-05, 1.4817134797340259e-05, 8.568477824155707e-06, 0.00021675974130630493, 0.00037769495975226164], "count": [516]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4512898027896881, -1.412041187286377, -0.2539803087711334, -0.12061969935894012, 0.02822197414934635, -0.31036901473999023, 0.46754398941993713, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1419825404882431, 0.40718531608581543, -0.6153333187103271, -1.783726453781128, 0.09651671350002289, -0.12058479338884354, -0.028379054740071297, -0.3354490101337433, -0.4676760137081146, 0.05626000091433525, 1.3128775358200073, -1.8092015981674194, 0.06109284237027168, 1008.0, 333.0, -0.004620741121470928, -0.29639479517936707, -0.8383592963218689, 1.9081802368164062, -1.0621612071990967, -0.0014124773442745209], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31027698516845703, 0.4675999879837036, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.27604126930236816, 0.6654940843582153, -0.13124875724315643, -1.411884069442749, 0.4452334940433502, 0.4836482107639313, 0.516006588935852, -0.2751089930534363, -0.3906030058860779, 0.2282789945602417, 1.7149295806884766, -1.121098518371582, 0.8373427391052246, 1009.0, 1003.0, 0.0038387116510421038, -0.29595112800598145, -0.8381866216659546, 1.9081865549087524, -1.0613681077957153, 0.00021358024969231337], "mean": [-0.1995088905096054, 0.6046686768531799, 0.45138171315193176, -1.4119818210601807, -0.2539330720901489, -0.12055095285177231, 0.02829011343419552, -0.31032222509384155, 0.4675719141960144, 0.22823868691921234, -1.5732372999191284, -1.1211341619491577, -0.7462766766548157, 0.11057529598474503, 0.5084378719329834, -0.41882839798927307, -1.6462063789367676, 0.264184832572937, 0.24948664009571075, 0.30183303356170654, -0.309232622385025, -0.4122554361820221, 0.13642659783363342, 1.5414316654205322, -1.553146481513977, 0.4136740267276764, 1008.5445556640625, 755.6647338867188, 0.0005068679456599057, -0.29615524411201477, -0.8383415341377258, 1.9081896543502808, -1.061562180519104, -0.0009102369076572359], "std": [2.5570940124453045e-05, 1.8260454453411512e-05, 2.5786333935684524e-05, 1.946168049471453e-05, 2.851746103260666e-05, 3.2272611861117184e-05, 1.9576438717194833e-05, 1.5100046766747255e-05, 7.896868737589102e-06, 1.2668147064687219e-05, 1.0371208190917969e-05, 2.86102294921875e-06, 1.0728836059570312e-06, 0.11182750016450882, 0.06680620461702347, 0.12773171067237854, 0.08235938102006912, 0.09284703433513641, 0.20386388897895813, 0.16422265768051147, 0.014747973531484604, 0.018540916964411736, 0.055191367864608765, 0.10326425731182098, 0.19913414120674133, 0.2629689872264862, 0.4980080723762512, 301.7454528808594, 0.003628471866250038, 4.193618951831013e-05, 1.484372387494659e-05, 8.568477824155707e-06, 0.00021810828184243292, 0.00037771559436805546], "count": [516]}, "timestamp": {"min": [0.0], "max": [17.166666666666668], "mean": [8.583333333333334], "std": [4.965202990889772], "count": [516]}, "frame_index": {"min": [0], "max": [515], "mean": [257.5], "std": [148.95608972669316], "count": [516]}, "episode_index": {"min": [33], "max": [33], "mean": [33.0], "std": [0.0], "count": [516]}, "index": {"min": [21680], "max": [22195], "mean": [21937.5], "std": [148.95608972669316], "count": [516]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [516]}, "gripper_open_scale_state": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.7549379843958589], "std": [0.0, 0.3011528820018475], "count": [516]}, "gripper_open_scale_action": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.7549379843958589], "std": [0.0, 0.3011528820018475], "count": [516]}, "eef_direction_state": {"mean": [6.0, 4.445736434108527], "std": [0.0, 2.1192549426457385], "min": [6, 0], "max": [6, 6], "count": [516]}, "eef_velocity_state": {"mean": [0.0, 0.6686046511627907], "std": [0.0, 0.8025291843673424], "min": [0, 0], "max": [0, 2], "count": [516]}, "eef_acc_mag_state": {"mean": [0.0, 0.6046511627906976], "std": [0.0, 0.8085646642644609], "min": [0, 0], "max": [0, 2], "count": [516]}, "eef_direction_action": {"mean": [6.0, 4.445736434108527], "std": [0.0, 2.1192549426457385], "min": [6, 0], "max": [6, 6], "count": [516]}, "eef_velocity_action": {"mean": [0.0, 0.6686046511627907], "std": [0.0, 0.8025291843673424], "min": [0, 0], "max": [0, 2], "count": [516]}, "eef_acc_mag_action": {"mean": [0.0, 0.6046511627906976], "std": [0.0, 0.8085646642644609], "min": [0, 0], "max": [0, 2], "count": [516]}, "eef_sim_pose_state": {"mean": [-0.3103223443031311, 0.46757206320762634, 0.22823867201805115, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.3092299997806549, -0.4123968780040741, 0.13645979762077332, 1.5414893627166748, -1.5529563426971436, 0.4135149121284485], "std": [1.5104229532880709e-05, 7.899886441009585e-06, 1.266560320800636e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.014747670851647854, 0.018683329224586487, 0.055241458117961884, 0.10327370464801788, 0.19950272142887115, 0.2627420127391815], "min": [-0.31036901473999023, 0.46754398941993713, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3354490101337433, -0.4676760137081146, 0.05626000091433525, 1.3128775358200073, -1.8092015981674194, 0.06109284237027168], "max": [-0.31027698516845703, 0.4675999879837036, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2751089930534363, -0.3906030058860779, 0.2282789945602417, 1.7149295806884766, -1.121098518371582, 0.8373427391052246], "count": [516]}, "eef_sim_pose_action": {"mean": [-0.31032219529151917, 0.4675719439983368, 0.22823868691921234, -1.5732372999191284, -1.1211341619491577, -0.7462766766548157, -0.30923011898994446, -0.41239702701568604, 0.1364598125219345, 1.541488766670227, -1.5529544353485107, 0.4135144054889679], "std": [1.5104992598935496e-05, 7.90054582466837e-06, 1.2665607755479869e-05, 1.0371208190917969e-05, 2.86102294921875e-06, 1.0728836059570312e-06, 0.01474766619503498, 0.018683331087231636, 0.055241458117961884, 0.10327373445034027, 0.19950279593467712, 0.26274192333221436], "min": [-0.31036901473999023, 0.46754398941993713, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3354490101337433, -0.4676760137081146, 0.05626000091433525, 1.3128775358200073, -1.8092015981674194, 0.06109284237027168], "max": [-0.31027698516845703, 0.4675999879837036, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2751089930534363, -0.3906030058860779, 0.2282789945602417, 1.7149295806884766, -1.121098518371582, 0.8373427391052246], "count": [516]}, "gripper_mode_state": {"mean": [0.0, 0.32945736434108525], "std": [0.0, 0.47001617995821365], "min": [0, 0], "max": [0, 1], "count": [516]}, "gripper_activity_state": {"mean": [2.0, 1.7325581395348837], "std": [0.0, 0.6117281139358262], "min": [2, 0], "max": [2, 2], "count": [516]}, "gripper_mode_action": {"mean": [0.0, 0.32945736434108525], "std": [0.0, 0.47001617995821365], "min": [0, 0], "max": [0, 1], "count": [516]}, "gripper_activity_action": {"mean": [2.0, 1.7325581395348837], "std": [0.0, 0.6117281139358263], "min": [2, 0], "max": [2, 2], "count": [516]}}} +{"episode_index": 13, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4120905194716776]], [[0.4203191261574074]], [[0.4177299053649237]]], "std": [[[0.20800165979676766]], [[0.2064758501135451]], [[0.2036988907898222]]], "count": [120]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32996619859749454]], [[0.3155837299155773]], [[0.3325806678921569]]], "std": [[[0.25337845749999155]], [[0.26143542230498]], [[0.25105746524566414]]], "count": [120]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4328036015795207]], [[0.4390994502314815]], [[0.433015907543573]]], "std": [[[0.2811220310731]], [[0.27760579189933693]], [[0.28169922926460444]]], "count": [120]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36962407407407405]], [[0.3663104081563181]], [[0.38074954554738566]]], "std": [[[0.23440713740154084]], [[0.23687143280881992]], [[0.2378977413717133]]], "count": [120]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513421654701233, -1.4120759963989258, -0.25394541025161743, -0.12058479338884354, 0.02822197414934635, -0.31038200855255127, 0.46754300594329834, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1635722517967224, 0.23713788390159607, -0.6065542697906494, -1.8829485177993774, -0.07693411409854889, -0.23670156300067902, -0.0838107094168663, -0.333406001329422, -0.467602014541626, 0.05149399861693382, 1.3551220893859863, -1.7140827178955078, 0.047899067401885986, 1008.0, 333.0, -0.004319960717111826, -0.2960451543331146, -0.8383379578590393, 1.9081794023513794, -1.0625590085983276, -0.0014029849553480744], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12048007547855377, 0.02834414690732956, -0.3102889955043793, 0.4675920009613037, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2984163761138916, 0.6661747097969055, -0.03865903988480568, -1.411901593208313, 0.3830125033855438, 0.5902703404426575, 0.504103422164917, -0.2690599858760834, -0.3694959878921509, 0.23216000199317932, 1.754022240638733, -0.9533198475837708, 1.0412037372589111, 1009.0, 1003.0, 0.003977822605520487, -0.29598498344421387, -0.8382285833358765, 1.9081841707229614, -1.0601787567138672, -0.0004565870913211256], "mean": [-0.19950643181800842, 0.6046682596206665, 0.451388418674469, -1.4119755029678345, -0.2538720667362213, -0.1205216497182846, 0.0282901618629694, -0.31033119559288025, 0.4675699472427368, 0.2282370626926422, -1.5732380151748657, -1.121137022972107, -0.7462766766548157, 0.08928703516721725, 0.44109949469566345, -0.39625275135040283, -1.662693738937378, 0.1684802621603012, 0.2737761437892914, 0.2759617865085602, -0.30828800797462463, -0.4096514582633972, 0.12622739374637604, 1.5293630361557007, -1.4952958822250366, 0.42839324474334717, 1008.5125732421875, 751.4556274414062, -0.00032121685217134655, -0.2960166931152344, -0.8382576704025269, 1.9081920385360718, -1.0615684986114502, -0.0010403272463008761], "std": [2.506187229300849e-05, 1.8798480596160516e-05, 2.533649603719823e-05, 1.6798676369944587e-05, 2.432518158457242e-05, 2.119021155522205e-05, 1.9546336261555552e-05, 1.4696537618874572e-05, 8.122220606310293e-06, 1.3523294910555705e-05, 1.1086463928222656e-05, 0.0, 1.0728836059570312e-06, 0.14272788166999817, 0.09919057786464691, 0.15166112780570984, 0.10389681905508041, 0.10784262418746948, 0.24711973965168, 0.16810737550258636, 0.016522282734513283, 0.02207944728434086, 0.05984143540263176, 0.12139087170362473, 0.22256842255592346, 0.2792295813560486, 0.49984195828437805, 306.04644775390625, 0.0037819910794496536, 5.48522893950576e-06, 2.324832348676864e-05, 1.1299328434688505e-05, 0.0005989674245938659, 0.0003188523114658892], "count": [597]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513421654701233, -1.4120759963989258, -0.25394541025161743, -0.12058479338884354, 0.02822197414934635, -0.31038200855255127, 0.46754300594329834, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1635722517967224, 0.23713788390159607, -0.6065542697906494, -1.8829485177993774, -0.07693411409854889, -0.23670156300067902, -0.0838107094168663, -0.333406001329422, -0.467602014541626, 0.05149399861693382, 1.3551220893859863, -1.7140827178955078, 0.047899067401885986, 1008.0, 333.0, -0.004319960717111826, -0.2960451543331146, -0.8383379578590393, 1.9081794023513794, -1.0625590085983276, -0.0014029849553480744], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12048007547855377, 0.02834414690732956, -0.3102889955043793, 0.4675920009613037, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2984163761138916, 0.6661747097969055, -0.03865903988480568, -1.411901593208313, 0.3830125033855438, 0.5902703404426575, 0.504103422164917, -0.2690599858760834, -0.3694959878921509, 0.23216000199317932, 1.754022240638733, -0.9533198475837708, 1.0412037372589111, 1009.0, 1003.0, 0.003977822605520487, -0.29598498344421387, -0.8382285833358765, 1.9081841707229614, -1.060287356376648, -0.00046323181595653296], "mean": [-0.19950638711452484, 0.6046682000160217, 0.4513884484767914, -1.4119755029678345, -0.2538721561431885, -0.12052161246538162, 0.028290187940001488, -0.310331255197525, 0.46756988763809204, 0.22823703289031982, -1.5732380151748657, -1.121137022972107, -0.7462766766548157, 0.08870510756969452, 0.44049006700515747, -0.3955690264701843, -1.6629585027694702, 0.16793294250965118, 0.2735840678215027, 0.2758800685405731, -0.30831706523895264, -0.4095308482646942, 0.12623250484466553, 1.5291088819503784, -1.4950227737426758, 0.42888346314430237, 1008.5125732421875, 751.4522705078125, -0.000307601090753451, -0.2960166931152344, -0.8382576107978821, 1.9081920385360718, -1.0615719556808472, -0.0010406611254438758], "std": [2.5049861505976878e-05, 1.880915260699112e-05, 2.526755451981444e-05, 1.6790607332950458e-05, 2.430541644571349e-05, 2.1162994016776793e-05, 1.9535662431735545e-05, 1.4641957932326477e-05, 8.108703696052544e-06, 1.3522227163775824e-05, 1.1086463928222656e-05, 0.0, 1.0728836059570312e-06, 0.1429910510778427, 0.09930501878261566, 0.15233054757118225, 0.10345882922410965, 0.10823644697666168, 0.2474706470966339, 0.16826647520065308, 0.01654207892715931, 0.021961495280265808, 0.05985018610954285, 0.12145785242319107, 0.2231239378452301, 0.28004220128059387, 0.49984195828437805, 306.04486083984375, 0.0037826416082680225, 5.479974788613617e-06, 2.3053049517329782e-05, 1.1301861377432942e-05, 0.0005969024496152997, 0.000318344944389537], "count": [597]}, "timestamp": {"min": [0.0], "max": [19.866666666666667], "mean": [9.933333333333334], "std": [5.744627119382139], "count": [597]}, "frame_index": {"min": [0], "max": [596], "mean": [298.0], "std": [172.3388135814642], "count": [597]}, "episode_index": {"min": [34], "max": [34], "mean": [34.0], "std": [0.0], "count": [597]}, "index": {"min": [22196], "max": [22792], "mean": [22494.0], "std": [172.3388135814642], "count": [597]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [597]}, "gripper_open_scale_state": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.7505778902439616], "std": [0.0, 0.30532883506600417], "count": [597]}, "gripper_open_scale_action": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.7505778902439616], "std": [0.0, 0.30532883506600417], "count": [597]}, "eef_direction_state": {"mean": [6.0, 4.609715242881072], "std": [0.0, 2.038188036388502], "min": [6, 0], "max": [6, 6], "count": [597]}, "eef_velocity_state": {"mean": [0.0, 0.5996649916247906], "std": [0.0, 0.7649349749554512], "min": [0, 0], "max": [0, 2], "count": [597]}, "eef_acc_mag_state": {"mean": [0.0, 0.5276381909547738], "std": [0.0, 0.7795480048558767], "min": [0, 0], "max": [0, 2], "count": [597]}, "eef_direction_action": {"mean": [6.0, 4.609715242881072], "std": [0.0, 2.038188036388502], "min": [6, 0], "max": [6, 6], "count": [597]}, "eef_velocity_action": {"mean": [0.0, 0.5996649916247906], "std": [0.0, 0.7649349749554512], "min": [0, 0], "max": [0, 2], "count": [597]}, "eef_acc_mag_action": {"mean": [0.0, 0.5276381909547738], "std": [0.0, 0.7795480048558767], "min": [0, 0], "max": [0, 2], "count": [597]}, "eef_sim_pose_state": {"mean": [-0.3103311359882355, 0.46757012605667114, 0.22823697328567505, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.30828800797462463, -0.4096515476703644, 0.1262274980545044, 1.5293625593185425, -1.4952963590621948, 0.4283933639526367], "std": [1.4696374819322955e-05, 8.120094207697548e-06, 1.3522908375307452e-05, 0.0, 0.0, 5.960464477539063e-08, 0.01652229018509388, 0.02207944542169571, 0.05984140932559967, 0.12139088660478592, 0.2225683629512787, 0.27922967076301575], "min": [-0.31038200855255127, 0.46754300594329834, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.333406001329422, -0.467602014541626, 0.05149399861693382, 1.3551220893859863, -1.7140827178955078, 0.047899067401885986], "max": [-0.3102889955043793, 0.4675920009613037, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2690599858760834, -0.3694959878921509, 0.23216000199317932, 1.754022240638733, -0.9533198475837708, 1.0412037372589111], "count": [597]}, "eef_sim_pose_action": {"mean": [-0.31033119559288025, 0.4675699472427368, 0.2282370626926422, -1.5732380151748657, -1.121137022972107, -0.7462766766548157, -0.30828800797462463, -0.4096514582633972, 0.12622739374637604, 1.5293630361557007, -1.4952958822250366, 0.42839324474334717], "std": [1.4696537618874572e-05, 8.122220606310293e-06, 1.3523294910555705e-05, 1.1086463928222656e-05, 0.0, 1.0728836059570312e-06, 0.016522282734513283, 0.02207944728434086, 0.05984143540263176, 0.12139087170362473, 0.22256842255592346, 0.2792295813560486], "min": [-0.31038200855255127, 0.46754300594329834, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.333406001329422, -0.467602014541626, 0.05149399861693382, 1.3551220893859863, -1.7140827178955078, 0.047899067401885986], "max": [-0.3102889955043793, 0.4675920009613037, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2690599858760834, -0.3694959878921509, 0.23216000199317932, 1.754022240638733, -0.9533198475837708, 1.0412037372589111], "count": [597]}, "gripper_mode_state": {"mean": [0.0, 0.34003350083752093], "std": [0.0, 0.47372008522512926], "min": [0, 0], "max": [0, 1], "count": [597]}, "gripper_activity_state": {"mean": [2.0, 1.7671691792294808], "std": [0.0, 0.5768227477017208], "min": [2, 0], "max": [2, 2], "count": [597]}, "gripper_mode_action": {"mean": [0.0, 0.34003350083752093], "std": [0.0, 0.47372008522512926], "min": [0, 0], "max": [0, 1], "count": [597]}, "gripper_activity_action": {"mean": [2.0, 1.7671691792294808], "std": [0.0, 0.5768227477017208], "min": [2, 0], "max": [2, 2], "count": [597]}}} +{"episode_index": 14, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41629830383480826]], [[0.42548975143154605]], [[0.422283174995662]]], "std": [[[0.2114970685829382]], [[0.20915035799901172]], [[0.20564312976562232]]], "count": [113]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3250083398403609]], [[0.310271507533692]], [[0.3238242560298456]]], "std": [[[0.2502057682652301]], [[0.25899655372114083]], [[0.24686725724522074]]], "count": [113]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4284002834172017]], [[0.4337964728295448]], [[0.4274494512406733]]], "std": [[[0.2785345901292312]], [[0.27399630257458213]], [[0.27790916866755583]]], "count": [113]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.380695989863497]], [[0.3750113565706519]], [[0.39223561404650353]]], "std": [[[0.25896963751029994]], [[0.26111196889159993]], [[0.2616910261318941]]], "count": [113]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.3103789985179901, 0.4675469994544983, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.14906857907772064, 0.31791171431541443, -0.5604601502418518, -1.8715341091156006, 0.07848746329545975, -0.12060225009918213, -0.028291787952184677, -0.33831098675727844, -0.4679250121116638, 0.05422399938106537, 1.3123133182525635, -1.7497639656066895, 0.09863024950027466, 1008.0, 331.0, -0.004632020369172096, -0.2960564196109772, -0.8384607434272766, 1.9081778526306152, -1.0613895654678345, -0.0012738874647766352], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411919116973877, -0.25385814905166626, -0.12049752473831177, 0.02834414690732956, -0.31029000878334045, 0.46759599447250366, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.20299923419952393, 0.6920754313468933, -0.058974675834178925, -1.4119539260864258, 0.41090285778045654, 0.5021486878395081, 0.48281043767929077, -0.2650339901447296, -0.37948301434516907, 0.23527400195598602, 1.6775310039520264, -1.121137022972107, 0.9189422726631165, 1009.0, 1003.0, 0.0036808019503951073, -0.29597556591033936, -0.8383569717407227, 1.9081826210021973, -1.0613672733306885, -0.0005116433603689075], "mean": [-0.19951118528842926, 0.6046722531318665, 0.45139044523239136, -1.41196870803833, -0.2539193630218506, -0.1205437108874321, 0.028283370658755302, -0.3103289306163788, 0.4675713777542114, 0.2282404750585556, -1.573237657546997, -1.1211353540420532, -0.7462766766548157, 0.07439488172531128, 0.48175182938575745, -0.3813535273075104, -1.672796607017517, 0.22905848920345306, 0.2673436105251312, 0.2937225103378296, -0.30854201316833496, -0.4072076678276062, 0.13826264441013336, 1.5178420543670654, -1.5396146774291992, 0.4372067451477051, 1008.4387817382812, 773.7915649414062, -0.0004979306249879301, -0.29601210355758667, -0.8383761048316956, 1.9081908464431763, -1.0613744258880615, -0.000916660821530968], "std": [2.4158513042493723e-05, 1.764017724781297e-05, 2.4487648261128925e-05, 1.6004341887310147e-05, 2.407236570434179e-05, 1.9143255485687405e-05, 1.7763426512829028e-05, 1.3842773114447482e-05, 7.708175871812273e-06, 1.278807940252591e-05, 1.0728836059570312e-05, 1.6689300537109375e-06, 1.0728836059570312e-06, 0.11484204977750778, 0.10500103235244751, 0.13389715552330017, 0.10659611970186234, 0.0993102416396141, 0.19056972861289978, 0.15377502143383026, 0.01986580342054367, 0.02093413844704628, 0.05459577590227127, 0.10766278207302094, 0.2034321278333664, 0.2471739947795868, 0.4962342381477356, 298.3580627441406, 0.0036864455323666334, 7.118736903066747e-06, 2.0604999008355662e-05, 1.0973895768984221e-05, 5.552135007746983e-06, 0.0001635800872463733], "count": [547]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.3103789985179901, 0.4675469994544983, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.14906857907772064, 0.31791171431541443, -0.5604601502418518, -1.8715341091156006, 0.07848746329545975, -0.12060225009918213, -0.028291787952184677, -0.33831098675727844, -0.4679250121116638, 0.05422399938106537, 1.3123133182525635, -1.7497639656066895, 0.09863024950027466, 1008.0, 331.0, -0.004632020369172096, -0.2960564196109772, -0.8384607434272766, 1.9081778526306152, -1.0613895654678345, -0.0012738874647766352], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411919116973877, -0.25385814905166626, -0.12049752473831177, 0.02834414690732956, -0.31029000878334045, 0.46759599447250366, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.20299923419952393, 0.6920754313468933, -0.058974675834178925, -1.4119539260864258, 0.41090285778045654, 0.5021486878395081, 0.48281043767929077, -0.2650339901447296, -0.37948301434516907, 0.23527400195598602, 1.6775310039520264, -1.121137022972107, 0.9189422726631165, 1009.0, 1003.0, 0.0036808019503951073, -0.29597556591033936, -0.8383569717407227, 1.9081826210021973, -1.0613672733306885, -0.0005116433603689075], "mean": [-0.19951118528842926, 0.6046722531318665, 0.45139047503471375, -1.41196870803833, -0.2539195418357849, -0.1205437108874321, 0.02828340232372284, -0.3103289306163788, 0.4675713777542114, 0.2282404750585556, -1.573237657546997, -1.1211353540420532, -0.7462766766548157, 0.07378513365983963, 0.4812350869178772, -0.3806449770927429, -1.673142910003662, 0.2287415713071823, 0.2674550414085388, 0.29389193654060364, -0.30858170986175537, -0.40708547830581665, 0.13827237486839294, 1.517477035522461, -1.5397136211395264, 0.4375115633010864, 1008.4369506835938, 773.7915649414062, -0.0004911980358883739, -0.2960120737552643, -0.8383762836456299, 1.9081908464431763, -1.0613744258880615, -0.0009176793391816318], "std": [2.4158513042493723e-05, 1.765069282555487e-05, 2.448857958370354e-05, 1.5981573596945964e-05, 2.4003036742215045e-05, 1.9143255485687405e-05, 1.7762829884304665e-05, 1.3842602129443549e-05, 7.699713023612276e-06, 1.2798080206266604e-05, 1.0728836059570312e-05, 1.6689300537109375e-06, 1.0728836059570312e-06, 0.11506136506795883, 0.10509040951728821, 0.13454875349998474, 0.1060546413064003, 0.09950671344995499, 0.1903606504201889, 0.15347078442573547, 0.01989101804792881, 0.02077593468129635, 0.05461229383945465, 0.10781264305114746, 0.20324179530143738, 0.24765729904174805, 0.4960061311721802, 298.3580322265625, 0.0036841509863734245, 7.137333795981249e-06, 2.0854184185736813e-05, 1.0979802937072236e-05, 5.5808004617574625e-06, 0.00016381207387894392], "count": [547]}, "timestamp": {"min": [0.0], "max": [18.2], "mean": [9.100000000000001], "std": [5.2635011583967986], "count": [547]}, "frame_index": {"min": [0], "max": [546], "mean": [273.0], "std": [157.90503475190397], "count": [547]}, "episode_index": {"min": [36], "max": [36], "mean": [36.0], "std": [0.0], "count": [547]}, "index": {"min": [23459], "max": [24005], "mean": [23732.0], "std": [157.90503475190397], "count": [547]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [547]}, "gripper_open_scale_state": {"min": [1.0, 0.3310000002384186], "max": [1.0, 1.0], "mean": [1.0, 0.7720859211476238], "std": [0.0, 0.29704894667241616], "count": [547]}, "gripper_open_scale_action": {"min": [1.0, 0.3310000002384186], "max": [1.0, 1.0], "mean": [1.0, 0.7720859211476238], "std": [0.0, 0.29704894667241616], "count": [547]}, "eef_direction_state": {"mean": [6.0, 4.414990859232176], "std": [0.0, 2.133050220901758], "min": [6, 0], "max": [6, 6], "count": [547]}, "eef_velocity_state": {"mean": [0.0, 0.6709323583180987], "std": [0.0, 0.7869686181976361], "min": [0, 0], "max": [0, 2], "count": [547]}, "eef_acc_mag_state": {"mean": [0.0, 0.5923217550274223], "std": [0.0, 0.8090978922330289], "min": [0, 0], "max": [0, 2], "count": [547]}, "eef_direction_action": {"mean": [6.0, 4.414990859232176], "std": [0.0, 2.133050220901758], "min": [6, 0], "max": [6, 6], "count": [547]}, "eef_velocity_action": {"mean": [0.0, 0.6709323583180987], "std": [0.0, 0.7869686181976361], "min": [0, 0], "max": [0, 2], "count": [547]}, "eef_acc_mag_action": {"mean": [0.0, 0.5923217550274223], "std": [0.0, 0.8090978922330289], "min": [0, 0], "max": [0, 2], "count": [547]}, "eef_sim_pose_state": {"mean": [-0.3103291690349579, 0.46757131814956665, 0.228240504860878, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.3085421025753021, -0.4072076082229614, 0.13826262950897217, 1.517842173576355, -1.5396173000335693, 0.43720677495002747], "std": [1.3840919564245269e-05, 7.707905751885846e-06, 1.278803392779082e-05, 0.0, 0.0, 5.960464477539063e-08, 0.01986580714583397, 0.020934130996465683, 0.05459579452872276, 0.10766278207302094, 0.203432098031044, 0.24717387557029724], "min": [-0.3103789985179901, 0.4675469994544983, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33831098675727844, -0.4679250121116638, 0.05422399938106537, 1.3123133182525635, -1.7497639656066895, 0.09863024950027466], "max": [-0.31029000878334045, 0.46759599447250366, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2650339901447296, -0.37948301434516907, 0.23527400195598602, 1.6775310039520264, -1.121137022972107, 0.9189422726631165], "count": [547]}, "eef_sim_pose_action": {"mean": [-0.3103289306163788, 0.4675713777542114, 0.2282404750585556, -1.573237657546997, -1.1211353540420532, -0.7462766766548157, -0.30854201316833496, -0.4072076678276062, 0.13826264441013336, 1.5178420543670654, -1.5396146774291992, 0.4372067451477051], "std": [1.3842773114447482e-05, 7.708175871812273e-06, 1.278807940252591e-05, 1.0728836059570312e-05, 1.6689300537109375e-06, 1.0728836059570312e-06, 0.01986580342054367, 0.02093413844704628, 0.05459577590227127, 0.10766278207302094, 0.2034321278333664, 0.2471739947795868], "min": [-0.3103789985179901, 0.4675469994544983, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33831098675727844, -0.4679250121116638, 0.05422399938106537, 1.3123133182525635, -1.7497639656066895, 0.09863024950027466], "max": [-0.31029000878334045, 0.46759599447250366, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2650339901447296, -0.37948301434516907, 0.23527400195598602, 1.6775310039520264, -1.121137022972107, 0.9189422726631165], "count": [547]}, "gripper_mode_state": {"mean": [0.0, 0.29981718464351004], "std": [0.0, 0.4581777389135686], "min": [0, 0], "max": [0, 1], "count": [547]}, "gripper_activity_state": {"mean": [2.0, 1.7422303473491774], "std": [0.0, 0.6026366184722322], "min": [2, 0], "max": [2, 2], "count": [547]}, "gripper_mode_action": {"mean": [0.0, 0.29981718464351004], "std": [0.0, 0.4581777389135686], "min": [0, 0], "max": [0, 1], "count": [547]}, "gripper_activity_action": {"mean": [2.0, 1.7422303473491774], "std": [0.0, 0.6026366184722322], "min": [2, 0], "max": [2, 2], "count": [547]}}} +{"episode_index": 15, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41408040636544474]], [[0.4225412865870986]], [[0.42022250284171636]]], "std": [[[0.2087088386701676]], [[0.20689746948006285]], [[0.2035195076142034]]], "count": [115]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33005183645922137]], [[0.31612311913895996]], [[0.3275671053566354]]], "std": [[[0.25277147376020775]], [[0.2618296041442899]], [[0.24982368142112152]]], "count": [115]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.436380397485081]], [[0.4422431425831202]], [[0.4342397556123899]]], "std": [[[0.2774824221988436]], [[0.27538472638855066]], [[0.2777746389642061]]], "count": [115]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38526844806763283]], [[0.37755006926683715]], [[0.3951609335038363]]], "std": [[[0.2712571577935297]], [[0.27631769408682133]], [[0.2733628265014456]]], "count": [115]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.31036999821662903, 0.4675399959087372, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.03316125646233559, 0.36594316363334656, -0.5734627842903137, -1.7597455978393555, 0.0956265926361084, -0.12060225009918213, -0.028291787952184677, -0.33994099497795105, -0.46759000420570374, 0.051621001213788986, 1.3959169387817383, -1.7914108037948608, 0.12911616265773773, 1008.0, 333.0, -0.0047485725954174995, -0.2960413694381714, -0.8382293581962585, 1.9081785678863525, -1.0613824129104614, -0.0009815199300646782], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12049752473831177, 0.02834414690732956, -0.31027498841285706, 0.467602014541626, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.23464207351207733, 0.672946572303772, -0.14994123578071594, -1.411919116973877, 0.42957791686058044, 0.5368632674217224, 0.45434409379959106, -0.2763960063457489, -0.4037899971008301, 0.22896699607372284, 1.6346912384033203, -1.1206401586532593, 0.7725284099578857, 1009.0, 1003.0, 0.003703360678628087, -0.29594549536705017, -0.8382032513618469, 1.9081826210021973, -1.0613737106323242, -0.0005961261922493577], "mean": [-0.19951368868350983, 0.6046733856201172, 0.4513900876045227, -1.4119740724563599, -0.25392094254493713, -0.12055621296167374, 0.028283772990107536, -0.31032440066337585, 0.46757206320762634, 0.2282382845878601, -1.5732377767562866, -1.121135950088501, -0.7462766766548157, 0.15314386785030365, 0.4615579843521118, -0.42460981011390686, -1.604307770729065, 0.24194306135177612, 0.2956237494945526, 0.3171291649341583, -0.3109923303127289, -0.42499151825904846, 0.12630590796470642, 1.5146559476852417, -1.5750573873519897, 0.40115663409233093, 1008.490234375, 758.747802734375, -0.0003335265500936657, -0.29599544405937195, -0.8382207751274109, 1.908191204071045, -1.0613765716552734, -0.0009310774621553719], "std": [2.681655496417079e-05, 1.7182775991386734e-05, 2.4166032744687982e-05, 1.5543660992989317e-05, 2.4726045012357645e-05, 2.061664235952776e-05, 1.654420339036733e-05, 1.5718516806373373e-05, 8.71258816914633e-06, 1.2016392247460317e-05, 1.0848045349121094e-05, 1.0728836059570312e-06, 1.0728836059570312e-06, 0.08769078552722931, 0.08050766587257385, 0.11381423473358154, 0.08675767481327057, 0.08208829164505005, 0.19407641887664795, 0.13713456690311432, 0.014337345026433468, 0.017946895211935043, 0.05580131709575653, 0.06498336791992188, 0.19271747767925262, 0.22357092797756195, 0.49990248680114746, 302.87158203125, 0.003779240418225527, 6.406206921383273e-06, 4.409850134834414e-06, 9.841027349466458e-06, 2.4525090793758864e-06, 6.980919715715572e-05], "count": [563]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.31036999821662903, 0.4675399959087372, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.033196162432432175, 0.36594316363334656, -0.5734627842903137, -1.7597455978393555, 0.0956265926361084, -0.12060225009918213, -0.028291787952184677, -0.33994099497795105, -0.46759000420570374, 0.051621001213788986, 1.3959169387817383, -1.7914108037948608, 0.12911616265773773, 1008.0, 333.0, -0.0047485725954174995, -0.2960413694381714, -0.8382293581962585, 1.9081785678863525, -1.0613824129104614, -0.0009815199300646782], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12049752473831177, 0.02834414690732956, -0.31027498841285706, 0.467602014541626, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.23464207351207733, 0.672946572303772, -0.14994123578071594, -1.411919116973877, 0.42957791686058044, 0.5368632674217224, 0.45434409379959106, -0.2763960063457489, -0.4037899971008301, 0.22896699607372284, 1.6346912384033203, -1.1206401586532593, 0.7725284099578857, 1009.0, 1003.0, 0.003701480571180582, -0.29594549536705017, -0.8382032513618469, 1.9081826210021973, -1.0613737106323242, -0.0005961261922493577], "mean": [-0.19951367378234863, 0.6046733856201172, 0.45138996839523315, -1.4119740724563599, -0.2539210021495819, -0.12055615335702896, 0.028283745050430298, -0.31032440066337585, 0.46757200360298157, 0.2282383143901825, -1.5732377767562866, -1.121135950088501, -0.7462766766548157, 0.15273042023181915, 0.4611789286136627, -0.42407718300819397, -1.6045987606048584, 0.24166791141033173, 0.29586973786354065, 0.3174368143081665, -0.3110129237174988, -0.42491450905799866, 0.12628306448459625, 1.5144556760787964, -1.575275182723999, 0.40119585394859314, 1008.4920043945312, 758.7442016601562, -0.0003470796509645879, -0.2959955036640167, -0.8382208347320557, 1.908191204071045, -1.0613765716552734, -0.0009313775226473808], "std": [2.6812489522853866e-05, 1.7182775991386734e-05, 2.424421109026298e-05, 1.5543660992989317e-05, 2.4743891117395833e-05, 2.058356585621368e-05, 1.6545500329812057e-05, 1.57161703100428e-05, 8.7107773651951e-06, 1.2032322956656571e-05, 1.0848045349121094e-05, 1.0728836059570312e-06, 1.0728836059570312e-06, 0.08801903575658798, 0.08033521473407745, 0.11438808590173721, 0.08638596534729004, 0.08230683952569962, 0.19363607466220856, 0.13655251264572144, 0.01434465404599905, 0.017856787890195847, 0.05576220527291298, 0.06497623771429062, 0.1922731250524521, 0.22363348305225372, 0.4999348521232605, 302.8680725097656, 0.003778416197746992, 6.391061560861999e-06, 4.428585270943586e-06, 9.845591193879955e-06, 2.4642140488140285e-06, 6.94244445185177e-05], "count": [563]}, "timestamp": {"min": [0.0], "max": [18.733333333333334], "mean": [9.366666666666667], "std": [5.41746148014814], "count": [563]}, "frame_index": {"min": [0], "max": [562], "mean": [281.0], "std": [162.52384440444425], "count": [563]}, "episode_index": {"min": [37], "max": [37], "mean": [37.0], "std": [0.0], "count": [563]}, "index": {"min": [24006], "max": [24568], "mean": [24287.0], "std": [162.52384440444425], "count": [563]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [563]}, "gripper_open_scale_state": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.7578241560958842], "std": [0.0, 0.30212939858377413], "count": [563]}, "gripper_open_scale_action": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.7578241560958842], "std": [0.0, 0.30212939858377413], "count": [563]}, "eef_direction_state": {"mean": [6.0, 4.561278863232682], "std": [0.0, 2.0786642961672963], "min": [6, 0], "max": [6, 6], "count": [563]}, "eef_velocity_state": {"mean": [0.0, 0.6127886323268206], "std": [0.0, 0.7674412768449518], "min": [0, 0], "max": [0, 2], "count": [563]}, "eef_acc_mag_state": {"mean": [0.0, 0.5879218472468917], "std": [0.0, 0.8111105346365363], "min": [0, 0], "max": [0, 2], "count": [563]}, "eef_direction_action": {"mean": [6.0, 4.561278863232682], "std": [0.0, 2.0786642961672963], "min": [6, 0], "max": [6, 6], "count": [563]}, "eef_velocity_action": {"mean": [0.0, 0.6127886323268206], "std": [0.0, 0.7674412768449518], "min": [0, 0], "max": [0, 2], "count": [563]}, "eef_acc_mag_action": {"mean": [0.0, 0.5879218472468917], "std": [0.0, 0.8111105346365363], "min": [0, 0], "max": [0, 2], "count": [563]}, "eef_sim_pose_state": {"mean": [-0.31032446026802063, 0.46757200360298157, 0.2282383143901825, -1.5732269287109375, -1.1211371421813965, -0.7462755441665649, -0.3109925091266632, -0.4249918460845947, 0.12630590796470642, 1.5146551132202148, -1.5750563144683838, 0.4011569321155548], "std": [1.5718322174507193e-05, 8.71242446010001e-06, 1.2016389518976212e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.014337346889078617, 0.01794690638780594, 0.055801331996917725, 0.06498336046934128, 0.19271746277809143, 0.2235710173845291], "min": [-0.31036999821662903, 0.4675399959087372, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33994099497795105, -0.46759000420570374, 0.051621001213788986, 1.3959169387817383, -1.7914108037948608, 0.12911616265773773], "max": [-0.31027498841285706, 0.467602014541626, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2763960063457489, -0.4037899971008301, 0.22896699607372284, 1.6346912384033203, -1.1206401586532593, 0.7725284099578857], "count": [563]}, "eef_sim_pose_action": {"mean": [-0.31032440066337585, 0.46757206320762634, 0.2282382845878601, -1.5732377767562866, -1.121135950088501, -0.7462766766548157, -0.3109923303127289, -0.42499151825904846, 0.12630590796470642, 1.5146559476852417, -1.5750573873519897, 0.40115663409233093], "std": [1.5718516806373373e-05, 8.71258816914633e-06, 1.2016392247460317e-05, 1.0848045349121094e-05, 1.0728836059570312e-06, 1.0728836059570312e-06, 0.014337345026433468, 0.017946895211935043, 0.05580131709575653, 0.06498336791992188, 0.19271747767925262, 0.22357092797756195], "min": [-0.31036999821662903, 0.4675399959087372, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33994099497795105, -0.46759000420570374, 0.051621001213788986, 1.3959169387817383, -1.7914108037948608, 0.12911616265773773], "max": [-0.31027498841285706, 0.467602014541626, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2763960063457489, -0.4037899971008301, 0.22896699607372284, 1.6346912384033203, -1.1206401586532593, 0.7725284099578857], "count": [563]}, "gripper_mode_state": {"mean": [0.0, 0.32326820603907636], "std": [0.0, 0.46772414199328605], "min": [0, 0], "max": [0, 1], "count": [563]}, "gripper_activity_state": {"mean": [2.0, 1.758436944937833], "std": [0.0, 0.5857202827087828], "min": [2, 0], "max": [2, 2], "count": [563]}, "gripper_mode_action": {"mean": [0.0, 0.32326820603907636], "std": [0.0, 0.46772414199328605], "min": [0, 0], "max": [0, 1], "count": [563]}, "gripper_activity_action": {"mean": [2.0, 1.758436944937833], "std": [0.0, 0.5857202827087827], "min": [2, 0], "max": [2, 2], "count": [563]}}} +{"episode_index": 16, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4112328310208264]], [[0.42033098101528743]], [[0.41816109310956023]]], "std": [[[0.20850747401327532]], [[0.20599666888304793]], [[0.20255271618708542]]], "count": [118]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3268697951285034]], [[0.31179608570122963]], [[0.32876350808685056]]], "std": [[[0.24710469125358533]], [[0.2554713164540795]], [[0.24427658049909098]]], "count": [118]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43959156731195304]], [[0.4455140031295004]], [[0.4372678371136591]]], "std": [[[0.27936333836078453]], [[0.27755968860624775]], [[0.28004746024815685]]], "count": [118]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37587018631605185]], [[0.3697340322781655]], [[0.387687704248366]]], "std": [[[0.2637210700047501]], [[0.2642814749421184]], [[0.26782092126637785]]], "count": [118]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.1206720620393753, 0.02822197414934635, -0.31037500500679016, 0.4675480127334595, 0.2281789928674698, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1457873433828354, 0.44172537326812744, -0.6144955158233643, -1.8453716039657593, 0.08787732571363449, -0.12060225009918213, -0.028326693922281265, -0.3361879885196686, -0.46761101484298706, 0.05782100185751915, 1.350213646888733, -1.7930717468261719, -0.026466771960258484, 1008.0, 332.0, -0.00403797859326005, -0.29629892110824585, -0.8384734392166138, 1.9081603288650513, -1.0614054203033447, -0.0013222990091890097], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25385814905166626, -0.12049752473831177, 0.02834414690732956, -0.3102610111236572, 0.46759599447250366, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.30347785353660583, 0.6535909175872803, -0.08805186301469803, -1.411901593208313, 0.3949156701564789, 0.5212076902389526, 0.521452009677887, -0.2545660138130188, -0.38651299476623535, 0.241006001830101, 1.7444688081741333, -1.121137022972107, 0.7894142866134644, 1009.0, 1003.0, 0.0038875886239111423, -0.2959003746509552, -0.8381683826446533, 1.9081857204437256, -1.0613689422607422, 5.0310012738918886e-05], "mean": [-0.19951313734054565, 0.6046724319458008, 0.4513934254646301, -1.411972165107727, -0.25391826033592224, -0.12055258452892303, 0.028282973915338516, -0.31032654643058777, 0.4675719439983368, 0.22823697328567505, -1.5732378959655762, -1.1211365461349487, -0.7462766766548157, 0.15029093623161316, 0.5146042704582214, -0.4357627034187317, -1.64057457447052, 0.2420036345720291, 0.2858410179615021, 0.3430041968822479, -0.30387553572654724, -0.4167248010635376, 0.13363943994045258, 1.559117078781128, -1.5434062480926514, 0.34406566619873047, 1008.414794921875, 784.6265258789062, -0.00047330535016953945, -0.2960751950740814, -0.8382419347763062, 1.9081918001174927, -1.0613772869110107, -0.0009778619278222322], "std": [2.3558726752526127e-05, 1.8676686522667296e-05, 2.4406112061114982e-05, 1.5867193724261597e-05, 2.443252014927566e-05, 2.0489222151809372e-05, 1.7517149899504147e-05, 1.4527565326716285e-05, 7.660049050173257e-06, 1.3547330127039459e-05, 1.0967254638671875e-05, 4.76837158203125e-07, 1.0728836059570312e-06, 0.13479091227054596, 0.0526856929063797, 0.15167808532714844, 0.08392979204654694, 0.07972723245620728, 0.23172248899936676, 0.16715304553508759, 0.01633467897772789, 0.016855446621775627, 0.05966552346944809, 0.10334578901529312, 0.202078178524971, 0.28663933277130127, 0.4926895201206207, 294.7528991699219, 0.003528747707605362, 7.578739314340055e-05, 6.488885992439464e-05, 1.2939747648488265e-05, 7.430819096043706e-06, 0.00016516241885256022], "count": [581]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.1206720620393753, 0.02822197414934635, -0.31037500500679016, 0.4675480127334595, 0.2281789928674698, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1457873433828354, 0.44172537326812744, -0.6144955158233643, -1.8453716039657593, 0.08787732571363449, -0.12060225009918213, -0.028326693922281265, -0.3361879885196686, -0.46761101484298706, 0.05782100185751915, 1.350213646888733, -1.7930717468261719, -0.026466771960258484, 1008.0, 332.0, -0.00403797859326005, -0.29629892110824585, -0.8384734392166138, 1.9081603288650513, -1.0614054203033447, -0.0013222990091890097], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25385814905166626, -0.12049752473831177, 0.02834414690732956, -0.3102610111236572, 0.46759599447250366, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.30347785353660583, 0.6535909175872803, -0.08805186301469803, -1.411901593208313, 0.3949156701564789, 0.5212076902389526, 0.521452009677887, -0.2545660138130188, -0.38651299476623535, 0.241006001830101, 1.7444688081741333, -1.121137022972107, 0.7894142866134644, 1009.0, 1003.0, 0.0038875886239111423, -0.2959003746509552, -0.8381683826446533, 1.9081857204437256, -1.0613689422607422, 5.0310012738918886e-05], "mean": [-0.19951306283473969, 0.6046723127365112, 0.4513935446739197, -1.4119720458984375, -0.25391820073127747, -0.12055259943008423, 0.02828294411301613, -0.3103265166282654, 0.46757200360298157, 0.22823700308799744, -1.5732378959655762, -1.1211365461349487, -0.7462766766548157, 0.149715393781662, 0.5143319964408875, -0.43516868352890015, -1.6409777402877808, 0.2417236715555191, 0.28586214780807495, 0.3433190584182739, -0.30387717485427856, -0.41660380363464355, 0.13364388048648834, 1.559109091758728, -1.5434991121292114, 0.34413009881973267, 1008.41650390625, 784.6299438476562, -0.0004858593747485429, -0.2960751950740814, -0.8382422924041748, 1.9081918001174927, -1.0613772869110107, -0.0009777165250852704], "std": [2.3615628379047848e-05, 1.856197377492208e-05, 2.4574545022915117e-05, 1.5873327356530353e-05, 2.445240897941403e-05, 2.0489162125159055e-05, 1.751695708662737e-05, 1.4515729162667412e-05, 7.682780051254667e-06, 1.3581338862422854e-05, 1.0967254638671875e-05, 4.76837158203125e-07, 1.0728836059570312e-06, 0.13529248535633087, 0.0526282973587513, 0.1522902101278305, 0.08339125663042068, 0.07997007668018341, 0.23168602585792542, 0.1666249781847, 0.016335392370820045, 0.016741910949349403, 0.05967263504862785, 0.10334482789039612, 0.201896533370018, 0.2867339551448822, 0.4929836392402649, 294.755126953125, 0.003526192158460617, 7.578114309580997e-05, 6.55266921967268e-05, 1.299089035455836e-05, 7.507186637667473e-06, 0.00016525137471035123], "count": [581]}, "timestamp": {"min": [0.0], "max": [19.333333333333332], "mean": [9.666666666666668], "std": [5.590666825661815], "count": [581]}, "frame_index": {"min": [0], "max": [580], "mean": [290.0], "std": [167.72000476985446], "count": [581]}, "episode_index": {"min": [38], "max": [38], "mean": [38.0], "std": [0.0], "count": [581]}, "index": {"min": [24569], "max": [25149], "mean": [24859.0], "std": [167.72000476985446], "count": [581]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [581]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.7832168687949287], "std": [0.0, 0.29371108799662726], "count": [581]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.7832168687949287], "std": [0.0, 0.29371108799662726], "count": [581]}, "eef_direction_state": {"mean": [6.0, 4.555938037865749], "std": [0.0, 2.0972205250655453], "min": [6, 0], "max": [6, 6], "count": [581]}, "eef_velocity_state": {"mean": [0.0, 0.5938037865748709], "std": [0.0, 0.7469244958254796], "min": [0, 0], "max": [0, 2], "count": [581]}, "eef_acc_mag_state": {"mean": [0.0, 0.5645438898450946], "std": [0.0, 0.798912345969094], "min": [0, 0], "max": [0, 2], "count": [581]}, "eef_direction_action": {"mean": [6.0, 4.555938037865749], "std": [0.0, 2.0972205250655453], "min": [6, 0], "max": [6, 6], "count": [581]}, "eef_velocity_action": {"mean": [0.0, 0.5938037865748709], "std": [0.0, 0.7469244958254796], "min": [0, 0], "max": [0, 2], "count": [581]}, "eef_acc_mag_action": {"mean": [0.0, 0.5645438898450946], "std": [0.0, 0.798912345969094], "min": [0, 0], "max": [0, 2], "count": [581]}, "eef_sim_pose_state": {"mean": [-0.310326486825943, 0.4675717353820801, 0.2282370775938034, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.30387556552886963, -0.4167245030403137, 0.13363932073116302, 1.5591180324554443, -1.5434070825576782, 0.34406596422195435], "std": [1.452755714126397e-05, 7.658293725398835e-06, 1.3546995432989206e-05, 0.0, 0.0, 5.960464477539063e-08, 0.01633468084037304, 0.01685543917119503, 0.05966552719473839, 0.10334574431180954, 0.20207810401916504, 0.28663918375968933], "min": [-0.31037500500679016, 0.4675480127334595, 0.2281789928674698, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3361879885196686, -0.46761101484298706, 0.05782100185751915, 1.350213646888733, -1.7930717468261719, -0.026466771960258484], "max": [-0.3102610111236572, 0.46759599447250366, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2545660138130188, -0.38651299476623535, 0.241006001830101, 1.7444688081741333, -1.121137022972107, 0.7894142866134644], "count": [581]}, "eef_sim_pose_action": {"mean": [-0.31032654643058777, 0.4675719439983368, 0.22823697328567505, -1.5732378959655762, -1.1211365461349487, -0.7462766766548157, -0.30387553572654724, -0.4167248010635376, 0.13363943994045258, 1.559117078781128, -1.5434062480926514, 0.34406566619873047], "std": [1.4527565326716285e-05, 7.660049050173257e-06, 1.3547330127039459e-05, 1.0967254638671875e-05, 4.76837158203125e-07, 1.0728836059570312e-06, 0.01633467897772789, 0.016855446621775627, 0.05966552346944809, 0.10334578901529312, 0.202078178524971, 0.28663933277130127], "min": [-0.31037500500679016, 0.4675480127334595, 0.2281789928674698, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3361879885196686, -0.46761101484298706, 0.05782100185751915, 1.350213646888733, -1.7930717468261719, -0.026466771960258484], "max": [-0.3102610111236572, 0.46759599447250366, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2545660138130188, -0.38651299476623535, 0.241006001830101, 1.7444688081741333, -1.121137022972107, 0.7894142866134644], "count": [581]}, "gripper_mode_state": {"mean": [0.0, 0.2891566265060241], "std": [0.0, 0.453370788487394], "min": [0, 0], "max": [0, 1], "count": [581]}, "gripper_activity_state": {"mean": [2.0, 1.757314974182444], "std": [0.0, 0.5878596952276889], "min": [2, 0], "max": [2, 2], "count": [581]}, "gripper_mode_action": {"mean": [0.0, 0.2891566265060241], "std": [0.0, 0.453370788487394], "min": [0, 0], "max": [0, 1], "count": [581]}, "gripper_activity_action": {"mean": [2.0, 1.757314974182444], "std": [0.0, 0.5878596952276888], "min": [2, 0], "max": [2, 2], "count": [581]}}} +{"episode_index": 17, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41824682928727047]], [[0.42721928979925305]], [[0.42402882819794585]]], "std": [[[0.21171028129231328]], [[0.20930313401849113]], [[0.2053534106678339]]], "count": [126]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33628128890445064]], [[0.32061075772901754]], [[0.3346196247017325]]], "std": [[[0.25610106552593787]], [[0.2648497025898123]], [[0.25178276823107665]]], "count": [126]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4339881357635647]], [[0.43989176619721965]], [[0.4332100986227824]]], "std": [[[0.2819321321225166]], [[0.2787940334468839]], [[0.28276631805358615]]], "count": [126]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3834989041913061]], [[0.3779393122989937]], [[0.39463404366376176]]], "std": [[[0.26648914644805294]], [[0.2668644514852557]], [[0.27030011808118076]]], "count": [126]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.4119888544082642, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103800117969513, 0.46755099296569824, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.11561061441898346, 0.37138861417770386, -0.6048612594604492, -1.781160831451416, 0.09691813588142395, -0.19778071343898773, -0.028379054740071297, -0.33258599042892456, -0.46760401129722595, 0.0656760036945343, 1.3922914266586304, -1.7623319625854492, 0.042938824743032455, 1008.0, 333.0, -0.004120693542063236, -0.2962462902069092, -0.8384765982627869, 1.9081707000732422, -1.0614100694656372, -0.0010413223644718528], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102889955043793, 0.46759599447250366, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.27462756633758545, 0.6970146894454956, -0.12322024255990982, -1.411884069442749, 0.4389503002166748, 0.5031434893608093, 0.5355193614959717, -0.2748349905014038, -0.3905459940433502, 0.2285580039024353, 1.7621347904205322, -1.1204519271850586, 0.8875934481620789, 1009.0, 1003.0, 0.00416769040748477, -0.29592859745025635, -0.8382887840270996, 1.9081770181655884, -1.0613839626312256, -0.0003759012324735522], "mean": [-0.19951467216014862, 0.6046677231788635, 0.4513915181159973, -1.4119561910629272, -0.2539151906967163, -0.1205466240644455, 0.028280068188905716, -0.3103325366973877, 0.4675721228122711, 0.22824080288410187, -1.5732382535934448, -1.1211379766464233, -0.7462767362594604, 0.11904682219028473, 0.5134450793266296, -0.4283146858215332, -1.6441818475723267, 0.2507084012031555, 0.2246544510126114, 0.34777191281318665, -0.30790504813194275, -0.4090512692928314, 0.13239255547523499, 1.5900464057922363, -1.5610440969467163, 0.3791217505931854, 1008.4684448242188, 763.07568359375, -0.00019375805277377367, -0.2960584759712219, -0.8383729457855225, 1.908178448677063, -1.061395287513733, -0.0009248224669136107], "std": [2.400499397481326e-05, 2.0254028640920296e-05, 2.412363755865954e-05, 1.8653512597666122e-05, 2.3363372747553512e-05, 2.4160493921954185e-05, 1.6776606571511365e-05, 1.4607547200284898e-05, 7.828043635527138e-06, 1.3386696082307026e-05, 1.1324882507324219e-05, 9.5367431640625e-07, 1.1324882507324219e-06, 0.11861691623926163, 0.07456321269273758, 0.13753533363342285, 0.07883252948522568, 0.0753708928823471, 0.249644473195076, 0.15421341359615326, 0.014223807491362095, 0.017317621037364006, 0.052901700139045715, 0.11058822274208069, 0.19837035238742828, 0.2952137589454651, 0.49900463223457336, 303.6443786621094, 0.0036231486592441797, 3.8857440813444555e-05, 5.8016663388116285e-05, 4.756645466841292e-06, 6.7483865677786525e-06, 8.778219489613548e-05], "count": [634]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.4119888544082642, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103800117969513, 0.46755099296569824, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.11561061441898346, 0.37138861417770386, -0.6048612594604492, -1.781160831451416, 0.09691813588142395, -0.19778071343898773, -0.028379054740071297, -0.33258599042892456, -0.46760401129722595, 0.0656760036945343, 1.3922914266586304, -1.7623319625854492, 0.042938824743032455, 1008.0, 333.0, -0.004120693542063236, -0.2962462902069092, -0.8384765982627869, 1.9081707000732422, -1.0614100694656372, -0.0010413223644718528], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102889955043793, 0.46759599447250366, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.27462756633758545, 0.6970146894454956, -0.12322024255990982, -1.411884069442749, 0.4389503002166748, 0.5031434893608093, 0.5355193614959717, -0.2748349905014038, -0.3905459940433502, 0.2285580039024353, 1.7621347904205322, -1.1204519271850586, 0.8875934481620789, 1009.0, 1003.0, 0.00416769040748477, -0.29592859745025635, -0.8382887840270996, 1.9081770181655884, -1.0613839626312256, -0.0003759012324735522], "mean": [-0.19951467216014862, 0.6046677827835083, 0.4513916075229645, -1.4119561910629272, -0.2539151608943939, -0.12054672092199326, 0.028280068188905716, -0.3103325366973877, 0.4675721228122711, 0.22824077308177948, -1.5732382535934448, -1.1211379766464233, -0.7462767362594604, 0.11856024712324142, 0.5130860805511475, -0.4278056025505066, -1.6444135904312134, 0.25046950578689575, 0.22454042732715607, 0.3480165898799896, -0.3079379200935364, -0.4089471399784088, 0.13237644731998444, 1.5900026559829712, -1.561173915863037, 0.3793366849422455, 1008.4668579101562, 763.0725708007812, -0.00020414777100086212, -0.2960584759712219, -0.8383729457855225, 1.908178448677063, -1.061395287513733, -0.0009246532572433352], "std": [2.400499397481326e-05, 2.025797584792599e-05, 2.4140543246176094e-05, 1.8688742784433998e-05, 2.3378839614451863e-05, 2.4260189093183726e-05, 1.6776606571511365e-05, 1.4602385817852337e-05, 7.822791303624399e-06, 1.3405553545453586e-05, 1.1324882507324219e-05, 9.5367431640625e-07, 1.1324882507324219e-06, 0.11891847103834152, 0.07467099279165268, 0.1380452811717987, 0.07836388051509857, 0.07560006529092789, 0.24981863796710968, 0.153738871216774, 0.014253567904233932, 0.01716342568397522, 0.05287402495741844, 0.11060043424367905, 0.1981090009212494, 0.2955304980278015, 0.4989018738269806, 303.64129638671875, 0.0036228266544640064, 3.8901172956684604e-05, 5.809172580484301e-05, 4.765120138472412e-06, 6.757945811841637e-06, 8.798626367934048e-05], "count": [634]}, "timestamp": {"min": [0.0], "max": [21.1], "mean": [10.549999999999999], "std": [6.10066025570639], "count": [634]}, "frame_index": {"min": [0], "max": [633], "mean": [316.5], "std": [183.0198076711917], "count": [634]}, "episode_index": {"min": [40], "max": [40], "mean": [40.0], "std": [0.0], "count": [634]}, "index": {"min": [25714], "max": [26347], "mean": [26030.5], "std": [183.0198076711917], "count": [634]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [634]}, "gripper_open_scale_state": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.7622050473742681], "std": [0.0, 0.30296021450611016], "count": [634]}, "gripper_open_scale_action": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.7622050473742681], "std": [0.0, 0.30296021450611016], "count": [634]}, "eef_direction_state": {"mean": [6.0, 4.9116719242902205], "std": [0.0, 1.825621033333734], "min": [6, 0], "max": [6, 6], "count": [634]}, "eef_velocity_state": {"mean": [0.0, 0.49369085173501576], "std": [0.0, 0.7109716586334738], "min": [0, 0], "max": [0, 2], "count": [634]}, "eef_acc_mag_state": {"mean": [0.0, 0.46845425867507884], "std": [0.0, 0.7596581968118588], "min": [0, 0], "max": [0, 2], "count": [634]}, "eef_direction_action": {"mean": [6.0, 4.9116719242902205], "std": [0.0, 1.825621033333734], "min": [6, 0], "max": [6, 6], "count": [634]}, "eef_velocity_action": {"mean": [0.0, 0.49369085173501576], "std": [0.0, 0.7109716586334738], "min": [0, 0], "max": [0, 2], "count": [634]}, "eef_acc_mag_action": {"mean": [0.0, 0.46845425867507884], "std": [0.0, 0.7596581968118588], "min": [0, 0], "max": [0, 2], "count": [634]}, "eef_sim_pose_state": {"mean": [-0.31033262610435486, 0.46757203340530396, 0.22824081778526306, -1.5732269287109375, -1.121137022972107, -0.7462754845619202, -0.3079051673412323, -0.4090512990951538, 0.1323925256729126, 1.5900472402572632, -1.5610449314117432, 0.37912192940711975], "std": [1.4607268894906156e-05, 7.827694389561657e-06, 1.3386686077865306e-05, 0.0, 0.0, 1.1920928955078125e-07, 0.014223799109458923, 0.017317628487944603, 0.05290169641375542, 0.11058828234672546, 0.19837038218975067, 0.29521381855010986], "min": [-0.3103800117969513, 0.46755099296569824, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33258599042892456, -0.46760401129722595, 0.0656760036945343, 1.3922914266586304, -1.7623319625854492, 0.042938824743032455], "max": [-0.3102889955043793, 0.46759599447250366, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2748349905014038, -0.3905459940433502, 0.2285580039024353, 1.7621347904205322, -1.1204519271850586, 0.8875934481620789], "count": [634]}, "eef_sim_pose_action": {"mean": [-0.3103325366973877, 0.4675721228122711, 0.22824080288410187, -1.5732382535934448, -1.1211379766464233, -0.7462767362594604, -0.30790504813194275, -0.4090512692928314, 0.13239255547523499, 1.5900464057922363, -1.5610440969467163, 0.3791217505931854], "std": [1.4607547200284898e-05, 7.828043635527138e-06, 1.3386696082307026e-05, 1.1324882507324219e-05, 9.5367431640625e-07, 1.1324882507324219e-06, 0.014223807491362095, 0.017317621037364006, 0.052901700139045715, 0.11058822274208069, 0.19837035238742828, 0.2952137589454651], "min": [-0.3103800117969513, 0.46755099296569824, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33258599042892456, -0.46760401129722595, 0.0656760036945343, 1.3922914266586304, -1.7623319625854492, 0.042938824743032455], "max": [-0.3102889955043793, 0.46759599447250366, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2748349905014038, -0.3905459940433502, 0.2285580039024353, 1.7621347904205322, -1.1204519271850586, 0.8875934481620789], "count": [634]}, "gripper_mode_state": {"mean": [0.0, 0.3217665615141956], "std": [0.0, 0.4671539804021014], "min": [0, 0], "max": [0, 1], "count": [634]}, "gripper_activity_state": {"mean": [2.0, 1.779179810725552], "std": [0.0, 0.563177630395494], "min": [2, 0], "max": [2, 2], "count": [634]}, "gripper_mode_action": {"mean": [0.0, 0.3217665615141956], "std": [0.0, 0.4671539804021014], "min": [0, 0], "max": [0, 1], "count": [634]}, "gripper_activity_action": {"mean": [2.0, 1.779179810725552], "std": [0.0, 0.563177630395494], "min": [2, 0], "max": [2, 2], "count": [634]}}} +{"episode_index": 18, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41825970012321867]], [[0.4271562399549984]], [[0.4240113374584807]]], "std": [[[0.211775749854652]], [[0.20923957858530998]], [[0.20608169548768115]]], "count": [122]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3334123607093111]], [[0.3189807303385835]], [[0.3354898411550412]]], "std": [[[0.25775952905285116]], [[0.26522253280138924]], [[0.25486710622747555]]], "count": [122]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4332862825458052]], [[0.4393645615691632]], [[0.43211632781527914]]], "std": [[[0.2818355907567257]], [[0.2788113262234318]], [[0.2828541334168145]]], "count": [122]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37225384890978247]], [[0.3668479755973427]], [[0.3847499531233259]]], "std": [[[0.24806508441816005]], [[0.24921013283855878]], [[0.25198557824053053]]], "count": [122]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.3103730082511902, 0.4675480127334595, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.06340780854225159, 0.30695104598999023, -0.602051317691803, -1.7363582849502563, 0.05633922666311264, -0.21108011901378632, -0.02839650586247444, -0.33484598994255066, -0.4684019982814789, 0.05710599943995476, 1.3899078369140625, -1.759261965751648, 0.04275446757674217, 1008.0, 332.0, -0.004244765266776085, -0.2962387502193451, -0.8383640646934509, 1.9081746339797974, -1.0613982677459717, -0.0015700521180406213], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.028326693922281265, -0.31028300523757935, 0.46759599447250366, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2934771180152893, 0.6843087077140808, -0.10845476388931274, -1.411884069442749, 0.3707777261734009, 0.4843637943267822, 0.5100375413894653, -0.27098599076271057, -0.39436399936676025, 0.2282779961824417, 1.7162562608718872, -1.1142209768295288, 0.9693960547447205, 1009.0, 1003.0, 0.004047378432005644, -0.29599252343177795, -0.8381921648979187, 1.9081848859786987, -1.0613863468170166, -2.27818927669432e-05], "mean": [-0.1995151937007904, 0.6046645045280457, 0.4513918459415436, -1.411972165107727, -0.2539139986038208, -0.12054216861724854, 0.028279852122068405, -0.31032881140708923, 0.4675714671611786, 0.22823475301265717, -1.5732380151748657, -1.121137261390686, -0.7462766766548157, 0.1723019778728485, 0.4750089645385742, -0.43951416015625, -1.599948763847351, 0.2242787629365921, 0.28603094816207886, 0.3476341664791107, -0.30943307280540466, -0.4249671399593353, 0.12573620676994324, 1.5487983226776123, -1.5602303743362427, 0.359470009803772, 1008.4629516601562, 781.3294677734375, -0.0005401825765147805, -0.2960618734359741, -0.8382794260978699, 1.908191204071045, -1.0613956451416016, -0.0011695860885083675], "std": [2.6685802367865108e-05, 1.915795473905746e-05, 2.459545066813007e-05, 1.7591844880371355e-05, 2.3234340915223584e-05, 2.2071115381550044e-05, 1.5632018403266557e-05, 1.4362424735736568e-05, 8.046025868679862e-06, 1.3832253898726776e-05, 1.1086463928222656e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.09424793720245361, 0.07720710337162018, 0.12349091470241547, 0.07922718673944473, 0.07044997066259384, 0.2233687788248062, 0.1537884771823883, 0.015397359617054462, 0.01730015128850937, 0.0538402684032917, 0.09950811415910721, 0.19064587354660034, 0.2729323208332062, 0.498624712228775, 296.54437255859375, 0.0036278164479881525, 3.170585478073917e-05, 5.90300332987681e-05, 1.0100747203978244e-05, 6.2773974605079275e-06, 0.00037849092041142285], "count": [607]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.3103730082511902, 0.4675480127334595, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.06340780854225159, 0.30695104598999023, -0.602051317691803, -1.7363582849502563, 0.05633922666311264, -0.21108011901378632, -0.02839650586247444, -0.33484598994255066, -0.4684019982814789, 0.05710599943995476, 1.3899078369140625, -1.759261965751648, 0.04275446757674217, 1008.0, 332.0, -0.004244765266776085, -0.2962387502193451, -0.8383640646934509, 1.9081746339797974, -1.0613982677459717, -0.0015700521180406213], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.028326693922281265, -0.31028300523757935, 0.46759599447250366, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2934771180152893, 0.6843087077140808, -0.10845476388931274, -1.411884069442749, 0.3707777261734009, 0.4843637943267822, 0.5100375413894653, -0.27098599076271057, -0.39436399936676025, 0.2282779961824417, 1.7162562608718872, -1.1142209768295288, 0.9693960547447205, 1009.0, 1003.0, 0.004047378432005644, -0.29599252343177795, -0.8381921648979187, 1.9081848859786987, -1.0613863468170166, -2.27818927669432e-05], "mean": [-0.1995152086019516, 0.6046645045280457, 0.45139187574386597, -1.411972165107727, -0.2539139688014984, -0.1205422580242157, 0.028279796242713928, -0.3103288412094116, 0.4675714373588562, 0.22823470830917358, -1.5732380151748657, -1.121137261390686, -0.7462766766548157, 0.1718766838312149, 0.4745219945907593, -0.43895459175109863, -1.6000921726226807, 0.22395803034305573, 0.2858881652355194, 0.3477867543697357, -0.3094691038131714, -0.4248860776424408, 0.1257210224866867, 1.5486618280410767, -1.5602613687515259, 0.35982897877693176, 1008.4629516601562, 781.3294677734375, -0.0005283707287162542, -0.29606181383132935, -0.8382794260978699, 1.908191204071045, -1.0613956451416016, -0.001168375601992011], "std": [2.6687959689297713e-05, 1.915795473905746e-05, 2.4609764295746572e-05, 1.7591844880371355e-05, 2.323408807569649e-05, 2.2134043319965713e-05, 1.5652065485483035e-05, 1.4338846085593104e-05, 8.043635716603603e-06, 1.3831240721629001e-05, 1.1086463928222656e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.09471019357442856, 0.07732494920492172, 0.12420326471328735, 0.07896509021520615, 0.0707569420337677, 0.22365570068359375, 0.1534610390663147, 0.015426569618284702, 0.017216959968209267, 0.05381271615624428, 0.09953421354293823, 0.19057603180408478, 0.27358293533325195, 0.498624712228775, 296.54437255859375, 0.003631041618064046, 3.165123052895069e-05, 5.905267607886344e-05, 1.0110569746757392e-05, 6.274823135754559e-06, 0.00038049070280976593], "count": [607]}, "timestamp": {"min": [0.0], "max": [20.2], "mean": [10.1], "std": [5.840852297015869], "count": [607]}, "frame_index": {"min": [0], "max": [606], "mean": [303.0], "std": [175.22556891047608], "count": [607]}, "episode_index": {"min": [42], "max": [42], "mean": [42.0], "std": [0.0], "count": [607]}, "index": {"min": [27010], "max": [27616], "mean": [27313.0], "std": [175.22556891047608], "count": [607]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [607]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.7801729831507022], "std": [0.0, 0.2956833877657004], "count": [607]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.7801729831507022], "std": [0.0, 0.2956833877657004], "count": [607]}, "eef_direction_state": {"mean": [6.0, 4.627677100494234], "std": [0.0, 2.0439386924361798], "min": [6, 0], "max": [6, 6], "count": [607]}, "eef_velocity_state": {"mean": [0.0, 0.5947281713344317], "std": [0.0, 0.7575029756176815], "min": [0, 0], "max": [0, 2], "count": [607]}, "eef_acc_mag_state": {"mean": [0.0, 0.5518945634266886], "std": [0.0, 0.7934195186283607], "min": [0, 0], "max": [0, 2], "count": [607]}, "eef_direction_action": {"mean": [6.0, 4.627677100494234], "std": [0.0, 2.0439386924361798], "min": [6, 0], "max": [6, 6], "count": [607]}, "eef_velocity_action": {"mean": [0.0, 0.5947281713344317], "std": [0.0, 0.7575029756176815], "min": [0, 0], "max": [0, 2], "count": [607]}, "eef_acc_mag_action": {"mean": [0.0, 0.5518945634266886], "std": [0.0, 0.7934195186283607], "min": [0, 0], "max": [0, 2], "count": [607]}, "eef_sim_pose_state": {"mean": [-0.3103286623954773, 0.46757131814956665, 0.22823463380336761, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.3094331920146942, -0.4249671399593353, 0.12573617696762085, 1.5487985610961914, -1.560229778289795, 0.3594699203968048], "std": [1.4361688045028131e-05, 8.045672075240873e-06, 1.3831631804350764e-05, 0.0, 0.0, 5.960464477539063e-08, 0.015397359617054462, 0.01730014756321907, 0.053840264678001404, 0.0995081290602684, 0.1906457245349884, 0.2729324698448181], "min": [-0.3103730082511902, 0.4675480127334595, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33484598994255066, -0.4684019982814789, 0.05710599943995476, 1.3899078369140625, -1.759261965751648, 0.04275446757674217], "max": [-0.31028300523757935, 0.46759599447250366, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27098599076271057, -0.39436399936676025, 0.2282779961824417, 1.7162562608718872, -1.1142209768295288, 0.9693960547447205], "count": [607]}, "eef_sim_pose_action": {"mean": [-0.31032881140708923, 0.4675714671611786, 0.22823475301265717, -1.5732380151748657, -1.121137261390686, -0.7462766766548157, -0.30943307280540466, -0.4249671399593353, 0.12573620676994324, 1.5487983226776123, -1.5602303743362427, 0.359470009803772], "std": [1.4362424735736568e-05, 8.046025868679862e-06, 1.3832253898726776e-05, 1.1086463928222656e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.015397359617054462, 0.01730015128850937, 0.0538402684032917, 0.09950811415910721, 0.19064587354660034, 0.2729323208332062], "min": [-0.3103730082511902, 0.4675480127334595, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33484598994255066, -0.4684019982814789, 0.05710599943995476, 1.3899078369140625, -1.759261965751648, 0.04275446757674217], "max": [-0.31028300523757935, 0.46759599447250366, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27098599076271057, -0.39436399936676025, 0.2282779961824417, 1.7162562608718872, -1.1142209768295288, 0.9693960547447205], "count": [607]}, "gripper_mode_state": {"mean": [0.0, 0.2932454695222405], "std": [0.0, 0.4552500017868416], "min": [0, 0], "max": [0, 1], "count": [607]}, "gripper_activity_state": {"mean": [2.0, 1.772652388797364], "std": [0.0, 0.5691492388663987], "min": [2, 0], "max": [2, 2], "count": [607]}, "gripper_mode_action": {"mean": [0.0, 0.2932454695222405], "std": [0.0, 0.45525000178684166], "min": [0, 0], "max": [0, 1], "count": [607]}, "gripper_activity_action": {"mean": [2.0, 1.772652388797364], "std": [0.0, 0.5691492388663987], "min": [2, 0], "max": [2, 2], "count": [607]}}} +{"episode_index": 19, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41465056656720656]], [[0.4236308681443592]], [[0.4204131820119352]]], "std": [[[0.2115608410176649]], [[0.20878559939476463]], [[0.20542876317070594]]], "count": [115]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3374639030974709]], [[0.3242301701477693]], [[0.3343842142654163]]], "std": [[[0.2638622255612539]], [[0.2712817863493012]], [[0.260610365565576]]], "count": [115]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43562604077863026]], [[0.4410136793123046]], [[0.434597223998295]]], "std": [[[0.2850595149128961]], [[0.2813847008463808]], [[0.28601190553957456]]], "count": [115]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3695421675191816]], [[0.3644821895424837]], [[0.38386750852514917]]], "std": [[[0.24113331465308457]], [[0.24409392341903038]], [[0.2473637202995348]]], "count": [115]}, "observation.state": {"min": [-0.1995784044265747, 0.6045646071434021, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.31037700176239014, 0.4675469994544983, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.06525786221027374, 0.25134485960006714, -0.5174726843833923, -1.8678338527679443, -0.028553586453199387, -0.12060225009918213, -0.028326693922281265, -0.3361319899559021, -0.467602014541626, 0.05102900043129921, 1.3102461099624634, -1.7587172985076904, 0.19243976473808289, 1008.0, 335.0, -0.004919641651213169, -0.2963007986545563, -0.8383284211158752, 1.9081802368164062, -1.0613950490951538, -0.0015415747184306383], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.028326693922281265, -0.31027698516845703, 0.4675990045070648, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1995958536863327, 0.6901555061340332, -0.09749408811330795, -1.411919116973877, 0.44767695665359497, 0.5855579376220703, 0.39999455213546753, -0.2790369987487793, -0.3747529983520508, 0.2285189926624298, 1.6608197689056396, -1.0732859373092651, 0.9662553071975708, 1009.0, 1003.0, 0.0035510901361703873, -0.2959229350090027, -0.8381556868553162, 1.9081904888153076, -1.0613824129104614, -0.00022781893494538963], "mean": [-0.19951525330543518, 0.6046639680862427, 0.45138928294181824, -1.411973476409912, -0.25391462445259094, -0.12053269147872925, 0.028277168050408363, -0.31032657623291016, 0.46757301688194275, 0.22823579609394073, -1.5732377767562866, -1.121135950088501, -0.7462766766548157, 0.07596689462661743, 0.41386115550994873, -0.3662533760070801, -1.6644563674926758, 0.19527749717235565, 0.32129043340682983, 0.2683403193950653, -0.3116994798183441, -0.4117896258831024, 0.1262522041797638, 1.4608222246170044, -1.545885682106018, 0.46697062253952026, 1008.4308471679688, 801.08154296875, 0.00036731635918840766, -0.2960977256298065, -0.8382143378257751, 1.908191442489624, -1.061395287513733, -0.0008048142772167921], "std": [2.6800376872415654e-05, 2.4800547180348076e-05, 2.4492490410921164e-05, 1.7689384549157694e-05, 2.3679915102547966e-05, 1.966617492143996e-05, 1.5802259440533817e-05, 1.4811264009040315e-05, 8.009224984562024e-06, 1.4274384739110246e-05, 1.0848045349121094e-05, 1.0728836059570312e-06, 1.0728836059570312e-06, 0.07912779599428177, 0.10040231049060822, 0.11933697760105133, 0.09867838025093079, 0.123953677713871, 0.2371591180562973, 0.1234775111079216, 0.014411088079214096, 0.02131466194987297, 0.052479229867458344, 0.09231697022914886, 0.18641714751720428, 0.23256024718284607, 0.4951958656311035, 286.4161682128906, 0.0035151976626366377, 2.4065484467428178e-05, 2.8978138288948685e-05, 9.133638741332106e-06, 4.316485046729213e-06, 0.00027022804715670645], "count": [564]}, "action": {"min": [-0.1995784044265747, 0.6045646071434021, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.31037700176239014, 0.4675469994544983, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.06525786221027374, 0.25134485960006714, -0.5174726843833923, -1.8678338527679443, -0.028553586453199387, -0.12060225009918213, -0.028326693922281265, -0.3361319899559021, -0.467602014541626, 0.05102900043129921, 1.3102461099624634, -1.7587172985076904, 0.19243976473808289, 1008.0, 335.0, -0.004919641651213169, -0.2963007986545563, -0.8383284211158752, 1.9081802368164062, -1.0613950490951538, -0.0015415747184306383], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.028326693922281265, -0.31027698516845703, 0.4675990045070648, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1995958536863327, 0.6901555061340332, -0.09749408811330795, -1.411919116973877, 0.44767695665359497, 0.5855579376220703, 0.39999455213546753, -0.2790369987487793, -0.3747529983520508, 0.2285189926624298, 1.6608197689056396, -1.0732859373092651, 0.9662553071975708, 1009.0, 1003.0, 0.0035510901361703873, -0.2959229350090027, -0.8381556868553162, 1.9081904888153076, -1.0613824129104614, -0.00022781893494538963], "mean": [-0.19951525330543518, 0.6046639680862427, 0.4513894319534302, -1.4119735956192017, -0.25391459465026855, -0.12053270637989044, 0.028277292847633362, -0.31032660603523254, 0.467572957277298, 0.22823575139045715, -1.5732377767562866, -1.121135950088501, -0.7462766766548157, 0.07555399090051651, 0.41324278712272644, -0.36563485860824585, -1.664716124534607, 0.19478552043437958, 0.321336567401886, 0.2684139311313629, -0.311699777841568, -0.41172337532043457, 0.12621496617794037, 1.4605988264083862, -1.5458104610443115, 0.46735522150993347, 1008.4308471679688, 801.08154296875, 0.00037289594183675945, -0.2960977256298065, -0.838214099407196, 1.908191442489624, -1.061395287513733, -0.0008052822086028755], "std": [2.6800376872415654e-05, 2.480054899933748e-05, 2.443435187160503e-05, 1.7682157704257406e-05, 2.367956767557189e-05, 1.966615855053533e-05, 1.5915999028948136e-05, 1.4779370758333243e-05, 7.998763976502232e-06, 1.429399799235398e-05, 1.0848045349121094e-05, 1.0728836059570312e-06, 1.0728836059570312e-06, 0.07908916473388672, 0.10029889643192291, 0.11979744583368301, 0.0982050746679306, 0.12427031993865967, 0.23707576096057892, 0.12331289798021317, 0.014411069452762604, 0.021198846399784088, 0.05241427943110466, 0.09219706058502197, 0.18659664690494537, 0.23320038616657257, 0.4951958656311035, 286.4161682128906, 0.0035169620532542467, 2.408729233138729e-05, 2.8575501346495003e-05, 9.12900304683717e-06, 4.309062205720693e-06, 0.0002712153072934598], "count": [564]}, "timestamp": {"min": [0.0], "max": [18.766666666666666], "mean": [9.383333333333333], "std": [5.427083999786693], "count": [564]}, "frame_index": {"min": [0], "max": [563], "mean": [281.5], "std": [162.81251999360083], "count": [564]}, "episode_index": {"min": [43], "max": [43], "mean": [43.0], "std": [0.0], "count": [564]}, "index": {"min": [27617], "max": [28180], "mean": [27898.5], "std": [162.81251999360083], "count": [564]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [564]}, "gripper_open_scale_state": {"min": [1.0, 0.33500000834465027], "max": [1.0, 1.0], "mean": [1.0, 0.79985461225535], "std": [0.0, 0.2855542484782672], "count": [564]}, "gripper_open_scale_action": {"min": [1.0, 0.33500000834465027], "max": [1.0, 1.0], "mean": [1.0, 0.79985461225535], "std": [0.0, 0.2855542484782672], "count": [564]}, "eef_direction_state": {"mean": [6.0, 4.558510638297872], "std": [0.0, 2.0330030319458468], "min": [6, 0], "max": [6, 6], "count": [564]}, "eef_velocity_state": {"mean": [0.0, 0.6329787234042553], "std": [0.0, 0.7753134755458004], "min": [0, 0], "max": [0, 2], "count": [564]}, "eef_acc_mag_state": {"mean": [0.0, 0.5797872340425532], "std": [0.0, 0.8093092826690775], "min": [0, 0], "max": [0, 2], "count": [564]}, "eef_direction_action": {"mean": [6.0, 4.558510638297872], "std": [0.0, 2.0330030319458468], "min": [6, 0], "max": [6, 6], "count": [564]}, "eef_velocity_action": {"mean": [0.0, 0.6329787234042553], "std": [0.0, 0.7753134755458004], "min": [0, 0], "max": [0, 2], "count": [564]}, "eef_acc_mag_action": {"mean": [0.0, 0.5797872340425532], "std": [0.0, 0.8093092826690775], "min": [0, 0], "max": [0, 2], "count": [564]}, "eef_sim_pose_state": {"mean": [-0.31032660603523254, 0.4675726890563965, 0.2282358855009079, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.3116995692253113, -0.4117896556854248, 0.1262521892786026, 1.4608210325241089, -1.5458835363388062, 0.46697109937667847], "std": [1.4811254914093297e-05, 8.004297342267819e-06, 1.4274270142777823e-05, 0.0, 0.0, 5.960464477539063e-08, 0.014411088079214096, 0.021314658224582672, 0.05247921869158745, 0.09231700748205185, 0.1864171177148819, 0.23256032168865204], "min": [-0.31037700176239014, 0.4675469994544983, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3361319899559021, -0.467602014541626, 0.05102900043129921, 1.3102461099624634, -1.7587172985076904, 0.19243976473808289], "max": [-0.31027698516845703, 0.4675990045070648, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2790369987487793, -0.3747529983520508, 0.2285189926624298, 1.6608197689056396, -1.0732859373092651, 0.9662553071975708], "count": [564]}, "eef_sim_pose_action": {"mean": [-0.31032657623291016, 0.46757301688194275, 0.22823579609394073, -1.5732377767562866, -1.121135950088501, -0.7462766766548157, -0.3116994798183441, -0.4117896258831024, 0.1262522041797638, 1.4608222246170044, -1.545885682106018, 0.46697062253952026], "std": [1.4811264009040315e-05, 8.009224984562024e-06, 1.4274384739110246e-05, 1.0848045349121094e-05, 1.0728836059570312e-06, 1.0728836059570312e-06, 0.014411088079214096, 0.02131466194987297, 0.052479229867458344, 0.09231697022914886, 0.18641714751720428, 0.23256024718284607], "min": [-0.31037700176239014, 0.4675469994544983, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3361319899559021, -0.467602014541626, 0.05102900043129921, 1.3102461099624634, -1.7587172985076904, 0.19243976473808289], "max": [-0.31027698516845703, 0.4675990045070648, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2790369987487793, -0.3747529983520508, 0.2285189926624298, 1.6608197689056396, -1.0732859373092651, 0.9662553071975708], "count": [564]}, "gripper_mode_state": {"mean": [0.0, 0.2624113475177305], "std": [0.0, 0.43994503317080413], "min": [0, 0], "max": [0, 1], "count": [564]}, "gripper_activity_state": {"mean": [2.0, 1.75354609929078], "std": [0.0, 0.5876128347981685], "min": [2, 0], "max": [2, 2], "count": [564]}, "gripper_mode_action": {"mean": [0.0, 0.2624113475177305], "std": [0.0, 0.43994503317080413], "min": [0, 0], "max": [0, 1], "count": [564]}, "gripper_activity_action": {"mean": [2.0, 1.75354609929078], "std": [0.0, 0.5876128347981685], "min": [2, 0], "max": [2, 2], "count": [564]}}} +{"episode_index": 20, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4163346301177704]], [[0.4247170851831299]], [[0.4217949654704649]]], "std": [[[0.21002188772900077]], [[0.2084971012903186]], [[0.20576007958999823]]], "count": [106]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33310464838451104]], [[0.3190139582562585]], [[0.3343051162288815]]], "std": [[[0.2576437115167785]], [[0.2658273564497591]], [[0.2550105895005985]]], "count": [106]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4311365284714515]], [[0.4367282533296337]], [[0.4297338508909853]]], "std": [[[0.27993912771241153]], [[0.27697640980602584]], [[0.2811441599257659]]], "count": [106]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3681819814403749]], [[0.3615926960013565]], [[0.37930716449315577]]], "std": [[[0.2537709315857815]], [[0.255328976838807]], [[0.25778211606315693]]], "count": [106]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12065461277961731, 0.02822197414934635, -0.3103640079498291, 0.4675450026988983, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.021607177332043648, 0.36271432042121887, -0.5976007580757141, -1.7800264358520508, 0.09690067917108536, -0.12367402762174606, -0.02839650586247444, -0.3330419957637787, -0.4676010012626648, 0.05219599977135658, 1.347305178642273, -1.746392011642456, 0.08546832203865051, 1008.0, 334.0, -0.004714734852313995, -0.2963120937347412, -0.8382000923156738, 1.9081809520721436, -1.0613911151885986, -0.0008761536446399987], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12053243815898895, 0.028326693922281265, -0.3102799952030182, 0.46759799122810364, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.274819552898407, 0.6742206811904907, -0.1566782146692276, -1.411884069442749, 0.48288023471832275, 0.5071228742599487, 0.47490406036376953, -0.2697260081768036, -0.39832600951194763, 0.22828400135040283, 1.7114628553390503, -1.121137022972107, 0.8904738426208496, 1009.0, 1003.0, 0.003707120195031166, -0.2960056662559509, -0.8381707668304443, 1.9081848859786987, -1.0613847970962524, -0.0006151110865175724], "mean": [-0.19952306151390076, 0.6046750545501709, 0.45138677954673767, -1.4119678735733032, -0.2539146840572357, -0.12057628482580185, 0.02827688865363598, -0.3103196918964386, 0.4675753116607666, 0.22823956608772278, -1.5732371807098389, -1.121133804321289, -0.7462766766548157, 0.14655856788158417, 0.48568427562713623, -0.42146527767181396, -1.6099696159362793, 0.23533397912979126, 0.2762790620326996, 0.3122502863407135, -0.3106430470943451, -0.4227118492126465, 0.13543730974197388, 1.526389718055725, -1.539821743965149, 0.396919310092926, 1008.5504760742188, 771.015869140625, 0.0006808505859225988, -0.2960990071296692, -0.8381903767585754, 1.9081902503967285, -1.061394214630127, -0.000790974183473736], "std": [2.441327706037555e-05, 2.1833699065609835e-05, 2.4723130991333164e-05, 1.9398103177081794e-05, 2.354584285058081e-05, 2.075277552648913e-05, 1.5901210645097308e-05, 1.4862545867799781e-05, 7.720314897596836e-06, 1.3225694601715077e-05, 1.0251998901367188e-05, 3.2186508178710938e-06, 1.0728836059570312e-06, 0.08206945657730103, 0.08726756274700165, 0.12284830212593079, 0.08329982310533524, 0.10729207843542099, 0.22118854522705078, 0.15385954082012177, 0.015111194923520088, 0.016628392040729523, 0.06050128489732742, 0.09734401106834412, 0.20180612802505493, 0.25385233759880066, 0.4974440634250641, 296.59124755859375, 0.003259916789829731, 3.416973049752414e-05, 4.999296834284905e-06, 7.783427463436965e-06, 6.220644081622595e-06, 5.596309347311035e-05], "count": [505]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12065461277961731, 0.02822197414934635, -0.3103640079498291, 0.4675450026988983, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.021607177332043648, 0.36271432042121887, -0.5976007580757141, -1.7800264358520508, 0.09690067917108536, -0.12367402762174606, -0.028379054740071297, -0.3330419957637787, -0.4676010012626648, 0.05219599977135658, 1.347305178642273, -1.746392011642456, 0.08546832203865051, 1008.0, 334.0, -0.004714734852313995, -0.2963120937347412, -0.8382000923156738, 1.9081809520721436, -1.0613911151885986, -0.0008761536446399987], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12053243815898895, 0.028326693922281265, -0.3102799952030182, 0.46759799122810364, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.274819552898407, 0.6742206811904907, -0.1566782146692276, -1.411884069442749, 0.48288023471832275, 0.5071228742599487, 0.47490406036376953, -0.2697260081768036, -0.39832600951194763, 0.22828400135040283, 1.7114628553390503, -1.121137022972107, 0.8904738426208496, 1009.0, 1003.0, 0.003707120195031166, -0.2960056662559509, -0.8381707668304443, 1.9081848859786987, -1.0613847970962524, -0.0006151110865175724], "mean": [-0.19952309131622314, 0.6046750545501709, 0.45138683915138245, -1.4119679927825928, -0.2539147138595581, -0.12057625502347946, 0.028276853263378143, -0.3103196620941162, 0.467575341463089, 0.2282395362854004, -1.5732371807098389, -1.121133804321289, -0.7462766766548157, 0.14612066745758057, 0.4852130115032196, -0.4208817780017853, -1.6101914644241333, 0.2350636124610901, 0.27627721428871155, 0.3125227093696594, -0.31066516041755676, -0.42263293266296387, 0.13540765643119812, 1.5262616872787476, -1.5399984121322632, 0.3972037136554718, 1008.552490234375, 771.019775390625, 0.0006723781116306782, -0.2960992455482483, -0.8381904363632202, 1.9081902503967285, -1.061394214630127, -0.0007913012523204088], "std": [2.4405042495345697e-05, 2.1833699065609835e-05, 2.4697757908143103e-05, 1.9404660633881576e-05, 2.354644311708398e-05, 2.072401730401907e-05, 1.588779741723556e-05, 1.486718247178942e-05, 7.720717803749721e-06, 1.3252719327283558e-05, 1.0251998901367188e-05, 3.2186508178710938e-06, 1.0728836059570312e-06, 0.08237503468990326, 0.0872659757733345, 0.12340317666530609, 0.08292048424482346, 0.10741686820983887, 0.2211919128894806, 0.15337719023227692, 0.015118872746825218, 0.016509413719177246, 0.06045942381024361, 0.09732482582330704, 0.20147833228111267, 0.25432372093200684, 0.49723806977272034, 296.5946044921875, 0.003266694489866495, 3.4160359064117074e-05, 5.027152838010807e-06, 7.785135494486894e-06, 6.214296263351571e-06, 5.588291242020205e-05], "count": [505]}, "timestamp": {"min": [0.0], "max": [16.8], "mean": [8.4], "std": [4.859355238437846], "count": [505]}, "frame_index": {"min": [0], "max": [504], "mean": [252.0], "std": [145.78065715313537], "count": [505]}, "episode_index": {"min": [44], "max": [44], "mean": [44.0], "std": [0.0], "count": [505]}, "index": {"min": [28181], "max": [28685], "mean": [28433.0], "std": [145.78065715313537], "count": [505]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [505]}, "gripper_open_scale_state": {"min": [1.0, 0.33399999141693115], "max": [1.0, 1.0], "mean": [1.0, 0.7697346539780645], "std": [0.0, 0.29559213331657647], "count": [505]}, "gripper_open_scale_action": {"min": [1.0, 0.33399999141693115], "max": [1.0, 1.0], "mean": [1.0, 0.7697346539780645], "std": [0.0, 0.29559213331657647], "count": [505]}, "eef_direction_state": {"mean": [6.0, 4.576237623762376], "std": [0.0, 1.9976792731037747], "min": [6, 0], "max": [6, 6], "count": [505]}, "eef_velocity_state": {"mean": [0.0, 0.6712871287128713], "std": [0.0, 0.7978109448332461], "min": [0, 0], "max": [0, 2], "count": [505]}, "eef_acc_mag_state": {"mean": [0.0, 0.6336633663366337], "std": [0.0, 0.8220087961422351], "min": [0, 0], "max": [0, 2], "count": [505]}, "eef_direction_action": {"mean": [6.0, 4.576237623762376], "std": [0.0, 1.9976792731037747], "min": [6, 0], "max": [6, 6], "count": [505]}, "eef_velocity_action": {"mean": [0.0, 0.6712871287128713], "std": [0.0, 0.7978109448332461], "min": [0, 0], "max": [0, 2], "count": [505]}, "eef_acc_mag_action": {"mean": [0.0, 0.6336633663366337], "std": [0.0, 0.8220087961422351], "min": [0, 0], "max": [0, 2], "count": [505]}, "eef_sim_pose_state": {"mean": [-0.3103194832801819, 0.4675750434398651, 0.22823956608772278, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.31064292788505554, -0.42271214723587036, 0.13543730974197388, 1.526389479637146, -1.539821982383728, 0.3969191610813141], "std": [1.4861245290376246e-05, 7.715942047070712e-06, 1.322569642070448e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.015111194923520088, 0.016628388315439224, 0.06050128489732742, 0.09734399616718292, 0.20180615782737732, 0.25385233759880066], "min": [-0.3103640079498291, 0.4675450026988983, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3330419957637787, -0.4676010012626648, 0.05219599977135658, 1.347305178642273, -1.746392011642456, 0.08546832203865051], "max": [-0.3102799952030182, 0.46759799122810364, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2697260081768036, -0.39832600951194763, 0.22828400135040283, 1.7114628553390503, -1.121137022972107, 0.8904738426208496], "count": [505]}, "eef_sim_pose_action": {"mean": [-0.3103196918964386, 0.4675753116607666, 0.22823956608772278, -1.5732371807098389, -1.121133804321289, -0.7462766766548157, -0.3106430470943451, -0.4227118492126465, 0.13543730974197388, 1.526389718055725, -1.539821743965149, 0.396919310092926], "std": [1.4862545867799781e-05, 7.720314897596836e-06, 1.3225694601715077e-05, 1.0251998901367188e-05, 3.2186508178710938e-06, 1.0728836059570312e-06, 0.015111194923520088, 0.016628392040729523, 0.06050128489732742, 0.09734401106834412, 0.20180612802505493, 0.25385233759880066], "min": [-0.3103640079498291, 0.4675450026988983, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3330419957637787, -0.4676010012626648, 0.05219599977135658, 1.347305178642273, -1.746392011642456, 0.08546832203865051], "max": [-0.3102799952030182, 0.46759799122810364, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2697260081768036, -0.39832600951194763, 0.22828400135040283, 1.7114628553390503, -1.121137022972107, 0.8904738426208496], "count": [505]}, "gripper_mode_state": {"mean": [0.0, 0.30495049504950494], "std": [0.0, 0.4603864579009322], "min": [0, 0], "max": [0, 1], "count": [505]}, "gripper_activity_state": {"mean": [2.0, 1.7227722772277227], "std": [0.0, 0.6185068555162166], "min": [2, 0], "max": [2, 2], "count": [505]}, "gripper_mode_action": {"mean": [0.0, 0.30495049504950494], "std": [0.0, 0.4603864579009322], "min": [0, 0], "max": [0, 1], "count": [505]}, "gripper_activity_action": {"mean": [2.0, 1.7227722772277227], "std": [0.0, 0.6185068555162166], "min": [2, 0], "max": [2, 2], "count": [505]}}} +{"episode_index": 21, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4103709231377736]], [[0.4187335191020853]], [[0.41755394426289033]]], "std": [[[0.20709762795434472]], [[0.2057768888422358]], [[0.20290553968533076]]], "count": [126]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3346214013383131]], [[0.3207402122886191]], [[0.32960108835200747]]], "std": [[[0.25396448800627747]], [[0.2625115989324983]], [[0.24947794304699517]]], "count": [126]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4269441477980081]], [[0.4326185726605457]], [[0.42589120208268494]]], "std": [[[0.27599654297075404]], [[0.2733015662615179]], [[0.27727985372668046]]], "count": [126]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36838375350140057]], [[0.3665164128151261]], [[0.3773210541160909]]], "std": [[[0.2372559586441914]], [[0.24006723818202294]], [[0.24032986061548203]]], "count": [126]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.31036901473999023, 0.46755000948905945, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.011658798903226852, 0.3521900177001953, -0.6691592335700989, -1.7260608673095703, 0.019687313586473465, -0.18338175117969513, -0.028379054740071297, -0.3344910144805908, -0.467602014541626, 0.05444199964404106, 1.354190468788147, -1.8412245512008667, -0.010696795769035816, 1008.0, 335.0, -0.004714734852313995, -0.29611843824386597, -0.8381913304328918, 1.9081817865371704, -1.0613887310028076, -0.0009416515822522342], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12049752473831177, 0.028326693922281265, -0.3102790117263794, 0.4676010012626648, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.37219148874282837, 0.7099126577377319, -0.14597934484481812, -1.411884069442749, 0.4882558584213257, 0.5752430558204651, 0.5566378235816956, -0.2707900106906891, -0.40761101245880127, 0.22828899323940277, 1.718296766281128, -1.0593621730804443, 0.9129730463027954, 1009.0, 1003.0, 0.0037315585650503635, -0.2960112988948822, -0.8381564617156982, 1.9081833362579346, -1.0613807439804077, -0.0006948477239347994], "mean": [-0.19952307641506195, 0.6046689748764038, 0.451388955116272, -1.4119668006896973, -0.25391247868537903, -0.1205616295337677, 0.028277184814214706, -0.3103227913379669, 0.4675748944282532, 0.22823725640773773, -1.5732382535934448, -1.121138095855713, -0.7462767362594604, 0.20079363882541656, 0.4986301064491272, -0.4485369026660919, -1.5638748407363892, 0.28056883811950684, 0.27804291248321533, 0.3490728437900543, -0.31007272005081177, -0.43186208605766296, 0.13705198466777802, 1.521764874458313, -1.5827425718307495, 0.3667021095752716, 1008.5422973632812, 751.5548706054688, 0.000396736926632002, -0.2960699498653412, -0.8381829857826233, 1.908192753791809, -1.061389446258545, -0.0008805343532003462], "std": [2.669450805115048e-05, 1.7803675291361287e-05, 2.37638068938395e-05, 1.6309060811181553e-05, 2.3225175027619116e-05, 2.090846828650683e-05, 1.5113413610379212e-05, 1.4681555512652267e-05, 8.117842298815958e-06, 1.2077851351932622e-05, 1.1324882507324219e-05, 1.0728836059570312e-06, 1.1324882507324219e-06, 0.10681688040494919, 0.0868917778134346, 0.1414210945367813, 0.06710405647754669, 0.0980026125907898, 0.23306462168693542, 0.17454196512699127, 0.01480373926460743, 0.012731782160699368, 0.05949940159916878, 0.09616274386644363, 0.23074471950531006, 0.29106980562210083, 0.4982036352157593, 306.4552307128906, 0.003475065575912595, 8.290841833513696e-06, 3.829133675026242e-06, 9.742033398651984e-06, 3.1623003451386467e-06, 4.5337332267081365e-05], "count": [638]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.31036901473999023, 0.46755000948905945, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.011658798903226852, 0.3521900177001953, -0.6691592335700989, -1.7260608673095703, 0.019687313586473465, -0.18338175117969513, -0.028379054740071297, -0.3344910144805908, -0.467602014541626, 0.05444199964404106, 1.354190468788147, -1.8412245512008667, -0.010696795769035816, 1008.0, 335.0, -0.004714734852313995, -0.29611843824386597, -0.8381913304328918, 1.9081817865371704, -1.0613887310028076, -0.0009416515822522342], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12049752473831177, 0.028326693922281265, -0.3102790117263794, 0.4676010012626648, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.37219148874282837, 0.7099126577377319, -0.14597934484481812, -1.411884069442749, 0.4882558584213257, 0.5752430558204651, 0.5566378235816956, -0.2707900106906891, -0.40761101245880127, 0.22828899323940277, 1.718296766281128, -1.0593621730804443, 0.9129730463027954, 1009.0, 1003.0, 0.0037315585650503635, -0.2960112988948822, -0.8381564617156982, 1.9081833362579346, -1.0613807439804077, -0.0006948477239347994], "mean": [-0.19952303171157837, 0.6046689748764038, 0.45138898491859436, -1.4119669198989868, -0.25391244888305664, -0.12056170403957367, 0.028277214616537094, -0.3103227913379669, 0.4675747752189636, 0.22823721170425415, -1.5732382535934448, -1.121138095855713, -0.7462767362594604, 0.20050190389156342, 0.4982457160949707, -0.4480675458908081, -1.5639878511428833, 0.28021925687789917, 0.27795732021331787, 0.34918826818466187, -0.3100792467594147, -0.4318177402019501, 0.13704349100589752, 1.521713137626648, -1.5826678276062012, 0.3669512867927551, 1008.5422973632812, 751.5516967773438, 0.0003846503095701337, -0.2960699498653412, -0.8381829857826233, 1.908192753791809, -1.061389446258545, -0.0008806101395748556], "std": [2.6653076929505914e-05, 1.7803675291361287e-05, 2.37805306824157e-05, 1.6310514183714986e-05, 2.323781154700555e-05, 2.089626286760904e-05, 1.512408834969392e-05, 1.4683848348795436e-05, 8.107197572826408e-06, 1.2112840522604529e-05, 1.1324882507324219e-05, 1.0728836059570312e-06, 1.1324882507324219e-06, 0.10707377642393112, 0.08696432411670685, 0.14190679788589478, 0.06690836697816849, 0.0984935387969017, 0.23322094976902008, 0.17431652545928955, 0.014804782345890999, 0.012656357139348984, 0.059486765414476395, 0.09614381939172745, 0.2309015393257141, 0.29146260023117065, 0.4982036352157593, 306.4530334472656, 0.0034771773498505354, 8.294252438645344e-06, 3.82523421649239e-06, 9.739491360960528e-06, 3.161831727993558e-06, 4.533855098998174e-05], "count": [638]}, "timestamp": {"min": [0.0], "max": [21.233333333333334], "mean": [10.616666666666667], "std": [6.139150321230672], "count": [638]}, "frame_index": {"min": [0], "max": [637], "mean": [318.5], "std": [184.17450963692016], "count": [638]}, "episode_index": {"min": [45], "max": [45], "mean": [45.0], "std": [0.0], "count": [638]}, "index": {"min": [28686], "max": [29323], "mean": [29004.5], "std": [184.17450963692016], "count": [638]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [638]}, "gripper_open_scale_state": {"min": [1.0, 0.33500000834465027], "max": [1.0, 1.0], "mean": [1.0, 0.7506473356840379], "std": [0.0, 0.3057144504275731], "count": [638]}, "gripper_open_scale_action": {"min": [1.0, 0.33500000834465027], "max": [1.0, 1.0], "mean": [1.0, 0.7506473356840379], "std": [0.0, 0.3057144504275731], "count": [638]}, "eef_direction_state": {"mean": [6.0, 4.664576802507837], "std": [0.0, 1.9660996172413112], "min": [6, 0], "max": [6, 6], "count": [638]}, "eef_velocity_state": {"mean": [0.0, 0.5987460815047022], "std": [0.0, 0.7545878453852382], "min": [0, 0], "max": [0, 2], "count": [638]}, "eef_acc_mag_state": {"mean": [0.0, 0.554858934169279], "std": [0.0, 0.7933697992787707], "min": [0, 0], "max": [0, 2], "count": [638]}, "eef_direction_action": {"mean": [6.0, 4.664576802507837], "std": [0.0, 1.9660996172413112], "min": [6, 0], "max": [6, 6], "count": [638]}, "eef_velocity_action": {"mean": [0.0, 0.5987460815047022], "std": [0.0, 0.7545878453852382], "min": [0, 0], "max": [0, 2], "count": [638]}, "eef_acc_mag_action": {"mean": [0.0, 0.554858934169279], "std": [0.0, 0.7933697992787707], "min": [0, 0], "max": [0, 2], "count": [638]}, "eef_sim_pose_state": {"mean": [-0.31032291054725647, 0.4675746560096741, 0.22823742032051086, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.3100723922252655, -0.43186208605766296, 0.1370520144701004, 1.5217639207839966, -1.5827425718307495, 0.36670202016830444], "std": [1.4680863387184218e-05, 8.11419613455655e-06, 1.2076548046024982e-05, 0.0, 0.0, 5.960464477539063e-08, 0.014803738333284855, 0.012731785885989666, 0.059499409049749374, 0.09616269171237946, 0.23074468970298767, 0.29106971621513367], "min": [-0.31036901473999023, 0.46755000948905945, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3344910144805908, -0.467602014541626, 0.05444199964404106, 1.354190468788147, -1.8412245512008667, -0.010696795769035816], "max": [-0.3102790117263794, 0.4676010012626648, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2707900106906891, -0.40761101245880127, 0.22828899323940277, 1.718296766281128, -1.0593621730804443, 0.9129730463027954], "count": [638]}, "eef_sim_pose_action": {"mean": [-0.3103227913379669, 0.4675748944282532, 0.22823725640773773, -1.5732382535934448, -1.121138095855713, -0.7462767362594604, -0.31007272005081177, -0.43186208605766296, 0.13705198466777802, 1.521764874458313, -1.5827425718307495, 0.3667021095752716], "std": [1.4681555512652267e-05, 8.117842298815958e-06, 1.2077851351932622e-05, 1.1324882507324219e-05, 1.0728836059570312e-06, 1.1324882507324219e-06, 0.01480373926460743, 0.012731782160699368, 0.05949940159916878, 0.09616274386644363, 0.23074471950531006, 0.29106980562210083], "min": [-0.31036901473999023, 0.46755000948905945, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3344910144805908, -0.467602014541626, 0.05444199964404106, 1.354190468788147, -1.8412245512008667, -0.010696795769035816], "max": [-0.3102790117263794, 0.4676010012626648, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2707900106906891, -0.40761101245880127, 0.22828899323940277, 1.718296766281128, -1.0593621730804443, 0.9129730463027954], "count": [638]}, "gripper_mode_state": {"mean": [0.0, 0.34169278996865204], "std": [0.0, 0.47427716290381344], "min": [0, 0], "max": [0, 1], "count": [638]}, "gripper_activity_state": {"mean": [2.0, 1.7836990595611286], "std": [0.0, 0.5601030892285616], "min": [2, 0], "max": [2, 2], "count": [638]}, "gripper_mode_action": {"mean": [0.0, 0.34169278996865204], "std": [0.0, 0.47427716290381344], "min": [0, 0], "max": [0, 1], "count": [638]}, "gripper_activity_action": {"mean": [2.0, 1.7836990595611286], "std": [0.0, 0.5601030892285616], "min": [2, 0], "max": [2, 2], "count": [638]}}} +{"episode_index": 22, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4111193292175361]], [[0.41929527376988535]], [[0.416903457963374]]], "std": [[[0.20775552158618368]], [[0.20634849174123063]], [[0.2036041635472201]]], "count": [106]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.336106103172401]], [[0.32132719624799605]], [[0.3330950063201381]]], "std": [[[0.2561628772416083]], [[0.26475180777607926]], [[0.2526413604118891]]], "count": [106]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4264293975058577]], [[0.43214212025218895]], [[0.4252909460167715]]], "std": [[[0.2752441955682412]], [[0.27255214027097574]], [[0.27665287284708145]]], "count": [106]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35569115720187444]], [[0.3499499996146257]], [[0.36541315976075966]]], "std": [[[0.2531461987890238]], [[0.25429784303767156]], [[0.25716454459011434]]], "count": [106]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12061969935894012, 0.02822197414934635, -0.3103710114955902, 0.46755099296569824, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.07913322746753693, 0.3764849603176117, -0.6590712666511536, -1.8150726556777954, 0.04295255243778229, -0.13254030048847198, -0.028379054740071297, -0.3305389881134033, -0.46761998534202576, 0.053467001765966415, 1.355651617050171, -1.7903672456741333, -0.04570578783750534, 1008.0, 334.0, -0.00422408664599061, -0.29627636075019836, -0.8383204936981201, 1.9081817865371704, -1.0613926649093628, -0.001262496574781835], "max": [-0.19945622980594635, 0.6047565937042236, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12041027098894119, 0.028326693922281265, -0.31028398871421814, 0.4675990045070648, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3614576756954193, 0.6876422166824341, -0.14969688653945923, -1.4118491411209106, 0.46699774265289307, 0.5653645396232605, 0.5409648418426514, -0.26535698771476746, -0.3915860056877136, 0.2282949984073639, 1.6709246635437012, -1.1139512062072754, 0.8362600207328796, 1009.0, 1001.0, 0.004103774670511484, -0.2958214282989502, -0.8381715416908264, 1.9081857204437256, -1.0613824129104614, -0.000497404660563916], "mean": [-0.19952213764190674, 0.604669451713562, 0.45138847827911377, -1.4119622707366943, -0.2539111375808716, -0.12054309248924255, 0.028277389705181122, -0.31032809615135193, 0.46757379174232483, 0.22823882102966309, -1.5732372999191284, -1.121133804321289, -0.7462766766548157, 0.15966424345970154, 0.5017722845077515, -0.43400877714157104, -1.633400321006775, 0.2530840039253235, 0.31259873509407043, 0.3251233398914337, -0.303386926651001, -0.42116430401802063, 0.13398908078670502, 1.521793007850647, -1.5531262159347534, 0.36696261167526245, 1008.3609619140625, 772.9053344726562, 0.0002509766782168299, -0.2960751950740814, -0.8381998538970947, 1.9081902503967285, -1.0613938570022583, -0.0009315494680777192], "std": [2.571028016973287e-05, 1.9661069018184207e-05, 2.6163839720538817e-05, 2.1056303012301214e-05, 2.527091055526398e-05, 2.9733017072430812e-05, 1.5823778085177764e-05, 1.567335129948333e-05, 8.325170711032115e-06, 1.4027516954229213e-05, 1.0371208190917969e-05, 3.2186508178710938e-06, 1.0728836059570312e-06, 0.12212961167097092, 0.0755210593342781, 0.14023013412952423, 0.09473404288291931, 0.10609028488397598, 0.24979402124881744, 0.159662663936615, 0.014594272710382938, 0.018395479768514633, 0.05554328113794327, 0.09628213196992874, 0.20823891460895538, 0.28405165672302246, 0.48027604818344116, 295.15179443359375, 0.00383746181614697, 4.320990774431266e-05, 3.754581121029332e-05, 7.327970251935767e-06, 7.361528332694434e-06, 0.0001119724620366469], "count": [507]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12061969935894012, 0.02822197414934635, -0.3103710114955902, 0.46755099296569824, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.07913322746753693, 0.3764849603176117, -0.6590712666511536, -1.8150726556777954, 0.04295255243778229, -0.13254030048847198, -0.028379054740071297, -0.3305389881134033, -0.46761998534202576, 0.053467001765966415, 1.355651617050171, -1.7903672456741333, -0.04570578783750534, 1008.0, 334.0, -0.00422408664599061, -0.29627636075019836, -0.8383204936981201, 1.9081817865371704, -1.0613926649093628, -0.001262496574781835], "max": [-0.19945622980594635, 0.6047565937042236, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12041027098894119, 0.028326693922281265, -0.31028398871421814, 0.4675990045070648, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3614576756954193, 0.6876422166824341, -0.14969688653945923, -1.4118491411209106, 0.46699774265289307, 0.5653645396232605, 0.5409648418426514, -0.26535698771476746, -0.3915860056877136, 0.2282949984073639, 1.6709246635437012, -1.1139512062072754, 0.8362600207328796, 1009.0, 1001.0, 0.004103774670511484, -0.2958214282989502, -0.8381715416908264, 1.9081857204437256, -1.0613824129104614, -0.000497404660563916], "mean": [-0.1995222121477127, 0.6046695113182068, 0.45138850808143616, -1.4119622707366943, -0.2539110779762268, -0.1205429956316948, 0.028277423232793808, -0.31032803654670715, 0.4675738215446472, 0.22823888063430786, -1.5732372999191284, -1.121133804321289, -0.7462766766548157, 0.15911515057086945, 0.5013346076011658, -0.4334165155887604, -1.633832573890686, 0.25269630551338196, 0.31259915232658386, 0.32546013593673706, -0.3033730983734131, -0.4210512936115265, 0.13393214344978333, 1.5218660831451416, -1.5532472133636475, 0.3671300411224365, 1008.3589477539062, 772.9053344726562, 0.0002520483103580773, -0.2960754632949829, -0.8382001519203186, 1.9081902503967285, -1.0613938570022583, -0.0009322253172285855], "std": [2.5766990802367218e-05, 1.9646438886411488e-05, 2.6183979571214877e-05, 2.1139412638149224e-05, 2.522417707950808e-05, 2.9799717594869435e-05, 1.583612902322784e-05, 1.570684980833903e-05, 8.38239247968886e-06, 1.4036068023415282e-05, 1.0371208190917969e-05, 3.2186508178710938e-06, 1.0728836059570312e-06, 0.12257389724254608, 0.07556604593992233, 0.14078837633132935, 0.09422098845243454, 0.10644487291574478, 0.24979332089424133, 0.15909598767757416, 0.01459102239459753, 0.018285583704710007, 0.05546128377318382, 0.09633513540029526, 0.20800574123859406, 0.28429996967315674, 0.4797009527683258, 295.15179443359375, 0.0038383924402296543, 4.3551131966523826e-05, 3.7888468796154484e-05, 7.3311766755068675e-06, 7.352682132477639e-06, 0.00011283314961474389], "count": [507]}, "timestamp": {"min": [0.0], "max": [16.866666666666667], "mean": [8.433333333333334], "std": [4.878600284993714], "count": [507]}, "frame_index": {"min": [0], "max": [506], "mean": [253.0], "std": [146.35800854981142], "count": [507]}, "episode_index": {"min": [46], "max": [46], "mean": [46.0], "std": [0.0], "count": [507]}, "index": {"min": [29324], "max": [29830], "mean": [29577.0], "std": [146.35800854981142], "count": [507]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [507]}, "gripper_open_scale_state": {"min": [1.0, 0.33399999141693115], "max": [1.0, 1.0], "mean": [1.0, 0.7723451680568079], "std": [0.0, 0.2947185548252755], "count": [507]}, "gripper_open_scale_action": {"min": [1.0, 0.33399999141693115], "max": [1.0, 1.0], "mean": [1.0, 0.7723451680568079], "std": [0.0, 0.2947185548252754], "count": [507]}, "eef_direction_state": {"mean": [6.0, 4.3609467455621305], "std": [0.0, 2.196889833818969], "min": [6, 0], "max": [6, 6], "count": [507]}, "eef_velocity_state": {"mean": [0.0, 0.6706114398422091], "std": [0.0, 0.7894672890628793], "min": [0, 0], "max": [0, 2], "count": [507]}, "eef_acc_mag_state": {"mean": [0.0, 0.6370808678500987], "std": [0.0, 0.8370405268318916], "min": [0, 0], "max": [0, 2], "count": [507]}, "eef_direction_action": {"mean": [6.0, 4.3609467455621305], "std": [0.0, 2.196889833818969], "min": [6, 0], "max": [6, 6], "count": [507]}, "eef_velocity_action": {"mean": [0.0, 0.6706114398422091], "std": [0.0, 0.7894672890628793], "min": [0, 0], "max": [0, 2], "count": [507]}, "eef_acc_mag_action": {"mean": [0.0, 0.6370808678500987], "std": [0.0, 0.8370405268318916], "min": [0, 0], "max": [0, 2], "count": [507]}, "eef_sim_pose_state": {"mean": [-0.3103281259536743, 0.46757373213768005, 0.2282388061285019, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.3033866882324219, -0.42116424441337585, 0.13398906588554382, 1.5217931270599365, -1.5531256198883057, 0.366962730884552], "std": [1.567332583363168e-05, 8.32474779599579e-06, 1.4027513316250406e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.014594274573028088, 0.018395477905869484, 0.05554325878620148, 0.09628209471702576, 0.20823892951011658, 0.2840515673160553], "min": [-0.3103710114955902, 0.46755099296569824, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3305389881134033, -0.46761998534202576, 0.053467001765966415, 1.355651617050171, -1.7903672456741333, -0.04570578783750534], "max": [-0.31028398871421814, 0.4675990045070648, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.26535698771476746, -0.3915860056877136, 0.2282949984073639, 1.6709246635437012, -1.1139512062072754, 0.8362600207328796], "count": [507]}, "eef_sim_pose_action": {"mean": [-0.31032809615135193, 0.46757379174232483, 0.22823882102966309, -1.5732372999191284, -1.121133804321289, -0.7462766766548157, -0.303386926651001, -0.42116430401802063, 0.13398908078670502, 1.521793007850647, -1.5531262159347534, 0.36696261167526245], "std": [1.567335129948333e-05, 8.325170711032115e-06, 1.4027516954229213e-05, 1.0371208190917969e-05, 3.2186508178710938e-06, 1.0728836059570312e-06, 0.014594272710382938, 0.018395479768514633, 0.05554328113794327, 0.09628213196992874, 0.20823891460895538, 0.28405165672302246], "min": [-0.3103710114955902, 0.46755099296569824, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3305389881134033, -0.46761998534202576, 0.053467001765966415, 1.355651617050171, -1.7903672456741333, -0.04570578783750534], "max": [-0.31028398871421814, 0.4675990045070648, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.26535698771476746, -0.3915860056877136, 0.2282949984073639, 1.6709246635437012, -1.1139512062072754, 0.8362600207328796], "count": [507]}, "gripper_mode_state": {"mean": [0.0, 0.3037475345167653], "std": [0.0, 0.4598749501677085], "min": [0, 0], "max": [0, 1], "count": [507]}, "gripper_activity_state": {"mean": [2.0, 1.727810650887574], "std": [0.0, 0.6128760888153377], "min": [2, 0], "max": [2, 2], "count": [507]}, "gripper_mode_action": {"mean": [0.0, 0.3037475345167653], "std": [0.0, 0.4598749501677085], "min": [0, 0], "max": [0, 1], "count": [507]}, "gripper_activity_action": {"mean": [2.0, 1.727810650887574], "std": [0.0, 0.6128760888153377], "min": [2, 0], "max": [2, 2], "count": [507]}}} +{"episode_index": 23, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41140733583319367]], [[0.4196454475308642]], [[0.41681182964638847]]], "std": [[[0.20776411773447426]], [[0.20641462073949457]], [[0.2033479074892753]]], "count": [117]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33235676428691135]], [[0.3165954642897045]], [[0.3334851841377577]]], "std": [[[0.2513463040462071]], [[0.26023276812968144]], [[0.2485453097153194]]], "count": [117]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42804721803251217]], [[0.434097794815932]], [[0.4273032966035417]]], "std": [[[0.27697513669524004]], [[0.2741690308903559]], [[0.27848155441109657]]], "count": [117]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37673011284285796]], [[0.37263083417127535]], [[0.38851381207753755]]], "std": [[[0.2475063542235086]], [[0.24831872719967354]], [[0.2508106620478549]]], "count": [117]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31037598848342896, 0.4675469994544983, 0.22819100320339203, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.05136504024267197, 0.3283313512802124, -0.6168866157531738, -1.7930465936660767, 0.07052875310182571, -0.19109611213207245, -0.02839650586247444, -0.3347890079021454, -0.4675849974155426, 0.05832099914550781, 1.3751280307769775, -1.7278773784637451, 0.03526370972394943, 1008.0, 334.0, -0.004613221623003483, -0.2961992621421814, -0.838371217250824, 1.9081802368164062, -1.0613934993743896, -0.001257750322110951], "max": [-0.19945622980594635, 0.6047216653823853, 0.45148175954818726, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102709949016571, 0.467602014541626, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2881189286708832, 0.6839770674705505, -0.09087929129600525, -1.4118491411209106, 0.39706239104270935, 0.4248480200767517, 0.5185896754264832, -0.27723801136016846, -0.36761000752449036, 0.23573000729084015, 1.7978389263153076, -1.1169512271881104, 0.9603248238563538, 1009.0, 1003.0, 0.004314321093261242, -0.29597556591033936, -0.8382468223571777, 1.9081833362579346, -1.0613847970962524, -0.0008495747460983694], "mean": [-0.1995241940021515, 0.6046704053878784, 0.4513901174068451, -1.4119775295257568, -0.2539025545120239, -0.12052462249994278, 0.02827683463692665, -0.3103238344192505, 0.4675753116607666, 0.2282373309135437, -1.5732377767562866, -1.1211363077163696, -0.7462766766548157, 0.11017365753650665, 0.49944645166397095, -0.4001375138759613, -1.6092137098312378, 0.21939052641391754, 0.16754131019115448, 0.31500205397605896, -0.31264230608940125, -0.4156986176967621, 0.1438378095626831, 1.5944160223007202, -1.4998270273208618, 0.43344518542289734, 1008.3321533203125, 760.2313232421875, 0.00044839511974714696, -0.29603198170661926, -0.8382958769798279, 1.9081916809082031, -1.0613950490951538, -0.0011345958337187767], "std": [2.665449574124068e-05, 2.1802406990900636e-05, 2.5242154151783325e-05, 2.6083576813107356e-05, 2.364606552873738e-05, 2.07562479772605e-05, 1.657090433582198e-05, 1.6628464436507784e-05, 8.641787644592114e-06, 1.3862435480405111e-05, 1.0848045349121094e-05, 7.152557373046875e-07, 1.0728836059570312e-06, 0.10259593278169632, 0.07085394859313965, 0.13787688314914703, 0.07933855801820755, 0.08232928067445755, 0.23892806470394135, 0.15778622031211853, 0.013948996551334858, 0.018956758081912994, 0.05601862072944641, 0.12209919840097427, 0.21284471452236176, 0.27909427881240845, 0.4709942638874054, 302.68487548828125, 0.003658310743048787, 2.106343163177371e-05, 3.0716426408616826e-05, 9.495011909166351e-06, 6.5798308241937775e-06, 9.319528180640191e-05], "count": [575]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31037598848342896, 0.4675469994544983, 0.22819100320339203, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.05136504024267197, 0.3283313512802124, -0.6168866157531738, -1.7930465936660767, 0.07052875310182571, -0.19109611213207245, -0.02839650586247444, -0.3347890079021454, -0.4675849974155426, 0.05832099914550781, 1.3751280307769775, -1.7278773784637451, 0.03526370972394943, 1008.0, 334.0, -0.004613221623003483, -0.2961992621421814, -0.838371217250824, 1.9081802368164062, -1.0613934993743896, -0.001257750322110951], "max": [-0.19945622980594635, 0.6047216653823853, 0.45148175954818726, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31027600169181824, 0.467602014541626, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2881189286708832, 0.6839770674705505, -0.09087929129600525, -1.4118491411209106, 0.39706239104270935, 0.4248480200767517, 0.5185896754264832, -0.27723801136016846, -0.36761000752449036, 0.23573000729084015, 1.7978389263153076, -1.1169512271881104, 0.9603248238563538, 1009.0, 1003.0, 0.004314321093261242, -0.29597556591033936, -0.8382468223571777, 1.9081833362579346, -1.0613847970962524, -0.0008495747460983694], "mean": [-0.1995241940021515, 0.6046704649925232, 0.45139017701148987, -1.4119774103164673, -0.25390249490737915, -0.12052466720342636, 0.02827683836221695, -0.31032392382621765, 0.4675752520561218, 0.2282373011112213, -1.5732377767562866, -1.1211363077163696, -0.7462766766548157, 0.10974883288145065, 0.49897244572639465, -0.3995141088962555, -1.6093699932098389, 0.21908406913280487, 0.16746632754802704, 0.3151519298553467, -0.31267020106315613, -0.41562411189079285, 0.14385098218917847, 1.5942045450210571, -1.4998295307159424, 0.4338158071041107, 1008.3321533203125, 760.2313232421875, 0.00044742412865161896, -0.29603180289268494, -0.8382959961891174, 1.9081916809082031, -1.0613950490951538, -0.0011342228390276432], "std": [2.665449574124068e-05, 2.181443960580509e-05, 2.5244622520403937e-05, 2.6014100512838922e-05, 2.3714383132755756e-05, 2.078092802548781e-05, 1.6570906154811382e-05, 1.6483749277540483e-05, 8.608197276771534e-06, 1.3884971849620342e-05, 1.0848045349121094e-05, 7.152557373046875e-07, 1.0728836059570312e-06, 0.10273347049951553, 0.07106273621320724, 0.13845275342464447, 0.07903733849525452, 0.08252812922000885, 0.23902525007724762, 0.15750126540660858, 0.013961107470095158, 0.01883746311068535, 0.056039344519376755, 0.12224166840314865, 0.21284013986587524, 0.2796492278575897, 0.4709942638874054, 302.68487548828125, 0.0036594043485820293, 2.1088522771606222e-05, 3.082818875554949e-05, 9.496459824731573e-06, 6.571086487383582e-06, 9.326017607236281e-05], "count": [575]}, "timestamp": {"min": [0.0], "max": [19.133333333333333], "mean": [9.566666666666666], "std": [5.53293171233238], "count": [575]}, "frame_index": {"min": [0], "max": [574], "mean": [287.0], "std": [165.98795136997143], "count": [575]}, "episode_index": {"min": [47], "max": [47], "mean": [47.0], "std": [0.0], "count": [575]}, "index": {"min": [29831], "max": [30405], "mean": [30118.0], "std": [165.98795136997143], "count": [575]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [575]}, "gripper_open_scale_state": {"min": [1.0, 0.33399999141693115], "max": [1.0, 1.0], "mean": [1.0, 0.7590278252829676], "std": [0.0, 0.3017231148232176], "count": [575]}, "gripper_open_scale_action": {"min": [1.0, 0.33399999141693115], "max": [1.0, 1.0], "mean": [1.0, 0.7590278252829676], "std": [0.0, 0.3017231148232176], "count": [575]}, "eef_direction_state": {"mean": [6.0, 4.845217391304348], "std": [0.0, 1.782633297815378], "min": [6, 0], "max": [6, 6], "count": [575]}, "eef_velocity_state": {"mean": [0.0, 0.5965217391304348], "std": [0.0, 0.785070524085755], "min": [0, 0], "max": [0, 2], "count": [575]}, "eef_acc_mag_state": {"mean": [0.0, 0.5791304347826087], "std": [0.0, 0.8109570998328918], "min": [0, 0], "max": [0, 2], "count": [575]}, "eef_direction_action": {"mean": [6.0, 4.845217391304348], "std": [0.0, 1.782633297815378], "min": [6, 0], "max": [6, 6], "count": [575]}, "eef_velocity_action": {"mean": [0.0, 0.5965217391304348], "std": [0.0, 0.785070524085755], "min": [0, 0], "max": [0, 2], "count": [575]}, "eef_acc_mag_action": {"mean": [0.0, 0.5791304347826087], "std": [0.0, 0.8109570998328918], "min": [0, 0], "max": [0, 2], "count": [575]}, "eef_sim_pose_state": {"mean": [-0.31032365560531616, 0.4675750434398651, 0.2282373607158661, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31264233589172363, -0.41569870710372925, 0.14383777976036072, 1.594419002532959, -1.4998279809951782, 0.43344536423683167], "std": [1.6627627701382153e-05, 8.636782695248257e-06, 1.3862439118383918e-05, 0.0, 0.0, 0.0, 0.013948994688689709, 0.018956761807203293, 0.05601861700415611, 0.12209915369749069, 0.21284474432468414, 0.27909401059150696], "min": [-0.31037598848342896, 0.4675469994544983, 0.22819100320339203, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3347890079021454, -0.4675849974155426, 0.05832099914550781, 1.3751280307769775, -1.7278773784637451, 0.03526370972394943], "max": [-0.3102709949016571, 0.467602014541626, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27723801136016846, -0.36761000752449036, 0.23573000729084015, 1.7978389263153076, -1.1169512271881104, 0.9603248238563538], "count": [575]}, "eef_sim_pose_action": {"mean": [-0.3103238344192505, 0.4675753116607666, 0.2282373309135437, -1.5732377767562866, -1.1211363077163696, -0.7462766766548157, -0.31264230608940125, -0.4156986176967621, 0.1438378095626831, 1.5944160223007202, -1.4998270273208618, 0.43344518542289734], "std": [1.6628464436507784e-05, 8.641787644592114e-06, 1.3862435480405111e-05, 1.0848045349121094e-05, 7.152557373046875e-07, 1.0728836059570312e-06, 0.013948996551334858, 0.018956758081912994, 0.05601862072944641, 0.12209919840097427, 0.21284471452236176, 0.27909427881240845], "min": [-0.31037598848342896, 0.4675469994544983, 0.22819100320339203, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3347890079021454, -0.4675849974155426, 0.05832099914550781, 1.3751280307769775, -1.7278773784637451, 0.03526370972394943], "max": [-0.3102709949016571, 0.467602014541626, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27723801136016846, -0.36761000752449036, 0.23573000729084015, 1.7978389263153076, -1.1169512271881104, 0.9603248238563538], "count": [575]}, "gripper_mode_state": {"mean": [0.0, 0.32521739130434785], "std": [0.0, 0.46845601682286137], "min": [0, 0], "max": [0, 1], "count": [575]}, "gripper_activity_state": {"mean": [2.0, 1.76], "std": [0.0, 0.5851495535331099], "min": [2, 0], "max": [2, 2], "count": [575]}, "gripper_mode_action": {"mean": [0.0, 0.32521739130434785], "std": [0.0, 0.46845601682286137], "min": [0, 0], "max": [0, 1], "count": [575]}, "gripper_activity_action": {"mean": [2.0, 1.76], "std": [0.0, 0.5851495535331099], "min": [2, 0], "max": [2, 2], "count": [575]}}} +{"episode_index": 24, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4112896619432087]], [[0.41981080079090455]], [[0.4176271334514198]]], "std": [[[0.208088984818271]], [[0.20676710026423048]], [[0.20395228013008604]]], "count": [119]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3352714477948042]], [[0.31989805260339427]], [[0.33243515028560444]]], "std": [[[0.25356826725089576]], [[0.26215668770942574]], [[0.24945077401908017]]], "count": [119]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4281416779947273]], [[0.4339076230982589]], [[0.42688666961882793]]], "std": [[[0.2765344797591852]], [[0.2736465674540154]], [[0.27809356218495346]]], "count": [119]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36193296362662714]], [[0.36138436109738015]], [[0.3668811806585379]]], "std": [[[0.23362518454206824]], [[0.23756470511784963]], [[0.23455370384591548]]], "count": [119]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4512898027896881, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.02822197414934635, -0.31036800146102905, 0.46755099296569824, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1256113499403, 0.28935813903808594, -0.6182131171226501, -1.876927137374878, -0.03394665569067001, -0.25307273864746094, -0.02834414690732956, -0.3326210081577301, -0.4676400125026703, 0.055316001176834106, 1.3572945594787598, -1.7380565404891968, -0.008331496268510818, 1008.0, 335.0, -0.00473917368799448, -0.2960526645183563, -0.8383743762969971, 1.9081802368164062, -1.0613950490951538, -0.0010261344723403454], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102869987487793, 0.46759599447250366, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.29743900895118713, 0.6811496615409851, -0.07981390506029129, -1.411919116973877, 0.42584288120269775, 0.5706005096435547, 0.5172109007835388, -0.25876501202583313, -0.3799859881401062, 0.22827699780464172, 1.7696893215179443, -1.0259898900985718, 0.9870911836624146, 1009.0, 1003.0, 0.0036187658552080393, -0.29594549536705017, -0.838319718837738, 1.9081848859786987, -1.0613847970962524, -0.0008543209987692535], "mean": [-0.19952146708965302, 0.6046684384346008, 0.4513901472091675, -1.41195547580719, -0.25390294194221497, -0.12053097039461136, 0.028277235105633736, -0.31033092737197876, 0.46757474541664124, 0.2282421588897705, -1.5732378959655762, -1.1211367845535278, -0.7462766766548157, 0.1159411072731018, 0.4733857810497284, -0.4017382860183716, -1.650132417678833, 0.19425471127033234, 0.2848503887653351, 0.30961698293685913, -0.306400865316391, -0.4133870303630829, 0.13520179688930511, 1.5277119874954224, -1.5083329677581787, 0.39582717418670654, 1008.4585571289062, 771.1184692382812, 0.0004070273134857416, -0.2960054576396942, -0.838346004486084, 1.9081923961639404, -1.061395287513733, -0.0009505974594503641], "std": [2.5660447136033326e-05, 2.0410685465321876e-05, 2.4816343284328468e-05, 2.283055437146686e-05, 2.4022678189794533e-05, 2.178163776989095e-05, 1.627309393370524e-05, 1.5207509022729937e-05, 7.929952516860794e-06, 1.4210112567525357e-05, 1.0967254638671875e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.12437346577644348, 0.104325070977211, 0.1494852900505066, 0.10224925726652145, 0.1217750832438469, 0.28109779953956604, 0.16682495176792145, 0.017356354743242264, 0.0200544111430645, 0.05971886217594147, 0.10764750093221664, 0.22645196318626404, 0.30612295866012573, 0.4982786774635315, 298.861083984375, 0.0036537861451506615, 1.0591341379040387e-05, 1.1423770956753287e-05, 9.566133485350292e-06, 6.6376564973325e-06, 4.882997745880857e-05], "count": [591]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4512898027896881, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.02822197414934635, -0.31036800146102905, 0.46755099296569824, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1256113499403, 0.28935813903808594, -0.6182131171226501, -1.876927137374878, -0.03394665569067001, -0.25307273864746094, -0.02834414690732956, -0.3326210081577301, -0.4676400125026703, 0.055316001176834106, 1.3572945594787598, -1.7380565404891968, -0.008331496268510818, 1008.0, 335.0, -0.00473917368799448, -0.2960526645183563, -0.8383743762969971, 1.9081802368164062, -1.0613950490951538, -0.0010261344723403454], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102869987487793, 0.46759599447250366, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.29743900895118713, 0.6811496615409851, -0.07981390506029129, -1.411919116973877, 0.42584288120269775, 0.5706005096435547, 0.5172109007835388, -0.25876501202583313, -0.3799859881401062, 0.22827699780464172, 1.7696893215179443, -1.0259898900985718, 0.9870911836624146, 1009.0, 1003.0, 0.0036187658552080393, -0.29594549536705017, -0.838319718837738, 1.9081848859786987, -1.0613847970962524, -0.0008543209987692535], "mean": [-0.19952155649662018, 0.6046685576438904, 0.45139002799987793, -1.4119552373886108, -0.2539028823375702, -0.12053093314170837, 0.028277263045310974, -0.31033092737197876, 0.4675747752189636, 0.2282422035932541, -1.5732378959655762, -1.1211367845535278, -0.7462766766548157, 0.1154097467660904, 0.4728635251522064, -0.40112006664276123, -1.6503832340240479, 0.19377030432224274, 0.28462862968444824, 0.3096849024295807, -0.3064199686050415, -0.4132790267467499, 0.13518770039081573, 1.5276459455490112, -1.5081751346588135, 0.3962167799472809, 1008.4568481445312, 771.121826171875, 0.0003950132813770324, -0.2960054576396942, -0.8383460640907288, 1.9081923961639404, -1.061395287513733, -0.0009506198693998158], "std": [2.5705583539092913e-05, 2.040241815848276e-05, 2.4813267373247072e-05, 2.2673484636470675e-05, 2.409081753285136e-05, 2.1767555153928697e-05, 1.6283647710224614e-05, 1.5204639566945843e-05, 7.936631845950615e-06, 1.4163386367727071e-05, 1.0967254638671875e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.1246853619813919, 0.1044389009475708, 0.15003307163715363, 0.1018456295132637, 0.122105672955513, 0.28146892786026, 0.16669557988643646, 0.017366833984851837, 0.0199336688965559, 0.059697844088077545, 0.10763160139322281, 0.2267545461654663, 0.30671456456184387, 0.49813440442085266, 298.8639221191406, 0.0036553540267050266, 1.0598780136206187e-05, 1.1466992873465642e-05, 9.570757356414106e-06, 6.630697498621885e-06, 4.8859066737350076e-05], "count": [591]}, "timestamp": {"min": [0.0], "max": [19.666666666666668], "mean": [9.833333333333334], "std": [5.686892010645247], "count": [591]}, "frame_index": {"min": [0], "max": [590], "mean": [295.0], "std": [170.60676031935742], "count": [591]}, "episode_index": {"min": [48], "max": [48], "mean": [48.0], "std": [0.0], "count": [591]}, "index": {"min": [30406], "max": [30996], "mean": [30701.0], "std": [170.60676031935742], "count": [591]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [591]}, "gripper_open_scale_state": {"min": [1.0, 0.33500000834465027], "max": [1.0, 1.0], "mean": [1.0, 0.7702808807243147], "std": [0.0, 0.2982150195987465], "count": [591]}, "gripper_open_scale_action": {"min": [1.0, 0.33500000834465027], "max": [1.0, 1.0], "mean": [1.0, 0.7702808807243147], "std": [0.0, 0.2982150195987465], "count": [591]}, "eef_direction_state": {"mean": [6.0, 4.521150592216582], "std": [0.0, 2.12529907026434], "min": [6, 0], "max": [6, 6], "count": [591]}, "eef_velocity_state": {"mean": [0.0, 0.6006768189509306], "std": [0.0, 0.7714882548454653], "min": [0, 0], "max": [0, 2], "count": [591]}, "eef_acc_mag_state": {"mean": [0.0, 0.55668358714044], "std": [0.0, 0.8017019753270613], "min": [0, 0], "max": [0, 2], "count": [591]}, "eef_direction_action": {"mean": [6.0, 4.521150592216582], "std": [0.0, 2.12529907026434], "min": [6, 0], "max": [6, 6], "count": [591]}, "eef_velocity_action": {"mean": [0.0, 0.6006768189509306], "std": [0.0, 0.7714882548454653], "min": [0, 0], "max": [0, 2], "count": [591]}, "eef_acc_mag_action": {"mean": [0.0, 0.55668358714044], "std": [0.0, 0.8017019753270613], "min": [0, 0], "max": [0, 2], "count": [591]}, "eef_sim_pose_state": {"mean": [-0.3103311061859131, 0.4675746262073517, 0.22824223339557648, -1.5732269287109375, -1.121137022972107, -0.7462754845619202, -0.30640077590942383, -0.4133870005607605, 0.13520172238349915, 1.527713418006897, -1.5083345174789429, 0.39582744240760803], "std": [1.5206524949462619e-05, 7.929436833364889e-06, 1.4209960681910161e-05, 0.0, 0.0, 1.1920928955078125e-07, 0.017356356605887413, 0.02005440555512905, 0.05971885472536087, 0.10764753818511963, 0.22645203769207, 0.30612286925315857], "min": [-0.31036800146102905, 0.46755099296569824, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3326210081577301, -0.4676400125026703, 0.055316001176834106, 1.3572945594787598, -1.7380565404891968, -0.008331496268510818], "max": [-0.3102869987487793, 0.46759599447250366, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.25876501202583313, -0.3799859881401062, 0.22827699780464172, 1.7696893215179443, -1.0259898900985718, 0.9870911836624146], "count": [591]}, "eef_sim_pose_action": {"mean": [-0.31033092737197876, 0.46757474541664124, 0.2282421588897705, -1.5732378959655762, -1.1211367845535278, -0.7462766766548157, -0.306400865316391, -0.4133870303630829, 0.13520179688930511, 1.5277119874954224, -1.5083329677581787, 0.39582717418670654], "std": [1.5207509022729937e-05, 7.929952516860794e-06, 1.4210112567525357e-05, 1.0967254638671875e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.017356354743242264, 0.0200544111430645, 0.05971886217594147, 0.10764750093221664, 0.22645196318626404, 0.30612295866012573], "min": [-0.31036800146102905, 0.46755099296569824, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3326210081577301, -0.4676400125026703, 0.055316001176834106, 1.3572945594787598, -1.7380565404891968, -0.008331496268510818], "max": [-0.3102869987487793, 0.46759599447250366, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.25876501202583313, -0.3799859881401062, 0.22827699780464172, 1.7696893215179443, -1.0259898900985718, 0.9870911836624146], "count": [591]}, "gripper_mode_state": {"mean": [0.0, 0.3096446700507614], "std": [0.0, 0.4623471080907895], "min": [0, 0], "max": [0, 1], "count": [591]}, "gripper_activity_state": {"mean": [2.0, 1.766497461928934], "std": [0.0, 0.5784872180951641], "min": [2, 0], "max": [2, 2], "count": [591]}, "gripper_mode_action": {"mean": [0.0, 0.3096446700507614], "std": [0.0, 0.4623471080907895], "min": [0, 0], "max": [0, 1], "count": [591]}, "gripper_activity_action": {"mean": [2.0, 1.766497461928934], "std": [0.0, 0.5784872180951641], "min": [2, 0], "max": [2, 2], "count": [591]}}} +{"episode_index": 25, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41318721551120446]], [[0.4203044230713119]], [[0.4204955047123016]]], "std": [[[0.2079102978246058]], [[0.20541405999680665]], [[0.20243224380184222]]], "count": [112]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3299467385912699]], [[0.31436327760270777]], [[0.3276715266835901]]], "std": [[[0.24149942975509672]], [[0.25119825068473656]], [[0.23791564562685566]]], "count": [112]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4287310979079132]], [[0.43567806992588703]], [[0.42834621739320733]]], "std": [[[0.2696178644614498]], [[0.26881815984943486]], [[0.2697863187609337]]], "count": [112]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.364132827089169]], [[0.3639368708420868]], [[0.3701944426207983]]], "std": [[[0.2269544519427655]], [[0.23119640588779414]], [[0.22932255414120417]]], "count": [112]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12065461277961731, 0.02822197414934635, -0.3103620111942291, 0.46754899621009827, 0.22818900644779205, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.12601277232170105, 0.351928174495697, -0.6055070757865906, -1.8135192394256592, -0.02316051907837391, -0.2439446747303009, -0.03206169977784157, -0.3280639946460724, -0.4677239954471588, 0.057071998715400696, 1.37941312789917, -1.7293531894683838, 0.05830986797809601, 1008.0, 334.0, -0.004853846039623022, -0.29619741439819336, -0.8382896184921265, 1.9081802368164062, -1.0613934993743896, -0.0010299313580617309], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.310261994600296, 0.4675999879837036, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2920983135700226, 0.6557027697563171, -0.0665494054555893, -1.411901593208313, 0.35760051012039185, 0.49097856879234314, 0.502899169921875, -0.27632299065589905, -0.38311201333999634, 0.2415429949760437, 1.7582379579544067, -0.9383695721626282, 0.9954977035522461, 1009.0, 1003.0, 0.003891348373144865, -0.2959699332714081, -0.8381699323654175, 1.9081833362579346, -1.0613815784454346, -0.0005980246933177114], "mean": [-0.19952191412448883, 0.6046629548072815, 0.4513888359069824, -1.4119775295257568, -0.2539052963256836, -0.1205420270562172, 0.028278833255171776, -0.31032195687294006, 0.4675741195678711, 0.2282324582338333, -1.5732375383377075, -1.1211353540420532, -0.7462766766548157, 0.11422470957040787, 0.4825069308280945, -0.40425044298171997, -1.6432914733886719, 0.1842624396085739, 0.2389902025461197, 0.28605321049690247, -0.30469295382499695, -0.4161994159221649, 0.1359986662864685, 1.5672789812088013, -1.4736380577087402, 0.41677746176719666, 1008.480712890625, 762.9724731445312, -0.00044685890316031873, -0.2960008382797241, -0.8382202982902527, 1.9081910848617554, -1.061394453048706, -0.0008915318176150322], "std": [2.6224139219266362e-05, 2.0471310563152656e-05, 2.5861365429591388e-05, 1.632344356039539e-05, 2.283186768181622e-05, 2.0428265997907147e-05, 1.651642014621757e-05, 1.5757501387270167e-05, 8.543772310076747e-06, 1.3423165000858717e-05, 1.0609626770019531e-05, 1.6689300537109375e-06, 1.0728836059570312e-06, 0.11631659418344498, 0.07081478834152222, 0.13683712482452393, 0.08016559481620789, 0.1096988245844841, 0.25245118141174316, 0.17582911252975464, 0.013328230008482933, 0.018181877210736275, 0.05769689753651619, 0.12072400748729706, 0.2511075437068939, 0.27001529932022095, 0.4996296167373657, 300.5740051269531, 0.004043050576001406, 1.1945999176532496e-05, 2.143283563782461e-05, 9.279566256736871e-06, 7.2980046752491035e-06, 8.960057311924174e-05], "count": [545]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12065461277961731, 0.02822197414934635, -0.3103620111942291, 0.46754899621009827, 0.22818900644779205, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.12601277232170105, 0.351928174495697, -0.6055070757865906, -1.8135192394256592, -0.02316051907837391, -0.2439446747303009, -0.03206169977784157, -0.3280639946460724, -0.4677239954471588, 0.057071998715400696, 1.37941312789917, -1.7293531894683838, 0.05830986797809601, 1008.0, 334.0, -0.004853846039623022, -0.29619741439819336, -0.8382896184921265, 1.9081802368164062, -1.0613934993743896, -0.0010299313580617309], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.310261994600296, 0.4675999879837036, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2920983135700226, 0.6557027697563171, -0.0665494054555893, -1.411901593208313, 0.35760051012039185, 0.49097856879234314, 0.502899169921875, -0.27632299065589905, -0.38311201333999634, 0.2415429949760437, 1.7582379579544067, -0.9383695721626282, 0.9954977035522461, 1009.0, 1003.0, 0.003891348373144865, -0.2959699332714081, -0.8381699323654175, 1.9081833362579346, -1.0613815784454346, -0.0005980246933177114], "mean": [-0.19952180981636047, 0.6046630144119263, 0.45138880610466003, -1.4119774103164673, -0.2539052963256836, -0.12054205685853958, 0.02827880159020424, -0.3103220462799072, 0.4675740599632263, 0.2282325029373169, -1.5732375383377075, -1.1211353540420532, -0.7462766766548157, 0.11364291608333588, 0.482051283121109, -0.40355151891708374, -1.6436545848846436, 0.18375584483146667, 0.23876382410526276, 0.2860463559627533, -0.3046676814556122, -0.4160858392715454, 0.13602137565612793, 1.5672391653060913, -1.4733037948608398, 0.4172322154045105, 1008.480712890625, 762.9688110351562, -0.0004388183879200369, -0.2960008680820465, -0.8382203578948975, 1.9081910848617554, -1.061394453048706, -0.0008911869954317808], "std": [2.6305109713575803e-05, 2.0465837224037386e-05, 2.5842553441179916e-05, 1.6352194506907836e-05, 2.283186768181622e-05, 2.0426696210051887e-05, 1.650816557230428e-05, 1.5807301679160446e-05, 8.558752597309649e-06, 1.3411798136075959e-05, 1.0609626770019531e-05, 1.6689300537109375e-06, 1.0728836059570312e-06, 0.11668078601360321, 0.07082632184028625, 0.13756541907787323, 0.07956292480230331, 0.11001332849264145, 0.2528285086154938, 0.17584142088890076, 0.013330625370144844, 0.018053406849503517, 0.05773567780852318, 0.12072575837373734, 0.2516968250274658, 0.27077725529670715, 0.4996296167373657, 300.5704650878906, 0.004039613995701075, 1.1947626262553968e-05, 2.162055898224935e-05, 9.285263331548776e-06, 7.2883517532318365e-06, 8.952384814620018e-05], "count": [545]}, "timestamp": {"min": [0.0], "max": [18.133333333333333], "mean": [9.066666666666668], "std": [5.244256117145903], "count": [545]}, "frame_index": {"min": [0], "max": [544], "mean": [272.0], "std": [157.3276835143771], "count": [545]}, "episode_index": {"min": [49], "max": [49], "mean": [49.0], "std": [0.0], "count": [545]}, "index": {"min": [30997], "max": [31541], "mean": [31269.0], "std": [157.3276835143771], "count": [545]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [545]}, "gripper_open_scale_state": {"min": [1.0, 0.33399999141693115], "max": [1.0, 1.0], "mean": [1.0, 0.7620899089432638], "std": [0.0, 0.2998726715348247], "count": [545]}, "gripper_open_scale_action": {"min": [1.0, 0.33399999141693115], "max": [1.0, 1.0], "mean": [1.0, 0.7620899089432638], "std": [0.0, 0.2998726715348248], "count": [545]}, "eef_direction_state": {"mean": [6.0, 4.631192660550458], "std": [0.0, 2.002232572607019], "min": [6, 0], "max": [6, 6], "count": [545]}, "eef_velocity_state": {"mean": [0.0, 0.6275229357798165], "std": [0.0, 0.7844675117535983], "min": [0, 0], "max": [0, 2], "count": [545]}, "eef_acc_mag_state": {"mean": [0.0, 0.6165137614678899], "std": [0.0, 0.824900745930265], "min": [0, 0], "max": [0, 2], "count": [545]}, "eef_direction_action": {"mean": [6.0, 4.631192660550458], "std": [0.0, 2.002232572607019], "min": [6, 0], "max": [6, 6], "count": [545]}, "eef_velocity_action": {"mean": [0.0, 0.6275229357798165], "std": [0.0, 0.7844675117535983], "min": [0, 0], "max": [0, 2], "count": [545]}, "eef_acc_mag_action": {"mean": [0.0, 0.6165137614678899], "std": [0.0, 0.824900745930265], "min": [0, 0], "max": [0, 2], "count": [545]}, "eef_sim_pose_state": {"mean": [-0.3103218376636505, 0.46757397055625916, 0.22823256254196167, -1.5732269287109375, -1.121137022972107, -0.7462754845619202, -0.30469292402267456, -0.41619929671287537, 0.1359986960887909, 1.5672798156738281, -1.4736355543136597, 0.41677722334861755], "std": [1.5756924767629243e-05, 8.542941031919327e-06, 1.342272571491776e-05, 0.0, 0.0, 1.1920928955078125e-07, 0.013328229077160358, 0.018181882798671722, 0.05769689008593559, 0.12072404474020004, 0.2511075437068939, 0.27001526951789856], "min": [-0.3103620111942291, 0.46754899621009827, 0.22818900644779205, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3280639946460724, -0.4677239954471588, 0.057071998715400696, 1.37941312789917, -1.7293531894683838, 0.05830986797809601], "max": [-0.310261994600296, 0.4675999879837036, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27632299065589905, -0.38311201333999634, 0.2415429949760437, 1.7582379579544067, -0.9383695721626282, 0.9954977035522461], "count": [545]}, "eef_sim_pose_action": {"mean": [-0.31032195687294006, 0.4675741195678711, 0.2282324582338333, -1.5732375383377075, -1.1211353540420532, -0.7462766766548157, -0.30469295382499695, -0.4161994159221649, 0.1359986662864685, 1.5672789812088013, -1.4736380577087402, 0.41677746176719666], "std": [1.5757501387270167e-05, 8.543772310076747e-06, 1.3423165000858717e-05, 1.0609626770019531e-05, 1.6689300537109375e-06, 1.0728836059570312e-06, 0.013328230008482933, 0.018181877210736275, 0.05769689753651619, 0.12072400748729706, 0.2511075437068939, 0.27001529932022095], "min": [-0.3103620111942291, 0.46754899621009827, 0.22818900644779205, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3280639946460724, -0.4677239954471588, 0.057071998715400696, 1.37941312789917, -1.7293531894683838, 0.05830986797809601], "max": [-0.310261994600296, 0.4675999879837036, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27632299065589905, -0.38311201333999634, 0.2415429949760437, 1.7582379579544067, -0.9383695721626282, 0.9954977035522461], "count": [545]}, "gripper_mode_state": {"mean": [0.0, 0.3174311926605505], "std": [0.0, 0.4654767777093173], "min": [0, 0], "max": [0, 1], "count": [545]}, "gripper_activity_state": {"mean": [2.0, 1.7467889908256882], "std": [0.0, 0.5982495578408555], "min": [2, 0], "max": [2, 2], "count": [545]}, "gripper_mode_action": {"mean": [0.0, 0.3174311926605505], "std": [0.0, 0.4654767777093173], "min": [0, 0], "max": [0, 1], "count": [545]}, "gripper_activity_action": {"mean": [2.0, 1.7467889908256882], "std": [0.0, 0.5982495578408555], "min": [2, 0], "max": [2, 2], "count": [545]}}} +{"episode_index": 26, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41568133639886634]], [[0.42433414671178205]], [[0.42269856375441034]]], "std": [[[0.20973912522699478]], [[0.20736160530637643]], [[0.20387285926406543]]], "count": [113]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33565865217768526]], [[0.3207975754092197]], [[0.3291259923217074]]], "std": [[[0.25106241981314475]], [[0.26081589020924956]], [[0.24662131545977653]]], "count": [113]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4350806202643299]], [[0.4423123535918792]], [[0.43474284226965126]]], "std": [[[0.27664913139706193]], [[0.27615994264134286]], [[0.2769490962897973]]], "count": [113]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3741718740962462]], [[0.36844753347504194]], [[0.3862530456504136]]], "std": [[[0.2571196874101125]], [[0.25716899901824997]], [[0.2593371610608099]]], "count": [113]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12065461277961731, 0.02822197414934635, -0.3103579878807068, 0.4675540030002594, 0.22818300127983093, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.05637413635849953, 0.40690603852272034, -0.6587570905685425, -1.7147685289382935, 0.018500488251447678, -0.12103858590126038, -0.02822197414934635, -0.33443599939346313, -0.4675939977169037, 0.06496299803256989, 1.3341586589813232, -1.7964752912521362, -0.044052593410015106, 1008.0, 334.0, -0.004487270023673773, -0.29620492458343506, -0.8382682204246521, 1.9081809520721436, -1.0613895654678345, -0.0009331083856523037], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31027498841285706, 0.4675990045070648, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.37976619601249695, 0.714991569519043, -0.17767451703548431, -1.411901593208313, 0.4706454873085022, 0.5381024479866028, 0.5558874011039734, -0.2539359927177429, -0.41044700145721436, 0.22825400531291962, 1.80470609664917, -1.0635355710983276, 0.8170402646064758, 1009.0, 1003.0, 0.003530411748215556, -0.29597556591033936, -0.8381659984588623, 1.9081841707229614, -1.0613807439804077, -0.0005761920474469662], "mean": [-0.19952547550201416, 0.6046686172485352, 0.4513908326625824, -1.4119751453399658, -0.253903865814209, -0.12053973972797394, 0.028278565034270287, -0.3103228807449341, 0.4675745964050293, 0.22823522984981537, -1.573237657546997, -1.1211354732513428, -0.7462766766548157, 0.19414997100830078, 0.5445285439491272, -0.46283358335494995, -1.6041276454925537, 0.30447012186050415, 0.27091100811958313, 0.3712255358695984, -0.3026329278945923, -0.42469725012779236, 0.13762372732162476, 1.5682487487792969, -1.5891227722167969, 0.33146604895591736, 1008.4301147460938, 781.3230590820312, 6.46968765067868e-05, -0.29608839750289917, -0.8381969928741455, 1.9081909656524658, -1.0613877773284912, -0.0008521554991602898], "std": [2.4532582756364718e-05, 2.2564508981304243e-05, 2.3664515538257547e-05, 1.733697899908293e-05, 2.402017889835406e-05, 2.1023131921538152e-05, 1.7002748791128397e-05, 1.475760836910922e-05, 8.04684532340616e-06, 1.3579450751421973e-05, 1.0728836059570312e-05, 1.5497207641601562e-06, 1.0728836059570312e-06, 0.12466481328010559, 0.059434279799461365, 0.13623987138271332, 0.06378594040870667, 0.07438671588897705, 0.2211172878742218, 0.16646257042884827, 0.017647596076130867, 0.012618678621947765, 0.054595958441495895, 0.12695719301700592, 0.20106348395347595, 0.27409762144088745, 0.4950929284095764, 294.46099853515625, 0.0036153628025203943, 4.298060594010167e-05, 1.0108464266522788e-05, 8.8192755356431e-06, 2.8813956305384636e-06, 6.951856630621478e-05], "count": [551]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12065461277961731, 0.02822197414934635, -0.3103579878807068, 0.4675540030002594, 0.22818300127983093, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.05637413635849953, 0.40690603852272034, -0.6587570905685425, -1.7147685289382935, 0.018500488251447678, -0.12103858590126038, -0.02822197414934635, -0.33443599939346313, -0.4675939977169037, 0.06496299803256989, 1.3341586589813232, -1.7964752912521362, -0.044052593410015106, 1008.0, 334.0, -0.004487270023673773, -0.29620492458343506, -0.8382682204246521, 1.9081809520721436, -1.0613895654678345, -0.0009331083856523037], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31027498841285706, 0.4675990045070648, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.37976619601249695, 0.714991569519043, -0.17767451703548431, -1.411919116973877, 0.4706454873085022, 0.5381024479866028, 0.5558874011039734, -0.2539359927177429, -0.41044700145721436, 0.22825400531291962, 1.80470609664917, -1.0635355710983276, 0.8170402646064758, 1009.0, 1003.0, 0.003530411748215556, -0.29597556591033936, -0.8381659984588623, 1.9081841707229614, -1.0613807439804077, -0.0005761920474469662], "mean": [-0.19952547550201416, 0.6046686768531799, 0.4513907730579376, -1.4119751453399658, -0.253903865814209, -0.12053968757390976, 0.028278565034270287, -0.3103228807449341, 0.4675745368003845, 0.22823528945446014, -1.573237657546997, -1.1211354732513428, -0.7462766766548157, 0.19368746876716614, 0.5441765785217285, -0.4623396396636963, -1.6044398546218872, 0.3040597438812256, 0.2710268795490265, 0.3712659776210785, -0.30264729261398315, -0.4246096611022949, 0.13761156797409058, 1.5680831670761108, -1.589034914970398, 0.33159077167510986, 1008.4319458007812, 781.3230590820312, 5.083151700091548e-05, -0.2960886061191559, -0.8381969332695007, 1.9081909656524658, -1.0613877773284912, -0.0008521847194060683], "std": [2.4532582756364718e-05, 2.257732194266282e-05, 2.3644945031264797e-05, 1.7327854948234744e-05, 2.402017889835406e-05, 2.093930379487574e-05, 1.7002746972138993e-05, 1.4759687473997474e-05, 8.040063221415039e-06, 1.3573505384556483e-05, 1.0728836059570312e-05, 1.5497207641601562e-06, 1.0728836059570312e-06, 0.12511597573757172, 0.05965074524283409, 0.13677255809307098, 0.06326314806938171, 0.07528241723775864, 0.2209288477897644, 0.16636812686920166, 0.017657069489359856, 0.012487620115280151, 0.05457653850317001, 0.12700998783111572, 0.20127803087234497, 0.2743018567562103, 0.4953465461730957, 294.46099853515625, 0.003617990529164672, 4.281177098164335e-05, 9.638554729463067e-06, 8.8192755356431e-06, 2.88175806417712e-06, 6.950490933377296e-05], "count": [551]}, "timestamp": {"min": [0.0], "max": [18.333333333333332], "mean": [9.166666666666668], "std": [5.301991240195622], "count": [551]}, "frame_index": {"min": [0], "max": [550], "mean": [275.0], "std": [159.05973720586866], "count": [551]}, "episode_index": {"min": [50], "max": [50], "mean": [50.0], "std": [0.0], "count": [551]}, "index": {"min": [31542], "max": [32092], "mean": [31817.0], "std": [159.05973720586866], "count": [551]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [551]}, "gripper_open_scale_state": {"min": [1.0, 0.33399999141693115], "max": [1.0, 1.0], "mean": [1.0, 0.7800435590982004], "std": [0.0, 0.29350141099471266], "count": [551]}, "gripper_open_scale_action": {"min": [1.0, 0.33399999141693115], "max": [1.0, 1.0], "mean": [1.0, 0.7800435590982004], "std": [0.0, 0.29350141099471266], "count": [551]}, "eef_direction_state": {"mean": [6.0, 4.437386569872959], "std": [0.0, 2.127339040068261], "min": [6, 0], "max": [6, 6], "count": [551]}, "eef_velocity_state": {"mean": [0.0, 0.6297640653357531], "std": [0.0, 0.7697453668686671], "min": [0, 0], "max": [0, 2], "count": [551]}, "eef_acc_mag_state": {"mean": [0.0, 0.5843920145190563], "std": [0.0, 0.8192619529766009], "min": [0, 0], "max": [0, 2], "count": [551]}, "eef_direction_action": {"mean": [6.0, 4.437386569872959], "std": [0.0, 2.127339040068261], "min": [6, 0], "max": [6, 6], "count": [551]}, "eef_velocity_action": {"mean": [0.0, 0.6297640653357531], "std": [0.0, 0.7697453668686671], "min": [0, 0], "max": [0, 2], "count": [551]}, "eef_acc_mag_action": {"mean": [0.0, 0.5843920145190563], "std": [0.0, 0.8192619529766009], "min": [0, 0], "max": [0, 2], "count": [551]}, "eef_sim_pose_state": {"mean": [-0.3103228509426117, 0.4675743877887726, 0.22823525965213776, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.3026328384876251, -0.42469707131385803, 0.13762375712394714, 1.568247675895691, -1.5891224145889282, 0.33146604895591736], "std": [1.4757604731130414e-05, 8.044145943131298e-06, 1.3579434380517341e-05, 0.0, 0.0, 5.960464477539063e-08, 0.017647601664066315, 0.01261868141591549, 0.05459597334265709, 0.12695719301700592, 0.20106348395347595, 0.27409762144088745], "min": [-0.3103579878807068, 0.4675540030002594, 0.22818300127983093, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33443599939346313, -0.4675939977169037, 0.06496299803256989, 1.3341586589813232, -1.7964752912521362, -0.044052593410015106], "max": [-0.31027498841285706, 0.4675990045070648, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2539359927177429, -0.41044700145721436, 0.22825400531291962, 1.80470609664917, -1.0635355710983276, 0.8170402646064758], "count": [551]}, "eef_sim_pose_action": {"mean": [-0.3103228807449341, 0.4675745964050293, 0.22823522984981537, -1.573237657546997, -1.1211354732513428, -0.7462766766548157, -0.3026329278945923, -0.42469725012779236, 0.13762372732162476, 1.5682487487792969, -1.5891227722167969, 0.33146604895591736], "std": [1.475760836910922e-05, 8.04684532340616e-06, 1.3579450751421973e-05, 1.0728836059570312e-05, 1.5497207641601562e-06, 1.0728836059570312e-06, 0.017647596076130867, 0.012618678621947765, 0.054595958441495895, 0.12695719301700592, 0.20106348395347595, 0.27409762144088745], "min": [-0.3103579878807068, 0.4675540030002594, 0.22818300127983093, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33443599939346313, -0.4675939977169037, 0.06496299803256989, 1.3341586589813232, -1.7964752912521362, -0.044052593410015106], "max": [-0.31027498841285706, 0.4675990045070648, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2539359927177429, -0.41044700145721436, 0.22825400531291962, 1.80470609664917, -1.0635355710983276, 0.8170402646064758], "count": [551]}, "gripper_mode_state": {"mean": [0.0, 0.29038112522686027], "std": [0.0, 0.45393824176736053], "min": [0, 0], "max": [0, 1], "count": [551]}, "gripper_activity_state": {"mean": [2.0, 1.747731397459165], "std": [0.0, 0.596320636669884], "min": [2, 0], "max": [2, 2], "count": [551]}, "gripper_mode_action": {"mean": [0.0, 0.29038112522686027], "std": [0.0, 0.45393824176736053], "min": [0, 0], "max": [0, 1], "count": [551]}, "gripper_activity_action": {"mean": [2.0, 1.747731397459165], "std": [0.0, 0.596320636669884], "min": [2, 0], "max": [2, 2], "count": [551]}}} +{"episode_index": 27, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41639694264555976]], [[0.42504819886670264]], [[0.42302960851771904]]], "std": [[[0.20996196465074757]], [[0.20753161306038492]], [[0.20394917125552375]]], "count": [109]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3309532627271092]], [[0.3152446782994543]], [[0.33085226284703484]]], "std": [[[0.2457906354861324]], [[0.2552173599488425]], [[0.24290561689239046]]], "count": [109]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4361017700275829]], [[0.44334768880793907]], [[0.43569899224980513]]], "std": [[[0.277079896802135]], [[0.27662366917466724]], [[0.27750615126624173]]], "count": [109]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36899848781255623]], [[0.3653458768063801]], [[0.37830695718654433]]], "std": [[[0.23919261911235645]], [[0.24213111579248453]], [[0.2390614273549293]]], "count": [109]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412145972251892, -0.2539803087711334, -0.12081168591976166, 0.02822197414934635, -0.3103640079498291, 0.46754899621009827, 0.22814899682998657, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.17840756475925446, 0.3502701222896576, -0.6604500412940979, -1.8202736377716064, -0.09162978827953339, -0.1206720620393753, -0.12927654385566711, -0.3330950140953064, -0.4676940143108368, 0.06344500184059143, 1.3102871179580688, -1.8305076360702515, -0.0010599596425890923, 1008.0, 335.0, -0.004782410338521004, -0.2962876260280609, -0.8384686708450317, 1.9081754684448242, -1.0613998174667358, -0.0009331083856523037], "max": [-0.19945622980594635, 0.6048438549041748, 0.45148175954818726, -1.411884069442749, -0.25384068489074707, -0.12042772024869919, 0.02834414690732956, -0.3102540075778961, 0.4675990045070648, 0.22834999859333038, -1.5723901987075806, -1.121137022972107, -0.7456094622612, 0.3551395833492279, 0.6811496615409851, -0.08520697057247162, -1.411919116973877, 0.44305184483528137, 0.4597022831439972, 0.5598492622375488, -0.27271801233291626, -0.3912470042705536, 0.2390660047531128, 1.7584601640701294, -0.8947919607162476, 0.8963298797607422, 1009.0, 1003.0, 0.0036432044580578804, -0.295646607875824, -0.8381335139274597, 1.9081857204437256, -1.0613807439804077, -0.00020029081497341394], "mean": [-0.19952470064163208, 0.6046656966209412, 0.45139047503471375, -1.4119701385498047, -0.25390252470970154, -0.12054998427629471, 0.02828024886548519, -0.3103228807449341, 0.46757492423057556, 0.22823509573936462, -1.5732357501983643, -1.1211347579956055, -0.7462753653526306, 0.14388510584831238, 0.5057238936424255, -0.42015430331230164, -1.6112993955612183, 0.26037609577178955, 0.26242876052856445, 0.2883841097354889, -0.30884140729904175, -0.42267516255378723, 0.14512686431407928, 1.5126293897628784, -1.5249923467636108, 0.4129762351512909, 1008.5009765625, 759.4049682617188, 0.00031088702962733805, -0.29602062702178955, -0.8382123112678528, 1.908190369606018, -1.0613895654678345, -0.0008619274012744427], "std": [2.552935984567739e-05, 2.0709228920168243e-05, 2.4636830858071335e-05, 2.2438318410422653e-05, 2.3861015506554395e-05, 2.382507227594033e-05, 1.8832111891242675e-05, 1.535615956527181e-05, 8.011955287656747e-06, 1.447924387321109e-05, 3.807818575296551e-05, 9.755616702022962e-06, 2.9174716473789886e-05, 0.135025292634964, 0.07676687836647034, 0.15018045902252197, 0.0798644945025444, 0.11610174179077148, 0.2026185691356659, 0.19975093007087708, 0.012990166433155537, 0.016436247155070305, 0.05983012542128563, 0.12312005460262299, 0.2528861165046692, 0.27377182245254517, 0.4999982416629791, 300.9028625488281, 0.0034573408775031567, 4.170837564743124e-05, 7.015789014985785e-05, 8.632002391095739e-06, 4.315302703616908e-06, 7.710419595241547e-05], "count": [521]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412145972251892, -0.2539803087711334, -0.12081168591976166, 0.02822197414934635, -0.3103640079498291, 0.46754899621009827, 0.22814899682998657, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.17840756475925446, 0.3502701222896576, -0.6604500412940979, -1.8202736377716064, -0.09162978827953339, -0.1206720620393753, -0.12927654385566711, -0.3330950140953064, -0.4676940143108368, 0.06344500184059143, 1.3102871179580688, -1.8305076360702515, -0.0010599596425890923, 1008.0, 335.0, -0.004782410338521004, -0.2962876260280609, -0.8384686708450317, 1.9081754684448242, -1.0613998174667358, -0.0009331083856523037], "max": [-0.19945622980594635, 0.6048438549041748, 0.45148175954818726, -1.411884069442749, -0.25384068489074707, -0.12042772024869919, 0.02834414690732956, -0.3102540075778961, 0.4675990045070648, 0.22834999859333038, -1.5723901987075806, -1.121137022972107, -0.7456094622612, 0.3551395833492279, 0.6811496615409851, -0.08520697057247162, -1.411919116973877, 0.44305184483528137, 0.4597022831439972, 0.5598492622375488, -0.27271801233291626, -0.3912470042705536, 0.2390660047531128, 1.7584601640701294, -0.8947919607162476, 0.8963298797607422, 1009.0, 1003.0, 0.0036432044580578804, -0.295646607875824, -0.8381335139274597, 1.9081857204437256, -1.0613807439804077, -0.00020029081497341394], "mean": [-0.19952476024627686, 0.6046656966209412, 0.45139044523239136, -1.4119701385498047, -0.25390249490737915, -0.12055015563964844, 0.028280215337872505, -0.3103227913379669, 0.46757495403289795, 0.22823508083820343, -1.5732357501983643, -1.1211347579956055, -0.7462753653526306, 0.14319774508476257, 0.5052400231361389, -0.41945770382881165, -1.6118056774139404, 0.2597188353538513, 0.262545645236969, 0.28821855783462524, -0.30883434414863586, -0.42253801226615906, 0.14514677226543427, 1.5123353004455566, -1.5245813131332397, 0.41324904561042786, 1008.5009765625, 759.4049682617188, 0.0003109339450020343, -0.2960204780101776, -0.838212788105011, 1.908190369606018, -1.0613895654678345, -0.000862129672896117], "std": [2.544067865528632e-05, 2.06892000278458e-05, 2.4618624593131244e-05, 2.2427146177506074e-05, 2.3860837245592847e-05, 2.3760827389196493e-05, 1.885805613710545e-05, 1.5267163689713925e-05, 7.98701512394473e-06, 1.4469993402599357e-05, 3.807818575296551e-05, 9.755616702022962e-06, 2.9174716473789886e-05, 0.13565008342266083, 0.07693557441234589, 0.1508740335702896, 0.07943420857191086, 0.1171012669801712, 0.20241504907608032, 0.20004898309707642, 0.0129903769120574, 0.016358768567442894, 0.05985948070883751, 0.12315793335437775, 0.25371453166007996, 0.27417412400245667, 0.4999982416629791, 300.9028625488281, 0.0034573860466480255, 4.185685975244269e-05, 7.096841727616265e-05, 8.648483344586566e-06, 4.3239915612502955e-06, 7.711517537245527e-05], "count": [521]}, "timestamp": {"min": [0.0], "max": [17.333333333333332], "mean": [8.666666666666666], "std": [5.013315602805526], "count": [521]}, "frame_index": {"min": [0], "max": [520], "mean": [260.0], "std": [150.3994680841658], "count": [521]}, "episode_index": {"min": [51], "max": [51], "mean": [51.0], "std": [0.0], "count": [521]}, "index": {"min": [32093], "max": [32613], "mean": [32353.0], "std": [150.3994680841658], "count": [521]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [521]}, "gripper_open_scale_state": {"min": [1.0, 0.33500000834465027], "max": [1.0, 1.0], "mean": [1.0, 0.758255280139579], "std": [0.0, 0.29997516847660366], "count": [521]}, "gripper_open_scale_action": {"min": [1.0, 0.33500000834465027], "max": [1.0, 1.0], "mean": [1.0, 0.758255280139579], "std": [0.0, 0.29997516847660366], "count": [521]}, "eef_direction_state": {"mean": [6.0, 4.460652591170826], "std": [0.0, 2.111772766904247], "min": [6, 0], "max": [6, 6], "count": [521]}, "eef_velocity_state": {"mean": [0.0, 0.6525911708253359], "std": [0.0, 0.7911688696274227], "min": [0, 0], "max": [0, 2], "count": [521]}, "eef_acc_mag_state": {"mean": [0.0, 0.6238003838771593], "std": [0.0, 0.8292457494232404], "min": [0, 0], "max": [0, 2], "count": [521]}, "eef_direction_action": {"mean": [6.0, 4.460652591170826], "std": [0.0, 2.111772766904247], "min": [6, 0], "max": [6, 6], "count": [521]}, "eef_velocity_action": {"mean": [0.0, 0.6525911708253359], "std": [0.0, 0.7911688696274227], "min": [0, 0], "max": [0, 2], "count": [521]}, "eef_acc_mag_action": {"mean": [0.0, 0.6238003838771593], "std": [0.0, 0.8292457494232404], "min": [0, 0], "max": [0, 2], "count": [521]}, "eef_sim_pose_state": {"mean": [-0.31032270193099976, 0.46757498383522034, 0.22823496162891388, -1.5732252597808838, -1.1211373805999756, -0.7462743520736694, -0.30884140729904175, -0.42267486453056335, 0.14512686431407928, 1.5126293897628784, -1.524992823600769, 0.4129767119884491], "std": [1.535518458695151e-05, 8.011625141080003e-06, 1.4478712728305254e-05, 3.662266317405738e-05, 9.381469681102317e-06, 2.915617915277835e-05, 0.012990166433155537, 0.016436250880360603, 0.05983012542128563, 0.12312011420726776, 0.2528861463069916, 0.2737717926502228], "min": [-0.3103640079498291, 0.46754899621009827, 0.22814899682998657, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.3330950140953064, -0.4676940143108368, 0.06344500184059143, 1.3102871179580688, -1.8305076360702515, -0.0010599596425890923], "max": [-0.3102540075778961, 0.4675990045070648, 0.22834999859333038, -1.5723901987075806, -1.121137022972107, -0.7456094622612, -0.27271801233291626, -0.3912470042705536, 0.2390660047531128, 1.7584601640701294, -0.8947919607162476, 0.8963298797607422], "count": [521]}, "eef_sim_pose_action": {"mean": [-0.3103228807449341, 0.46757492423057556, 0.22823509573936462, -1.5732357501983643, -1.1211347579956055, -0.7462753653526306, -0.30884140729904175, -0.42267516255378723, 0.14512686431407928, 1.5126293897628784, -1.5249923467636108, 0.4129762351512909], "std": [1.535615956527181e-05, 8.011955287656747e-06, 1.447924387321109e-05, 3.807818575296551e-05, 9.755616702022962e-06, 2.9174716473789886e-05, 0.012990166433155537, 0.016436247155070305, 0.05983012542128563, 0.12312005460262299, 0.2528861165046692, 0.27377182245254517], "min": [-0.3103640079498291, 0.46754899621009827, 0.22814899682998657, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.3330950140953064, -0.4676940143108368, 0.06344500184059143, 1.3102871179580688, -1.8305076360702515, -0.0010599596425890923], "max": [-0.3102540075778961, 0.4675990045070648, 0.22834999859333038, -1.5723901987075806, -1.121137022972107, -0.7456094622612, -0.27271801233291626, -0.3912470042705536, 0.2390660047531128, 1.7584601640701294, -0.8947919607162476, 0.8963298797607422], "count": [521]}, "gripper_mode_state": {"mean": [0.0, 0.32053742802303264], "std": [0.0, 0.4666831743907338], "min": [0, 0], "max": [0, 1], "count": [521]}, "gripper_activity_state": {"mean": [2.0, 1.7293666026871402], "std": [0.0, 0.6146651335865704], "min": [2, 0], "max": [2, 2], "count": [521]}, "gripper_mode_action": {"mean": [0.0, 0.32053742802303264], "std": [0.0, 0.4666831743907338], "min": [0, 0], "max": [0, 1], "count": [521]}, "gripper_activity_action": {"mean": [2.0, 1.7293666026871402], "std": [0.0, 0.6146651335865704], "min": [2, 0], "max": [2, 2], "count": [521]}}} +{"episode_index": 28, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4165154801693405]], [[0.4253243519756387]], [[0.4233931391117053]]], "std": [[[0.20989871816898217]], [[0.20755246852798992]], [[0.2039009511532182]]], "count": [110]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3323271650326797]], [[0.31651083259061197]], [[0.32700966837492573]]], "std": [[[0.2467960685029308]], [[0.2560982404511589]], [[0.24232152601767662]]], "count": [110]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4365232453208556]], [[0.44370399027035057]], [[0.4361639705882353]]], "std": [[[0.277336970118315]], [[0.2771111930913222]], [[0.2779468131567042]]], "count": [110]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3677835617201426]], [[0.3623109681372549]], [[0.38121802584670234]]], "std": [[[0.24240254951712936]], [[0.24470068650762633]], [[0.24660582489654756]]], "count": [110]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.4120759963989258, -0.2539803087711334, -0.1206720620393753, 0.02822197414934635, -0.31036901473999023, 0.46755000948905945, 0.22818799316883087, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.09557422995567322, 0.4151439964771271, -0.6695955991744995, -1.708747148513794, 0.03808308392763138, -0.17673204839229584, -0.02874557115137577, -0.3277910053730011, -0.467615008354187, 0.0609470009803772, 1.2385576963424683, -1.7829145193099976, -0.029437104240059853, 1008.0, 335.0, -0.004109414294362068, -0.2964286506175995, -0.8384243249893188, 1.9081761837005615, -1.0613911151885986, -0.0009236158803105354], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25382325053215027, -0.12048007547855377, 0.02834414690732956, -0.3102720081806183, 0.46759599447250366, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3948981761932373, 0.658547580242157, -0.12093386054039001, -1.4118317365646362, 0.529550313949585, 0.5186769366264343, 0.5836206078529358, -0.27694299817085266, -0.40978100895881653, 0.2430659979581833, 1.7319549322128296, -1.0377402305603027, 0.8798539638519287, 1009.0, 1001.0, 0.0038405917584896088, -0.2961146831512451, -0.838146984577179, 1.9081817865371704, -1.0613791942596436, -0.0005723950453102589], "mean": [-0.19952411949634552, 0.6046732664108276, 0.4513924717903137, -1.4119724035263062, -0.2538926899433136, -0.12055639922618866, 0.028278430923819542, -0.31032198667526245, 0.4675750732421875, 0.2282378375530243, -1.5732375383377075, -1.121134877204895, -0.7462766766548157, 0.19327163696289062, 0.5268611311912537, -0.44772976636886597, -1.5857149362564087, 0.28749793767929077, 0.2685699164867401, 0.334891676902771, -0.30488482117652893, -0.4303804636001587, 0.1433107703924179, 1.5395222902297974, -1.551046371459961, 0.36521896719932556, 1008.3846435546875, 785.1294555664062, -0.0004828994569834322, -0.2962898910045624, -0.8382229804992676, 1.9081906080245972, -1.0613807439804077, -0.0008412970928475261], "std": [2.608069007692393e-05, 2.3010717995930463e-05, 2.3956237782840617e-05, 3.302426193840802e-05, 2.1854337319382466e-05, 2.3372449504677206e-05, 1.7366472093272023e-05, 1.7360209312755615e-05, 8.24979997560149e-06, 1.5259534848155454e-05, 1.0609626770019531e-05, 2.1457672119140625e-06, 1.0728836059570312e-06, 0.13219483196735382, 0.05837550759315491, 0.14438439905643463, 0.05875122919678688, 0.0963549017906189, 0.2326246201992035, 0.18139353394508362, 0.012836593203246593, 0.012000668793916702, 0.05922866240143776, 0.1372840702533722, 0.21817992627620697, 0.28307825326919556, 0.4865032136440277, 291.4053955078125, 0.0036137462593615055, 8.828589488985017e-05, 5.672949191648513e-05, 9.806545676838141e-06, 5.4922775234445e-06, 6.895046681165695e-05], "count": [533]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.4120759963989258, -0.2539803087711334, -0.1206720620393753, 0.02822197414934635, -0.31036901473999023, 0.46755000948905945, 0.22818799316883087, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.09557422995567322, 0.4151439964771271, -0.6695955991744995, -1.708747148513794, 0.03808308392763138, -0.17673204839229584, -0.028675759211182594, -0.3277910053730011, -0.467615008354187, 0.0609470009803772, 1.2385576963424683, -1.7829145193099976, -0.029437104240059853, 1008.0, 335.0, -0.004109414294362068, -0.2964286506175995, -0.8384243249893188, 1.9081761837005615, -1.0613911151885986, -0.0009236158803105354], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25382325053215027, -0.12048007547855377, 0.02834414690732956, -0.3102720081806183, 0.46759599447250366, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3948981761932373, 0.658547580242157, -0.12093386054039001, -1.4118317365646362, 0.529550313949585, 0.5186769366264343, 0.5836206078529358, -0.27694299817085266, -0.40978100895881653, 0.2430659979581833, 1.7319549322128296, -1.0377402305603027, 0.8798539638519287, 1009.0, 1001.0, 0.0038405917584896088, -0.2961146831512451, -0.838146984577179, 1.9081817865371704, -1.0613791942596436, -0.0005723950453102589], "mean": [-0.19952420890331268, 0.6046733260154724, 0.4513925313949585, -1.4119726419448853, -0.25389260053634644, -0.12055652588605881, 0.028278496116399765, -0.31032198667526245, 0.4675751030445099, 0.22823785245418549, -1.5732375383377075, -1.121134877204895, -0.7462766766548157, 0.19272685050964355, 0.5265145301818848, -0.4471205174922943, -1.5859979391098022, 0.2870992124080658, 0.2684774100780487, 0.3349648416042328, -0.30490151047706604, -0.4302738606929779, 0.1433374285697937, 1.5394166707992554, -1.5508977174758911, 0.3654592037200928, 1008.386474609375, 785.1294555664062, -0.0004825678770430386, -0.29629018902778625, -0.8382228016853333, 1.9081906080245972, -1.0613807439804077, -0.0008410441805608571], "std": [2.6120260372408666e-05, 2.2994057871983387e-05, 2.4011531422729604e-05, 3.3114603866124526e-05, 2.1734105757786892e-05, 2.3432390662492253e-05, 1.735088517307304e-05, 1.7349826521240175e-05, 8.249247002822813e-06, 1.5277510101441294e-05, 1.0609626770019531e-05, 2.1457672119140625e-06, 1.0728836059570312e-06, 0.13277171552181244, 0.05846605449914932, 0.14505237340927124, 0.058276474475860596, 0.09693644195795059, 0.23278926312923431, 0.1812548041343689, 0.01285021286457777, 0.011925611644983292, 0.059269871562719345, 0.13728097081184387, 0.21849878132343292, 0.28345444798469543, 0.4869448244571686, 291.4053955078125, 0.0036134226247668266, 8.805017569102347e-05, 5.625238918582909e-05, 9.812200005399063e-06, 5.501902705873363e-06, 6.8965062382631e-05], "count": [533]}, "timestamp": {"min": [0.0], "max": [17.733333333333334], "mean": [8.866666666666669], "std": [5.128785864553564], "count": [533]}, "frame_index": {"min": [0], "max": [532], "mean": [266.0], "std": [153.8635759366069], "count": [533]}, "episode_index": {"min": [52], "max": [52], "mean": [52.0], "std": [0.0], "count": [533]}, "index": {"min": [32614], "max": [33146], "mean": [32880.0], "std": [153.8635759366069], "count": [533]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [533]}, "gripper_open_scale_state": {"min": [1.0, 0.33500000834465027], "max": [1.0, 1.0], "mean": [1.0, 0.7845459669325187], "std": [0.0, 0.29097343848492613], "count": [533]}, "gripper_open_scale_action": {"min": [1.0, 0.33500000834465027], "max": [1.0, 1.0], "mean": [1.0, 0.7845459669325187], "std": [0.0, 0.29097343848492613], "count": [533]}, "eef_direction_state": {"mean": [6.0, 4.76547842401501], "std": [0.0, 1.864894809643535], "min": [6, 0], "max": [6, 6], "count": [533]}, "eef_velocity_state": {"mean": [0.0, 0.6135084427767354], "std": [0.0, 0.7896881603783006], "min": [0, 0], "max": [0, 2], "count": [533]}, "eef_acc_mag_state": {"mean": [0.0, 0.5403377110694184], "std": [0.0, 0.792060436997977], "min": [0, 0], "max": [0, 2], "count": [533]}, "eef_direction_action": {"mean": [6.0, 4.76547842401501], "std": [0.0, 1.864894809643535], "min": [6, 0], "max": [6, 6], "count": [533]}, "eef_velocity_action": {"mean": [0.0, 0.6135084427767354], "std": [0.0, 0.7896881603783006], "min": [0, 0], "max": [0, 2], "count": [533]}, "eef_acc_mag_action": {"mean": [0.0, 0.5403377110694184], "std": [0.0, 0.792060436997977], "min": [0, 0], "max": [0, 2], "count": [533]}, "eef_sim_pose_state": {"mean": [-0.31032198667526245, 0.467574805021286, 0.22823795676231384, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.30488476157188416, -0.43038076162338257, 0.14331082999706268, 1.5395214557647705, -1.55104398727417, 0.3652186691761017], "std": [1.7360214769723825e-05, 8.24632661533542e-06, 1.5259085557772778e-05, 0.0, 0.0, 0.0, 0.012836592271924019, 0.012000667862594128, 0.05922865495085716, 0.13728410005569458, 0.21817994117736816, 0.28307831287384033], "min": [-0.31036901473999023, 0.46755000948905945, 0.22818799316883087, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3277910053730011, -0.467615008354187, 0.0609470009803772, 1.2385576963424683, -1.7829145193099976, -0.029437104240059853], "max": [-0.3102720081806183, 0.46759599447250366, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27694299817085266, -0.40978100895881653, 0.2430659979581833, 1.7319549322128296, -1.0377402305603027, 0.8798539638519287], "count": [533]}, "eef_sim_pose_action": {"mean": [-0.31032198667526245, 0.4675750732421875, 0.2282378375530243, -1.5732375383377075, -1.121134877204895, -0.7462766766548157, -0.30488482117652893, -0.4303804636001587, 0.1433107703924179, 1.5395222902297974, -1.551046371459961, 0.36521896719932556], "std": [1.7360209312755615e-05, 8.24979997560149e-06, 1.5259534848155454e-05, 1.0609626770019531e-05, 2.1457672119140625e-06, 1.0728836059570312e-06, 0.012836593203246593, 0.012000668793916702, 0.05922866240143776, 0.1372840702533722, 0.21817992627620697, 0.28307825326919556], "min": [-0.31036901473999023, 0.46755000948905945, 0.22818799316883087, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3277910053730011, -0.467615008354187, 0.0609470009803772, 1.2385576963424683, -1.7829145193099976, -0.029437104240059853], "max": [-0.3102720081806183, 0.46759599447250366, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27694299817085266, -0.40978100895881653, 0.2430659979581833, 1.7319549322128296, -1.0377402305603027, 0.8798539638519287], "count": [533]}, "gripper_mode_state": {"mean": [0.0, 0.28330206378986866], "std": [0.0, 0.4506018247214153], "min": [0, 0], "max": [0, 1], "count": [533]}, "gripper_activity_state": {"mean": [2.0, 1.7410881801125704], "std": [0.0, 0.603725408886326], "min": [2, 0], "max": [2, 2], "count": [533]}, "gripper_mode_action": {"mean": [0.0, 0.28330206378986866], "std": [0.0, 0.4506018247214153], "min": [0, 0], "max": [0, 1], "count": [533]}, "gripper_activity_action": {"mean": [2.0, 1.7410881801125704], "std": [0.0, 0.603725408886326], "min": [2, 0], "max": [2, 2], "count": [533]}}} +{"episode_index": 29, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4113478758169935]], [[0.41986182087418306]], [[0.4175541173066449]]], "std": [[[0.20779406672703668]], [[0.20627113160571742]], [[0.20336065626312344]]], "count": [120]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3316132880582789]], [[0.31607353281590417]], [[0.3316701610157952]]], "std": [[[0.2494535802944932]], [[0.2585065887198297]], [[0.2461174605500516]]], "count": [120]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.425052217796841]], [[0.43039541292211325]], [[0.4237817010484749]]], "std": [[[0.2724994539806632]], [[0.2707508468704127]], [[0.27430225545549314]]], "count": [120]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3746586873638344]], [[0.36884385723039215]], [[0.3878171058006536]]], "std": [[[0.24758518832795898]], [[0.24909977197655137]], [[0.2524495028680835]]], "count": [120]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.310371994972229, 0.4675469994544983, 0.2281849980354309, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.09286896884441376, 0.3599916100502014, -0.660362720489502, -1.7563421726226807, 0.004625122062861919, -0.15022049844264984, -0.02839650586247444, -0.3423849940299988, -0.4676220118999481, 0.05951499938964844, 1.3510510921478271, -1.747550368309021, -0.04502497985959053, 1008.0, 335.0, -0.004487270023673773, -0.29668617248535156, -0.838322103023529, 1.9081794023513794, -1.0613919496536255, -0.0009226666879840195], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12049752473831177, 0.028326693922281265, -0.3102790117263794, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.374355673789978, 0.6374640464782715, -0.10049605369567871, -1.411884069442749, 0.3709522783756256, 0.4432089030742645, 0.5648234486579895, -0.27665600180625916, -0.3953540027141571, 0.2369060069322586, 1.7782012224197388, -1.045853614807129, 0.8902246356010437, 1009.0, 1003.0, 0.003985342103987932, -0.2965451776981354, -0.8382618427276611, 1.9081809520721436, -1.0613815784454346, -0.0006654211319983006], "mean": [-0.19952340424060822, 0.6046608090400696, 0.45138946175575256, -1.4119755029678345, -0.25389325618743896, -0.12055202573537827, 0.028277333825826645, -0.31032291054725647, 0.46757423877716064, 0.22823196649551392, -1.5732380151748657, -1.1211369037628174, -0.7462766766548157, 0.15736432373523712, 0.49245771765708923, -0.434553325176239, -1.58738112449646, 0.2156950682401657, 0.2386402040719986, 0.31135663390159607, -0.31382954120635986, -0.4249490201473236, 0.13743938505649567, 1.5550063848495483, -1.510046362876892, 0.3810957670211792, 1008.3237915039062, 752.310302734375, 0.0002901698462665081, -0.29658952355384827, -0.8382867574691772, 1.9081918001174927, -1.0613902807235718, -0.0008180459844879806], "std": [2.555647188273724e-05, 1.9455357687547803e-05, 2.5482962882961147e-05, 2.9051911042188294e-05, 2.4166207367670722e-05, 1.8978797015734017e-05, 1.447387785447063e-05, 1.6406314898631535e-05, 7.768013347231317e-06, 1.5071795132826082e-05, 1.1086463928222656e-05, 1.1920928955078125e-07, 1.0728836059570312e-06, 0.12457796186208725, 0.061046384274959564, 0.1351238191127777, 0.0688742995262146, 0.09496850520372391, 0.20185716450214386, 0.18635673820972443, 0.016037413850426674, 0.016861680895090103, 0.056813810020685196, 0.11523376405239105, 0.231129452586174, 0.2605227530002594, 0.46791720390319824, 305.72711181640625, 0.003804458538070321, 7.28870736566023e-06, 1.2218728443258442e-05, 1.0952389857266098e-05, 5.314024747349322e-06, 2.837575630110223e-05], "count": [593]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.310371994972229, 0.4675469994544983, 0.2281849980354309, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.09286896884441376, 0.3599916100502014, -0.660362720489502, -1.7563421726226807, 0.004625122062861919, -0.1503775715827942, -0.02839650586247444, -0.3423849940299988, -0.4676220118999481, 0.05951499938964844, 1.3510510921478271, -1.747550368309021, -0.04502497985959053, 1008.0, 335.0, -0.004487270023673773, -0.29668617248535156, -0.838322103023529, 1.9081794023513794, -1.0613919496536255, -0.0009226666879840195], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12049752473831177, 0.028326693922281265, -0.3102790117263794, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.374355673789978, 0.6374640464782715, -0.10049605369567871, -1.411884069442749, 0.3709522783756256, 0.4432089030742645, 0.5648234486579895, -0.27665600180625916, -0.3953540027141571, 0.2369060069322586, 1.7782012224197388, -1.045853614807129, 0.8902246356010437, 1009.0, 1003.0, 0.003985342103987932, -0.2965451776981354, -0.8382618427276611, 1.9081809520721436, -1.0613815784454346, -0.0006654211319983006], "mean": [-0.19952340424060822, 0.6046609878540039, 0.45138952136039734, -1.411975383758545, -0.25389325618743896, -0.12055202573537827, 0.028277363628149033, -0.31032291054725647, 0.46757426857948303, 0.2282320111989975, -1.5732380151748657, -1.1211369037628174, -0.7462766766548157, 0.156875342130661, 0.49204978346824646, -0.4339681565761566, -1.5876232385635376, 0.2152760922908783, 0.2385900765657425, 0.3114253282546997, -0.31385353207588196, -0.4248550534248352, 0.13745319843292236, 1.5548495054244995, -1.50991952419281, 0.3813371956348419, 1008.3237915039062, 752.310302734375, 0.00030196274747140706, -0.29658952355384827, -0.838286817073822, 1.9081918001174927, -1.0613902807235718, -0.0008182412711903453], "std": [2.555647188273724e-05, 1.961085945367813e-05, 2.545593451941386e-05, 2.9050223020021804e-05, 2.4166207367670722e-05, 1.8978797015734017e-05, 1.4485591236734763e-05, 1.640653863432817e-05, 7.765481313981581e-06, 1.5124456695048138e-05, 1.1086463928222656e-05, 1.1920928955078125e-07, 1.0728836059570312e-06, 0.12498342990875244, 0.06110691651701927, 0.13579922914505005, 0.06850863993167877, 0.09534816443920135, 0.20194990932941437, 0.18623878061771393, 0.01604345627129078, 0.016780419275164604, 0.05683683231472969, 0.11527301371097565, 0.23136313259601593, 0.26092642545700073, 0.46791720390319824, 305.72711181640625, 0.0038027972914278507, 7.293186627066461e-06, 1.2251291082066018e-05, 1.0955163816106506e-05, 5.310526375978952e-06, 2.8643089535762556e-05], "count": [593]}, "timestamp": {"min": [0.0], "max": [19.733333333333334], "mean": [9.866666666666667], "std": [5.706137047074843], "count": [593]}, "frame_index": {"min": [0], "max": [592], "mean": [296.0], "std": [171.18411141224527], "count": [593]}, "episode_index": {"min": [55], "max": [55], "mean": [55.0], "std": [0.0], "count": [593]}, "index": {"min": [34280], "max": [34872], "mean": [34576.0], "std": [171.18411141224527], "count": [593]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [593]}, "gripper_open_scale_state": {"min": [1.0, 0.33500000834465027], "max": [1.0, 1.0], "mean": [1.0, 0.7506863401973428], "std": [0.0, 0.30439575466010127], "count": [593]}, "gripper_open_scale_action": {"min": [1.0, 0.33500000834465027], "max": [1.0, 1.0], "mean": [1.0, 0.7506863401973428], "std": [0.0, 0.30439575466010127], "count": [593]}, "eef_direction_state": {"mean": [6.0, 4.6475548060708265], "std": [0.0, 1.9742605738875378], "min": [6, 0], "max": [6, 6], "count": [593]}, "eef_velocity_state": {"mean": [0.0, 0.6104553119730185], "std": [0.0, 0.7671756496039909], "min": [0, 0], "max": [0, 2], "count": [593]}, "eef_acc_mag_state": {"mean": [0.0, 0.6138279932546374], "std": [0.0, 0.8239323005221342], "min": [0, 0], "max": [0, 2], "count": [593]}, "eef_direction_action": {"mean": [6.0, 4.6475548060708265], "std": [0.0, 1.9742605738875378], "min": [6, 0], "max": [6, 6], "count": [593]}, "eef_velocity_action": {"mean": [0.0, 0.6104553119730185], "std": [0.0, 0.7671756496039909], "min": [0, 0], "max": [0, 2], "count": [593]}, "eef_acc_mag_action": {"mean": [0.0, 0.6138279932546374], "std": [0.0, 0.8239323005221342], "min": [0, 0], "max": [0, 2], "count": [593]}, "eef_sim_pose_state": {"mean": [-0.3103227913379669, 0.46757423877716064, 0.2282319813966751, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.3138295114040375, -0.4249490797519684, 0.13743935525417328, 1.5550073385238647, -1.510043978691101, 0.38109615445137024], "std": [1.640598384256009e-05, 7.768028808641247e-06, 1.5071782399900258e-05, 0.0, 0.0, 5.960464477539063e-08, 0.016037413850426674, 0.016861675307154655, 0.05681382119655609, 0.11523374170064926, 0.2311294823884964, 0.260522723197937], "min": [-0.310371994972229, 0.4675469994544983, 0.2281849980354309, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3423849940299988, -0.4676220118999481, 0.05951499938964844, 1.3510510921478271, -1.747550368309021, -0.04502497985959053], "max": [-0.3102790117263794, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27665600180625916, -0.3953540027141571, 0.2369060069322586, 1.7782012224197388, -1.045853614807129, 0.8902246356010437], "count": [593]}, "eef_sim_pose_action": {"mean": [-0.31032291054725647, 0.46757423877716064, 0.22823196649551392, -1.5732380151748657, -1.1211369037628174, -0.7462766766548157, -0.31382954120635986, -0.4249490201473236, 0.13743938505649567, 1.5550063848495483, -1.510046362876892, 0.3810957670211792], "std": [1.6406314898631535e-05, 7.768013347231317e-06, 1.5071795132826082e-05, 1.1086463928222656e-05, 1.1920928955078125e-07, 1.0728836059570312e-06, 0.016037413850426674, 0.016861680895090103, 0.056813810020685196, 0.11523376405239105, 0.231129452586174, 0.2605227530002594], "min": [-0.310371994972229, 0.4675469994544983, 0.2281849980354309, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3423849940299988, -0.4676220118999481, 0.05951499938964844, 1.3510510921478271, -1.747550368309021, -0.04502497985959053], "max": [-0.3102790117263794, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27665600180625916, -0.3953540027141571, 0.2369060069322586, 1.7782012224197388, -1.045853614807129, 0.8902246356010437], "count": [593]}, "gripper_mode_state": {"mean": [0.0, 0.33895446880269814], "std": [0.0, 0.4733543460045316], "min": [0, 0], "max": [0, 1], "count": [593]}, "gripper_activity_state": {"mean": [2.0, 1.775716694772344], "std": [0.0, 0.5648058067454911], "min": [2, 0], "max": [2, 2], "count": [593]}, "gripper_mode_action": {"mean": [0.0, 0.33895446880269814], "std": [0.0, 0.4733543460045316], "min": [0, 0], "max": [0, 1], "count": [593]}, "gripper_activity_action": {"mean": [2.0, 1.775716694772344], "std": [0.0, 0.5648058067454911], "min": [2, 0], "max": [2, 2], "count": [593]}}} +{"episode_index": 30, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4113045507265406]], [[0.4209310880602241]], [[0.4174590172006302]]], "std": [[[0.2118402561124252]], [[0.2092084209488094]], [[0.20636273127454935]]], "count": [112]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34449135591736696]], [[0.32999904440943045]], [[0.34399058451505604]]], "std": [[[0.26498925420353514]], [[0.2730867708879145]], [[0.2613870765766333]]], "count": [112]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4413121425653595]], [[0.4479992668942577]], [[0.44195478087068163]]], "std": [[[0.28573860115413935]], [[0.28470251230334054]], [[0.2861209747827345]]], "count": [112]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3862598695728291]], [[0.37559389953898226]], [[0.3990612270950047]]], "std": [[[0.27168061868240934]], [[0.27275253953107065]], [[0.2789637755766307]]], "count": [112]}, "observation.state": {"min": [-0.1996307522058487, 0.6045994758605957, 0.4513246715068817, -1.4120759963989258, -0.25396284461021423, -0.1206720620393753, 0.02822197414934635, -0.3103649914264679, 0.4675469994544983, 0.22816599905490875, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.12437216192483902, 0.29045769572257996, -0.6056292653083801, -1.7962579727172852, -0.059725165367126465, -0.12060225009918213, -0.028326693922281265, -0.3421190083026886, -0.46759098768234253, 0.044902998954057693, 1.3567460775375366, -1.7657854557037354, 0.05227983742952347, 1008.0, 330.0, -0.004425233695656061, -0.2968083620071411, -0.8383181095123291, 1.9081794023513794, -1.0613934993743896, -0.0011106173042207956], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.4119539260864258, -0.25384068489074707, -0.12046262621879578, 0.028326693922281265, -0.31027600169181824, 0.4675990045070648, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.28984683752059937, 0.6691592335700989, -0.1396961510181427, -1.4119539260864258, 0.38554322719573975, 0.5043827295303345, 0.48839548230171204, -0.27463600039482117, -0.3855209946632385, 0.2282620072364807, 1.7163572311401367, -1.1049102544784546, 0.8348363041877747, 1009.0, 1003.0, 0.0037747956812381744, -0.2965451776981354, -0.8381271958351135, 1.9081848859786987, -1.0613807439804077, -0.0007071879226714373], "mean": [-0.19952262938022614, 0.6046712398529053, 0.45138925313949585, -1.4119902849197388, -0.2538953423500061, -0.1205415353178978, 0.028277268633246422, -0.31031885743141174, 0.46757400035858154, 0.2282334566116333, -1.5732375383377075, -1.1211353540420532, -0.7462766766548157, 0.1034470722079277, 0.44087421894073486, -0.42451274394989014, -1.6397252082824707, 0.18242581188678741, 0.25298792123794556, 0.2626740634441376, -0.31435370445251465, -0.41120362281799316, 0.11733255535364151, 1.5437713861465454, -1.5148403644561768, 0.4251072406768799, 1008.3192749023438, 779.0440063476562, 0.00036800449015572667, -0.29668426513671875, -0.8381822109222412, 1.9081910848617554, -1.0613945722579956, -0.0009975798893719912], "std": [2.7348531148163602e-05, 2.353424861212261e-05, 2.5900166292558424e-05, 2.031527583312709e-05, 2.475156361469999e-05, 2.23297938646283e-05, 1.6031601262511685e-05, 1.5275390978786163e-05, 8.300949048134498e-06, 1.4112011740508024e-05, 1.0609626770019531e-05, 1.6689300537109375e-06, 1.0728836059570312e-06, 0.11664744466543198, 0.09451261162757874, 0.12873616814613342, 0.07680825144052505, 0.12366029620170593, 0.2113182097673416, 0.15640594065189362, 0.018134862184524536, 0.01664268597960472, 0.05485474690794945, 0.10569975525140762, 0.22875496745109558, 0.23024097084999084, 0.4661921560764313, 295.4851989746094, 0.003660727757960558, 5.212783798924647e-05, 4.7140980313997716e-05, 9.802407475945074e-06, 7.381140676443465e-06, 8.092977077467367e-05], "count": [545]}, "action": {"min": [-0.1996307522058487, 0.6045994758605957, 0.4513246715068817, -1.4120759963989258, -0.25396284461021423, -0.1206720620393753, 0.02822197414934635, -0.3103649914264679, 0.4675469994544983, 0.22816599905490875, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.12437216192483902, 0.29045769572257996, -0.6056292653083801, -1.7962579727172852, -0.059725165367126465, -0.12060225009918213, -0.028326693922281265, -0.3421190083026886, -0.46759098768234253, 0.044902998954057693, 1.3567460775375366, -1.7657854557037354, 0.05227983742952347, 1008.0, 330.0, -0.004425233695656061, -0.2968083620071411, -0.8383181095123291, 1.9081794023513794, -1.0613934993743896, -0.0011106173042207956], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.4119539260864258, -0.25384068489074707, -0.12046262621879578, 0.028326693922281265, -0.31027600169181824, 0.4675990045070648, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.28984683752059937, 0.6691592335700989, -0.1396961510181427, -1.4119539260864258, 0.38554322719573975, 0.5043827295303345, 0.48839548230171204, -0.27463600039482117, -0.3855209946632385, 0.2282620072364807, 1.7163572311401367, -1.1049102544784546, 0.8348363041877747, 1009.0, 1003.0, 0.0037747956812381744, -0.2965451776981354, -0.8381271958351135, 1.9081848859786987, -1.0613807439804077, -0.0007071879226714373], "mean": [-0.19952261447906494, 0.6046711206436157, 0.4513891339302063, -1.4119901657104492, -0.2538953721523285, -0.12054148316383362, 0.028277302160859108, -0.31031885743141174, 0.46757400035858154, 0.2282334715127945, -1.5732375383377075, -1.1211353540420532, -0.7462766766548157, 0.10285764187574387, 0.4403061866760254, -0.42394953966140747, -1.6400432586669922, 0.18185429275035858, 0.253072053194046, 0.262734591960907, -0.31441184878349304, -0.411079078912735, 0.11727923154830933, 1.543533205986023, -1.5148135423660278, 0.4252599775791168, 1008.3192749023438, 779.0477294921875, 0.00038216737448237836, -0.2966845631599426, -0.8381825089454651, 1.9081910848617554, -1.0613945722579956, -0.000997320283204317], "std": [2.7348567527951673e-05, 2.353929630771745e-05, 2.5909421310643665e-05, 2.0369947378640063e-05, 2.4751760065555573e-05, 2.2330290448735468e-05, 1.604318094905466e-05, 1.5277450074790977e-05, 8.30625413072994e-06, 1.4120655578153674e-05, 1.0609626770019531e-05, 1.6689300537109375e-06, 1.0728836059570312e-06, 0.11697176098823547, 0.0944567620754242, 0.12928757071495056, 0.07622119039297104, 0.1240476444363594, 0.2111784964799881, 0.1562996655702591, 0.018172545358538628, 0.01647351309657097, 0.05476102605462074, 0.1057792603969574, 0.2288019210100174, 0.23048135638237, 0.4661921560764313, 295.48822021484375, 0.003658648580312729, 5.190116644371301e-05, 4.749087383970618e-05, 9.805571608012542e-06, 7.371074389084242e-06, 8.08484765002504e-05], "count": [545]}, "timestamp": {"min": [0.0], "max": [18.133333333333333], "mean": [9.066666666666668], "std": [5.244256117145903], "count": [545]}, "frame_index": {"min": [0], "max": [544], "mean": [272.0], "std": [157.3276835143771], "count": [545]}, "episode_index": {"min": [56], "max": [56], "mean": [56.0], "std": [0.0], "count": [545]}, "index": {"min": [34873], "max": [35417], "mean": [35145.0], "std": [157.3276835143771], "count": [545]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [545]}, "gripper_open_scale_state": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.778205505915738], "std": [0.0, 0.294853751437412], "count": [545]}, "gripper_open_scale_action": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.778205505915738], "std": [0.0, 0.294853751437412], "count": [545]}, "eef_direction_state": {"mean": [6.0, 4.528440366972477], "std": [0.0, 2.06313610677235], "min": [6, 0], "max": [6, 6], "count": [545]}, "eef_velocity_state": {"mean": [0.0, 0.6220183486238532], "std": [0.0, 0.7616204113858023], "min": [0, 0], "max": [0, 2], "count": [545]}, "eef_acc_mag_state": {"mean": [0.0, 0.5706422018348624], "std": [0.0, 0.8031249462692099], "min": [0, 0], "max": [0, 2], "count": [545]}, "eef_direction_action": {"mean": [6.0, 4.528440366972477], "std": [0.0, 2.06313610677235], "min": [6, 0], "max": [6, 6], "count": [545]}, "eef_velocity_action": {"mean": [0.0, 0.6220183486238532], "std": [0.0, 0.7616204113858023], "min": [0, 0], "max": [0, 2], "count": [545]}, "eef_acc_mag_action": {"mean": [0.0, 0.5706422018348624], "std": [0.0, 0.8031249462692099], "min": [0, 0], "max": [0, 2], "count": [545]}, "eef_sim_pose_state": {"mean": [-0.3103189766407013, 0.4675736427307129, 0.22823332250118256, -1.5732269287109375, -1.121137022972107, -0.7462754845619202, -0.3143537938594818, -0.41120365262031555, 0.1173325851559639, 1.5437735319137573, -1.5148407220840454, 0.42510730028152466], "std": [1.527506537968293e-05, 8.292927304864861e-06, 1.4111482414591592e-05, 0.0, 0.0, 1.1920928955078125e-07, 0.01813485473394394, 0.016642684116959572, 0.05485476553440094, 0.10569975525140762, 0.22875496745109558, 0.23024092614650726], "min": [-0.3103649914264679, 0.4675469994544983, 0.22816599905490875, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3421190083026886, -0.46759098768234253, 0.044902998954057693, 1.3567460775375366, -1.7657854557037354, 0.05227983742952347], "max": [-0.31027600169181824, 0.4675990045070648, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27463600039482117, -0.3855209946632385, 0.2282620072364807, 1.7163572311401367, -1.1049102544784546, 0.8348363041877747], "count": [545]}, "eef_sim_pose_action": {"mean": [-0.31031885743141174, 0.46757400035858154, 0.2282334566116333, -1.5732375383377075, -1.1211353540420532, -0.7462766766548157, -0.31435370445251465, -0.41120362281799316, 0.11733255535364151, 1.5437713861465454, -1.5148403644561768, 0.4251072406768799], "std": [1.5275390978786163e-05, 8.300949048134498e-06, 1.4112011740508024e-05, 1.0609626770019531e-05, 1.6689300537109375e-06, 1.0728836059570312e-06, 0.018134862184524536, 0.01664268597960472, 0.05485474690794945, 0.10569975525140762, 0.22875496745109558, 0.23024097084999084], "min": [-0.3103649914264679, 0.4675469994544983, 0.22816599905490875, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3421190083026886, -0.46759098768234253, 0.044902998954057693, 1.3567460775375366, -1.7657854557037354, 0.05227983742952347], "max": [-0.31027600169181824, 0.4675990045070648, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27463600039482117, -0.3855209946632385, 0.2282620072364807, 1.7163572311401367, -1.1049102544784546, 0.8348363041877747], "count": [545]}, "gripper_mode_state": {"mean": [0.0, 0.29357798165137616], "std": [0.0, 0.45540086774278626], "min": [0, 0], "max": [0, 1], "count": [545]}, "gripper_activity_state": {"mean": [2.0, 1.7412844036697248], "std": [0.0, 0.6004907792758242], "min": [2, 0], "max": [2, 2], "count": [545]}, "gripper_mode_action": {"mean": [0.0, 0.29357798165137616], "std": [0.0, 0.45540086774278626], "min": [0, 0], "max": [0, 1], "count": [545]}, "gripper_activity_action": {"mean": [2.0, 1.7412844036697248], "std": [0.0, 0.6004907792758241], "min": [2, 0], "max": [2, 2], "count": [545]}}} +{"episode_index": 31, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41399023355519576]], [[0.4227789751604005]], [[0.4201938972836841]]], "std": [[[0.21025051019417787]], [[0.2076127335769238]], [[0.20472275360644307]]], "count": [109]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3345574200245847]], [[0.32109100670084545]], [[0.3338264488517119]]], "std": [[[0.25878202641424647]], [[0.2667279943797614]], [[0.25495836551129786]]], "count": [109]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42959277747796365]], [[0.43633067060922226]], [[0.43084173187623676]]], "std": [[[0.28039778258116516]], [[0.2767333733251059]], [[0.2803393752276613]]], "count": [109]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36706769240570847]], [[0.36439342919889667]], [[0.3751496053696708]]], "std": [[[0.24713850232403714]], [[0.2507082652902158]], [[0.24887834468085016]]], "count": [109]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12065461277961731, 0.02822197414934635, -0.31036999821662903, 0.4675529897212982, 0.22812500596046448, -1.5733972787857056, -1.1216340065002441, -0.7462777495384216, -0.13542009890079498, 0.3323456048965454, -0.6369230151176453, -1.8075677156448364, -0.09349728375673294, -0.14158111810684204, -0.06956882774829865, -0.32877400517463684, -0.46760499477386475, 0.04620800167322159, 1.37565016746521, -1.7779908180236816, 0.00827756617218256, 1008.0, 332.0, -0.004425233695656061, -0.296943724155426, -0.838314950466156, 1.9081794023513794, -1.0613926649093628, -0.0011704197386279702], "max": [-0.19945622980594635, 0.604791522026062, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12049752473831177, 0.028326693922281265, -0.310247004032135, 0.4676010012626648, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.30777138471603394, 0.6941348910331726, -0.1206895187497139, -1.411901593208313, 0.48921579122543335, 0.4873831868171692, 0.5104040503501892, -0.2697190046310425, -0.38786301016807556, 0.22829000651836395, 1.752497673034668, -0.9595909118652344, 0.8848130702972412, 1009.0, 1003.0, 0.003440177533775568, -0.2963647246360779, -0.8380835652351379, 1.9081841707229614, -1.0613815784454346, -0.0003740027314051986], "mean": [-0.19952070713043213, 0.6046712398529053, 0.451387882232666, -1.4119703769683838, -0.25389939546585083, -0.1205635666847229, 0.028278345242142677, -0.3103225827217102, 0.4675743281841278, 0.2282375991344452, -1.5732377767562866, -1.1211354732513428, -0.7462766766548157, 0.1224769577383995, 0.4986126124858856, -0.4301685094833374, -1.6439285278320312, 0.21719734370708466, 0.24235278367996216, 0.30249881744384766, -0.30709367990493774, -0.41158220171928406, 0.13169977068901062, 1.569456934928894, -1.512794852256775, 0.38420724868774414, 1008.364501953125, 774.343505859375, -0.0003442725574132055, -0.29668450355529785, -0.8381452560424805, 1.908190369606018, -1.06139075756073, -0.0010190783068537712], "std": [2.5900786567945033e-05, 1.985000380955171e-05, 2.512316859792918e-05, 2.1558204025495797e-05, 2.3145908926380798e-05, 2.446531107125338e-05, 1.7126163584180176e-05, 1.637071000004653e-05, 8.129180969262961e-06, 1.5131703548831865e-05, 1.2884363968623802e-05, 2.1833451683050953e-05, 1.0728836059570312e-06, 0.1429702788591385, 0.08017448335886002, 0.14832600951194763, 0.08311790972948074, 0.13576529920101166, 0.2421180158853531, 0.18724215030670166, 0.015061361715197563, 0.018483949825167656, 0.06021931394934654, 0.09523791819810867, 0.2500552237033844, 0.28922659158706665, 0.4812892973423004, 296.3421936035156, 0.003473230404779315, 2.9831324354745448e-05, 5.5021682783262804e-05, 8.883664122549817e-06, 4.6194077185646165e-06, 0.00010609495075186715], "count": [524]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12065461277961731, 0.02822197414934635, -0.31036999821662903, 0.4675529897212982, 0.22812500596046448, -1.5733972787857056, -1.1216340065002441, -0.7462777495384216, -0.13542009890079498, 0.3323456048965454, -0.6369230151176453, -1.8075677156448364, -0.09349728375673294, -0.14165093004703522, -0.06956882774829865, -0.32877400517463684, -0.46760499477386475, 0.04620800167322159, 1.37565016746521, -1.7779908180236816, 0.00827756617218256, 1008.0, 332.0, -0.004425233695656061, -0.296943724155426, -0.838314950466156, 1.9081794023513794, -1.0613926649093628, -0.0011704197386279702], "max": [-0.19945622980594635, 0.604791522026062, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12049752473831177, 0.028326693922281265, -0.310247004032135, 0.4676010012626648, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.30777138471603394, 0.6941348910331726, -0.1206895187497139, -1.411901593208313, 0.48921579122543335, 0.4873831868171692, 0.5104040503501892, -0.2697190046310425, -0.38786301016807556, 0.22829000651836395, 1.752497673034668, -0.9595909118652344, 0.8848130702972412, 1009.0, 1003.0, 0.003440177533775568, -0.2963647246360779, -0.8380835652351379, 1.9081841707229614, -1.0613815784454346, -0.0003740027314051986], "mean": [-0.19952073693275452, 0.6046711802482605, 0.45138782262802124, -1.4119704961776733, -0.25389939546585083, -0.1205635666847229, 0.028278378769755363, -0.31032249331474304, 0.4675743281841278, 0.2282375693321228, -1.5732377767562866, -1.1211354732513428, -0.7462766766548157, 0.12185357511043549, 0.498103529214859, -0.4295501410961151, -1.644309163093567, 0.21653439104557037, 0.2423124462366104, 0.3024216592311859, -0.30711087584495544, -0.4114554524421692, 0.13168223202228546, 1.569314956665039, -1.5124881267547607, 0.38446244597435, 1008.3663940429688, 774.3397216796875, -0.00033617543522268534, -0.2966843545436859, -0.8381456732749939, 1.908190369606018, -1.06139075756073, -0.0010189333697780967], "std": [2.589627547422424e-05, 1.9971987057942897e-05, 2.5170673325192183e-05, 2.1557396394200623e-05, 2.3145908926380798e-05, 2.446531107125338e-05, 1.713537312753033e-05, 1.637995956116356e-05, 8.136848919093609e-06, 1.5134616660361644e-05, 1.2884363968623802e-05, 2.1833451683050953e-05, 1.0728836059570312e-06, 0.14334438741207123, 0.08034580200910568, 0.14891041815280914, 0.08250898867845535, 0.1364307552576065, 0.24218028783798218, 0.18738673627376556, 0.015070165507495403, 0.018326519057154655, 0.0601925291121006, 0.09528765827417374, 0.25063344836235046, 0.28960469365119934, 0.4818246066570282, 296.3387145996094, 0.0034692983608692884, 2.991579458466731e-05, 5.5515673011541367e-05, 8.88705653778743e-06, 4.614015324477805e-06, 0.00010623812704579905], "count": [524]}, "timestamp": {"min": [0.0], "max": [17.433333333333334], "mean": [8.716666666666665], "std": [5.042183169135281], "count": [524]}, "frame_index": {"min": [0], "max": [523], "mean": [261.5], "std": [151.26549507405844], "count": [524]}, "episode_index": {"min": [59], "max": [59], "mean": [59.0], "std": [0.0], "count": [524]}, "index": {"min": [36855], "max": [37378], "mean": [37116.5], "std": [151.26549507405844], "count": [524]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [524]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.7734255729285815], "std": [0.0, 0.29563716961598374], "count": [524]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.7734255729285815], "std": [0.0, 0.29563716961598374], "count": [524]}, "eef_direction_state": {"mean": [6.0, 4.442748091603053], "std": [0.0, 2.0892684915232707], "min": [6, 0], "max": [6, 6], "count": [524]}, "eef_velocity_state": {"mean": [0.0, 0.6965648854961832], "std": [0.0, 0.8016607485174351], "min": [0, 0], "max": [0, 2], "count": [524]}, "eef_acc_mag_state": {"mean": [0.0, 0.6507633587786259], "std": [0.0, 0.8301219613517586], "min": [0, 0], "max": [0, 2], "count": [524]}, "eef_direction_action": {"mean": [6.0, 4.442748091603053], "std": [0.0, 2.0892684915232707], "min": [6, 0], "max": [6, 6], "count": [524]}, "eef_velocity_action": {"mean": [0.0, 0.6965648854961832], "std": [0.0, 0.8016607485174351], "min": [0, 0], "max": [0, 2], "count": [524]}, "eef_acc_mag_action": {"mean": [0.0, 0.6507633587786259], "std": [0.0, 0.8301219613517586], "min": [0, 0], "max": [0, 2], "count": [524]}, "eef_sim_pose_state": {"mean": [-0.3103225827217102, 0.46757403016090393, 0.22823764383792877, -1.5732272863388062, -1.1211378574371338, -0.7462756037712097, -0.3070938289165497, -0.411582350730896, 0.13169974088668823, 1.5694574117660522, -1.5127955675125122, 0.38420727849006653], "std": [1.6370722732972354e-05, 8.123834049911238e-06, 1.513160896138288e-05, 7.434744475176558e-06, 2.1690395442419685e-05, 9.373827225545028e-08, 0.015061364509165287, 0.018483949825167656, 0.060219306498765945, 0.09523788839578629, 0.250055193901062, 0.28922656178474426], "min": [-0.31036999821662903, 0.4675529897212982, 0.22812500596046448, -1.5733972787857056, -1.1216340065002441, -0.7462777495384216, -0.32877400517463684, -0.46760499477386475, 0.04620800167322159, 1.37565016746521, -1.7779908180236816, 0.00827756617218256], "max": [-0.310247004032135, 0.4676010012626648, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2697190046310425, -0.38786301016807556, 0.22829000651836395, 1.752497673034668, -0.9595909118652344, 0.8848130702972412], "count": [524]}, "eef_sim_pose_action": {"mean": [-0.3103225827217102, 0.4675743281841278, 0.2282375991344452, -1.5732377767562866, -1.1211354732513428, -0.7462766766548157, -0.30709367990493774, -0.41158220171928406, 0.13169977068901062, 1.569456934928894, -1.512794852256775, 0.38420724868774414], "std": [1.637071000004653e-05, 8.129180969262961e-06, 1.5131703548831865e-05, 1.2884363968623802e-05, 2.1833451683050953e-05, 1.0728836059570312e-06, 0.015061361715197563, 0.018483949825167656, 0.06021931394934654, 0.09523791819810867, 0.2500552237033844, 0.28922659158706665], "min": [-0.31036999821662903, 0.4675529897212982, 0.22812500596046448, -1.5733972787857056, -1.1216340065002441, -0.7462777495384216, -0.32877400517463684, -0.46760499477386475, 0.04620800167322159, 1.37565016746521, -1.7779908180236816, 0.00827756617218256], "max": [-0.310247004032135, 0.4676010012626648, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2697190046310425, -0.38786301016807556, 0.22829000651836395, 1.752497673034668, -0.9595909118652344, 0.8848130702972412], "count": [524]}, "gripper_mode_state": {"mean": [0.0, 0.29770992366412213], "std": [0.0, 0.457251271202198], "min": [0, 0], "max": [0, 1], "count": [524]}, "gripper_activity_state": {"mean": [2.0, 1.734732824427481], "std": [0.0, 0.6086649490649724], "min": [2, 0], "max": [2, 2], "count": [524]}, "gripper_mode_action": {"mean": [0.0, 0.29770992366412213], "std": [0.0, 0.457251271202198], "min": [0, 0], "max": [0, 1], "count": [524]}, "gripper_activity_action": {"mean": [2.0, 1.734732824427481], "std": [0.0, 0.6086649490649724], "min": [2, 0], "max": [2, 2], "count": [524]}}} +{"episode_index": 32, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41519034231339597]], [[0.424071910872192]], [[0.42101157178557697]]], "std": [[[0.2110165094234607]], [[0.20918807714000354]], [[0.20635604087041293]]], "count": [119]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33541349309331575]], [[0.32058419838523644]], [[0.33288336560114246]]], "std": [[[0.26112642286642174]], [[0.26987833784164933]], [[0.25713392612685254]]], "count": [119]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43285263566210797]], [[0.43926623002142035]], [[0.43326334823144946]]], "std": [[[0.28295934417652036]], [[0.28067269286363666]], [[0.2845819258310677]]], "count": [119]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3761901500796397]], [[0.37500244411490086]], [[0.38197894697094525]]], "std": [[[0.26051743765339114]], [[0.2626588198350419]], [[0.2602279583737547]]], "count": [119]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31036800146102905, 0.46754899621009827, 0.22819000482559204, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.02710496261715889, 0.3199886679649353, -0.6327341794967651, -1.7416292428970337, 0.0015533430268988013, -0.12054989486932755, -0.028291787952184677, -0.3264180123806, -0.4675990045070648, 0.025614000856876373, 1.3511420488357544, -1.7346017360687256, 0.023033013567328453, 1008.0, 332.0, -0.004662098363041878, -0.2964211106300354, -0.8380756378173828, 1.9081802368164062, -1.0613871812820435, -0.0012757859658449888], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.31027698516845703, 0.46759501099586487, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.32936108112335205, 0.6954439282417297, -0.13281956315040588, -1.4116047620773315, 0.4819028675556183, 0.5986828207969666, 0.4945739507675171, -0.2701300084590912, -0.41682198643684387, 0.22897100448608398, 1.6545624732971191, -1.1125541925430298, 0.7902485132217407, 1009.0, 1003.0, 0.0037747956812381744, -0.29626885056495667, -0.8380471467971802, 1.9081809520721436, -1.0613824129104614, -0.0011742167407646775], "mean": [-0.19952066242694855, 0.6046634912490845, 0.45139244198799133, -1.4119888544082642, -0.2539084255695343, -0.1205337792634964, 0.028278527781367302, -0.31032100319862366, 0.4675736725330353, 0.22823023796081543, -1.5732378959655762, -1.1211367845535278, -0.7462766766548157, 0.1644926369190216, 0.4447600841522217, -0.37946203351020813, -1.5844323635101318, 0.1706104278564453, 0.2559651732444763, 0.3019391596317291, -0.301937460899353, -0.4360444247722626, 0.1434442102909088, 1.533840298652649, -1.4588356018066406, 0.4459798038005829, 1008.3169555664062, 809.6796875, -0.0006610742420889437, -0.29633787274360657, -0.8380625247955322, 1.9081918001174927, -1.0613876581192017, -0.0012147524394094944], "std": [2.4920287614804693e-05, 2.0444371330086142e-05, 2.4036920876824297e-05, 2.342136576771736e-05, 2.433448207739275e-05, 2.5493862267467193e-05, 1.7996937458519824e-05, 1.5577621525153518e-05, 7.982403076312039e-06, 1.4311793165688869e-05, 1.0967254638671875e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.091617152094841, 0.11089145392179489, 0.1506454199552536, 0.09354562312364578, 0.11735360324382782, 0.272715300321579, 0.1602984368801117, 0.013679958879947662, 0.01614534668624401, 0.06667006015777588, 0.07665363699197769, 0.2094345986843109, 0.289506196975708, 0.4652886688709259, 283.5331115722656, 0.003662983188405633, 1.7995149391936138e-05, 5.337427410267992e-06, 1.104659077100223e-05, 2.921338818850927e-06, 2.6742131012724712e-05], "count": [590]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31036800146102905, 0.46754899621009827, 0.22819000482559204, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.02710496261715889, 0.3199886679649353, -0.6327341794967651, -1.7416292428970337, 0.0015533430268988013, -0.12054989486932755, -0.028291787952184677, -0.3264180123806, -0.4675990045070648, 0.025614000856876373, 1.3511420488357544, -1.7346017360687256, 0.023033013567328453, 1008.0, 332.0, -0.004662098363041878, -0.2964211106300354, -0.8380756378173828, 1.9081802368164062, -1.0613871812820435, -0.0012757859658449888], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.31027698516845703, 0.46759501099586487, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.32936108112335205, 0.6954439282417297, -0.13281956315040588, -1.4116921424865723, 0.4819028675556183, 0.5986828207969666, 0.4945739507675171, -0.2701300084590912, -0.41682198643684387, 0.22897100448608398, 1.6545624732971191, -1.1125541925430298, 0.7902485132217407, 1009.0, 1003.0, 0.0037747956812381744, -0.29626885056495667, -0.8380471467971802, 1.9081809520721436, -1.0613824129104614, -0.0011742167407646775], "mean": [-0.19952070713043213, 0.6046634316444397, 0.4513924717903137, -1.4119887351989746, -0.25390851497650146, -0.12053386867046356, 0.02827855385839939, -0.31032103300094604, 0.4675736725330353, 0.22823023796081543, -1.5732378959655762, -1.1211367845535278, -0.7462766766548157, 0.16428035497665405, 0.4442853629589081, -0.37893033027648926, -1.5845630168914795, 0.17018908262252808, 0.25611770153045654, 0.30233070254325867, -0.3019326329231262, -0.4360244870185852, 0.14340537786483765, 1.5337951183319092, -1.458956241607666, 0.446025013923645, 1008.3186645507812, 809.6796875, -0.0006608192925341427, -0.2963378131389618, -0.8380625247955322, 1.9081918001174927, -1.061387538909912, -0.0012146657099947333], "std": [2.4915922040236183e-05, 2.0449706426006742e-05, 2.3999862605705857e-05, 2.345393477298785e-05, 2.437442890368402e-05, 2.5458080926910043e-05, 1.7975737137021497e-05, 1.560776581754908e-05, 8.00768884801073e-06, 1.4304134310805239e-05, 1.0967254638671875e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.09168068319559097, 0.11080532521009445, 0.15094374120235443, 0.09335758537054062, 0.11750156432390213, 0.27252957224845886, 0.1597728282213211, 0.013677469454705715, 0.01611367054283619, 0.06662727147340775, 0.07663869857788086, 0.20926079154014587, 0.2895548343658447, 0.46595078706741333, 283.5331115722656, 0.003663285868242383, 1.804754720069468e-05, 5.335802597983275e-06, 1.104659077100223e-05, 2.812909542626585e-06, 2.6771907869260758e-05], "count": [590]}, "timestamp": {"min": [0.0], "max": [19.633333333333333], "mean": [9.816666666666668], "std": [5.677269492360645], "count": [590]}, "frame_index": {"min": [0], "max": [589], "mean": [294.5], "std": [170.31808477081933], "count": [590]}, "episode_index": {"min": [60], "max": [60], "mean": [60.0], "std": [0.0], "count": [590]}, "index": {"min": [37379], "max": [37968], "mean": [37673.5], "std": [170.31808477081933], "count": [590]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [590]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8085033891564709], "std": [0.0, 0.28273512129358935], "count": [590]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8085033891564709], "std": [0.0, 0.28273512129358935], "count": [590]}, "eef_direction_state": {"mean": [6.0, 4.4], "std": [0.0, 2.0250967752560634], "min": [6, 0], "max": [6, 6], "count": [590]}, "eef_velocity_state": {"mean": [0.0, 0.7372881355932204], "std": [0.0, 0.7413680220352962], "min": [0, 0], "max": [0, 2], "count": [590]}, "eef_acc_mag_state": {"mean": [0.0, 0.6271186440677966], "std": [0.0, 0.8109066924681784], "min": [0, 0], "max": [0, 2], "count": [590]}, "eef_direction_action": {"mean": [6.0, 4.4], "std": [0.0, 2.0250967752560634], "min": [6, 0], "max": [6, 6], "count": [590]}, "eef_velocity_action": {"mean": [0.0, 0.7372881355932204], "std": [0.0, 0.7413680220352962], "min": [0, 0], "max": [0, 2], "count": [590]}, "eef_acc_mag_action": {"mean": [0.0, 0.6271186440677966], "std": [0.0, 0.8109066924681784], "min": [0, 0], "max": [0, 2], "count": [590]}, "eef_sim_pose_state": {"mean": [-0.31032100319862366, 0.4675733745098114, 0.22823020815849304, -1.5732269287109375, -1.121137022972107, -0.7462754845619202, -0.30193740129470825, -0.43604421615600586, 0.1434442549943924, 1.5338412523269653, -1.4588356018066406, 0.44597965478897095], "std": [1.557763243908994e-05, 7.976096640049946e-06, 1.4311759514384903e-05, 0.0, 0.0, 1.1920928955078125e-07, 0.013679959811270237, 0.01614534854888916, 0.06667005270719528, 0.07665364444255829, 0.20943468809127808, 0.289506196975708], "min": [-0.31036800146102905, 0.46754899621009827, 0.22819000482559204, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3264180123806, -0.4675990045070648, 0.025614000856876373, 1.3511420488357544, -1.7346017360687256, 0.023033013567328453], "max": [-0.31027698516845703, 0.46759501099586487, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2701300084590912, -0.41682198643684387, 0.22897100448608398, 1.6545624732971191, -1.1125541925430298, 0.7902485132217407], "count": [590]}, "eef_sim_pose_action": {"mean": [-0.31032100319862366, 0.4675736725330353, 0.22823023796081543, -1.5732378959655762, -1.1211367845535278, -0.7462766766548157, -0.301937460899353, -0.4360444247722626, 0.1434442102909088, 1.533840298652649, -1.4588356018066406, 0.4459798038005829], "std": [1.5577621525153518e-05, 7.982403076312039e-06, 1.4311793165688869e-05, 1.0967254638671875e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.013679958879947662, 0.01614534668624401, 0.06667006015777588, 0.07665363699197769, 0.2094345986843109, 0.289506196975708], "min": [-0.31036800146102905, 0.46754899621009827, 0.22819000482559204, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3264180123806, -0.4675990045070648, 0.025614000856876373, 1.3511420488357544, -1.7346017360687256, 0.023033013567328453], "max": [-0.31027698516845703, 0.46759501099586487, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2701300084590912, -0.41682198643684387, 0.22897100448608398, 1.6545624732971191, -1.1125541925430298, 0.7902485132217407], "count": [590]}, "gripper_mode_state": {"mean": [0.0, 0.24915254237288137], "std": [0.0, 0.43252231503358446], "min": [0, 0], "max": [0, 1], "count": [590]}, "gripper_activity_state": {"mean": [2.0, 1.769491525423729], "std": [0.0, 0.5714252882903204], "min": [2, 0], "max": [2, 2], "count": [590]}, "gripper_mode_action": {"mean": [0.0, 0.24915254237288137], "std": [0.0, 0.4325223150335844], "min": [0, 0], "max": [0, 1], "count": [590]}, "gripper_activity_action": {"mean": [2.0, 1.769491525423729], "std": [0.0, 0.5714252882903204], "min": [2, 0], "max": [2, 2], "count": [590]}}} +{"episode_index": 33, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4144455153683095]], [[0.4231025915621504]], [[0.4197444098510275]]], "std": [[[0.21019947362521793]], [[0.2089270564854073]], [[0.20610363223566117]]], "count": [111]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3309816765294707]], [[0.3168457648825296]], [[0.32976243890949775]]], "std": [[[0.25897249514085624]], [[0.2671508199751677]], [[0.25570314578384956]]], "count": [111]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4324232706971678]], [[0.4388394460637108]], [[0.4329330304569275]]], "std": [[[0.2827281692862051]], [[0.280403975982528]], [[0.28446067298206157]]], "count": [111]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3786978559441795]], [[0.3774650588088088]], [[0.3853390394070541]]], "std": [[[0.2570067007541374]], [[0.25986246203357666]], [[0.25690798680918814]]], "count": [111]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12061969935894012, 0.028204521164298058, -0.31036800146102905, 0.46754899621009827, 0.22819100320339203, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, 0.032620202749967575, 0.27700120210647583, -0.5785242915153503, -1.7285043001174927, 0.03855432569980621, -0.12060225009918213, -0.02834414690732956, -0.32172098755836487, -0.467602014541626, 0.031408000737428665, 1.1784255504608154, -1.8203059434890747, 0.06884919852018356, 1008.0, 333.0, -0.004669617861509323, -0.29649817943573, -0.8380700945854187, 1.9081802368164062, -1.0613871812820435, -0.0012045926414430141], "max": [-0.19945622980594635, 0.6047565937042236, 0.45146432518959045, -1.4118491411209106, -0.25385814905166626, -0.12042772024869919, 0.02834414690732956, -0.3102779984474182, 0.46759799122810364, 0.22834299504756927, -1.5723901987075806, -1.121137022972107, -0.7456094622612, 0.25987952947616577, 0.6791076064109802, -0.06948155909776688, -1.411919116973877, 0.4090353846549988, 0.7173478007316589, 0.4598942697048187, -0.26308000087738037, -0.4054909944534302, 0.2282630056142807, 1.6118396520614624, -1.121137022972107, 0.9112344980239868, 1009.0, 1003.0, 0.0037447179201990366, -0.29607895016670227, -0.8380550742149353, 1.9081872701644897, -1.0613815784454346, -0.001166622736491263], "mean": [-0.19951826333999634, 0.6046707630157471, 0.451387882232666, -1.4119735956192017, -0.25391513109207153, -0.12056839466094971, 0.028269300237298012, -0.3103230893611908, 0.4675733149051666, 0.22823722660541534, -1.5732358694076538, -1.1211352348327637, -0.7462754249572754, 0.1654617190361023, 0.41862952709198, -0.36665862798690796, -1.5900864601135254, 0.19371215999126434, 0.30181676149368286, 0.2613256275653839, -0.3004339635372162, -0.43885767459869385, 0.1424351930618286, 1.471287488937378, -1.4798310995101929, 0.4907611310482025, 1008.4456787109375, 820.0899047851562, 0.0006116962758824229, -0.29626816511154175, -0.8380668759346008, 1.9081906080245972, -1.0613809823989868, -0.0011797492625191808], "std": [2.538237822591327e-05, 2.5255496439058334e-05, 2.4830747861415148e-05, 2.931992094090674e-05, 2.343001324334182e-05, 2.4220242266892456e-05, 1.8456801626598462e-05, 1.617057205294259e-05, 8.120601705741137e-06, 1.5280915249604732e-05, 3.766998270293698e-05, 9.521793799649458e-06, 2.881954424083233e-05, 0.0630965456366539, 0.11736967414617538, 0.15152719616889954, 0.10437896102666855, 0.08415628969669342, 0.29075613617897034, 0.14543966948986053, 0.013344183564186096, 0.020800014957785606, 0.06399576365947723, 0.09939408302307129, 0.22196243703365326, 0.28340160846710205, 0.49704310297966003, 276.6399841308594, 0.0035448772832751274, 4.058985359733924e-05, 4.2882479647232685e-06, 8.429292392975185e-06, 3.990459390479373e-06, 4.856008217757335e-06], "count": [534]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12061969935894012, 0.028204521164298058, -0.31036800146102905, 0.46754899621009827, 0.22819100320339203, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, 0.032620202749967575, 0.27700120210647583, -0.5785242915153503, -1.7285043001174927, 0.03855432569980621, -0.12060225009918213, -0.02834414690732956, -0.32172098755836487, -0.467602014541626, 0.031408000737428665, 1.1784255504608154, -1.8203059434890747, 0.06884919852018356, 1008.0, 333.0, -0.004669617861509323, -0.29649817943573, -0.8380700945854187, 1.9081802368164062, -1.0613871812820435, -0.0012045926414430141], "max": [-0.19945622980594635, 0.6047565937042236, 0.45146432518959045, -1.4118491411209106, -0.25385814905166626, -0.12042772024869919, 0.02834414690732956, -0.3102779984474182, 0.46759799122810364, 0.22834299504756927, -1.5723901987075806, -1.121137022972107, -0.7456094622612, 0.25987952947616577, 0.6791076064109802, -0.06948155909776688, -1.411919116973877, 0.4090353846549988, 0.7173478007316589, 0.4598942697048187, -0.26308000087738037, -0.4054909944534302, 0.2282630056142807, 1.6118396520614624, -1.121137022972107, 0.9112344980239868, 1009.0, 1003.0, 0.0037371984217315912, -0.29607895016670227, -0.8380550742149353, 1.9081872701644897, -1.0613815784454346, -0.001166622736491263], "mean": [-0.19951820373535156, 0.6046707034111023, 0.451387882232666, -1.4119737148284912, -0.2539151608943939, -0.12056834995746613, 0.02826933190226555, -0.3103230893611908, 0.46757328510284424, 0.22823716700077057, -1.5732358694076538, -1.1211352348327637, -0.7462754249572754, 0.16524143517017365, 0.41801920533180237, -0.36595746874809265, -1.5902378559112549, 0.19331783056259155, 0.30212104320526123, 0.261665940284729, -0.3004188537597656, -0.43884938955307007, 0.14242355525493622, 1.470973014831543, -1.4799838066101074, 0.4910126328468323, 1008.44384765625, 820.0936279296875, 0.0006001071888022125, -0.29626786708831787, -0.8380668759346008, 1.9081906080245972, -1.0613809823989868, -0.0011797473998740315], "std": [2.5452389309066348e-05, 2.524632145650685e-05, 2.4830747861415148e-05, 2.9401360734482296e-05, 2.3484521079808474e-05, 2.42566875385819e-05, 1.845016777224373e-05, 1.617289126443211e-05, 8.142396836774424e-06, 1.529756627860479e-05, 3.766998270293698e-05, 9.521793799649458e-06, 2.881954424083233e-05, 0.06318248808383942, 0.11724809557199478, 0.15199889242649078, 0.10417907685041428, 0.08436639606952667, 0.2903987765312195, 0.14497363567352295, 0.01333756372332573, 0.020789429545402527, 0.06398069858551025, 0.09933669865131378, 0.22174353897571564, 0.2836877703666687, 0.49683326482772827, 276.642333984375, 0.0035447324626147747, 4.075055767316371e-05, 4.285503564460669e-06, 8.421585334872361e-06, 3.991860012320103e-06, 4.856463874602923e-06], "count": [534]}, "timestamp": {"min": [0.0], "max": [17.766666666666666], "mean": [8.883333333333335], "std": [5.138408385944109], "count": [534]}, "frame_index": {"min": [0], "max": [533], "mean": [266.5], "std": [154.15225157832327], "count": [534]}, "episode_index": {"min": [61], "max": [61], "mean": [61.0], "std": [0.0], "count": [534]}, "index": {"min": [37969], "max": [38502], "mean": [38235.5], "std": [154.15225157832327], "count": [534]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [534]}, "gripper_open_scale_state": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.8186067416984937], "std": [0.0, 0.27566257688236717], "count": [534]}, "gripper_open_scale_action": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.8186067416984937], "std": [0.0, 0.27566257688236717], "count": [534]}, "eef_direction_state": {"mean": [6.0, 4.647940074906367], "std": [0.0, 1.9467695002351146], "min": [6, 0], "max": [6, 6], "count": [534]}, "eef_velocity_state": {"mean": [0.0, 0.6816479400749064], "std": [0.0, 0.7787920996522582], "min": [0, 0], "max": [0, 2], "count": [534]}, "eef_acc_mag_state": {"mean": [0.0, 0.6161048689138576], "std": [0.0, 0.8076199579586588], "min": [0, 0], "max": [0, 2], "count": [534]}, "eef_direction_action": {"mean": [6.0, 4.647940074906367], "std": [0.0, 1.9467695002351146], "min": [6, 0], "max": [6, 6], "count": [534]}, "eef_velocity_action": {"mean": [0.0, 0.6816479400749064], "std": [0.0, 0.7787920996522582], "min": [0, 0], "max": [0, 2], "count": [534]}, "eef_acc_mag_action": {"mean": [0.0, 0.6161048689138576], "std": [0.0, 0.8076199579586588], "min": [0, 0], "max": [0, 2], "count": [534]}, "eef_sim_pose_state": {"mean": [-0.31032297015190125, 0.4675733149051666, 0.22823722660541534, -1.5732252597808838, -1.1211373805999756, -0.7462743520736694, -0.30043384432792664, -0.438857764005661, 0.1424351930618286, 1.4712872505187988, -1.4798312187194824, 0.4907618463039398], "std": [1.6170037270057946e-05, 8.12061807664577e-06, 1.5280913430615328e-05, 3.6175071727484465e-05, 9.266739652957767e-06, 2.879975909308996e-05, 0.013344182632863522, 0.020800011232495308, 0.06399575620889664, 0.09939408302307129, 0.2219623625278473, 0.28340163826942444], "min": [-0.31036800146102905, 0.46754899621009827, 0.22819100320339203, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.32172098755836487, -0.467602014541626, 0.031408000737428665, 1.1784255504608154, -1.8203059434890747, 0.06884919852018356], "max": [-0.3102779984474182, 0.46759799122810364, 0.22834299504756927, -1.5723901987075806, -1.121137022972107, -0.7456094622612, -0.26308000087738037, -0.4054909944534302, 0.2282630056142807, 1.6118396520614624, -1.121137022972107, 0.9112344980239868], "count": [534]}, "eef_sim_pose_action": {"mean": [-0.3103230893611908, 0.4675733149051666, 0.22823722660541534, -1.5732358694076538, -1.1211352348327637, -0.7462754249572754, -0.3004339635372162, -0.43885767459869385, 0.1424351930618286, 1.471287488937378, -1.4798310995101929, 0.4907611310482025], "std": [1.617057205294259e-05, 8.120601705741137e-06, 1.5280915249604732e-05, 3.766998270293698e-05, 9.521793799649458e-06, 2.881954424083233e-05, 0.013344183564186096, 0.020800014957785606, 0.06399576365947723, 0.09939408302307129, 0.22196243703365326, 0.28340160846710205], "min": [-0.31036800146102905, 0.46754899621009827, 0.22819100320339203, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.32172098755836487, -0.467602014541626, 0.031408000737428665, 1.1784255504608154, -1.8203059434890747, 0.06884919852018356], "max": [-0.3102779984474182, 0.46759799122810364, 0.22834299504756927, -1.5723901987075806, -1.121137022972107, -0.7456094622612, -0.26308000087738037, -0.4054909944534302, 0.2282630056142807, 1.6118396520614624, -1.121137022972107, 0.9112344980239868], "count": [534]}, "gripper_mode_state": {"mean": [0.0, 0.22846441947565543], "std": [0.0, 0.41984333805517], "min": [0, 0], "max": [0, 1], "count": [534]}, "gripper_activity_state": {"mean": [2.0, 1.743445692883895], "std": [0.0, 0.5993942946500052], "min": [2, 0], "max": [2, 2], "count": [534]}, "gripper_mode_action": {"mean": [0.0, 0.22846441947565543], "std": [0.0, 0.41984333805517], "min": [0, 0], "max": [0, 1], "count": [534]}, "gripper_activity_action": {"mean": [2.0, 1.743445692883895], "std": [0.0, 0.5993942946500052], "min": [2, 0], "max": [2, 2], "count": [534]}}} +{"episode_index": 34, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.418914383461718]], [[0.4271325170693277]], [[0.42421560421043414]]], "std": [[[0.21120182956204778]], [[0.2103069281901679]], [[0.20708762167835912]]], "count": [112]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3337770847922502]], [[0.31978247001925775]], [[0.33589396774334734]]], "std": [[[0.26007879258749655]], [[0.26839809756292715]], [[0.25766927923537314]]], "count": [112]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4331364142010971]], [[0.43943858689309057]], [[0.43324848637371616]]], "std": [[[0.283014333209526]], [[0.28058161323450537]], [[0.28476998636222733]]], "count": [112]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38287981807306254]], [[0.3814564969216853]], [[0.39023135686566296]]], "std": [[[0.2584787101134649]], [[0.25946599883612037]], [[0.258591202290882]]], "count": [112]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.1206895187497139, 0.028204521164298058, -0.31037598848342896, 0.46754899621009827, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.0193033404648304, 0.2831098735332489, -0.5619261860847473, -1.7563421726226807, 0.0345575213432312, -0.12061969935894012, -0.028379054740071297, -0.32690200209617615, -0.4718259871006012, 0.03665199875831604, 1.2883981466293335, -1.8020708560943604, 0.10811646282672882, 1008.0, 332.0, -0.004212807398289442, -0.2961823642253876, -0.8380851745605469, 1.9081841707229614, -1.0613887310028076, -0.0011780137429013848], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.028326693922281265, -0.3102630078792572, 0.4676010012626648, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.202231302857399, 0.6720913648605347, -0.07482226938009262, -1.3618454933166504, 0.3643898367881775, 0.6032730340957642, 0.4714832305908203, -0.284960001707077, -0.39190900325775146, 0.23145300149917603, 1.7647137641906738, -1.121137022972107, 0.9170058965682983, 1009.0, 1003.0, 0.003994741477072239, -0.29612407088279724, -0.8380241394042969, 1.9081896543502808, -1.0613784790039062, -0.000560054846573621], "mean": [-0.1995157152414322, 0.6046693325042725, 0.4513890743255615, -1.4119665622711182, -0.25392383337020874, -0.12055322527885437, 0.028267018496990204, -0.31032782793045044, 0.467572420835495, 0.2282366007566452, -1.5732375383377075, -1.1211352348327637, -0.7462766766548157, 0.11040419340133667, 0.4337431490421295, -0.3376319706439972, -1.6041114330291748, 0.2050849199295044, 0.19746151566505432, 0.2667849063873291, -0.3033657670021057, -0.4285297095775604, 0.15024761855602264, 1.528062343597412, -1.470018982887268, 0.5505036115646362, 1008.3032836914062, 823.7371215820312, 0.0005657816072925925, -0.2961618900299072, -0.838068962097168, 1.9081916809082031, -1.0613880157470703, -0.0008917416562326252], "std": [2.453174238326028e-05, 2.0526209482341073e-05, 2.4346642021555454e-05, 3.011864646396134e-05, 2.376167685724795e-05, 2.1992125766701065e-05, 1.7396159819327295e-05, 1.662019349168986e-05, 8.184099897334818e-06, 1.4518251191475429e-05, 1.0609626770019531e-05, 1.7881393432617188e-06, 1.0728836059570312e-06, 0.06300899386405945, 0.102393738925457, 0.15175515413284302, 0.11817418038845062, 0.06765598803758621, 0.25887033343315125, 0.13291460275650024, 0.009870357811450958, 0.025114111602306366, 0.06134026125073433, 0.09502977877855301, 0.20113670825958252, 0.2745978534221649, 0.4596867859363556, 274.53155517578125, 0.003560177516192198, 4.796896519110305e-06, 8.445959792879876e-06, 7.262087819981389e-06, 2.6319407879782375e-06, 0.00012141933984821662], "count": [544]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.1206895187497139, 0.028204521164298058, -0.31037598848342896, 0.46754899621009827, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.0193033404648304, 0.2831098735332489, -0.5619261860847473, -1.7563421726226807, 0.0345575213432312, -0.12061969935894012, -0.028379054740071297, -0.32690200209617615, -0.4718259871006012, 0.03665199875831604, 1.2883981466293335, -1.8020708560943604, 0.10811646282672882, 1008.0, 332.0, -0.004212807398289442, -0.2961823642253876, -0.8380851745605469, 1.9081841707229614, -1.0613887310028076, -0.0011780137429013848], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.028326693922281265, -0.3102630078792572, 0.4676010012626648, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.202231302857399, 0.6720913648605347, -0.07482226938009262, -1.3618454933166504, 0.3643898367881775, 0.6032730340957642, 0.4714832305908203, -0.284960001707077, -0.39190900325775146, 0.23145300149917603, 1.7647137641906738, -1.121137022972107, 0.9170058965682983, 1009.0, 1003.0, 0.003994741477072239, -0.29612407088279724, -0.8380241394042969, 1.9081896543502808, -1.0613784790039062, -0.000560054846573621], "mean": [-0.19951583445072174, 0.6046693921089172, 0.4513891637325287, -1.4119664430618286, -0.2539237439632416, -0.120553158223629, 0.028267018496990204, -0.3103278577327728, 0.4675723910331726, 0.2282366156578064, -1.5732375383377075, -1.1211352348327637, -0.7462766766548157, 0.11026588082313538, 0.4331947863101959, -0.33700770139694214, -1.6040562391281128, 0.20470352470874786, 0.19756652414798737, 0.2672339379787445, -0.3033844530582428, -0.4285353124141693, 0.15023566782474518, 1.5279088020324707, -1.4702084064483643, 0.5506491661071777, 1008.3032836914062, 823.7334594726562, 0.0005645340424962342, -0.2961618900299072, -0.8380689024925232, 1.9081916809082031, -1.0613880157470703, -0.0008906858274713159], "std": [2.44682451011613e-05, 2.05398682737723e-05, 2.437854891468305e-05, 3.013077912328299e-05, 2.374946780037135e-05, 2.2103895389591344e-05, 1.7396159819327295e-05, 1.6636662621749565e-05, 8.181749763025437e-06, 1.451618936698651e-05, 1.0609626770019531e-05, 1.7881393432617188e-06, 1.0728836059570312e-06, 0.06289557367563248, 0.10227533429861069, 0.15198415517807007, 0.1182706207036972, 0.06796335428953171, 0.25875285267829895, 0.13232791423797607, 0.00989313330501318, 0.025123165920376778, 0.061325713992118835, 0.09502425789833069, 0.20085641741752625, 0.274722695350647, 0.4596867859363556, 274.5293884277344, 0.0035590913612395525, 4.791264473169576e-06, 8.50571996124927e-06, 7.262087819981389e-06, 2.636661065480439e-06, 0.00012142230843892321], "count": [544]}, "timestamp": {"min": [0.0], "max": [18.1], "mean": [9.049999999999999], "std": [5.234633596431452], "count": [544]}, "frame_index": {"min": [0], "max": [543], "mean": [271.5], "std": [157.0390078929436], "count": [544]}, "episode_index": {"min": [62], "max": [62], "mean": [62.0], "std": [0.0], "count": [544]}, "index": {"min": [38503], "max": [39046], "mean": [38774.5], "std": [157.0390078929436], "count": [544]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [544]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.822738968219389], "std": [0.0, 0.2738840865107614], "count": [544]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.822738968219389], "std": [0.0, 0.2738840865107614], "count": [544]}, "eef_direction_state": {"mean": [6.0, 4.880514705882353], "std": [0.0, 1.5888128290223789], "min": [6, 0], "max": [6, 6], "count": [544]}, "eef_velocity_state": {"mean": [0.0, 0.6672794117647058], "std": [0.0, 0.7582603608723332], "min": [0, 0], "max": [0, 2], "count": [544]}, "eef_acc_mag_state": {"mean": [0.0, 0.6084558823529411], "std": [0.0, 0.7993576269109418], "min": [0, 0], "max": [0, 2], "count": [544]}, "eef_direction_action": {"mean": [6.0, 4.880514705882353], "std": [0.0, 1.5888128290223789], "min": [6, 0], "max": [6, 6], "count": [544]}, "eef_velocity_action": {"mean": [0.0, 0.6672794117647058], "std": [0.0, 0.7582603608723332], "min": [0, 0], "max": [0, 2], "count": [544]}, "eef_acc_mag_action": {"mean": [0.0, 0.6084558823529411], "std": [0.0, 0.7993576269109418], "min": [0, 0], "max": [0, 2], "count": [544]}, "eef_sim_pose_state": {"mean": [-0.3103277087211609, 0.4675719738006592, 0.2282366156578064, -1.5732269287109375, -1.121137022972107, -0.7462754845619202, -0.3033659756183624, -0.42852967977523804, 0.1502474546432495, 1.5280616283416748, -1.4700204133987427, 0.5505026578903198], "std": [1.6619816960883327e-05, 8.172546586138196e-06, 1.4518234820570797e-05, 0.0, 0.0, 1.1920928955078125e-07, 0.009870358742773533, 0.02511410601437092, 0.061340268701314926, 0.0950297862291336, 0.20113669335842133, 0.27459800243377686], "min": [-0.31037598848342896, 0.46754899621009827, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32690200209617615, -0.4718259871006012, 0.03665199875831604, 1.2883981466293335, -1.8020708560943604, 0.10811646282672882], "max": [-0.3102630078792572, 0.4676010012626648, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.284960001707077, -0.39190900325775146, 0.23145300149917603, 1.7647137641906738, -1.121137022972107, 0.9170058965682983], "count": [544]}, "eef_sim_pose_action": {"mean": [-0.31032782793045044, 0.467572420835495, 0.2282366007566452, -1.5732375383377075, -1.1211352348327637, -0.7462766766548157, -0.3033657670021057, -0.4285297095775604, 0.15024761855602264, 1.528062343597412, -1.470018982887268, 0.5505036115646362], "std": [1.662019349168986e-05, 8.184099897334818e-06, 1.4518251191475429e-05, 1.0609626770019531e-05, 1.7881393432617188e-06, 1.0728836059570312e-06, 0.009870357811450958, 0.025114111602306366, 0.06134026125073433, 0.09502977877855301, 0.20113670825958252, 0.2745978534221649], "min": [-0.31037598848342896, 0.46754899621009827, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32690200209617615, -0.4718259871006012, 0.03665199875831604, 1.2883981466293335, -1.8020708560943604, 0.10811646282672882], "max": [-0.3102630078792572, 0.4676010012626648, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.284960001707077, -0.39190900325775146, 0.23145300149917603, 1.7647137641906738, -1.121137022972107, 0.9170058965682983], "count": [544]}, "gripper_mode_state": {"mean": [0.0, 0.22426470588235295], "std": [0.0, 0.4170971680290527], "min": [0, 0], "max": [0, 1], "count": [544]}, "gripper_activity_state": {"mean": [2.0, 1.7463235294117647], "std": [0.0, 0.5956222757156742], "min": [2, 0], "max": [2, 2], "count": [544]}, "gripper_mode_action": {"mean": [0.0, 0.22426470588235295], "std": [0.0, 0.4170971680290527], "min": [0, 0], "max": [0, 1], "count": [544]}, "gripper_activity_action": {"mean": [2.0, 1.7463235294117647], "std": [0.0, 0.595622275715674], "min": [2, 0], "max": [2, 2], "count": [544]}}} +{"episode_index": 35, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4052168815714691]], [[0.41471505932082975]], [[0.4105870080278488]]], "std": [[[0.21196991460008208]], [[0.2091128957630876]], [[0.20628033656020112]]], "count": [115]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3290731955100881]], [[0.31441050369423135]], [[0.3228910112958227]]], "std": [[[0.2569630516066691]], [[0.26627728792126615]], [[0.2524676061643177]]], "count": [115]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4292535112958227]], [[0.4355630736714976]], [[0.4286712613668656]]], "std": [[[0.2809159564626944]], [[0.2786603333226226]], [[0.2822187515033617]]], "count": [115]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39090909349246944]], [[0.39089914570900824]], [[0.3970566247513498]]], "std": [[[0.259105676491958]], [[0.26046523205959066]], [[0.2587366296717226]]], "count": [115]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4512898027896881, -1.4120759963989258, -0.2539803087711334, -0.12072442471981049, 0.02822197414934635, -0.31036800146102905, 0.46755000948905945, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.16364207863807678, 0.3038443624973297, -0.7547327280044556, -1.635338544845581, 0.08279842138290405, -0.1327497363090515, -0.02834414690732956, -0.331822007894516, -0.5212309956550598, 0.03654100000858307, 1.3549891710281372, -1.7145378589630127, -0.24470756947994232, 1008.0, 332.0, -0.00537645211443305, -0.296453058719635, -0.8380994200706482, 1.9081857204437256, -1.0621953010559082, -0.0011675719870254397], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.028326693922281265, -0.3102779984474182, 0.4676010012626648, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.6305350661277771, 0.6647086143493652, -0.22682298719882965, -1.1199777126312256, 0.34718090295791626, 0.6586523056030273, 0.6947981119155884, -0.22702300548553467, -0.44372299313545227, 0.22826899588108063, 1.8038135766983032, -1.1175236701965332, 0.8438134789466858, 1009.0, 1002.0, 0.0036356847267597914, -0.2959737181663513, -0.837925910949707, 1.9082047939300537, -1.061118483543396, -0.0007062386721372604], "mean": [-0.19951120018959045, 0.6046752333641052, 0.4513891339302063, -1.411967158317566, -0.2538987994194031, -0.1205657571554184, 0.028279727324843407, -0.3103277087211609, 0.4675712585449219, 0.22824107110500336, -1.5732377767562866, -1.121135950088501, -0.7462766766548157, 0.36241135001182556, 0.45093363523483276, -0.4793035686016083, -1.4121712446212769, 0.17861902713775635, 0.20208977162837982, 0.2964031398296356, -0.29134801030158997, -0.4826124906539917, 0.14453484117984772, 1.5753101110458374, -1.3844294548034668, 0.42007583379745483, 1008.3026733398438, 848.4566650390625, -0.00022102700313553214, -0.296186238527298, -0.8379817605018616, 1.908198595046997, -1.0614291429519653, -0.0008991683716885746], "std": [2.6803065338754095e-05, 2.0223767933202907e-05, 2.5871440811897628e-05, 1.7159276467282325e-05, 2.4650144041515887e-05, 2.5160723453154787e-05, 1.558371150167659e-05, 1.4924877177691087e-05, 8.231071660702582e-06, 1.370654263155302e-05, 1.0848045349121094e-05, 1.0728836059570312e-06, 1.0728836059570312e-06, 0.11951474845409393, 0.09845287352800369, 0.1416587233543396, 0.13917557895183563, 0.07070152461528778, 0.2934109568595886, 0.24377858638763428, 0.02745167165994644, 0.0241402555257082, 0.05739516019821167, 0.09453168511390686, 0.20076458156108856, 0.3791050314903259, 0.4594082236289978, 258.1524353027344, 0.0031667244620621204, 4.6079043386271223e-05, 4.222640200168826e-05, 8.711030204722192e-06, 0.00026766053633764386, 8.581348083680496e-05], "count": [565]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4512898027896881, -1.4120759963989258, -0.2539803087711334, -0.12072442471981049, 0.02822197414934635, -0.31036800146102905, 0.46755000948905945, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.16364207863807678, 0.3038443624973297, -0.7547327280044556, -1.635338544845581, 0.08279842138290405, -0.1327497363090515, -0.02834414690732956, -0.331822007894516, -0.5212309956550598, 0.03654100000858307, 1.3549891710281372, -1.7145378589630127, -0.24470756947994232, 1008.0, 332.0, -0.00537645211443305, -0.296453058719635, -0.8380994200706482, 1.9081857204437256, -1.0621953010559082, -0.0011675719870254397], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.028326693922281265, -0.3102779984474182, 0.4676010012626648, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.6305350661277771, 0.6647086143493652, -0.22682298719882965, -1.1199777126312256, 0.34718090295791626, 0.6586523056030273, 0.6947981119155884, -0.22702300548553467, -0.44372299313545227, 0.22826899588108063, 1.8038135766983032, -1.1175236701965332, 0.8438134789466858, 1009.0, 1002.0, 0.0036356847267597914, -0.2959737181663513, -0.837925910949707, 1.9082047939300537, -1.061118483543396, -0.0007062386721372604], "mean": [-0.19951114058494568, 0.6046752333641052, 0.45138922333717346, -1.411967158317566, -0.2538989782333374, -0.12056570500135422, 0.02827966772019863, -0.3103277385234833, 0.46757131814956665, 0.22824110090732574, -1.5732377767562866, -1.121135950088501, -0.7462766766548157, 0.3626243472099304, 0.4504100978374481, -0.47891363501548767, -1.4116936922073364, 0.17832349240779877, 0.2021002471446991, 0.2967047691345215, -0.2913794219493866, -0.4827054440975189, 0.14451588690280914, 1.575121521949768, -1.384568691253662, 0.4202350378036499, 1008.3009033203125, 848.4566650390625, -0.0002087829343508929, -0.296186238527298, -0.8379817008972168, 1.908198595046997, -1.06143057346344, -0.00089862389722839], "std": [2.6849838832276873e-05, 2.0228095308993943e-05, 2.584557660156861e-05, 1.718258863547817e-05, 2.4669476260896772e-05, 2.5190896849380806e-05, 1.5604889995302074e-05, 1.4927760275895707e-05, 8.24093513074331e-06, 1.3702186151931528e-05, 1.0848045349121094e-05, 1.0728836059570312e-06, 1.0728836059570312e-06, 0.11933135241270065, 0.09842061996459961, 0.1420379877090454, 0.13963772356510162, 0.07073510438203812, 0.29339930415153503, 0.24348196387290955, 0.027483537793159485, 0.024183185771107674, 0.05736924707889557, 0.09464205801486969, 0.2006092369556427, 0.3792605400085449, 0.4586440324783325, 258.1524353027344, 0.003162044333294034, 4.61157615063712e-05, 4.2223677155561745e-05, 8.699848876858596e-06, 0.0002692656125873327, 8.508178871124983e-05], "count": [565]}, "timestamp": {"min": [0.0], "max": [18.8], "mean": [9.4], "std": [5.436706519371611], "count": [565]}, "frame_index": {"min": [0], "max": [564], "mean": [282.0], "std": [163.10119558114832], "count": [565]}, "episode_index": {"min": [68], "max": [68], "mean": [68.0], "std": [0.0], "count": [565]}, "index": {"min": [41830], "max": [42394], "mean": [42112.0], "std": [163.10119558114832], "count": [565]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [565]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8477716824649709], "std": [0.0, 0.2577475646579704], "count": [565]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8477716824649709], "std": [0.0, 0.2577475646579704], "count": [565]}, "eef_direction_state": {"mean": [6.0, 4.6], "std": [0.0, 2.025326369416764], "min": [6, 0], "max": [6, 6], "count": [565]}, "eef_velocity_state": {"mean": [0.0, 0.6584070796460177], "std": [0.0, 0.7654862141284297], "min": [0, 0], "max": [0, 2], "count": [565]}, "eef_acc_mag_state": {"mean": [0.0, 0.6194690265486725], "std": [0.0, 0.8192224250983452], "min": [0, 0], "max": [0, 2], "count": [565]}, "eef_direction_action": {"mean": [6.0, 4.6], "std": [0.0, 2.025326369416764], "min": [6, 0], "max": [6, 6], "count": [565]}, "eef_velocity_action": {"mean": [0.0, 0.6584070796460177], "std": [0.0, 0.7654862141284297], "min": [0, 0], "max": [0, 2], "count": [565]}, "eef_acc_mag_action": {"mean": [0.0, 0.6194690265486725], "std": [0.0, 0.8192224250983452], "min": [0, 0], "max": [0, 2], "count": [565]}, "eef_sim_pose_state": {"mean": [-0.3103275001049042, 0.46757131814956665, 0.22824126482009888, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.2913479208946228, -0.4826124310493469, 0.14453481137752533, 1.5753117799758911, -1.3844283819198608, 0.42007535696029663], "std": [1.4923246453690808e-05, 8.230992534663528e-06, 1.3705105629924219e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.02745167165994644, 0.0241402480751276, 0.05739514157176018, 0.09453184902667999, 0.2007647007703781, 0.37910518050193787], "min": [-0.31036800146102905, 0.46755000948905945, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.331822007894516, -0.5212309956550598, 0.03654100000858307, 1.3549891710281372, -1.7145378589630127, -0.24470756947994232], "max": [-0.3102779984474182, 0.4676010012626648, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22702300548553467, -0.44372299313545227, 0.22826899588108063, 1.8038135766983032, -1.1175236701965332, 0.8438134789466858], "count": [565]}, "eef_sim_pose_action": {"mean": [-0.3103277087211609, 0.4675712585449219, 0.22824107110500336, -1.5732377767562866, -1.121135950088501, -0.7462766766548157, -0.29134801030158997, -0.4826124906539917, 0.14453484117984772, 1.5753101110458374, -1.3844294548034668, 0.42007583379745483], "std": [1.4924877177691087e-05, 8.231071660702582e-06, 1.370654263155302e-05, 1.0848045349121094e-05, 1.0728836059570312e-06, 1.0728836059570312e-06, 0.02745167165994644, 0.0241402555257082, 0.05739516019821167, 0.09453168511390686, 0.20076458156108856, 0.3791050314903259], "min": [-0.31036800146102905, 0.46755000948905945, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.331822007894516, -0.5212309956550598, 0.03654100000858307, 1.3549891710281372, -1.7145378589630127, -0.24470756947994232], "max": [-0.3102779984474182, 0.4676010012626648, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22702300548553467, -0.44372299313545227, 0.22826899588108063, 1.8038135766983032, -1.1175236701965332, 0.8438134789466858], "count": [565]}, "gripper_mode_state": {"mean": [0.0, 0.1929203539823009], "std": [0.0, 0.3945910427286029], "min": [0, 0], "max": [0, 1], "count": [565]}, "gripper_activity_state": {"mean": [2.0, 1.7504424778761063], "std": [0.0, 0.5917012959951621], "min": [2, 0], "max": [2, 2], "count": [565]}, "gripper_mode_action": {"mean": [0.0, 0.1929203539823009], "std": [0.0, 0.3945910427286029], "min": [0, 0], "max": [0, 1], "count": [565]}, "gripper_activity_action": {"mean": [2.0, 1.7504424778761063], "std": [0.0, 0.5917012959951621], "min": [2, 0], "max": [2, 2], "count": [565]}}} +{"episode_index": 36, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40938128980224564]], [[0.41855443131668624]], [[0.41458583493938883]]], "std": [[[0.21127894927743543]], [[0.20895410127991232]], [[0.2060094567167809]]], "count": [117]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.318603749441372]], [[0.3070787438550919]], [[0.3105205575107536]]], "std": [[[0.25575267749673825]], [[0.2631708702146428]], [[0.2517949336654168]]], "count": [117]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4281045297748729]], [[0.43366562098486117]], [[0.4270056054829339]]], "std": [[[0.27982572094589053]], [[0.2769449676130182]], [[0.2809763964117531]]], "count": [117]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38831879329367075]], [[0.3878380205714765]], [[0.3936654394307581]]], "std": [[[0.25509284389771764]], [[0.25607763790054067]], [[0.2535494391899278]]], "count": [117]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12061969935894012, 0.028204521164298058, -0.3103789985179901, 0.4675469994544983, 0.22818799316883087, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1538507640361786, 0.20820032060146332, -0.7156897187232971, -1.760408878326416, -0.05518731102347374, -0.1313709318637848, -0.028326693922281265, -0.319815993309021, -0.5307750105857849, 0.040936000645160675, 1.2221994400024414, -1.69769287109375, -0.14785127341747284, 1008.0, 333.0, -0.00478053092956543, -0.29631394147872925, -0.8381335139274597, 1.908198356628418, -1.0615962743759155, -0.0008932400378398597], "max": [-0.19943878054618835, 0.6047565937042236, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12028809636831284, 0.028326693922281265, -0.3102779984474182, 0.4675999879837036, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5303706526756287, 0.6772052049636841, -0.12257447093725204, -1.1819543838500977, 0.45094072818756104, 0.7467216849327087, 0.6244962215423584, -0.23785400390625, -0.41493600606918335, 0.2282779961824417, 1.7714098691940308, -1.121137022972107, 0.8762229084968567, 1009.0, 1001.0, 0.003703360678628087, -0.29567664861679077, -0.837977409362793, 1.9082317352294922, -1.0612587928771973, -0.0005562579026445746], "mean": [-0.1995149701833725, 0.6046690940856934, 0.45138707756996155, -1.4119701385498047, -0.253916472196579, -0.12055732309818268, 0.028280040249228477, -0.31032487750053406, 0.46757277846336365, 0.22823715209960938, -1.5732378959655762, -1.1211364269256592, -0.7462766766548157, 0.27913230657577515, 0.4088462293148041, -0.3885766267776489, -1.4862006902694702, 0.1656903326511383, 0.30269142985343933, 0.2538215219974518, -0.2935467064380646, -0.470226913690567, 0.14978671073913574, 1.4609568119049072, -1.4178837537765503, 0.4814233183860779, 1008.3483276367188, 835.6031494140625, -0.00020644458709284663, -0.2962145209312439, -0.8381044864654541, 1.9082025289535522, -1.0614993572235107, -0.0008187337080016732], "std": [2.7050024073105305e-05, 2.4518483769497834e-05, 2.5146922780550085e-05, 1.9629507733043283e-05, 2.795244290609844e-05, 2.5166502382489853e-05, 1.708290437818505e-05, 1.4733135685673915e-05, 8.563827577745542e-06, 1.4760931662749499e-05, 1.0967254638671875e-05, 5.960464477539062e-07, 1.0728836059570312e-06, 0.08626017719507217, 0.1452285647392273, 0.14612087607383728, 0.17777743935585022, 0.11716693639755249, 0.3093498945236206, 0.17813588678836823, 0.022350767627358437, 0.0356755368411541, 0.06113274767994881, 0.12582655251026154, 0.20625798404216766, 0.3139301538467407, 0.4764474034309387, 267.8197326660156, 0.0036783390678465366, 4.225087468512356e-05, 3.184834713465534e-05, 7.4807553573918995e-06, 8.305622759507969e-05, 6.362918793456629e-05], "count": [577]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12061969935894012, 0.028204521164298058, -0.3103789985179901, 0.4675469994544983, 0.22818799316883087, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1538507640361786, 0.20820032060146332, -0.7156897187232971, -1.760408878326416, -0.05518731102347374, -0.1313709318637848, -0.028326693922281265, -0.319815993309021, -0.5307750105857849, 0.040936000645160675, 1.2221994400024414, -1.69769287109375, -0.14785127341747284, 1008.0, 333.0, -0.00478053092956543, -0.29631394147872925, -0.8381335139274597, 1.908198356628418, -1.0615962743759155, -0.0008932400378398597], "max": [-0.19943878054618835, 0.6047565937042236, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12028809636831284, 0.028326693922281265, -0.3102779984474182, 0.4675999879837036, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5303706526756287, 0.6772052049636841, -0.12257447093725204, -1.1819543838500977, 0.45094072818756104, 0.7467216849327087, 0.6244962215423584, -0.23785400390625, -0.41493600606918335, 0.2282779961824417, 1.7714098691940308, -1.121137022972107, 0.8762229084968567, 1009.0, 1001.0, 0.003703360678628087, -0.29567664861679077, -0.837977409362793, 1.9082317352294922, -1.0612596273422241, -0.0005562579026445746], "mean": [-0.1995149850845337, 0.6046691536903381, 0.4513871371746063, -1.4119701385498047, -0.2539164423942566, -0.12055741995573044, 0.028280040249228477, -0.31032490730285645, 0.46757271885871887, 0.22823713719844818, -1.5732378959655762, -1.1211364269256592, -0.7462766766548157, 0.27934736013412476, 0.4081666171550751, -0.38802656531333923, -1.485853910446167, 0.16516916453838348, 0.30306485295295715, 0.25410544872283936, -0.2935551106929779, -0.4703323543071747, 0.14975258708000183, 1.4605426788330078, -1.4180039167404175, 0.4815047085285187, 1008.3483276367188, 835.6031494140625, -0.00021937892597634345, -0.2962145507335663, -0.8381043672561646, 1.9082025289535522, -1.061499834060669, -0.0008182450546883047], "std": [2.70498676400166e-05, 2.4517416022717953e-05, 2.51483161264332e-05, 1.9629507733043283e-05, 2.796796070470009e-05, 2.523325201764237e-05, 1.708290437818505e-05, 1.4746756278327666e-05, 8.568522389396094e-06, 1.475981935072923e-05, 1.0967254638671875e-05, 5.960464477539062e-07, 1.0728836059570312e-06, 0.08621591329574585, 0.14522799849510193, 0.14648021757602692, 0.1781166046857834, 0.11744177341461182, 0.30896836519241333, 0.17781637609004974, 0.02235799841582775, 0.035757336765527725, 0.06109442561864853, 0.12584969401359558, 0.20610500872135162, 0.31400513648986816, 0.47644737362861633, 267.8197326660156, 0.003678137669339776, 4.2266256059519947e-05, 3.215228935005143e-05, 7.538568752352148e-06, 8.249316306319088e-05, 6.413555820472538e-05], "count": [577]}, "timestamp": {"min": [0.0], "max": [19.2], "mean": [9.600000000000001], "std": [5.552176750308537], "count": [577]}, "frame_index": {"min": [0], "max": [576], "mean": [288.0], "std": [166.5653025092561], "count": [577]}, "episode_index": {"min": [70], "max": [70], "mean": [70.0], "std": [0.0], "count": [577]}, "index": {"min": [42906], "max": [43482], "mean": [43194.0], "std": [166.5653025092561], "count": [577]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [577]}, "gripper_open_scale_state": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.8349393410947129], "std": [0.0, 0.2674100739858482], "count": [577]}, "gripper_open_scale_action": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.8349393410947129], "std": [0.0, 0.2674100739858482], "count": [577]}, "eef_direction_state": {"mean": [6.0, 4.55632582322357], "std": [0.0, 1.9731382470621504], "min": [6, 0], "max": [6, 6], "count": [577]}, "eef_velocity_state": {"mean": [0.0, 0.707105719237435], "std": [0.0, 0.8002392044366337], "min": [0, 0], "max": [0, 2], "count": [577]}, "eef_acc_mag_state": {"mean": [0.0, 0.6395147313691508], "std": [0.0, 0.8295026428720309], "min": [0, 0], "max": [0, 2], "count": [577]}, "eef_direction_action": {"mean": [6.0, 4.55632582322357], "std": [0.0, 1.9731382470621504], "min": [6, 0], "max": [6, 6], "count": [577]}, "eef_velocity_action": {"mean": [0.0, 0.707105719237435], "std": [0.0, 0.8002392044366337], "min": [0, 0], "max": [0, 2], "count": [577]}, "eef_acc_mag_action": {"mean": [0.0, 0.6395147313691508], "std": [0.0, 0.8295026428720309], "min": [0, 0], "max": [0, 2], "count": [577]}, "eef_sim_pose_state": {"mean": [-0.31032490730285645, 0.4675725996494293, 0.22823703289031982, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.2935469150543213, -0.4702270030975342, 0.14978675544261932, 1.4609566926956177, -1.4178847074508667, 0.4814229905605316], "std": [1.4733074749528896e-05, 8.56159022077918e-06, 1.4760503290744964e-05, 0.0, 0.0, 5.960464477539063e-08, 0.022350775077939034, 0.0356755293905735, 0.0611327588558197, 0.1258266419172287, 0.20625795423984528, 0.31393060088157654], "min": [-0.3103789985179901, 0.4675469994544983, 0.22818799316883087, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.319815993309021, -0.5307750105857849, 0.040936000645160675, 1.2221994400024414, -1.69769287109375, -0.14785127341747284], "max": [-0.3102779984474182, 0.4675999879837036, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23785400390625, -0.41493600606918335, 0.2282779961824417, 1.7714098691940308, -1.121137022972107, 0.8762229084968567], "count": [577]}, "eef_sim_pose_action": {"mean": [-0.31032487750053406, 0.46757277846336365, 0.22823715209960938, -1.5732378959655762, -1.1211364269256592, -0.7462766766548157, -0.2935467064380646, -0.470226913690567, 0.14978671073913574, 1.4609568119049072, -1.4178837537765503, 0.4814233183860779], "std": [1.4733135685673915e-05, 8.563827577745542e-06, 1.4760931662749499e-05, 1.0967254638671875e-05, 5.960464477539062e-07, 1.0728836059570312e-06, 0.022350767627358437, 0.0356755368411541, 0.06113274767994881, 0.12582655251026154, 0.20625798404216766, 0.3139301538467407], "min": [-0.3103789985179901, 0.4675469994544983, 0.22818799316883087, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.319815993309021, -0.5307750105857849, 0.040936000645160675, 1.2221994400024414, -1.69769287109375, -0.14785127341747284], "max": [-0.3102779984474182, 0.4675999879837036, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23785400390625, -0.41493600606918335, 0.2282779961824417, 1.7714098691940308, -1.121137022972107, 0.8762229084968567], "count": [577]}, "gripper_mode_state": {"mean": [0.0, 0.21143847487001732], "std": [0.0, 0.40832860077963884], "min": [0, 0], "max": [0, 1], "count": [577]}, "gripper_activity_state": {"mean": [2.0, 1.75736568457539], "std": [0.0, 0.5858398344958026], "min": [2, 0], "max": [2, 2], "count": [577]}, "gripper_mode_action": {"mean": [0.0, 0.21143847487001732], "std": [0.0, 0.40832860077963884], "min": [0, 0], "max": [0, 1], "count": [577]}, "gripper_activity_action": {"mean": [2.0, 1.75736568457539], "std": [0.0, 0.5858398344958026], "min": [2, 0], "max": [2, 2], "count": [577]}}} +{"episode_index": 37, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4100643768334105]], [[0.4184275754593176]], [[0.41557838473315833]]], "std": [[[0.21100961669680315]], [[0.20929037962129907]], [[0.20670388387723881]]], "count": [127]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32016868824301375]], [[0.309426570300036]], [[0.3191283596443827]]], "std": [[[0.25987344379176475]], [[0.2663196260387376]], [[0.25784727285891806]]], "count": [127]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42895792966136587]], [[0.4341746323529411]], [[0.4276497880320107]]], "std": [[[0.2803062395945438]], [[0.27754433780173915]], [[0.28155879416854157]]], "count": [127]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38632105430754976]], [[0.3866076742704956]], [[0.39234846540322166]]], "std": [[[0.2454563796837374]], [[0.24644870440924072]], [[0.24701032414309515]]], "count": [127]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4512898027896881, -1.4121109247207642, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.3103860020637512, 0.4675480127334595, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1650906801223755, 0.1727875918149948, -0.5987875461578369, -1.7957518100738525, -0.1702394038438797, -0.1537984162569046, -0.028291787952184677, -0.3342379927635193, -0.538407027721405, 0.03740200027823448, 1.1389689445495605, -1.8022242784500122, 0.04980003088712692, 1008.0, 332.0, -0.0043725972063839436, -0.2965846657752991, -0.8381652235984802, 1.908219814300537, -1.0618078708648682, -0.0007593964110128582], "max": [-0.19945622980594635, 0.6047391295433044, 0.45148175954818726, -1.411884069442749, -0.25384068489074707, -0.12046262621879578, 0.028326693922281265, -0.31025099754333496, 0.4676010012626648, 0.22830499708652496, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.44603633880615234, 0.6324025988578796, -0.1794198453426361, -1.0339330434799194, 0.41350340843200684, 0.8542513847351074, 0.48628363013267517, -0.23433099687099457, -0.4271109998226166, 0.22842800617218018, 1.5732269287109375, -1.0290814638137817, 0.8626108169555664, 1009.0, 1003.0, 0.003703360678628087, -0.29597556591033936, -0.838029682636261, 1.9082317352294922, -1.0616605281829834, -0.0005799890495836735], "mean": [-0.19951342046260834, 0.604675829410553, 0.4513869285583496, -1.4119656085968018, -0.253925621509552, -0.12053710967302322, 0.028278624638915062, -0.31033042073249817, 0.4675719738006592, 0.22824251651763916, -1.5732382535934448, -1.1211382150650024, -0.7462767362594604, 0.3121245205402374, 0.3693978786468506, -0.36682429909706116, -1.4211816787719727, 0.17442771792411804, 0.29425546526908875, 0.2535973787307739, -0.2951124608516693, -0.4825030565261841, 0.1494475156068802, 1.4321491718292236, -1.4404932260513306, 0.5280705690383911, 1008.2725830078125, 834.9080810546875, 1.8374117644270882e-05, -0.29643121361732483, -0.8381265997886658, 1.9082133769989014, -1.0617178678512573, -0.0006501363823190331], "std": [2.5154411559924483e-05, 2.0480445527937263e-05, 2.8999349524383433e-05, 3.120717883575708e-05, 2.9327236916287802e-05, 2.244857751065865e-05, 1.6655289073241875e-05, 1.8465900211595e-05, 8.447114851151127e-06, 1.6730467905290425e-05, 1.1324882507324219e-05, 1.1920928955078125e-06, 1.1324882507324219e-06, 0.06554500758647919, 0.1335681974887848, 0.13573452830314636, 0.20811736583709717, 0.1480579674243927, 0.3732210099697113, 0.16257785260677338, 0.02566068433225155, 0.035852111876010895, 0.05918475612998009, 0.09998618811368942, 0.2370067685842514, 0.3102383315563202, 0.44529035687446594, 271.2172546386719, 0.002929491689428687, 7.857989112380892e-05, 3.441239823587239e-05, 1.1033481314370874e-05, 5.3394483984448016e-05, 4.675148375099525e-05], "count": [642]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4512898027896881, -1.4121109247207642, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.3103860020637512, 0.4675480127334595, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1650906801223755, 0.1727875918149948, -0.5987875461578369, -1.7957518100738525, -0.1702394038438797, -0.1537984162569046, -0.028291787952184677, -0.3342379927635193, -0.538407027721405, 0.03740200027823448, 1.1389689445495605, -1.8022242784500122, 0.04980003088712692, 1008.0, 332.0, -0.0043725972063839436, -0.2965846657752991, -0.8381652235984802, 1.908219814300537, -1.0618078708648682, -0.0007593964110128582], "max": [-0.19945622980594635, 0.6047391295433044, 0.45148175954818726, -1.411884069442749, -0.25384068489074707, -0.12046262621879578, 0.028326693922281265, -0.31025099754333496, 0.4676010012626648, 0.22830499708652496, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.44603633880615234, 0.6324025988578796, -0.1794198453426361, -1.0339330434799194, 0.41350340843200684, 0.8542513847351074, 0.48628363013267517, -0.23433099687099457, -0.4271109998226166, 0.22842800617218018, 1.5732269287109375, -1.0290814638137817, 0.8626108169555664, 1009.0, 1003.0, 0.003703360678628087, -0.29597556591033936, -0.838029682636261, 1.9082317352294922, -1.0616605281829834, -0.0005799890495836735], "mean": [-0.19951345026493073, 0.604675829410553, 0.45138686895370483, -1.4119656085968018, -0.2539255917072296, -0.12053702026605606, 0.02827865071594715, -0.31033042073249817, 0.46757203340530396, 0.22824251651763916, -1.5732382535934448, -1.1211382150650024, -0.7462767362594604, 0.3123589754104614, 0.36873459815979004, -0.3664063513278961, -1.4207230806350708, 0.1737811267375946, 0.2943609952926636, 0.25369223952293396, -0.2951367199420929, -0.48260697722435, 0.14938586950302124, 1.4319231510162354, -1.4403764009475708, 0.5281446576118469, 1008.2725830078125, 834.9080810546875, 1.1200137123523746e-05, -0.29643145203590393, -0.8381266593933105, 1.9082133769989014, -1.0617179870605469, -0.0006500594899989665], "std": [2.5158209609799087e-05, 2.0480445527937263e-05, 2.899995888583362e-05, 3.120717883575708e-05, 2.9349270334932953e-05, 2.2370182705344632e-05, 1.666258140176069e-05, 1.8464077584212646e-05, 8.446603715128731e-06, 1.6731020878069103e-05, 1.1324882507324219e-05, 1.1920928955078125e-06, 1.1324882507324219e-06, 0.06541071832180023, 0.13345499336719513, 0.1358865201473236, 0.20846112072467804, 0.14861467480659485, 0.37311360239982605, 0.1624310314655304, 0.02568240463733673, 0.035905349999666214, 0.05912322178483009, 0.09983092546463013, 0.23718251287937164, 0.3102959990501404, 0.44529035687446594, 271.21728515625, 0.002927138702943921, 7.857479795347899e-05, 3.4233948099426925e-05, 1.1034751878469251e-05, 5.339146446203813e-05, 4.6612261940026656e-05], "count": [642]}, "timestamp": {"min": [0.0], "max": [21.366666666666667], "mean": [10.683333333333334], "std": [6.177640386162078], "count": [642]}, "frame_index": {"min": [0], "max": [641], "mean": [320.5], "std": [185.32921158486232], "count": [642]}, "episode_index": {"min": [72], "max": [72], "mean": [72.0], "std": [0.0], "count": [642]}, "index": {"min": [44034], "max": [44675], "mean": [44354.5], "std": [185.32921158486232], "count": [642]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [642]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8335420544088072], "std": [0.0, 0.270374894223988], "count": [642]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8335420544088072], "std": [0.0, 0.270374894223988], "count": [642]}, "eef_direction_state": {"mean": [6.0, 4.8286604361370715], "std": [0.0, 1.782203756726698], "min": [6, 0], "max": [6, 6], "count": [642]}, "eef_velocity_state": {"mean": [0.0, 0.616822429906542], "std": [0.0, 0.7670576523241963], "min": [0, 0], "max": [0, 2], "count": [642]}, "eef_acc_mag_state": {"mean": [0.0, 0.5623052959501558], "std": [0.0, 0.7952426579274616], "min": [0, 0], "max": [0, 2], "count": [642]}, "eef_direction_action": {"mean": [6.0, 4.8286604361370715], "std": [0.0, 1.782203756726698], "min": [6, 0], "max": [6, 6], "count": [642]}, "eef_velocity_action": {"mean": [0.0, 0.616822429906542], "std": [0.0, 0.7670576523241963], "min": [0, 0], "max": [0, 2], "count": [642]}, "eef_acc_mag_action": {"mean": [0.0, 0.5623052959501558], "std": [0.0, 0.7952426579274616], "min": [0, 0], "max": [0, 2], "count": [642]}, "eef_sim_pose_state": {"mean": [-0.31033048033714294, 0.46757227182388306, 0.2282426357269287, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.29511258006095886, -0.4825034439563751, 0.14944761991500854, 1.432151198387146, -1.4404942989349365, 0.5280713438987732], "std": [1.8465821995050646e-05, 8.441621503152419e-06, 1.6730051356717013e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.02566068433225155, 0.035852111876010895, 0.05918474867939949, 0.09998616576194763, 0.23700690269470215, 0.3102385103702545], "min": [-0.3103860020637512, 0.4675480127334595, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3342379927635193, -0.538407027721405, 0.03740200027823448, 1.1389689445495605, -1.8022242784500122, 0.04980003088712692], "max": [-0.31025099754333496, 0.4676010012626648, 0.22830499708652496, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23433099687099457, -0.4271109998226166, 0.22842800617218018, 1.5732269287109375, -1.0290814638137817, 0.8626108169555664], "count": [642]}, "eef_sim_pose_action": {"mean": [-0.31033042073249817, 0.4675719738006592, 0.22824251651763916, -1.5732382535934448, -1.1211382150650024, -0.7462767362594604, -0.2951124608516693, -0.4825030565261841, 0.1494475156068802, 1.4321491718292236, -1.4404932260513306, 0.5280705690383911], "std": [1.8465900211595e-05, 8.447114851151127e-06, 1.6730467905290425e-05, 1.1324882507324219e-05, 1.1920928955078125e-06, 1.1324882507324219e-06, 0.02566068433225155, 0.035852111876010895, 0.05918475612998009, 0.09998618811368942, 0.2370067685842514, 0.3102383315563202], "min": [-0.3103860020637512, 0.4675480127334595, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3342379927635193, -0.538407027721405, 0.03740200027823448, 1.1389689445495605, -1.8022242784500122, 0.04980003088712692], "max": [-0.31025099754333496, 0.4676010012626648, 0.22830499708652496, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23433099687099457, -0.4271109998226166, 0.22842800617218018, 1.5732269287109375, -1.0290814638137817, 0.8626108169555664], "count": [642]}, "gripper_mode_state": {"mean": [0.0, 0.21806853582554517], "std": [0.0, 0.41293419513095386], "min": [0, 0], "max": [0, 1], "count": [642]}, "gripper_activity_state": {"mean": [2.0, 1.7866043613707165], "std": [0.0, 0.5550178879379795], "min": [2, 0], "max": [2, 2], "count": [642]}, "gripper_mode_action": {"mean": [0.0, 0.21806853582554517], "std": [0.0, 0.41293419513095386], "min": [0, 0], "max": [0, 1], "count": [642]}, "gripper_activity_action": {"mean": [2.0, 1.7866043613707165], "std": [0.0, 0.5550178879379795], "min": [2, 0], "max": [2, 2], "count": [642]}}} +{"episode_index": 38, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40757905134767775]], [[0.4159229839059518]], [[0.4122025420787784]]], "std": [[[0.20848586628767435]], [[0.2069559400371247]], [[0.20432995746506127]]], "count": [113]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3271723060905778]], [[0.31358037263578]], [[0.32075038138411704]]], "std": [[[0.2560820988146743]], [[0.2642985368540884]], [[0.2515854861759055]]], "count": [113]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4291088191913934]], [[0.43489312387934526]], [[0.4284461959193707]]], "std": [[[0.27960161023892477]], [[0.27694022408419183]], [[0.2807680243460877]]], "count": [113]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38814195984440975]], [[0.3830196367632599]], [[0.3957130979235352]]], "std": [[[0.26026313587112315]], [[0.2582050913154926]], [[0.2602353815286436]]], "count": [113]}, "observation.state": {"min": [-0.1995784044265747, 0.6045646071434021, 0.4513246715068817, -1.412023663520813, -0.2540152072906494, -0.12061969935894012, 0.02822197414934635, -0.31037500500679016, 0.4675469994544983, 0.22818200290203094, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.08689994364976883, 0.2940530776977539, -0.5807059407234192, -1.8063982725143433, -0.033283427357673645, -0.2246936857700348, -0.028291787952184677, -0.3354569971561432, -0.5111439824104309, 0.04382200166583061, 1.1650601625442505, -1.7176861763000488, -0.016562409698963165, 1008.0, 330.0, -0.004011660348623991, -0.2971053719520569, -0.8382341265678406, 1.908219814300537, -1.0618046522140503, -0.0007508532144129276], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.2537883222103119, -0.12048007547855377, 0.028326693922281265, -0.3102610111236572, 0.4675999879837036, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.385979562997818, 0.6324200630187988, -0.16482889652252197, -1.227647066116333, 0.38327428698539734, 0.9271188974380493, 0.5095663070678711, -0.22790800034999847, -0.41867899894714355, 0.22827300429344177, 1.6461573839187622, -1.0829628705978394, 0.8448569774627686, 1009.0, 1001.0, 0.004840686917304993, -0.2965846657752991, -0.8381628394126892, 1.9082245826721191, -1.0617841482162476, -0.0007109849248081446], "mean": [-0.1995159238576889, 0.6046627759933472, 0.45139434933662415, -1.4119763374328613, -0.25389784574508667, -0.12057135254144669, 0.02827405370771885, -0.3103237748146057, 0.467571884393692, 0.2282300889492035, -1.573237657546997, -1.1211354732513428, -0.7462766766548157, 0.25818055868148804, 0.4216662347316742, -0.3822336792945862, -1.508134126663208, 0.1438521295785904, 0.2973564863204956, 0.24095267057418823, -0.29296937584877014, -0.46137937903404236, 0.1542746126651764, 1.470558524131775, -1.3789817094802856, 0.4791738986968994, 1008.1802978515625, 826.9344482421875, -0.00024847305030561984, -0.2968622148036957, -0.8381909132003784, 1.9082151651382446, -1.061790108680725, -0.0007323804311454296], "std": [2.519931149436161e-05, 2.4807293812045828e-05, 2.504264557501301e-05, 1.7077283700928092e-05, 4.06699109589681e-05, 2.183963624702301e-05, 1.5461951988982037e-05, 1.511419759481214e-05, 8.233952030423097e-06, 1.49979850903037e-05, 1.0728836059570312e-05, 1.5497207641601562e-06, 1.0728836059570312e-06, 0.07438520342111588, 0.1126222163438797, 0.134943425655365, 0.1936182677745819, 0.11931373178958893, 0.43313100934028625, 0.18973997235298157, 0.03172978386282921, 0.025258418172597885, 0.06123564392328262, 0.126379132270813, 0.24448658525943756, 0.32934504747390747, 0.3844611346721649, 272.4183654785156, 0.00344685185700655, 0.00012621596397366375, 2.1650161215802655e-05, 6.9713705670437776e-06, 2.882942453652504e-06, 4.28448356615263e-06], "count": [549]}, "action": {"min": [-0.1995784044265747, 0.6045646071434021, 0.4513246715068817, -1.412023663520813, -0.2540152072906494, -0.12061969935894012, 0.02822197414934635, -0.31037500500679016, 0.4675469994544983, 0.22818200290203094, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.08689994364976883, 0.2940530776977539, -0.5807059407234192, -1.8063982725143433, -0.033283427357673645, -0.2246936857700348, -0.028291787952184677, -0.3354569971561432, -0.5111439824104309, 0.04382200166583061, 1.1650601625442505, -1.7176861763000488, -0.016562409698963165, 1008.0, 330.0, -0.004011660348623991, -0.2971053719520569, -0.8382341265678406, 1.908219814300537, -1.0618046522140503, -0.0007508532144129276], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.2537883222103119, -0.12048007547855377, 0.028326693922281265, -0.3102610111236572, 0.4675999879837036, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.385979562997818, 0.6324200630187988, -0.16482889652252197, -1.227647066116333, 0.38327428698539734, 0.9271188974380493, 0.5095663070678711, -0.22790800034999847, -0.41867899894714355, 0.22827300429344177, 1.6461573839187622, -1.0829628705978394, 0.8448569774627686, 1009.0, 1001.0, 0.004840686917304993, -0.2965846657752991, -0.8381628394126892, 1.9082245826721191, -1.0617841482162476, -0.0007109849248081446], "mean": [-0.1995159238576889, 0.6046628355979919, 0.45139434933662415, -1.4119764566421509, -0.253898024559021, -0.12057135254144669, 0.028274117037653923, -0.3103237450122833, 0.467571884393692, 0.22823010385036469, -1.573237657546997, -1.1211354732513428, -0.7462766766548157, 0.2583220601081848, 0.421122282743454, -0.38171741366386414, -1.5077992677688599, 0.14349350333213806, 0.2976077198982239, 0.24137964844703674, -0.2929954528808594, -0.4614582657814026, 0.15426819026470184, 1.4702582359313965, -1.3792136907577515, 0.47921425104141235, 1008.18212890625, 826.9344482421875, -0.0002483462158124894, -0.2968628704547882, -0.838191032409668, 1.9082151651382446, -1.0617902278900146, -0.000732382177375257], "std": [2.519931149436161e-05, 2.4805476641631685e-05, 2.5042643756023608e-05, 1.7069667592295446e-05, 4.082240775460377e-05, 2.183963624702301e-05, 1.546303610666655e-05, 1.5114733287191484e-05, 8.236209396272898e-06, 1.4995718629506882e-05, 1.0728836059570312e-05, 1.5497207641601562e-06, 1.0728836059570312e-06, 0.07434717565774918, 0.11245773732662201, 0.1352197527885437, 0.19394315779209137, 0.11927833408117294, 0.43292832374572754, 0.18939723074436188, 0.03174993768334389, 0.02534509263932705, 0.06122809648513794, 0.12633071839809418, 0.24430233240127563, 0.3293793201446533, 0.38596853613853455, 272.4183654785156, 0.0034467135556042194, 0.00012645659444388002, 2.1663156076101586e-05, 6.9713705670437776e-06, 2.863057943613967e-06, 4.284465831005946e-06], "count": [549]}, "timestamp": {"min": [0.0], "max": [18.266666666666666], "mean": [9.133333333333335], "std": [5.282746199412519], "count": [549]}, "frame_index": {"min": [0], "max": [548], "mean": [274.0], "std": [158.48238598237555], "count": [549]}, "episode_index": {"min": [74], "max": [74], "mean": [74.0], "std": [0.0], "count": [549]}, "index": {"min": [45317], "max": [45865], "mean": [45591.0], "std": [158.48238598237555], "count": [549]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [549]}, "gripper_open_scale_state": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.8262841547881753], "std": [0.0, 0.2720033916490714], "count": [549]}, "gripper_open_scale_action": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.8262841547881753], "std": [0.0, 0.2720033916490714], "count": [549]}, "eef_direction_state": {"mean": [6.0, 4.531876138433516], "std": [0.0, 2.0604225111731305], "min": [6, 0], "max": [6, 6], "count": [549]}, "eef_velocity_state": {"mean": [0.0, 0.7304189435336976], "std": [0.0, 0.8342639652103089], "min": [0, 0], "max": [0, 2], "count": [549]}, "eef_acc_mag_state": {"mean": [0.0, 0.5956284153005464], "std": [0.0, 0.8077826226068787], "min": [0, 0], "max": [0, 2], "count": [549]}, "eef_direction_action": {"mean": [6.0, 4.531876138433516], "std": [0.0, 2.0604225111731305], "min": [6, 0], "max": [6, 6], "count": [549]}, "eef_velocity_action": {"mean": [0.0, 0.7304189435336976], "std": [0.0, 0.8342639652103089], "min": [0, 0], "max": [0, 2], "count": [549]}, "eef_acc_mag_action": {"mean": [0.0, 0.5956284153005464], "std": [0.0, 0.8077826226068787], "min": [0, 0], "max": [0, 2], "count": [549]}, "eef_sim_pose_state": {"mean": [-0.31032368540763855, 0.46757131814956665, 0.22823010385036469, -1.5732269287109375, -1.1211371421813965, -0.7462755441665649, -0.29296940565109253, -0.46137937903404236, 0.15427462756633759, 1.4705570936203003, -1.3789823055267334, 0.47917357087135315], "std": [1.5114012057892978e-05, 8.21463436295744e-06, 1.4997980542830192e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.03172978013753891, 0.025258416309952736, 0.06123564764857292, 0.1263791024684906, 0.24448654055595398, 0.32934507727622986], "min": [-0.31037500500679016, 0.4675469994544983, 0.22818200290203094, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3354569971561432, -0.5111439824104309, 0.04382200166583061, 1.1650601625442505, -1.7176861763000488, -0.016562409698963165], "max": [-0.3102610111236572, 0.4675999879837036, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22790800034999847, -0.41867899894714355, 0.22827300429344177, 1.6461573839187622, -1.0829628705978394, 0.8448569774627686], "count": [549]}, "eef_sim_pose_action": {"mean": [-0.3103237748146057, 0.467571884393692, 0.2282300889492035, -1.573237657546997, -1.1211354732513428, -0.7462766766548157, -0.29296937584877014, -0.46137937903404236, 0.1542746126651764, 1.470558524131775, -1.3789817094802856, 0.4791738986968994], "std": [1.511419759481214e-05, 8.233952030423097e-06, 1.49979850903037e-05, 1.0728836059570312e-05, 1.5497207641601562e-06, 1.0728836059570312e-06, 0.03172978386282921, 0.025258418172597885, 0.06123564392328262, 0.126379132270813, 0.24448658525943756, 0.32934504747390747], "min": [-0.31037500500679016, 0.4675469994544983, 0.22818200290203094, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3354569971561432, -0.5111439824104309, 0.04382200166583061, 1.1650601625442505, -1.7176861763000488, -0.016562409698963165], "max": [-0.3102610111236572, 0.4675999879837036, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22790800034999847, -0.41867899894714355, 0.22827300429344177, 1.6461573839187622, -1.0829628705978394, 0.8448569774627686], "count": [549]}, "gripper_mode_state": {"mean": [0.0, 0.2204007285974499], "std": [0.0, 0.41451688437404255], "min": [0, 0], "max": [0, 1], "count": [549]}, "gripper_activity_state": {"mean": [2.0, 1.7468123861566485], "std": [0.0, 0.5972110678133108], "min": [2, 0], "max": [2, 2], "count": [549]}, "gripper_mode_action": {"mean": [0.0, 0.2204007285974499], "std": [0.0, 0.41451688437404255], "min": [0, 0], "max": [0, 1], "count": [549]}, "gripper_activity_action": {"mean": [2.0, 1.7468123861566485], "std": [0.0, 0.5972110678133108], "min": [2, 0], "max": [2, 2], "count": [549]}}} +{"episode_index": 39, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40971932705120884]], [[0.41864290841741225]], [[0.4151354146836728]]], "std": [[[0.2098596370716044]], [[0.20839483789524896]], [[0.20581956243760066]]], "count": [103]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32526707555999745]], [[0.31108707722571227]], [[0.32668715297607714]]], "std": [[[0.2557964460046287]], [[0.2635170043993119]], [[0.2531067290326941]]], "count": [103]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4294405101846564]], [[0.4349561064312456]], [[0.4283436944761723]]], "std": [[[0.280157596851329]], [[0.2774515718561718]], [[0.2812057618634506]]], "count": [103]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.380219440081858]], [[0.3787247346754236]], [[0.389414989053874]]], "std": [[[0.2627066187912134]], [[0.2638351739059226]], [[0.26386776441786275]]], "count": [103]}, "observation.state": {"min": [-0.1995784044265747, 0.6045646071434021, 0.4512898027896881, -1.4121109247207642, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.3103789985179901, 0.4675469994544983, 0.22816400229930878, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.12913691997528076, 0.38760271668434143, -0.6657558679580688, -1.767896294593811, 0.03422590717673302, -0.1206720620393753, -0.028379054740071297, -0.31950798630714417, -0.49658098816871643, 0.051274001598358154, 1.275984764099121, -1.7271573543548584, -0.0755714550614357, 1008.0, 330.0, -0.004329360090196133, -0.29819947481155396, -0.8383284211158752, 1.9082221984863281, -1.0618031024932861, -0.0007318683201447129], "max": [-0.19945622980594635, 0.6047391295433044, 0.45148175954818726, -1.411901593208313, -0.25382325053215027, -0.12048007547855377, 0.028326693922281265, -0.3102400004863739, 0.4675990045070648, 0.22829799354076385, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.45717155933380127, 0.6828077435493469, -0.2512052357196808, -1.2949296236038208, 0.42727407813072205, 0.8098152875900269, 0.5516462326049805, -0.23749099671840668, -0.42337799072265625, 0.22831100225448608, 1.747170090675354, -1.121137022972107, 0.7758880257606506, 1009.0, 1001.0, 0.0035717689897865057, -0.2952931523323059, -0.8381857872009277, 1.9082387685775757, -1.0617872476577759, -0.0003559670876711607], "mean": [-0.19951704144477844, 0.6046702265739441, 0.4513949453830719, -1.4119542837142944, -0.25389811396598816, -0.120550736784935, 0.02827305532991886, -0.31033268570899963, 0.46757233142852783, 0.22823965549468994, -1.5732370615005493, -1.1211328506469727, -0.7462766766548157, 0.27594277262687683, 0.5034278631210327, -0.4325786530971527, -1.533292293548584, 0.23484450578689575, 0.27194729447364807, 0.2861206531524658, -0.28353947401046753, -0.46026453375816345, 0.15772569179534912, 1.5358073711395264, -1.4236074686050415, 0.43689820170402527, 1008.3685302734375, 823.1448974609375, 9.792877972358838e-05, -0.29693353176116943, -0.8382919430732727, 1.908216118812561, -1.0617953538894653, -0.0006206905818544328], "std": [2.6395895474706776e-05, 2.6661440642783418e-05, 2.918187055911403e-05, 2.896960540965665e-05, 3.6750348954228684e-05, 1.9747869373532012e-05, 1.632325438549742e-05, 1.805070132832043e-05, 8.878744665707927e-06, 2.01229104277445e-05, 1.0132789611816406e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.09197106212377548, 0.07137272506952286, 0.12485592812299728, 0.12618862092494965, 0.0685264840722084, 0.3427945673465729, 0.18466870486736298, 0.022718604654073715, 0.021106427535414696, 0.05969061702489853, 0.10702380537986755, 0.21553276479244232, 0.3263033330440521, 0.48240453004837036, 271.7108154296875, 0.003327989485114813, 0.0009165942901745439, 3.060054950765334e-05, 9.229579518432729e-06, 4.8722636165621225e-06, 5.3260911954566836e-05], "count": [483]}, "action": {"min": [-0.1995784044265747, 0.6045646071434021, 0.4512898027896881, -1.4121109247207642, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.3103789985179901, 0.4675469994544983, 0.22816400229930878, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.12913691997528076, 0.38760271668434143, -0.6657558679580688, -1.767896294593811, 0.03422590717673302, -0.1206720620393753, -0.028379054740071297, -0.31950798630714417, -0.49658098816871643, 0.051274001598358154, 1.275984764099121, -1.7271573543548584, -0.0755714550614357, 1008.0, 330.0, -0.004329360090196133, -0.29819947481155396, -0.8383284211158752, 1.9082221984863281, -1.0618031024932861, -0.0007318683201447129], "max": [-0.19945622980594635, 0.6047391295433044, 0.45148175954818726, -1.411901593208313, -0.25382325053215027, -0.12048007547855377, 0.028326693922281265, -0.3102400004863739, 0.4675990045070648, 0.22829799354076385, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.45717155933380127, 0.6828077435493469, -0.2512052357196808, -1.2949296236038208, 0.42727407813072205, 0.8098152875900269, 0.5516462326049805, -0.23749099671840668, -0.42337799072265625, 0.22831100225448608, 1.747170090675354, -1.121137022972107, 0.7758880257606506, 1009.0, 1001.0, 0.0035717689897865057, -0.2952931523323059, -0.8381857872009277, 1.9082387685775757, -1.0617872476577759, -0.0003559670876711607], "mean": [-0.19951701164245605, 0.6046702265739441, 0.4513950049877167, -1.4119541645050049, -0.2538979947566986, -0.12055080384016037, 0.028273018077015877, -0.3103327751159668, 0.46757227182388306, 0.22823961079120636, -1.5732370615005493, -1.1211328506469727, -0.7462766766548157, 0.2760249376296997, 0.5029842853546143, -0.4321819841861725, -1.5330592393875122, 0.23439739644527435, 0.2721116542816162, 0.2864811420440674, -0.28355586528778076, -0.4603237509727478, 0.15770623087882996, 1.535713791847229, -1.4236541986465454, 0.4368079602718353, 1008.3685302734375, 823.1448974609375, 9.791711636353284e-05, -0.29693323373794556, -0.8382920026779175, 1.908216118812561, -1.0617953538894653, -0.0006204566452652216], "std": [2.639570811879821e-05, 2.6661440642783418e-05, 2.9225193429738283e-05, 2.8817707061534747e-05, 3.6687415558844805e-05, 1.980782144528348e-05, 1.6339723515557125e-05, 1.8023883967543952e-05, 8.876094398146961e-06, 2.014901110669598e-05, 1.0132789611816406e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.09192045778036118, 0.07140864431858063, 0.12509934604167938, 0.12651601433753967, 0.06910239905118942, 0.34262508153915405, 0.18422377109527588, 0.022740783169865608, 0.021166812628507614, 0.05966918170452118, 0.10701137781143188, 0.21546967327594757, 0.3262239396572113, 0.48240453004837036, 271.7108154296875, 0.0033279783092439175, 0.0009165685041807592, 3.0429542675847188e-05, 9.238628081220668e-06, 4.877885658061132e-06, 5.302397039486095e-05], "count": [483]}, "timestamp": {"min": [0.0], "max": [16.066666666666666], "mean": [8.033333333333333], "std": [4.647659705781044], "count": [483]}, "frame_index": {"min": [0], "max": [482], "mean": [241.0], "std": [139.4297911734313], "count": [483]}, "episode_index": {"min": [75], "max": [75], "mean": [75.0], "std": [0.0], "count": [483]}, "index": {"min": [45866], "max": [46348], "mean": [46107.0], "std": [139.4297911734313], "count": [483]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [483]}, "gripper_open_scale_state": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.8225134574725268], "std": [0.0, 0.2712979031155325], "count": [483]}, "gripper_open_scale_action": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.8225134574725268], "std": [0.0, 0.2712979031155325], "count": [483]}, "eef_direction_state": {"mean": [6.0, 4.6438923395445135], "std": [0.0, 1.8520591653536043], "min": [6, 0], "max": [6, 6], "count": [483]}, "eef_velocity_state": {"mean": [0.0, 0.7391304347826086], "std": [0.0, 0.7974213549656806], "min": [0, 0], "max": [0, 2], "count": [483]}, "eef_acc_mag_state": {"mean": [0.0, 0.7163561076604554], "std": [0.0, 0.8416448289598603], "min": [0, 0], "max": [0, 2], "count": [483]}, "eef_direction_action": {"mean": [6.0, 4.6438923395445135], "std": [0.0, 1.8520591653536043], "min": [6, 0], "max": [6, 6], "count": [483]}, "eef_velocity_action": {"mean": [0.0, 0.7391304347826086], "std": [0.0, 0.7974213549656806], "min": [0, 0], "max": [0, 2], "count": [483]}, "eef_acc_mag_action": {"mean": [0.0, 0.7163561076604554], "std": [0.0, 0.8416448289598603], "min": [0, 0], "max": [0, 2], "count": [483]}, "eef_sim_pose_state": {"mean": [-0.31033259630203247, 0.46757209300994873, 0.22823970019817352, -1.5732269287109375, -1.121137022972107, -0.7462756633758545, -0.2835395336151123, -0.46026453375816345, 0.1577257513999939, 1.5358065366744995, -1.423606514930725, 0.43689730763435364], "std": [1.8050406652037054e-05, 8.875674211594742e-06, 2.012283766816836e-05, 0.0, 0.0, 5.960464477539063e-08, 0.022718602791428566, 0.021106425672769547, 0.05969061329960823, 0.10702384263277054, 0.21553286910057068, 0.32630330324172974], "min": [-0.3103789985179901, 0.4675469994544983, 0.22816400229930878, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31950798630714417, -0.49658098816871643, 0.051274001598358154, 1.275984764099121, -1.7271573543548584, -0.0755714550614357], "max": [-0.3102400004863739, 0.4675990045070648, 0.22829799354076385, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23749099671840668, -0.42337799072265625, 0.22831100225448608, 1.747170090675354, -1.121137022972107, 0.7758880257606506], "count": [483]}, "eef_sim_pose_action": {"mean": [-0.31033268570899963, 0.46757233142852783, 0.22823965549468994, -1.5732370615005493, -1.1211328506469727, -0.7462766766548157, -0.28353947401046753, -0.46026453375816345, 0.15772569179534912, 1.5358073711395264, -1.4236074686050415, 0.43689820170402527], "std": [1.805070132832043e-05, 8.878744665707927e-06, 2.01229104277445e-05, 1.0132789611816406e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.022718604654073715, 0.021106427535414696, 0.05969061702489853, 0.10702380537986755, 0.21553276479244232, 0.3263033330440521], "min": [-0.3103789985179901, 0.4675469994544983, 0.22816400229930878, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31950798630714417, -0.49658098816871643, 0.051274001598358154, 1.275984764099121, -1.7271573543548584, -0.0755714550614357], "max": [-0.3102400004863739, 0.4675990045070648, 0.22829799354076385, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23749099671840668, -0.42337799072265625, 0.22831100225448608, 1.747170090675354, -1.121137022972107, 0.7758880257606506], "count": [483]}, "gripper_mode_state": {"mean": [0.0, 0.22153209109730848], "std": [0.0, 0.4152777669360125], "min": [0, 0], "max": [0, 1], "count": [483]}, "gripper_activity_state": {"mean": [2.0, 1.710144927536232], "std": [0.0, 0.6262383836507484], "min": [2, 0], "max": [2, 2], "count": [483]}, "gripper_mode_action": {"mean": [0.0, 0.22153209109730848], "std": [0.0, 0.4152777669360125], "min": [0, 0], "max": [0, 1], "count": [483]}, "gripper_activity_action": {"mean": [2.0, 1.710144927536232], "std": [0.0, 0.6262383836507484], "min": [2, 0], "max": [2, 2], "count": [483]}}} +{"episode_index": 40, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40712420489028944]], [[0.41654709566118114]], [[0.41419129136029414]]], "std": [[[0.21088678992584525]], [[0.20826855612856063]], [[0.2053410541003869]]], "count": [112]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3323197909372082]], [[0.31689009614262376]], [[0.33401867048902895]]], "std": [[[0.25623539519540056]], [[0.2651742880135216]], [[0.253492549822747]]], "count": [112]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42776870331465916]], [[0.431266033496732]], [[0.424867289624183]]], "std": [[[0.2794031604252341]], [[0.2749538227756317]], [[0.2806126491491288]]], "count": [112]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.392773218662465]], [[0.38767203912815124]], [[0.4055815534547152]]], "std": [[[0.26739199673684433]], [[0.26681740805923093]], [[0.27061954736497273]]], "count": [112]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103939890861511, 0.46753600239753723, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.18224728107452393, 0.3560471534729004, -0.7531095743179321, -1.6761444807052612, 0.1472010761499405, -0.12060225009918213, -0.028291787952184677, -0.3423430025577545, -0.5071640014648438, 0.0566210001707077, 1.25727117061615, -1.7844620943069458, -0.18528801202774048, 1008.0, 330.0, -0.004840686917304993, -0.29641735553741455, -0.838322103023529, 1.9082332849502563, -1.0617952346801758, -0.0007745843613520265], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12049752473831177, 0.02834414690732956, -0.3102790117263794, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5590289235115051, 0.638336718082428, -0.28846800327301025, -1.179720401763916, 0.4092273712158203, 0.665302038192749, 0.7328986525535583, -0.24319800734519958, -0.442997008562088, 0.22826500236988068, 1.7530485391616821, -1.121137022972107, 0.7843654155731201, 1009.0, 1003.0, 0.0035980872344225645, -0.29593798518180847, -0.8382761478424072, 1.9082356691360474, -1.0617833137512207, -0.0004651303170248866], "mean": [-0.1995200663805008, 0.6046716570854187, 0.45138639211654663, -1.4119679927825928, -0.2538997232913971, -0.12055013328790665, 0.028281036764383316, -0.31032487750053406, 0.4675742983818054, 0.22824034094810486, -1.5732375383377075, -1.1211352348327637, -0.7462766766548157, 0.32170793414115906, 0.5264027714729309, -0.49791720509529114, -1.4539419412612915, 0.2593996226787567, 0.19552430510520935, 0.27594754099845886, -0.29703858494758606, -0.46714070439338684, 0.16111139953136444, 1.5533071756362915, -1.4189491271972656, 0.4123952090740204, 1008.5258178710938, 811.7841186523438, -0.00026074450579471886, -0.29619520902633667, -0.8383048176765442, 1.9082484245300293, -1.0617893934249878, -0.0007175483624450862], "std": [2.5653122065705247e-05, 2.0591771317413077e-05, 2.4066786863841116e-05, 2.0005842088721693e-05, 2.4309698346769437e-05, 1.9644381609396078e-05, 1.64584162121173e-05, 1.6345380572602153e-05, 8.766906830715016e-06, 1.3375557500694413e-05, 1.0609626770019531e-05, 1.7881393432617188e-06, 1.0728836059570312e-06, 0.13075344264507294, 0.0680542141199112, 0.12453051656484604, 0.108422189950943, 0.06518445163965225, 0.29275020956993103, 0.2722700536251068, 0.027238156646490097, 0.016729773953557014, 0.05701395124197006, 0.10051491111516953, 0.25784048438072205, 0.36503663659095764, 0.49933144450187683, 280.5884704589844, 0.003719113999977708, 0.0001236170355696231, 6.0974866755714174e-06, 1.3356710041989572e-05, 3.213967374904314e-06, 4.288429772714153e-05], "count": [542]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103939890861511, 0.46753600239753723, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.18224728107452393, 0.3560471534729004, -0.7531095743179321, -1.6761444807052612, 0.1472010761499405, -0.12060225009918213, -0.028291787952184677, -0.3423430025577545, -0.5071640014648438, 0.0566210001707077, 1.25727117061615, -1.7844620943069458, -0.18528801202774048, 1008.0, 330.0, -0.004840686917304993, -0.29641735553741455, -0.838322103023529, 1.9082332849502563, -1.0617952346801758, -0.0007745843613520265], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12049752473831177, 0.02834414690732956, -0.3102790117263794, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5590289235115051, 0.638336718082428, -0.28846800327301025, -1.179720401763916, 0.4092273712158203, 0.665302038192749, 0.7328986525535583, -0.24319800734519958, -0.442997008562088, 0.22826500236988068, 1.7530485391616821, -1.121137022972107, 0.7843654155731201, 1009.0, 1003.0, 0.003592447843402624, -0.29593798518180847, -0.8382761478424072, 1.9082356691360474, -1.0617833137512207, -0.0004651303170248866], "mean": [-0.19952017068862915, 0.6046715974807739, 0.4513864517211914, -1.4119678735733032, -0.2538997232913971, -0.12055008113384247, 0.028280971571803093, -0.31032490730285645, 0.4675742983818054, 0.22824034094810486, -1.5732375383377075, -1.1211352348327637, -0.7462766766548157, 0.3218686878681183, 0.5259540677070618, -0.49763354659080505, -1.4535424709320068, 0.2592076063156128, 0.19566035270690918, 0.2762070596218109, -0.29709145426750183, -0.4672125577926636, 0.16108588874340057, 1.5530339479446411, -1.4191700220108032, 0.4124496877193451, 1008.5239868164062, 811.7841186523438, -0.0002750274434220046, -0.2961951494216919, -0.8383047580718994, 1.9082484245300293, -1.0617893934249878, -0.0007173750200308859], "std": [2.5576335247023962e-05, 2.0590525309671648e-05, 2.4043629309744574e-05, 2.000012136704754e-05, 2.4309698346769437e-05, 1.9588367649703287e-05, 1.648431680223439e-05, 1.6345797121175565e-05, 8.757858267927077e-06, 1.337681806035107e-05, 1.0609626770019531e-05, 1.7881393432617188e-06, 1.0728836059570312e-06, 0.13065657019615173, 0.0683380663394928, 0.12481103092432022, 0.10897383093833923, 0.0653534084558487, 0.29262033104896545, 0.27204716205596924, 0.02729167975485325, 0.016814790666103363, 0.05698699504137039, 0.10066166520118713, 0.2576363980770111, 0.3650890290737152, 0.4994233548641205, 280.5884704589844, 0.0037191349547356367, 0.00012367287126835436, 6.097236109781079e-06, 1.3355192095332313e-05, 3.2197503969655372e-06, 4.3027343053836375e-05], "count": [542]}, "timestamp": {"min": [0.0], "max": [18.033333333333335], "mean": [9.016666666666667], "std": [5.2153885548229075], "count": [542]}, "frame_index": {"min": [0], "max": [541], "mean": [270.5], "std": [156.46165664468722], "count": [542]}, "episode_index": {"min": [78], "max": [78], "mean": [78.0], "std": [0.0], "count": [542]}, "index": {"min": [47441], "max": [47982], "mean": [47711.5], "std": [156.46165664468722], "count": [542]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [542]}, "gripper_open_scale_state": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.8105756466129169], "std": [0.0, 0.27976902716142626], "count": [542]}, "gripper_open_scale_action": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.8105756466129169], "std": [0.0, 0.27976902716142626], "count": [542]}, "eef_direction_state": {"mean": [6.0, 4.680811808118081], "std": [0.0, 1.9822926655305684], "min": [6, 0], "max": [6, 6], "count": [542]}, "eef_velocity_state": {"mean": [0.0, 0.6291512915129152], "std": [0.0, 0.7878920093764682], "min": [0, 0], "max": [0, 2], "count": [542]}, "eef_acc_mag_state": {"mean": [0.0, 0.525830258302583], "std": [0.0, 0.7745232748543296], "min": [0, 0], "max": [0, 2], "count": [542]}, "eef_direction_action": {"mean": [6.0, 4.680811808118081], "std": [0.0, 1.9822926655305684], "min": [6, 0], "max": [6, 6], "count": [542]}, "eef_velocity_action": {"mean": [0.0, 0.6291512915129152], "std": [0.0, 0.7878920093764682], "min": [0, 0], "max": [0, 2], "count": [542]}, "eef_acc_mag_action": {"mean": [0.0, 0.525830258302583], "std": [0.0, 0.7745232748543296], "min": [0, 0], "max": [0, 2], "count": [542]}, "eef_sim_pose_state": {"mean": [-0.31032484769821167, 0.4675740599632263, 0.22824057936668396, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.29703855514526367, -0.4671405255794525, 0.1611114740371704, 1.5533090829849243, -1.4189479351043701, 0.41239500045776367], "std": [1.634537329664454e-05, 8.763538062339649e-06, 1.3373463843890931e-05, 0.0, 0.0, 5.960464477539063e-08, 0.02723815105855465, 0.016729772090911865, 0.05701395124197006, 0.10051487386226654, 0.2578405737876892, 0.3650367259979248], "min": [-0.3103939890861511, 0.46753600239753723, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3423430025577545, -0.5071640014648438, 0.0566210001707077, 1.25727117061615, -1.7844620943069458, -0.18528801202774048], "max": [-0.3102790117263794, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.24319800734519958, -0.442997008562088, 0.22826500236988068, 1.7530485391616821, -1.121137022972107, 0.7843654155731201], "count": [542]}, "eef_sim_pose_action": {"mean": [-0.31032487750053406, 0.4675742983818054, 0.22824034094810486, -1.5732375383377075, -1.1211352348327637, -0.7462766766548157, -0.29703858494758606, -0.46714070439338684, 0.16111139953136444, 1.5533071756362915, -1.4189491271972656, 0.4123952090740204], "std": [1.6345380572602153e-05, 8.766906830715016e-06, 1.3375557500694413e-05, 1.0609626770019531e-05, 1.7881393432617188e-06, 1.0728836059570312e-06, 0.027238156646490097, 0.016729773953557014, 0.05701395124197006, 0.10051491111516953, 0.25784048438072205, 0.36503663659095764], "min": [-0.3103939890861511, 0.46753600239753723, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3423430025577545, -0.5071640014648438, 0.0566210001707077, 1.25727117061615, -1.7844620943069458, -0.18528801202774048], "max": [-0.3102790117263794, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.24319800734519958, -0.442997008562088, 0.22826500236988068, 1.7530485391616821, -1.121137022972107, 0.7843654155731201], "count": [542]}, "gripper_mode_state": {"mean": [0.0, 0.24538745387453875], "std": [0.0, 0.4303166872845045], "min": [0, 0], "max": [0, 1], "count": [542]}, "gripper_activity_state": {"mean": [2.0, 1.7416974169741697], "std": [0.0, 0.6041639619717113], "min": [2, 0], "max": [2, 2], "count": [542]}, "gripper_mode_action": {"mean": [0.0, 0.24538745387453875], "std": [0.0, 0.4303166872845045], "min": [0, 0], "max": [0, 1], "count": [542]}, "gripper_activity_action": {"mean": [2.0, 1.7416974169741697], "std": [0.0, 0.6041639619717112], "min": [2, 0], "max": [2, 2], "count": [542]}}} +{"episode_index": 41, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4062010040995565]], [[0.4152330546802054]], [[0.41253415142098504]]], "std": [[[0.21095554097064315]], [[0.20879584318676622]], [[0.20613251069344599]]], "count": [112]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3268020833333333]], [[0.3122160090598739]], [[0.3267956768644958]]], "std": [[[0.2558512644435955]], [[0.2643379600982215]], [[0.25235326552065296]]], "count": [112]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4411224414244864]], [[0.44676861760329134]], [[0.44134837294292717]]], "std": [[[0.290369140967856]], [[0.2870084706429769]], [[0.28914144510002915]]], "count": [112]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38092740429505134]], [[0.37809037807831464]], [[0.3917533555088702]]], "std": [[[0.25860702987522916]], [[0.2573929278573144]], [[0.25881179889018857]]], "count": [112]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4512898027896881, -1.4120759963989258, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31037598848342896, 0.4675520062446594, 0.22819200158119202, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.19046778976917267, 0.35676276683807373, -0.7546454668045044, -1.7090612649917603, 0.10157816857099533, -0.12058479338884354, -0.028291787952184677, -0.3149639964103699, -0.5283179879188538, 0.0699630007147789, 1.2162790298461914, -1.8099565505981445, -0.201332226395607, 1008.0, 333.0, -0.004263564478605986, -0.29641544818878174, -0.8383133411407471, 1.9082404375076294, -1.0614489316940308, -0.0007802798063494265], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12042772024869919, 0.02834414690732956, -0.3102799952030182, 0.46760499477386475, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.554718017578125, 0.647499680519104, -0.23951151967048645, -1.1823558807373047, 0.4492303133010864, 0.7294254302978516, 0.7008718848228455, -0.23537500202655792, -0.42846599221229553, 0.23555099964141846, 1.673865556716919, -1.121137022972107, 0.7804053425788879, 1009.0, 1001.0, 0.0036037268582731485, -0.2961466312408447, -0.8380764722824097, 1.9082491397857666, -1.0613561868667603, -0.0004470946441870183], "mean": [-0.19951696693897247, 0.6046700477600098, 0.45138341188430786, -1.4119611978530884, -0.25390326976776123, -0.12053917348384857, 0.028280604630708694, -0.31032824516296387, 0.46757397055625916, 0.22824238240718842, -1.5732375383377075, -1.1211352348327637, -0.7462766766548157, 0.39619266986846924, 0.5330396294593811, -0.5127119421958923, -1.4492731094360352, 0.27925631403923035, 0.31532958149909973, 0.3414967954158783, -0.2824127972126007, -0.47963714599609375, 0.16076993942260742, 1.508102297782898, -1.4625085592269897, 0.33645251393318176, 1008.527587890625, 797.941162109375, -0.0005645959754474461, -0.2962562143802643, -0.8381357192993164, 1.908249855041504, -1.0613867044448853, -0.000635511998552829], "std": [2.63716938206926e-05, 2.2656058717984706e-05, 2.6898111173068173e-05, 3.4547549148555845e-05, 2.3413282178808004e-05, 2.0622454030672088e-05, 1.721306034596637e-05, 1.7922513507073745e-05, 8.755971066420898e-06, 1.6344858522643335e-05, 1.0609626770019531e-05, 1.7881393432617188e-06, 1.0728836059570312e-06, 0.1084919199347496, 0.07364190369844437, 0.13311947882175446, 0.14692826569080353, 0.06808198243379593, 0.30816730856895447, 0.24130159616470337, 0.022704143077135086, 0.03152484819293022, 0.05428449437022209, 0.1207483634352684, 0.22763752937316895, 0.37431350350379944, 0.499240517616272, 286.8748474121094, 0.003408650169149041, 5.3030948038212955e-05, 7.205688598332927e-05, 8.108798283501528e-06, 2.5749835913302377e-05, 6.294556806096807e-05], "count": [544]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4512898027896881, -1.4120759963989258, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31037598848342896, 0.4675520062446594, 0.22819200158119202, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.19046778976917267, 0.35676276683807373, -0.7546454668045044, -1.7090612649917603, 0.10157816857099533, -0.12058479338884354, -0.028291787952184677, -0.3149639964103699, -0.5283179879188538, 0.0699630007147789, 1.2162790298461914, -1.8099565505981445, -0.201332226395607, 1008.0, 333.0, -0.004263564478605986, -0.29641544818878174, -0.8383133411407471, 1.9082404375076294, -1.0614489316940308, -0.0007802798063494265], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12042772024869919, 0.02834414690732956, -0.3102799952030182, 0.46760499477386475, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.554718017578125, 0.647499680519104, -0.23951151967048645, -1.1823558807373047, 0.4492303133010864, 0.7294254302978516, 0.7008718848228455, -0.23537500202655792, -0.42846599221229553, 0.23555099964141846, 1.673865556716919, -1.121137022972107, 0.7804053425788879, 1009.0, 1001.0, 0.0036037268582731485, -0.2961466312408447, -0.8380764722824097, 1.9082491397857666, -1.0613561868667603, -0.0004470946441870183], "mean": [-0.1995171308517456, 0.6046700477600098, 0.45138344168663025, -1.4119611978530884, -0.2539032995700836, -0.12053923308849335, 0.02828063815832138, -0.3103281855583191, 0.46757400035858154, 0.2282423973083496, -1.5732375383377075, -1.1211352348327637, -0.7462766766548157, 0.39645814895629883, 0.532590389251709, -0.5123315453529358, -1.4488742351531982, 0.2789851129055023, 0.3156341314315796, 0.34179767966270447, -0.2824171185493469, -0.4797469973564148, 0.16078150272369385, 1.507759690284729, -1.4626460075378418, 0.33648189902305603, 1008.5257568359375, 797.941162109375, -0.0005720843328163028, -0.29625651240348816, -0.838135302066803, 1.908249855041504, -1.0613865852355957, -0.0006355555960908532], "std": [2.637235047586728e-05, 2.2642669136985205e-05, 2.6898855139734223e-05, 3.452998862485401e-05, 2.341141771466937e-05, 2.0546725863823667e-05, 1.7217584172612987e-05, 1.792292641766835e-05, 8.749126209295355e-06, 1.63377098942874e-05, 1.0609626770019531e-05, 1.7881393432617188e-06, 1.0728836059570312e-06, 0.10818655043840408, 0.07394833117723465, 0.13358882069587708, 0.14732344448566437, 0.06847519427537918, 0.30781805515289307, 0.24094203114509583, 0.022709723562002182, 0.03158657252788544, 0.05429952219128609, 0.1208275854587555, 0.22745400667190552, 0.3743460476398468, 0.4993371069431305, 286.87481689453125, 0.003412040416151285, 5.301993223838508e-05, 7.169105083448812e-05, 8.104350854409859e-06, 2.5626446586102247e-05, 6.295808270806447e-05], "count": [544]}, "timestamp": {"min": [0.0], "max": [18.1], "mean": [9.049999999999999], "std": [5.234633596431452], "count": [544]}, "frame_index": {"min": [0], "max": [543], "mean": [271.5], "std": [157.0390078929436], "count": [544]}, "episode_index": {"min": [81], "max": [81], "mean": [81.0], "std": [0.0], "count": [544]}, "index": {"min": [49192], "max": [49735], "mean": [49463.5], "std": [157.0390078929436], "count": [544]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [544]}, "gripper_open_scale_state": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.7973345578922069], "std": [0.0, 0.28644603997228774], "count": [544]}, "gripper_open_scale_action": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.7973345578922069], "std": [0.0, 0.28644603997228774], "count": [544]}, "eef_direction_state": {"mean": [6.0, 4.358455882352941], "std": [0.0, 2.137334919210633], "min": [6, 0], "max": [6, 6], "count": [544]}, "eef_velocity_state": {"mean": [0.0, 0.7297794117647058], "std": [0.0, 0.8126725761625733], "min": [0, 0], "max": [0, 2], "count": [544]}, "eef_acc_mag_state": {"mean": [0.0, 0.6121323529411765], "std": [0.0, 0.8125395086215417], "min": [0, 0], "max": [0, 2], "count": [544]}, "eef_direction_action": {"mean": [6.0, 4.358455882352941], "std": [0.0, 2.137334919210633], "min": [6, 0], "max": [6, 6], "count": [544]}, "eef_velocity_action": {"mean": [0.0, 0.7297794117647058], "std": [0.0, 0.8126725761625733], "min": [0, 0], "max": [0, 2], "count": [544]}, "eef_acc_mag_action": {"mean": [0.0, 0.6121323529411765], "std": [0.0, 0.8125395086215417], "min": [0, 0], "max": [0, 2], "count": [544]}, "eef_sim_pose_state": {"mean": [-0.31032824516296387, 0.46757379174232483, 0.22824233770370483, -1.5732269287109375, -1.121137022972107, -0.7462754845619202, -0.2824130356311798, -0.4796372056007385, 0.16077008843421936, 1.508101463317871, -1.4625096321105957, 0.33645230531692505], "std": [1.792252078303136e-05, 8.75386376719689e-06, 1.634477303014137e-05, 0.0, 0.0, 1.1920928955078125e-07, 0.022704144939780235, 0.031524840742349625, 0.05428449437022209, 0.1207483634352684, 0.22763749957084656, 0.3743132948875427], "min": [-0.31037598848342896, 0.4675520062446594, 0.22819200158119202, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3149639964103699, -0.5283179879188538, 0.0699630007147789, 1.2162790298461914, -1.8099565505981445, -0.201332226395607], "max": [-0.3102799952030182, 0.46760499477386475, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23537500202655792, -0.42846599221229553, 0.23555099964141846, 1.673865556716919, -1.121137022972107, 0.7804053425788879], "count": [544]}, "eef_sim_pose_action": {"mean": [-0.31032824516296387, 0.46757397055625916, 0.22824238240718842, -1.5732375383377075, -1.1211352348327637, -0.7462766766548157, -0.2824127972126007, -0.47963714599609375, 0.16076993942260742, 1.508102297782898, -1.4625085592269897, 0.33645251393318176], "std": [1.7922513507073745e-05, 8.755971066420898e-06, 1.6344858522643335e-05, 1.0609626770019531e-05, 1.7881393432617188e-06, 1.0728836059570312e-06, 0.022704143077135086, 0.03152484819293022, 0.05428449437022209, 0.1207483634352684, 0.22763752937316895, 0.37431350350379944], "min": [-0.31037598848342896, 0.4675520062446594, 0.22819200158119202, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3149639964103699, -0.5283179879188538, 0.0699630007147789, 1.2162790298461914, -1.8099565505981445, -0.201332226395607], "max": [-0.3102799952030182, 0.46760499477386475, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23537500202655792, -0.42846599221229553, 0.23555099964141846, 1.673865556716919, -1.121137022972107, 0.7804053425788879], "count": [544]}, "gripper_mode_state": {"mean": [0.0, 0.26286764705882354], "std": [0.0, 0.4401911484668683], "min": [0, 0], "max": [0, 1], "count": [544]}, "gripper_activity_state": {"mean": [2.0, 1.75], "std": [0.0, 0.5909862146297093], "min": [2, 0], "max": [2, 2], "count": [544]}, "gripper_mode_action": {"mean": [0.0, 0.26286764705882354], "std": [0.0, 0.4401911484668683], "min": [0, 0], "max": [0, 1], "count": [544]}, "gripper_activity_action": {"mean": [2.0, 1.75], "std": [0.0, 0.5909862146297093], "min": [2, 0], "max": [2, 2], "count": [544]}}} +{"episode_index": 42, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40637578949849174]], [[0.4156405012726244]], [[0.4124560296474359]]], "std": [[[0.2112537313343678]], [[0.20830200672698793]], [[0.20550413764482872]]], "count": [104]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3250216444350176]], [[0.3117108923296883]], [[0.3231379481680493]]], "std": [[[0.2571020427510537]], [[0.26601260387235587]], [[0.25382583851375007]]], "count": [104]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44325604103821015]], [[0.44900785570638513]], [[0.443631007651458]]], "std": [[[0.2907265536607367]], [[0.2877575256063081]], [[0.2897297273963704]]], "count": [104]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3858537797731272]], [[0.37964409133044247]], [[0.39993033363185015]]], "std": [[[0.2685497939563937]], [[0.2674249184959673]], [[0.274079099308325]]], "count": [104]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31037598848342896, 0.4675469994544983, 0.22818000614643097, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.16290903091430664, 0.342835009098053, -0.6937160491943359, -1.745800495147705, 0.09426523000001907, -0.12072442471981049, -0.028379054740071297, -0.32653599977493286, -0.5081290006637573, 0.0565279982984066, 1.2111854553222656, -1.749521017074585, -0.11736544966697693, 1008.0, 332.0, -0.004620741121470928, -0.2964925467967987, -0.8383165597915649, 1.9082348346710205, -1.0615907907485962, -0.0009606364765204489], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028300523757935, 0.4675930142402649, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.49296826124191284, 0.6173229217529297, -0.2442588210105896, -1.213736891746521, 0.3416307270526886, 0.7160911560058594, 0.5904797911643982, -0.23132799565792084, -0.4310770034790039, 0.2282709926366806, 1.6934870481491089, -1.121137022972107, 0.7718965411186218, 1009.0, 1001.0, 0.003658243454992771, -0.29603010416030884, -0.8380867838859558, 1.9082443714141846, -1.0613760948181152, -0.00038254595710895956], "mean": [-0.1995164304971695, 0.6046639680862427, 0.4513936936855316, -1.4119735956192017, -0.25390398502349854, -0.12055039405822754, 0.028282834216952324, -0.31032535433769226, 0.46757233142852783, 0.22823278605937958, -1.5732371807098389, -1.1211333274841309, -0.7462766766548157, 0.29830506443977356, 0.4892639219760895, -0.453185111284256, -1.4871875047683716, 0.22315359115600586, 0.2710736393928528, 0.2749439775943756, -0.29356005787849426, -0.46577176451683044, 0.154204323887825, 1.5176951885223389, -1.4277453422546387, 0.41855427622795105, 1008.5324096679688, 812.8482055664062, 0.00019360047008376569, -0.296341210603714, -0.8382183909416199, 1.9082506895065308, -1.0615062713623047, -0.0007904519443400204], "std": [2.474082612025086e-05, 2.0020652300445363e-05, 2.3485261408495717e-05, 2.7179508833796717e-05, 2.2897773305885494e-05, 2.2682826966047287e-05, 1.69409868249204e-05, 1.6463814972667024e-05, 7.872960850363597e-06, 1.4966171875130385e-05, 1.0251998901367188e-05, 3.6954879760742188e-06, 1.0728836059570312e-06, 0.10360196232795715, 0.07497689127922058, 0.10795261710882187, 0.13389430940151215, 0.08264673501253128, 0.3397684693336487, 0.19559457898139954, 0.026546742767095566, 0.020945480093359947, 0.054223157465457916, 0.12831783294677734, 0.24377217888832092, 0.30074381828308105, 0.4989507496356964, 277.79620361328125, 0.003816671669483185, 3.7626177800120786e-05, 8.96057317731902e-05, 1.0529387509450316e-05, 9.621688514016569e-05, 0.00011169012577738613], "count": [494]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31037598848342896, 0.4675469994544983, 0.22818000614643097, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.16290903091430664, 0.342835009098053, -0.6937160491943359, -1.745800495147705, 0.09426523000001907, -0.12072442471981049, -0.028379054740071297, -0.32653599977493286, -0.5081290006637573, 0.0565279982984066, 1.2111854553222656, -1.749521017074585, -0.11736544966697693, 1008.0, 332.0, -0.004620741121470928, -0.2964925467967987, -0.8383165597915649, 1.9082348346710205, -1.0615907907485962, -0.0009606364765204489], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028300523757935, 0.4675930142402649, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.49296826124191284, 0.6173229217529297, -0.2442588210105896, -1.213736891746521, 0.3416307270526886, 0.7160911560058594, 0.5904797911643982, -0.23132799565792084, -0.4310770034790039, 0.2282709926366806, 1.6934870481491089, -1.121137022972107, 0.7718965411186218, 1009.0, 1001.0, 0.003658243454992771, -0.29603010416030884, -0.8380867838859558, 1.9082443714141846, -1.0613760948181152, -0.00038254595710895956], "mean": [-0.19951632618904114, 0.6046638488769531, 0.45139360427856445, -1.411973476409912, -0.2539041042327881, -0.12055039405822754, 0.028282759711146355, -0.31032535433769226, 0.46757233142852783, 0.22823277115821838, -1.5732371807098389, -1.1211333274841309, -0.7462766766548157, 0.2984684407711029, 0.4887394607067108, -0.45276957750320435, -1.486801028251648, 0.22285772860050201, 0.2711842358112335, 0.2753848433494568, -0.2935895025730133, -0.46585214138031006, 0.15417292714118958, 1.5175355672836304, -1.4279991388320923, 0.4186047315597534, 1008.5324096679688, 812.8482055664062, 0.00019273276848252863, -0.296341210603714, -0.8382188081741333, 1.9082506895065308, -1.061506748199463, -0.0007906960090622306], "std": [2.488645986886695e-05, 2.010748539760243e-05, 2.3531851184088737e-05, 2.720794509514235e-05, 2.280828994116746e-05, 2.2682826966047287e-05, 1.6976155166048557e-05, 1.6495407180627808e-05, 7.876658855821006e-06, 1.4949151591281407e-05, 1.0251998901367188e-05, 3.6954879760742188e-06, 1.0728836059570312e-06, 0.1035095825791359, 0.07507338374853134, 0.10835298895835876, 0.13438504934310913, 0.08279746770858765, 0.3396497368812561, 0.19515535235404968, 0.0265734251588583, 0.0210281852632761, 0.05418476089835167, 0.12829776108264923, 0.24351781606674194, 0.300800621509552, 0.4989507496356964, 277.79620361328125, 0.0038159615360200405, 3.762712731258944e-05, 8.952803909778595e-05, 1.0530849976930767e-05, 9.612613939680159e-05, 0.00011159162386320531], "count": [494]}, "timestamp": {"min": [0.0], "max": [16.433333333333334], "mean": [8.216666666666667], "std": [4.753507476940931], "count": [494]}, "frame_index": {"min": [0], "max": [493], "mean": [246.5], "std": [142.60522430822792], "count": [494]}, "episode_index": {"min": [82], "max": [82], "mean": [82.0], "std": [0.0], "count": [494]}, "index": {"min": [49736], "max": [50229], "mean": [49982.5], "std": [142.60522430822792], "count": [494]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [494]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8122267194001781], "std": [0.0, 0.2773749388902495], "count": [494]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8122267194001781], "std": [0.0, 0.2773749388902495], "count": [494]}, "eef_direction_state": {"mean": [6.0, 4.445344129554656], "std": [0.0, 2.0400961969747526], "min": [6, 0], "max": [6, 6], "count": [494]}, "eef_velocity_state": {"mean": [0.0, 0.7611336032388664], "std": [0.0, 0.8020895852695936], "min": [0, 0], "max": [0, 2], "count": [494]}, "eef_acc_mag_state": {"mean": [0.0, 0.659919028340081], "std": [0.0, 0.828229657711695], "min": [0, 0], "max": [0, 2], "count": [494]}, "eef_direction_action": {"mean": [6.0, 4.445344129554656], "std": [0.0, 2.0400961969747526], "min": [6, 0], "max": [6, 6], "count": [494]}, "eef_velocity_action": {"mean": [0.0, 0.7611336032388664], "std": [0.0, 0.8020895852695936], "min": [0, 0], "max": [0, 2], "count": [494]}, "eef_acc_mag_action": {"mean": [0.0, 0.659919028340081], "std": [0.0, 0.828229657711695], "min": [0, 0], "max": [0, 2], "count": [494]}, "eef_sim_pose_state": {"mean": [-0.31032541394233704, 0.46757224202156067, 0.22823287546634674, -1.573226809501648, -1.121137022972107, -0.7462756037712097, -0.2935599088668823, -0.4657716751098633, 0.15420430898666382, 1.517696738243103, -1.4277440309524536, 0.4185543358325958], "std": [1.6463704014313407e-05, 7.872524292906746e-06, 1.496593813499203e-05, 1.1920928955078125e-07, 0.0, 0.0, 0.026546748355031013, 0.020945480093359947, 0.05422315001487732, 0.12831787765026093, 0.24377205967903137, 0.30074381828308105], "min": [-0.31037598848342896, 0.4675469994544983, 0.22818000614643097, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32653599977493286, -0.5081290006637573, 0.0565279982984066, 1.2111854553222656, -1.749521017074585, -0.11736544966697693], "max": [-0.31028300523757935, 0.4675930142402649, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23132799565792084, -0.4310770034790039, 0.2282709926366806, 1.6934870481491089, -1.121137022972107, 0.7718965411186218], "count": [494]}, "eef_sim_pose_action": {"mean": [-0.31032535433769226, 0.46757233142852783, 0.22823278605937958, -1.5732371807098389, -1.1211333274841309, -0.7462766766548157, -0.29356005787849426, -0.46577176451683044, 0.154204323887825, 1.5176951885223389, -1.4277453422546387, 0.41855427622795105], "std": [1.6463814972667024e-05, 7.872960850363597e-06, 1.4966171875130385e-05, 1.0251998901367188e-05, 3.6954879760742188e-06, 1.0728836059570312e-06, 0.026546742767095566, 0.020945480093359947, 0.054223157465457916, 0.12831783294677734, 0.24377217888832092, 0.30074381828308105], "min": [-0.31037598848342896, 0.4675469994544983, 0.22818000614643097, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32653599977493286, -0.5081290006637573, 0.0565279982984066, 1.2111854553222656, -1.749521017074585, -0.11736544966697693], "max": [-0.31028300523757935, 0.4675930142402649, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23132799565792084, -0.4310770034790039, 0.2282709926366806, 1.6934870481491089, -1.121137022972107, 0.7718965411186218], "count": [494]}, "gripper_mode_state": {"mean": [0.0, 0.2388663967611336], "std": [0.0, 0.426390948847986], "min": [0, 0], "max": [0, 1], "count": [494]}, "gripper_activity_state": {"mean": [2.0, 1.7206477732793521], "std": [0.0, 0.6225346399684316], "min": [2, 0], "max": [2, 2], "count": [494]}, "gripper_mode_action": {"mean": [0.0, 0.2388663967611336], "std": [0.0, 0.426390948847986], "min": [0, 0], "max": [0, 1], "count": [494]}, "gripper_activity_action": {"mean": [2.0, 1.7206477732793521], "std": [0.0, 0.6225346399684316], "min": [2, 0], "max": [2, 2], "count": [494]}}} +{"episode_index": 43, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4072763098464318]], [[0.41673288465115044]], [[0.4147192465061906]]], "std": [[[0.21074556711423298]], [[0.20799131118236772]], [[0.20502925823304646]]], "count": [123]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3282861187496679]], [[0.3128085196476965]], [[0.32788212046336146]]], "std": [[[0.255274579867463]], [[0.26404017595566287]], [[0.2505641246233908]]], "count": [123]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.444079824578883]], [[0.44990637786279825]], [[0.4443150572559647]]], "std": [[[0.2905340840255753]], [[0.28764003018333145]], [[0.28954569786955064]]], "count": [123]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38959323854880706]], [[0.3874084585392423]], [[0.3977436234656464]]], "std": [[[0.2580121226584455]], [[0.25950147880806046]], [[0.2558107066403996]]], "count": [123]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.31040099263191223, 0.46753600239753723, 0.22819900512695312, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, 0.12669344246387482, 0.4167322814464569, -0.7004704475402832, -1.7120109796524048, 0.13175490498542786, -0.12053243815898895, -0.02839650586247444, -0.3283030092716217, -0.5012609958648682, 0.07351899892091751, 1.4342914819717407, -1.759521722793579, -0.11497724801301956, 1008.0, 332.0, -0.004143252037465572, -0.29669368267059326, -0.8382270336151123, 1.9082530736923218, -1.0616049766540527, -0.0008714073919691145], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31029099225997925, 0.46759599447250366, 0.22829000651836395, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, 0.4922003149986267, 0.6386508345603943, -0.21160371601581573, -1.2342619895935059, 0.4421442747116089, 0.46642181277275085, 0.6645341515541077, -0.23677900433540344, -0.4144290089607239, 0.25013598799705505, 1.7222473621368408, -1.121137022972107, 0.842311680316925, 1009.0, 1003.0, 0.0038405917584896088, -0.29628199338912964, -0.8381881713867188, 1.9082554578781128, -1.0615812540054321, -0.0007318683201447129], "mean": [-0.19951635599136353, 0.6046682596206665, 0.4513935446739197, -1.411967396736145, -0.2538961172103882, -0.12052016705274582, 0.028282398357987404, -0.3103315830230713, 0.4675726294517517, 0.22823861241340637, -1.5732370615005493, -1.121138572692871, -0.7462756037712097, 0.2714153826236725, 0.5214981436729431, -0.43479710817337036, -1.4631388187408447, 0.28220275044441223, 0.16217415034770966, 0.3191703259944916, -0.30077892541885376, -0.46191203594207764, 0.1700427234172821, 1.559688925743103, -1.4734796285629272, 0.4603494703769684, 1008.3973999023438, 782.420166015625, -0.0003613715525716543, -0.2965865135192871, -0.8382052183151245, 1.908253788948059, -1.0615910291671753, -0.0008039420936256647], "std": [2.550272438384127e-05, 1.9383915059734136e-05, 2.4021150238695554e-05, 1.811824222386349e-05, 2.3930355382617563e-05, 2.0573041183524765e-05, 1.740476545819547e-05, 1.5683444871683605e-05, 8.440453711955342e-06, 1.3647490959556308e-05, 2.9113987693563104e-05, 2.8680928153335117e-05, 2.6806308596860617e-05, 0.0866658166050911, 0.06729964166879654, 0.12958864867687225, 0.12733888626098633, 0.07401619106531143, 0.21376751363277435, 0.21421308815479279, 0.02207024395465851, 0.02334842085838318, 0.057129450142383575, 0.0791892558336258, 0.2331952452659607, 0.30739307403564453, 0.48936018347740173, 296.34423828125, 0.0036151509266346693, 5.914854409638792e-05, 8.418384823016822e-06, 5.59203215289017e-07, 6.8577637648559175e-06, 2.75024267466506e-05], "count": [614]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.31040099263191223, 0.46753600239753723, 0.22819900512695312, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, 0.12669344246387482, 0.4167322814464569, -0.7004704475402832, -1.7120109796524048, 0.13175490498542786, -0.12053243815898895, -0.02839650586247444, -0.3283030092716217, -0.5012609958648682, 0.07351899892091751, 1.4342914819717407, -1.759521722793579, -0.11497724801301956, 1008.0, 332.0, -0.004143252037465572, -0.29669368267059326, -0.8382270336151123, 1.9082530736923218, -1.0616049766540527, -0.0008714073919691145], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31029099225997925, 0.46759599447250366, 0.22829000651836395, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, 0.4922003149986267, 0.6386508345603943, -0.21160371601581573, -1.2342619895935059, 0.4421442747116089, 0.46642181277275085, 0.6645341515541077, -0.23677900433540344, -0.4144290089607239, 0.25013598799705505, 1.7222473621368408, -1.121137022972107, 0.842311680316925, 1009.0, 1003.0, 0.0038405917584896088, -0.29628199338912964, -0.8381881713867188, 1.9082554578781128, -1.0615812540054321, -0.0007318683201447129], "mean": [-0.19951637089252472, 0.6046682596206665, 0.45139366388320923, -1.4119676351547241, -0.253896027803421, -0.12052016705274582, 0.02828247845172882, -0.3103316128253937, 0.4675725996494293, 0.2282385528087616, -1.5732370615005493, -1.121138572692871, -0.7462756037712097, 0.27151814103126526, 0.5211964249610901, -0.4344376027584076, -1.462849736213684, 0.28200748562812805, 0.16231341660022736, 0.3195614516735077, -0.30080434679985046, -0.4619668424129486, 0.17007461190223694, 1.5595040321350098, -1.473656415939331, 0.46030935645103455, 1008.3973999023438, 782.4169311523438, -0.00035295807174406946, -0.29658636450767517, -0.8382052183151245, 1.908253788948059, -1.0615910291671753, -0.0008039158419705927], "std": [2.5502537027932703e-05, 1.936952321557328e-05, 2.399837649136316e-05, 1.8247308616992086e-05, 2.397268508502748e-05, 2.0573041183524765e-05, 1.7493226550868712e-05, 1.5692463421146385e-05, 8.445678759017028e-06, 1.3627575754071586e-05, 2.9113987693563104e-05, 2.8680928153335117e-05, 2.6806308596860617e-05, 0.08661779016256332, 0.06734701246023178, 0.12984809279441833, 0.12765590846538544, 0.07424957305192947, 0.21361114084720612, 0.2137984037399292, 0.022090338170528412, 0.0234011672437191, 0.057167086750268936, 0.07928898185491562, 0.23296983540058136, 0.3073568642139435, 0.48936018347740173, 296.3415222167969, 0.0036178953014314175, 5.909845276619308e-05, 8.41752171254484e-06, 5.584784616985417e-07, 6.859378572698915e-06, 2.751732972683385e-05], "count": [614]}, "timestamp": {"min": [0.0], "max": [20.433333333333334], "mean": [10.216666666666665], "std": [5.908209918786268], "count": [614]}, "frame_index": {"min": [0], "max": [613], "mean": [306.5], "std": [177.24629756358806], "count": [614]}, "episode_index": {"min": [85], "max": [85], "mean": [85.0], "std": [0.0], "count": [614]}, "index": {"min": [51357], "max": [51970], "mean": [51663.5], "std": [177.24629756358806], "count": [614]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [614]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.7815455994796286], "std": [0.0, 0.29569721525606], "count": [614]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.7815455994796286], "std": [0.0, 0.29569721525605996], "count": [614]}, "eef_direction_state": {"mean": [6.0, 4.5732899022801305], "std": [0.0, 2.0626198334144035], "min": [6, 0], "max": [6, 6], "count": [614]}, "eef_velocity_state": {"mean": [0.0, 0.6465798045602605], "std": [0.0, 0.7702825506271126], "min": [0, 0], "max": [0, 2], "count": [614]}, "eef_acc_mag_state": {"mean": [0.0, 0.5879478827361564], "std": [0.0, 0.8099049028627877], "min": [0, 0], "max": [0, 2], "count": [614]}, "eef_direction_action": {"mean": [6.0, 4.5732899022801305], "std": [0.0, 2.0626198334144035], "min": [6, 0], "max": [6, 6], "count": [614]}, "eef_velocity_action": {"mean": [0.0, 0.6465798045602605], "std": [0.0, 0.7702825506271126], "min": [0, 0], "max": [0, 2], "count": [614]}, "eef_acc_mag_action": {"mean": [0.0, 0.5879478827361564], "std": [0.0, 0.8099049028627877], "min": [0, 0], "max": [0, 2], "count": [614]}, "eef_sim_pose_state": {"mean": [-0.31033167243003845, 0.46757254004478455, 0.22823843359947205, -1.5732258558273315, -1.121138095855713, -0.746274471282959, -0.3007790446281433, -0.4619121253490448, 0.1700427234172821, 1.5596888065338135, -1.4734792709350586, 0.4603494107723236], "std": [1.5683279343647882e-05, 8.439702469331678e-06, 1.3646551451529376e-05, 2.686619154701475e-05, 2.8678545277216472e-05, 2.678451892279554e-05, 0.02207024209201336, 0.023348422721028328, 0.05712945759296417, 0.0791892260313034, 0.23319530487060547, 0.3073926568031311], "min": [-0.31040099263191223, 0.46753600239753723, 0.22819900512695312, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, -0.3283030092716217, -0.5012609958648682, 0.07351899892091751, 1.4342914819717407, -1.759521722793579, -0.11497724801301956], "max": [-0.31029099225997925, 0.46759599447250366, 0.22829000651836395, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, -0.23677900433540344, -0.4144290089607239, 0.25013598799705505, 1.7222473621368408, -1.121137022972107, 0.842311680316925], "count": [614]}, "eef_sim_pose_action": {"mean": [-0.3103315830230713, 0.4675726294517517, 0.22823861241340637, -1.5732370615005493, -1.121138572692871, -0.7462756037712097, -0.30077892541885376, -0.46191203594207764, 0.1700427234172821, 1.559688925743103, -1.4734796285629272, 0.4603494703769684], "std": [1.5683444871683605e-05, 8.440453711955342e-06, 1.3647490959556308e-05, 2.9113987693563104e-05, 2.8680928153335117e-05, 2.6806308596860617e-05, 0.02207024395465851, 0.02334842085838318, 0.057129450142383575, 0.0791892558336258, 0.2331952452659607, 0.30739307403564453], "min": [-0.31040099263191223, 0.46753600239753723, 0.22819900512695312, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, -0.3283030092716217, -0.5012609958648682, 0.07351899892091751, 1.4342914819717407, -1.759521722793579, -0.11497724801301956], "max": [-0.31029099225997925, 0.46759599447250366, 0.22829000651836395, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, -0.23677900433540344, -0.4144290089607239, 0.25013598799705505, 1.7222473621368408, -1.121137022972107, 0.842311680316925], "count": [614]}, "gripper_mode_state": {"mean": [0.0, 0.2931596091205212], "std": [0.0, 0.4552109980007326], "min": [0, 0], "max": [0, 1], "count": [614]}, "gripper_activity_state": {"mean": [2.0, 1.773615635179153], "std": [0.0, 0.5700628191138221], "min": [2, 0], "max": [2, 2], "count": [614]}, "gripper_mode_action": {"mean": [0.0, 0.2931596091205212], "std": [0.0, 0.4552109980007326], "min": [0, 0], "max": [0, 1], "count": [614]}, "gripper_activity_action": {"mean": [2.0, 1.773615635179153], "std": [0.0, 0.5700628191138221], "min": [2, 0], "max": [2, 2], "count": [614]}}} +{"episode_index": 44, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40809966206179443]], [[0.41703646761734997]], [[0.4141134395424837]]], "std": [[[0.21036083496286279]], [[0.207852365421483]], [[0.2048117106219192]]], "count": [110]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32630636326500295]], [[0.3120588142453951]], [[0.3292600991532977]]], "std": [[[0.2543016511954244]], [[0.26237761674838633]], [[0.2511364078399962]]], "count": [110]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.443976678550208]], [[0.44995534945038623]], [[0.44450656565656566]]], "std": [[[0.2905765461801966]], [[0.287623744019398]], [[0.2895797194275565]]], "count": [110]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3893416425282234]], [[0.385333864379085]], [[0.3971725434491979]]], "std": [[[0.2548352260315657]], [[0.25792870485942965]], [[0.2543269572459061]]], "count": [110]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25394541025161743, -0.12072442471981049, 0.02822197414934635, -0.310371994972229, 0.4675469994544983, 0.22818900644779205, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.10636036098003387, 0.3661351799964905, -0.6183352470397949, -1.801668405532837, 0.16952383518218994, -0.12065461277961731, -0.02839650586247444, -0.3293209969997406, -0.5080320239067078, 0.05794300138950348, 1.2630771398544312, -1.7374145984649658, 0.01445191353559494, 1008.0, 333.0, -0.004742933437228203, -0.29699069261550903, -0.8383331894874573, 1.908252239227295, -1.0616240501403809, -0.0009236158803105354], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12046262621879578, 0.028326693922281265, -0.3102880120277405, 0.4675990045070648, 0.22829300165176392, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3857177793979645, 0.6286152005195618, -0.14526374638080597, -1.2265475988388062, 0.3499559760093689, 0.7002784609794617, 0.5163382291793823, -0.24617899954319, -0.4097000062465668, 0.25142499804496765, 1.6005908250808716, -1.121137022972107, 0.9204282760620117, 1009.0, 1002.0, 0.0036920811980962753, -0.29645493626594543, -0.8382024168968201, 1.9082554578781128, -1.0615923404693604, -0.0007631934131495655], "mean": [-0.19951581954956055, 0.6046637296676636, 0.45139071345329285, -1.4119704961776733, -0.2538953721523285, -0.12051422894001007, 0.028280772268772125, -0.31033048033714294, 0.4675730764865875, 0.2282363325357437, -1.5732375383377075, -1.121134877204895, -0.7462766766548157, 0.2513693869113922, 0.4963393807411194, -0.3933829963207245, -1.4934157133102417, 0.2720146179199219, 0.27097970247268677, 0.29093945026397705, -0.3008177578449249, -0.46138155460357666, 0.17314457893371582, 1.4639155864715576, -1.4795018434524536, 0.47350043058395386, 1008.2706909179688, 822.4454956054688, 0.00017200529691763222, -0.29663392901420593, -0.8382439613342285, 1.9082610607147217, -1.0615999698638916, -0.0008532142383046448], "std": [2.5049812393262982e-05, 2.0060424503753893e-05, 2.3807166144251823e-05, 1.8095217455993406e-05, 2.391017733316403e-05, 2.4977209250209853e-05, 1.5833131328690797e-05, 1.4942656889616046e-05, 7.925314093881752e-06, 1.4142719010123983e-05, 1.0609626770019531e-05, 2.1457672119140625e-06, 1.0728836059570312e-06, 0.05940590798854828, 0.07095664739608765, 0.12013997882604599, 0.1584497094154358, 0.04447554424405098, 0.2793135344982147, 0.15386544167995453, 0.024158235639333725, 0.026186544448137283, 0.05718788132071495, 0.08536925166845322, 0.19451479613780975, 0.27259549498558044, 0.4443085491657257, 274.30438232421875, 0.0035341698676347733, 4.720274228020571e-05, 4.750459629576653e-05, 7.566812655568356e-06, 1.0572205610515084e-05, 5.115443855174817e-05], "count": [532]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25394541025161743, -0.12072442471981049, 0.02822197414934635, -0.310371994972229, 0.4675469994544983, 0.22818900644779205, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.10636036098003387, 0.3661351799964905, -0.6183352470397949, -1.801668405532837, 0.16952383518218994, -0.12061969935894012, -0.02839650586247444, -0.3293209969997406, -0.5080320239067078, 0.05794300138950348, 1.2630771398544312, -1.7374145984649658, 0.01445191353559494, 1008.0, 333.0, -0.0047410535626113415, -0.29699069261550903, -0.8383331894874573, 1.908252239227295, -1.0616240501403809, -0.0009236158803105354], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12046262621879578, 0.028326693922281265, -0.3102880120277405, 0.4675990045070648, 0.22829300165176392, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3857177793979645, 0.6286152005195618, -0.14526374638080597, -1.2265475988388062, 0.3499559760093689, 0.7002784609794617, 0.5163382291793823, -0.24617899954319, -0.4097000062465668, 0.25142499804496765, 1.6005908250808716, -1.121137022972107, 0.9204282760620117, 1009.0, 1002.0, 0.0036920811980962753, -0.29645493626594543, -0.8382024168968201, 1.9082554578781128, -1.0615923404693604, -0.0007631934131495655], "mean": [-0.19951577484607697, 0.6046637296676636, 0.45139065384864807, -1.4119704961776733, -0.2538953125476837, -0.12051428854465485, 0.028280774131417274, -0.31033045053482056, 0.4675730764865875, 0.2282363921403885, -1.5732375383377075, -1.121134877204895, -0.7462766766548157, 0.2514882981777191, 0.49589577317237854, -0.3928426504135132, -1.493095874786377, 0.2718812823295593, 0.27120083570480347, 0.2913745939731598, -0.30083033442497253, -0.4614550471305847, 0.1731870025396347, 1.463557481765747, -1.479793667793274, 0.47368839383125305, 1008.2706909179688, 822.4454956054688, 0.00017244349874090403, -0.2966342568397522, -0.8382441997528076, 1.9082610607147217, -1.0615999698638916, -0.0008532410720363259], "std": [2.504813346604351e-05, 2.0060424503753893e-05, 2.3842447262723e-05, 1.809197237889748e-05, 2.3963735657162033e-05, 2.4979703084682114e-05, 1.5833120414754376e-05, 1.4934601495042443e-05, 7.929969797260128e-06, 1.4225221093511209e-05, 1.0609626770019531e-05, 2.1457672119140625e-06, 1.0728836059570312e-06, 0.059365227818489075, 0.07101544737815857, 0.12052366137504578, 0.15878479182720184, 0.0446355976164341, 0.27904966473579407, 0.15328802168369293, 0.02416488528251648, 0.026258520781993866, 0.05723709240555763, 0.08530960232019424, 0.19409295916557312, 0.2728182077407837, 0.4443085491657257, 274.3043518066406, 0.0035335735883563757, 4.7552228352287784e-05, 4.75652668683324e-05, 7.564357019873569e-06, 1.0579346962913405e-05, 5.111704012961127e-05], "count": [532]}, "timestamp": {"min": [0.0], "max": [17.7], "mean": [8.850000000000001], "std": [5.119163343099469], "count": [532]}, "frame_index": {"min": [0], "max": [531], "mean": [265.5], "std": [153.57490029298407], "count": [532]}, "episode_index": {"min": [86], "max": [86], "mean": [86.0], "std": [0.0], "count": [532]}, "index": {"min": [51971], "max": [52502], "mean": [52236.5], "std": [153.57490029298407], "count": [532]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [532]}, "gripper_open_scale_state": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.8217932338217148], "std": [0.0, 0.273880046600311], "count": [532]}, "gripper_open_scale_action": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.8217932338217148], "std": [0.0, 0.273880046600311], "count": [532]}, "eef_direction_state": {"mean": [6.0, 4.642857142857143], "std": [0.0, 1.9428599071187809], "min": [6, 0], "max": [6, 6], "count": [532]}, "eef_velocity_state": {"mean": [0.0, 0.6992481203007519], "std": [0.0, 0.7754209374047372], "min": [0, 0], "max": [0, 2], "count": [532]}, "eef_acc_mag_state": {"mean": [0.0, 0.6334586466165414], "std": [0.0, 0.8151807264103782], "min": [0, 0], "max": [0, 2], "count": [532]}, "eef_direction_action": {"mean": [6.0, 4.642857142857143], "std": [0.0, 1.9428599071187809], "min": [6, 0], "max": [6, 6], "count": [532]}, "eef_velocity_action": {"mean": [0.0, 0.6992481203007519], "std": [0.0, 0.7754209374047372], "min": [0, 0], "max": [0, 2], "count": [532]}, "eef_acc_mag_action": {"mean": [0.0, 0.6334586466165414], "std": [0.0, 0.8151807264103782], "min": [0, 0], "max": [0, 2], "count": [532]}, "eef_sim_pose_state": {"mean": [-0.3103303909301758, 0.46757271885871887, 0.22823643684387207, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3008177876472473, -0.46138185262680054, 0.17314450442790985, 1.4639146327972412, -1.4795001745224, 0.4735005795955658], "std": [1.4942367670300882e-05, 7.918100891401991e-06, 1.4142423424345907e-05, 0.0, 0.0, 0.0, 0.024158237501978874, 0.026186542585492134, 0.05718787759542465, 0.08536925166845322, 0.1945149302482605, 0.27259561419487], "min": [-0.310371994972229, 0.4675469994544983, 0.22818900644779205, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3293209969997406, -0.5080320239067078, 0.05794300138950348, 1.2630771398544312, -1.7374145984649658, 0.01445191353559494], "max": [-0.3102880120277405, 0.4675990045070648, 0.22829300165176392, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.24617899954319, -0.4097000062465668, 0.25142499804496765, 1.6005908250808716, -1.121137022972107, 0.9204282760620117], "count": [532]}, "eef_sim_pose_action": {"mean": [-0.31033048033714294, 0.4675730764865875, 0.2282363325357437, -1.5732375383377075, -1.121134877204895, -0.7462766766548157, -0.3008177578449249, -0.46138155460357666, 0.17314457893371582, 1.4639155864715576, -1.4795018434524536, 0.47350043058395386], "std": [1.4942656889616046e-05, 7.925314093881752e-06, 1.4142719010123983e-05, 1.0609626770019531e-05, 2.1457672119140625e-06, 1.0728836059570312e-06, 0.024158235639333725, 0.026186544448137283, 0.05718788132071495, 0.08536925166845322, 0.19451479613780975, 0.27259549498558044], "min": [-0.310371994972229, 0.4675469994544983, 0.22818900644779205, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3293209969997406, -0.5080320239067078, 0.05794300138950348, 1.2630771398544312, -1.7374145984649658, 0.01445191353559494], "max": [-0.3102880120277405, 0.4675990045070648, 0.22829300165176392, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.24617899954319, -0.4097000062465668, 0.25142499804496765, 1.6005908250808716, -1.121137022972107, 0.9204282760620117], "count": [532]}, "gripper_mode_state": {"mean": [0.0, 0.22932330827067668], "std": [0.0, 0.4203975839065542], "min": [0, 0], "max": [0, 1], "count": [532]}, "gripper_activity_state": {"mean": [2.0, 1.736842105263158], "std": [0.0, 0.6056716503201907], "min": [2, 0], "max": [2, 2], "count": [532]}, "gripper_mode_action": {"mean": [0.0, 0.22932330827067668], "std": [0.0, 0.4203975839065542], "min": [0, 0], "max": [0, 1], "count": [532]}, "gripper_activity_action": {"mean": [2.0, 1.736842105263158], "std": [0.0, 0.6056716503201908], "min": [2, 0], "max": [2, 2], "count": [532]}}} +{"episode_index": 45, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4073000895694669]], [[0.41649211488876897]], [[0.4131827554416262]]], "std": [[[0.2100277896774972]], [[0.20818104740602578]], [[0.20540198636003948]]], "count": [109]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.325141186214547]], [[0.3117472229717575]], [[0.3271071854200395]]], "std": [[[0.25853978146210815]], [[0.26669523288057007]], [[0.25582633448977765]]], "count": [109]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44433789238172333]], [[0.4503079521946393]], [[0.4445418072045332]]], "std": [[[0.29115257050209997]], [[0.2882772551604302]], [[0.2900293918019406]]], "count": [109]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.389129652740301]], [[0.3881889166216946]], [[0.3959167060172693]]], "std": [[[0.2451938804075691]], [[0.2471015349210643]], [[0.24657027922008928]]], "count": [109]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.31038400530815125, 0.46754398941993713, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.11812388896942139, 0.2125636488199234, -0.6218782663345337, -1.7695543766021729, -0.06229080259799957, -0.20174260437488556, -0.028379054740071297, -0.33638501167297363, -0.4963569939136505, 0.057992998510599136, 1.1877527236938477, -1.803791880607605, 0.06459783017635345, 1008.0, 333.0, -0.004214687738567591, -0.29691553115844727, -0.838322103023529, 1.908249855041504, -1.0616390705108643, -0.0008837475907057524], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102889955043793, 0.46759501099586487, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3672870993614197, 0.6047391295433044, -0.08337438106536865, -1.2719959020614624, 0.43509313464164734, 0.6579192876815796, 0.574946403503418, -0.24548499286174774, -0.4182099997997284, 0.22828300297260284, 1.7507984638214111, -1.0525295734405518, 0.9811162352561951, 1009.0, 1001.0, 0.0038838288746774197, -0.29685911536216736, -0.8383038640022278, 1.9082539081573486, -1.0616129636764526, -0.0007774321129545569], "mean": [-0.19951555132865906, 0.6046671271324158, 0.451389878988266, -1.4119672775268555, -0.25389719009399414, -0.12052325159311295, 0.028280170634388924, -0.3103300929069519, 0.46757280826568604, 0.22823850810527802, -1.573237419128418, -1.121134638786316, -0.7462766766548157, 0.23836351931095123, 0.43280547857284546, -0.3822964131832123, -1.4924004077911377, 0.26678377389907837, 0.22100214660167694, 0.2434215545654297, -0.29938608407974243, -0.46184808015823364, 0.15440796315670013, 1.477216362953186, -1.4856538772583008, 0.5620132684707642, 1008.3605346679688, 811.8235473632812, -0.0003963051422033459, -0.2968926429748535, -0.8383115530014038, 1.9082610607147217, -1.0616190433502197, -0.0008155654068104923], "std": [2.6982184863300063e-05, 1.8951965103042312e-05, 2.4006387320696376e-05, 1.6457715901196934e-05, 2.306341593794059e-05, 2.058748395938892e-05, 1.7391021174262278e-05, 1.4945333532523364e-05, 8.55002235766733e-06, 1.3154743101040367e-05, 1.049041748046875e-05, 2.384185791015625e-06, 1.0728836059570312e-06, 0.054269418120384216, 0.11021658033132553, 0.14176833629608154, 0.13357466459274292, 0.11749859899282455, 0.27138954401016235, 0.16666129231452942, 0.02086983062326908, 0.025578780099749565, 0.05258407071232796, 0.13459868729114532, 0.23876026272773743, 0.2817159593105316, 0.4801531136035919, 279.41510009765625, 0.0036052444484084845, 6.215244411578169e-06, 3.742120952665573e-06, 7.601563083881047e-06, 6.76766876495094e-06, 2.2641468603978865e-05], "count": [527]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.31038400530815125, 0.46754398941993713, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.11812388896942139, 0.2125636488199234, -0.6218782663345337, -1.7695543766021729, -0.062378063797950745, -0.20174260437488556, -0.028379054740071297, -0.33638501167297363, -0.4963569939136505, 0.057992998510599136, 1.1877527236938477, -1.803791880607605, 0.06459783017635345, 1008.0, 333.0, -0.004212807398289442, -0.29691553115844727, -0.838322103023529, 1.908249855041504, -1.0616390705108643, -0.0008837475907057524], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102889955043793, 0.46759501099586487, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3672870993614197, 0.6047391295433044, -0.08337438106536865, -1.2719959020614624, 0.43509313464164734, 0.6579192876815796, 0.574946403503418, -0.24548499286174774, -0.4182099997997284, 0.22828300297260284, 1.7507984638214111, -1.0525295734405518, 0.9811162352561951, 1009.0, 1001.0, 0.0038838288746774197, -0.29685911536216736, -0.8383038640022278, 1.9082539081573486, -1.0616129636764526, -0.0007774321129545569], "mean": [-0.19951552152633667, 0.6046671271324158, 0.451389878988266, -1.4119672775268555, -0.25389721989631653, -0.12052331119775772, 0.028280170634388924, -0.3103300631046295, 0.46757280826568604, 0.22823849320411682, -1.573237419128418, -1.121134638786316, -0.7462766766548157, 0.23832711577415466, 0.43207022547721863, -0.3816627264022827, -1.4921348094940186, 0.26618367433547974, 0.22084887325763702, 0.24356739223003387, -0.29941102862358093, -0.46188709139823914, 0.15437285602092743, 1.4770492315292358, -1.4855319261550903, 0.5624199509620667, 1008.3605346679688, 811.8235473632812, -0.0003809377958532423, -0.29689261317253113, -0.8383115530014038, 1.9082610607147217, -1.0616190433502197, -0.0008154754177667201], "std": [2.698023854463827e-05, 1.8951965103042312e-05, 2.4006387320696376e-05, 1.644843905523885e-05, 2.3063639673637226e-05, 2.0561376004479825e-05, 1.7391019355272874e-05, 1.4945722796255723e-05, 8.549676749680657e-06, 1.314970722887665e-05, 1.049041748046875e-05, 2.384185791015625e-06, 1.0728836059570312e-06, 0.05430195853114128, 0.11035948246717453, 0.14220364391803741, 0.13387322425842285, 0.11836733669042587, 0.2716051936149597, 0.16645687818527222, 0.020890718325972557, 0.025603104382753372, 0.05254089832305908, 0.13453397154808044, 0.2389627993106842, 0.28213632106781006, 0.4801531136035919, 279.4151306152344, 0.003606196027249098, 6.2128074205247685e-06, 3.739972044058959e-06, 7.606528015458025e-06, 6.7943919930257834e-06, 2.2607940991292708e-05], "count": [527]}, "timestamp": {"min": [0.0], "max": [17.533333333333335], "mean": [8.766666666666666], "std": [5.071050734863097], "count": [527]}, "frame_index": {"min": [0], "max": [526], "mean": [263.0], "std": [152.13152204589292], "count": [527]}, "episode_index": {"min": [88], "max": [88], "mean": [88.0], "std": [0.0], "count": [527]}, "index": {"min": [53129], "max": [53655], "mean": [53392.0], "std": [152.13152204589292], "count": [527]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [527]}, "gripper_open_scale_state": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.8112030370864289], "std": [0.0, 0.27899493296340194], "count": [527]}, "gripper_open_scale_action": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.8112030370864289], "std": [0.0, 0.2789949329634019], "count": [527]}, "eef_direction_state": {"mean": [6.0, 4.52561669829222], "std": [0.0, 2.0751553630929784], "min": [6, 0], "max": [6, 6], "count": [527]}, "eef_velocity_state": {"mean": [0.0, 0.7096774193548387], "std": [0.0, 0.8202612685560338], "min": [0, 0], "max": [0, 2], "count": [527]}, "eef_acc_mag_state": {"mean": [0.0, 0.6110056925996205], "std": [0.0, 0.8187278591619881], "min": [0, 0], "max": [0, 2], "count": [527]}, "eef_direction_action": {"mean": [6.0, 4.52561669829222], "std": [0.0, 2.0751553630929784], "min": [6, 0], "max": [6, 6], "count": [527]}, "eef_velocity_action": {"mean": [0.0, 0.7096774193548387], "std": [0.0, 0.8202612685560338], "min": [0, 0], "max": [0, 2], "count": [527]}, "eef_acc_mag_action": {"mean": [0.0, 0.6110056925996205], "std": [0.0, 0.8187278591619881], "min": [0, 0], "max": [0, 2], "count": [527]}, "eef_sim_pose_state": {"mean": [-0.31033027172088623, 0.4675726592540741, 0.2282385379076004, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.29938629269599915, -0.46184831857681274, 0.15440799295902252, 1.477215051651001, -1.4856517314910889, 0.5620126724243164], "std": [1.4944263966754079e-05, 8.54855989018688e-06, 1.315473400609335e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.02086983248591423, 0.025578780099749565, 0.05258406326174736, 0.13459864258766174, 0.23876026272773743, 0.281715989112854], "min": [-0.31038400530815125, 0.46754398941993713, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33638501167297363, -0.4963569939136505, 0.057992998510599136, 1.1877527236938477, -1.803791880607605, 0.06459783017635345], "max": [-0.3102889955043793, 0.46759501099586487, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.24548499286174774, -0.4182099997997284, 0.22828300297260284, 1.7507984638214111, -1.0525295734405518, 0.9811162352561951], "count": [527]}, "eef_sim_pose_action": {"mean": [-0.3103300929069519, 0.46757280826568604, 0.22823850810527802, -1.573237419128418, -1.121134638786316, -0.7462766766548157, -0.29938608407974243, -0.46184808015823364, 0.15440796315670013, 1.477216362953186, -1.4856538772583008, 0.5620132684707642], "std": [1.4945333532523364e-05, 8.55002235766733e-06, 1.3154743101040367e-05, 1.049041748046875e-05, 2.384185791015625e-06, 1.0728836059570312e-06, 0.02086983062326908, 0.025578780099749565, 0.05258407071232796, 0.13459868729114532, 0.23876026272773743, 0.2817159593105316], "min": [-0.31038400530815125, 0.46754398941993713, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33638501167297363, -0.4963569939136505, 0.057992998510599136, 1.1877527236938477, -1.803791880607605, 0.06459783017635345], "max": [-0.3102889955043793, 0.46759501099586487, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.24548499286174774, -0.4182099997997284, 0.22828300297260284, 1.7507984638214111, -1.0525295734405518, 0.9811162352561951], "count": [527]}, "gripper_mode_state": {"mean": [0.0, 0.24478178368121442], "std": [0.0, 0.4299577445041045], "min": [0, 0], "max": [0, 1], "count": [527]}, "gripper_activity_state": {"mean": [2.0, 1.7381404174573054], "std": [0.0, 0.603379756196761], "min": [2, 0], "max": [2, 2], "count": [527]}, "gripper_mode_action": {"mean": [0.0, 0.24478178368121442], "std": [0.0, 0.42995774450410457], "min": [0, 0], "max": [0, 1], "count": [527]}, "gripper_activity_action": {"mean": [2.0, 1.7381404174573054], "std": [0.0, 0.603379756196761], "min": [2, 0], "max": [2, 2], "count": [527]}}} +{"episode_index": 46, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4126284128045158]], [[0.4210359681372549]], [[0.4182999517231135]]], "std": [[[0.21023282380230557]], [[0.20853781452738163]], [[0.2056402123326889]]], "count": [110]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3336119986631016]], [[0.3185536189096851]], [[0.32800654523172906]]], "std": [[[0.25321964946623504]], [[0.26268791252587803]], [[0.24809876322142385]]], "count": [110]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42498287470291146]], [[0.4309168319221628]], [[0.42732644644979206]]], "std": [[[0.276238792798691]], [[0.27301720595250284]], [[0.2774987592307491]]], "count": [110]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3885424836601307]], [[0.3848553643048128]], [[0.3986673611111111]]], "std": [[[0.25927595821787286]], [[0.2589499402275663]], [[0.2623537418634508]]], "count": [110]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103640079498291, 0.46755099296569824, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1037074625492096, 0.356588214635849, -0.588804304599762, -1.7820160388946533, 0.18697713315486908, -0.1206895187497139, -0.028379054740071297, -0.32464599609375, -0.48846301436424255, 0.05262399837374687, 1.232638955116272, -1.7555568218231201, -0.0025679513346403837, 1008.0, 333.0, -0.004460951313376427, -0.29713547229766846, -0.8383347392082214, 1.9082539081573486, -1.0616557598114014, -0.0008030617027543485], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31027698516845703, 0.4676010012626648, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.36137041449546814, 0.6047391295433044, -0.1592613011598587, -1.3301154375076294, 0.39440950751304626, 0.7589215636253357, 0.520561933517456, -0.23750700056552887, -0.41668701171875, 0.23033800721168518, 1.6395066976547241, -1.121137022972107, 0.8777105212211609, 1009.0, 1003.0, 0.003896987996995449, -0.2967895567417145, -0.8383204936981201, 1.9082586765289307, -1.0616453886032104, -0.0005467654555104673], "mean": [-0.19951863586902618, 0.6046656370162964, 0.4513927400112152, -1.411971092224121, -0.253898024559021, -0.12054932862520218, 0.02828226424753666, -0.31032466888427734, 0.4675738513469696, 0.22823496162891388, -1.573237419128418, -1.1211347579956055, -0.7462766766548157, 0.20954866707324982, 0.46707984805107117, -0.37110599875450134, -1.5453150272369385, 0.24205997586250305, 0.25233960151672363, 0.27928850054740906, -0.29390960931777954, -0.4514910578727722, 0.1613377034664154, 1.5010032653808594, -1.4597965478897095, 0.5106244683265686, 1008.3704833984375, 822.54443359375, 0.000260275905020535, -0.29703500866889954, -0.8383207321166992, 1.9082610607147217, -1.061645746231079, -0.000744541292078793], "std": [2.607168789836578e-05, 1.9196846551494673e-05, 2.292001954629086e-05, 1.7284994100918993e-05, 2.3604607122251764e-05, 1.8845907106879167e-05, 1.7717564332997426e-05, 1.4144719898467883e-05, 7.906503014964983e-06, 1.2756541764247231e-05, 1.049041748046875e-05, 2.2649765014648438e-06, 1.0728836059570312e-06, 0.07198358327150345, 0.078414186835289, 0.13200561702251434, 0.12968872487545013, 0.04629124328494072, 0.3362901210784912, 0.14891617000102997, 0.02124970033764839, 0.018941935151815414, 0.05760113149881363, 0.11125676333904266, 0.195669487118721, 0.29662567377090454, 0.48294228315353394, 274.4483947753906, 0.003776388941332698, 2.0577293980750255e-05, 3.8668722481816076e-06, 7.067432306939736e-06, 3.7301922475307947e-06, 5.575644536293112e-05], "count": [529]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103640079498291, 0.46755099296569824, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1037074625492096, 0.356588214635849, -0.588804304599762, -1.7820160388946533, 0.18697713315486908, -0.1206895187497139, -0.028379054740071297, -0.32464599609375, -0.48846301436424255, 0.05262399837374687, 1.232638955116272, -1.7555568218231201, -0.0025679513346403837, 1008.0, 333.0, -0.004460951313376427, -0.29713547229766846, -0.8383347392082214, 1.9082539081573486, -1.0616557598114014, -0.0008030617027543485], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31027698516845703, 0.4676010012626648, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.36137041449546814, 0.6047391295433044, -0.1592613011598587, -1.3301154375076294, 0.39440950751304626, 0.7589215636253357, 0.520561933517456, -0.23750700056552887, -0.41668701171875, 0.23033800721168518, 1.6395066976547241, -1.121137022972107, 0.8777105212211609, 1009.0, 1003.0, 0.003896987996995449, -0.2967895567417145, -0.8383204936981201, 1.9082586765289307, -1.0616453886032104, -0.0005467654555104673], "mean": [-0.19951863586902618, 0.6046656966209412, 0.4513927400112152, -1.411971092224121, -0.25389793515205383, -0.12054935842752457, 0.028282297775149345, -0.3103247284889221, 0.46757379174232483, 0.22823500633239746, -1.573237419128418, -1.1211347579956055, -0.7462766766548157, 0.20953379571437836, 0.46661633253097534, -0.3705543875694275, -1.5451784133911133, 0.24194355309009552, 0.25248458981513977, 0.27975741028785706, -0.29390648007392883, -0.45152899622917175, 0.1613403707742691, 1.5007953643798828, -1.4601342678070068, 0.5108716487884521, 1008.3704833984375, 822.5406494140625, 0.00025533619918860495, -0.29703497886657715, -0.8383207321166992, 1.9082610607147217, -1.061645746231079, -0.0007442146888934076], "std": [2.607168789836578e-05, 1.9218419765820727e-05, 2.2935120796319097e-05, 1.7284994100918993e-05, 2.3514059648732655e-05, 1.8831233319360763e-05, 1.771905408531893e-05, 1.4187524357112125e-05, 7.927189471956808e-06, 1.27769426399027e-05, 1.049041748046875e-05, 2.2649765014648438e-06, 1.0728836059570312e-06, 0.07198640704154968, 0.0783238336443901, 0.13227805495262146, 0.12986713647842407, 0.04633861780166626, 0.3361455798149109, 0.14833630621433258, 0.021247390657663345, 0.0189941618591547, 0.05760425329208374, 0.1112242341041565, 0.1952386200428009, 0.2968767583370209, 0.48294228315353394, 274.4463806152344, 0.00377405877225101, 2.0565936210914515e-05, 3.865246071654838e-06, 7.0660885285178665e-06, 3.7326112760638352e-06, 5.599603900918737e-05], "count": [529]}, "timestamp": {"min": [0.0], "max": [17.6], "mean": [8.8], "std": [5.090295778352287], "count": [529]}, "frame_index": {"min": [0], "max": [528], "mean": [264.0], "std": [152.7088733505686], "count": [529]}, "episode_index": {"min": [92], "max": [92], "mean": [92.0], "std": [0.0], "count": [529]}, "index": {"min": [55207], "max": [55735], "mean": [55471.0], "std": [152.7088733505686], "count": [529]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [529]}, "gripper_open_scale_state": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.8215293017812848], "std": [0.0, 0.2737855376147645], "count": [529]}, "gripper_open_scale_action": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.8215293017812848], "std": [0.0, 0.2737855376147645], "count": [529]}, "eef_direction_state": {"mean": [6.0, 4.718336483931947], "std": [0.0, 1.9661752841080082], "min": [6, 0], "max": [6, 6], "count": [529]}, "eef_velocity_state": {"mean": [0.0, 0.6465028355387523], "std": [0.0, 0.8167620499332957], "min": [0, 0], "max": [0, 2], "count": [529]}, "eef_acc_mag_state": {"mean": [0.0, 0.5879017013232514], "std": [0.0, 0.813592666052367], "min": [0, 0], "max": [0, 2], "count": [529]}, "eef_direction_action": {"mean": [6.0, 4.718336483931947], "std": [0.0, 1.9661752841080082], "min": [6, 0], "max": [6, 6], "count": [529]}, "eef_velocity_action": {"mean": [0.0, 0.6465028355387523], "std": [0.0, 0.8167620499332957], "min": [0, 0], "max": [0, 2], "count": [529]}, "eef_acc_mag_action": {"mean": [0.0, 0.5879017013232514], "std": [0.0, 0.813592666052367], "min": [0, 0], "max": [0, 2], "count": [529]}, "eef_sim_pose_state": {"mean": [-0.3103248178958893, 0.46757346391677856, 0.2282349169254303, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2939095199108124, -0.45149096846580505, 0.1613376885652542, 1.5010031461715698, -1.459797739982605, 0.5106253027915955], "std": [1.4143504813546315e-05, 7.897287105151918e-06, 1.2756485375575721e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.02124970033764839, 0.018941933289170265, 0.05760113522410393, 0.1112566739320755, 0.19566971063613892, 0.29662588238716125], "min": [-0.3103640079498291, 0.46755099296569824, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32464599609375, -0.48846301436424255, 0.05262399837374687, 1.232638955116272, -1.7555568218231201, -0.0025679513346403837], "max": [-0.31027698516845703, 0.4676010012626648, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23750700056552887, -0.41668701171875, 0.23033800721168518, 1.6395066976547241, -1.121137022972107, 0.8777105212211609], "count": [529]}, "eef_sim_pose_action": {"mean": [-0.31032466888427734, 0.4675738513469696, 0.22823496162891388, -1.573237419128418, -1.1211347579956055, -0.7462766766548157, -0.29390960931777954, -0.4514910578727722, 0.1613377034664154, 1.5010032653808594, -1.4597965478897095, 0.5106244683265686], "std": [1.4144719898467883e-05, 7.906503014964983e-06, 1.2756541764247231e-05, 1.049041748046875e-05, 2.2649765014648438e-06, 1.0728836059570312e-06, 0.02124970033764839, 0.018941935151815414, 0.05760113149881363, 0.11125676333904266, 0.195669487118721, 0.29662567377090454], "min": [-0.3103640079498291, 0.46755099296569824, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32464599609375, -0.48846301436424255, 0.05262399837374687, 1.232638955116272, -1.7555568218231201, -0.0025679513346403837], "max": [-0.31027698516845703, 0.4676010012626648, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23750700056552887, -0.41668701171875, 0.23033800721168518, 1.6395066976547241, -1.121137022972107, 0.8777105212211609], "count": [529]}, "gripper_mode_state": {"mean": [0.0, 0.22684310018903592], "std": [0.0, 0.41879029129823736], "min": [0, 0], "max": [0, 1], "count": [529]}, "gripper_activity_state": {"mean": [2.0, 1.7410207939508506], "std": [0.0, 0.6016986804249105], "min": [2, 0], "max": [2, 2], "count": [529]}, "gripper_mode_action": {"mean": [0.0, 0.22684310018903592], "std": [0.0, 0.41879029129823736], "min": [0, 0], "max": [0, 1], "count": [529]}, "gripper_activity_action": {"mean": [2.0, 1.7410207939508506], "std": [0.0, 0.6016986804249105], "min": [2, 0], "max": [2, 2], "count": [529]}}} +{"episode_index": 47, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4092290025385154]], [[0.41767962549603177]], [[0.41494581035539213]]], "std": [[[0.20849624033521044]], [[0.20697606121698647]], [[0.20431146041355094]]], "count": [112]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3332220416812558]], [[0.31686416389472455]], [[0.33116965197537346]]], "std": [[[0.25404902337621144]], [[0.26302144197771726]], [[0.2505005110594625]]], "count": [112]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4244389516223156]], [[0.43039837002509335]], [[0.4265036472922502]]], "std": [[[0.27556433096077826]], [[0.27232326587146]], [[0.27692737613814916]]], "count": [112]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3831833694415266]], [[0.37895283868755836]], [[0.39368244850023343]]], "std": [[[0.255054678502932]], [[0.2569221598912037]], [[0.2569091288233142]]], "count": [112]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4512898027896881, -1.4120759963989258, -0.25396284461021423, -0.12065461277961731, 0.028152162209153175, -0.3103710114955902, 0.4675459861755371, 0.22818799316883087, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.10950195789337158, 0.3033207654953003, -0.591596782207489, -1.7857860326766968, 0.06806784123182297, -0.12072442471981049, -0.02839650586247444, -0.3217650055885315, -0.496410995721817, 0.05285999923944473, 1.2281577587127686, -1.7198313474655151, -0.02845192700624466, 1008.0, 331.0, -0.004472231026738882, -0.29745128750801086, -0.8383300304412842, 1.9082387685775757, -1.0616557598114014, -0.0007745843613520265], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12048007547855377, 0.02834414690732956, -0.3102799952030182, 0.46759700775146484, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.40252527594566345, 0.6076189279556274, -0.13638003170490265, -1.2659571170806885, 0.40852922201156616, 0.7804588675498962, 0.518572211265564, -0.2421640008687973, -0.4216650128364563, 0.23064300417900085, 1.6264357566833496, -1.121137022972107, 0.8732418417930603, 1009.0, 1003.0, 0.0037935946602374315, -0.29689106345176697, -0.8383165597915649, 1.9082554578781128, -1.0616470575332642, -0.000525882001966238], "mean": [-0.19952142238616943, 0.6046633124351501, 0.45138463377952576, -1.4119633436203003, -0.25388652086257935, -0.12053588032722473, 0.028273971751332283, -0.31032711267471313, 0.46757441759109497, 0.2282373607158661, -1.5732375383377075, -1.1211352348327637, -0.7462766766548157, 0.22322113811969757, 0.45459550619125366, -0.3750913143157959, -1.5607545375823975, 0.2116146683692932, 0.35075506567955017, 0.29138147830963135, -0.2949029505252838, -0.45088493824005127, 0.15611201524734497, 1.4487404823303223, -1.4708844423294067, 0.4415695369243622, 1008.576416015625, 794.9078979492188, -9.059741569217294e-05, -0.2971574366092682, -0.8383203148841858, 1.9082599878311157, -1.0616475343704224, -0.00065240339608863], "std": [2.692165617190767e-05, 2.228673838544637e-05, 2.638632940943353e-05, 2.5115972675848752e-05, 2.570843389548827e-05, 2.0776707970071584e-05, 2.0262064936105162e-05, 1.6936062820605002e-05, 8.610569238953758e-06, 1.5389839973067865e-05, 1.0609626770019531e-05, 1.7881393432617188e-06, 1.0728836059570312e-06, 0.08584950119256973, 0.08595145493745804, 0.14086967706680298, 0.13458125293254852, 0.07149776816368103, 0.333666056394577, 0.1552969068288803, 0.02544575370848179, 0.018858233466744423, 0.059569101780653, 0.09625259786844254, 0.19537809491157532, 0.2937663793563843, 0.4941234290599823, 289.4069519042969, 0.0037182162050157785, 0.00011210008233319968, 4.14278520111111e-06, 1.0285712960467208e-05, 4.296008228266146e-06, 5.062105265096761e-05], "count": [543]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4512898027896881, -1.4120759963989258, -0.25396284461021423, -0.12065461277961731, 0.028152162209153175, -0.3103710114955902, 0.4675459861755371, 0.22818799316883087, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.10950195789337158, 0.3033207654953003, -0.591596782207489, -1.7857860326766968, 0.06806784123182297, -0.12072442471981049, -0.02839650586247444, -0.3217650055885315, -0.496410995721817, 0.05285999923944473, 1.2281577587127686, -1.7198313474655151, -0.02845192700624466, 1008.0, 331.0, -0.004472231026738882, -0.29745128750801086, -0.8383300304412842, 1.9082387685775757, -1.0616557598114014, -0.0007745843613520265], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12048007547855377, 0.02834414690732956, -0.3102799952030182, 0.46759700775146484, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.40252527594566345, 0.6076189279556274, -0.13638003170490265, -1.2659571170806885, 0.40852922201156616, 0.7804588675498962, 0.518572211265564, -0.2421640008687973, -0.4216650128364563, 0.23064300417900085, 1.6264357566833496, -1.121137022972107, 0.8732418417930603, 1009.0, 1003.0, 0.0037935946602374315, -0.29689106345176697, -0.8383165597915649, 1.9082554578781128, -1.0616470575332642, -0.000525882001966238], "mean": [-0.1995215117931366, 0.6046634316444397, 0.4513845443725586, -1.4119632244110107, -0.25388652086257935, -0.12053588032722473, 0.028273940086364746, -0.31032708287239075, 0.46757447719573975, 0.22823737561702728, -1.5732375383377075, -1.1211352348327637, -0.7462766766548157, 0.22325047850608826, 0.45405054092407227, -0.3745245337486267, -1.5605028867721558, 0.21127469837665558, 0.3508172631263733, 0.29174569249153137, -0.2949199378490448, -0.45093706250190735, 0.15611357986927032, 1.4485325813293457, -1.471021056175232, 0.4417878985404968, 1008.576416015625, 794.9078979492188, -7.677013491047546e-05, -0.29715806245803833, -0.8383203148841858, 1.9082597494125366, -1.061647653579712, -0.0006526323850266635], "std": [2.6843765226658434e-05, 2.2422038455260918e-05, 2.6404462914797477e-05, 2.513483377697412e-05, 2.5708432076498866e-05, 2.0776707970071584e-05, 2.0247724023647606e-05, 1.6922327631618828e-05, 8.607175914221443e-06, 1.540227822260931e-05, 1.0609626770019531e-05, 1.7881393432617188e-06, 1.0728836059570312e-06, 0.08584422618150711, 0.08594486862421036, 0.14118383824825287, 0.13498616218566895, 0.07173464447259903, 0.33358117938041687, 0.15478137135505676, 0.025459015741944313, 0.01894349418580532, 0.05957099795341492, 0.0961042270064354, 0.1951601654291153, 0.2940366268157959, 0.4941234588623047, 289.40692138671875, 0.003718610620126128, 0.00011241852917009965, 4.141331828577677e-06, 1.007607534120325e-05, 4.1841258280328475e-06, 5.074157888884656e-05], "count": [543]}, "timestamp": {"min": [0.0], "max": [18.066666666666666], "mean": [9.033333333333333], "std": [5.225011075657232], "count": [543]}, "frame_index": {"min": [0], "max": [542], "mean": [271.0], "std": [156.75033226971695], "count": [543]}, "episode_index": {"min": [93], "max": [93], "mean": [93.0], "std": [0.0], "count": [543]}, "index": {"min": [55736], "max": [56278], "mean": [56007.0], "std": [156.75033226971695], "count": [543]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [543]}, "gripper_open_scale_state": {"min": [1.0, 0.3310000002384186], "max": [1.0, 1.0], "mean": [1.0, 0.7936058935210191], "std": [0.0, 0.2884742797393334], "count": [543]}, "gripper_open_scale_action": {"min": [1.0, 0.3310000002384186], "max": [1.0, 1.0], "mean": [1.0, 0.7936058935210191], "std": [0.0, 0.2884742797393334], "count": [543]}, "eef_direction_state": {"mean": [6.0, 4.880294659300184], "std": [0.0, 1.8233290505610114], "min": [6, 0], "max": [6, 6], "count": [543]}, "eef_velocity_state": {"mean": [0.0, 0.6335174953959485], "std": [0.0, 0.825547400943178], "min": [0, 0], "max": [0, 2], "count": [543]}, "eef_acc_mag_state": {"mean": [0.0, 0.583793738489871], "std": [0.0, 0.8096305513304954], "min": [0, 0], "max": [0, 2], "count": [543]}, "eef_direction_action": {"mean": [6.0, 4.880294659300184], "std": [0.0, 1.8233290505610114], "min": [6, 0], "max": [6, 6], "count": [543]}, "eef_velocity_action": {"mean": [0.0, 0.6335174953959485], "std": [0.0, 0.825547400943178], "min": [0, 0], "max": [0, 2], "count": [543]}, "eef_acc_mag_action": {"mean": [0.0, 0.583793738489871], "std": [0.0, 0.8096305513304954], "min": [0, 0], "max": [0, 2], "count": [543]}, "eef_sim_pose_state": {"mean": [-0.31032735109329224, 0.46757403016090393, 0.2282373160123825, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.2949029207229614, -0.4508848190307617, 0.15611200034618378, 1.4487404823303223, -1.4708832502365112, 0.44156894087791443], "std": [1.693450758466497e-05, 8.60167983773863e-06, 1.5389736290671863e-05, 0.0, 0.0, 5.960464477539063e-08, 0.02544575370848179, 0.018858235329389572, 0.059569086879491806, 0.09625256061553955, 0.19537809491157532, 0.2937662601470947], "min": [-0.3103710114955902, 0.4675459861755371, 0.22818799316883087, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3217650055885315, -0.496410995721817, 0.05285999923944473, 1.2281577587127686, -1.7198313474655151, -0.02845192700624466], "max": [-0.3102799952030182, 0.46759700775146484, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2421640008687973, -0.4216650128364563, 0.23064300417900085, 1.6264357566833496, -1.121137022972107, 0.8732418417930603], "count": [543]}, "eef_sim_pose_action": {"mean": [-0.31032711267471313, 0.46757441759109497, 0.2282373607158661, -1.5732375383377075, -1.1211352348327637, -0.7462766766548157, -0.2949029505252838, -0.45088493824005127, 0.15611201524734497, 1.4487404823303223, -1.4708844423294067, 0.4415695369243622], "std": [1.6936062820605002e-05, 8.610569238953758e-06, 1.5389839973067865e-05, 1.0609626770019531e-05, 1.7881393432617188e-06, 1.0728836059570312e-06, 0.02544575370848179, 0.018858233466744423, 0.059569101780653, 0.09625259786844254, 0.19537809491157532, 0.2937663793563843], "min": [-0.3103710114955902, 0.4675459861755371, 0.22818799316883087, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3217650055885315, -0.496410995721817, 0.05285999923944473, 1.2281577587127686, -1.7198313474655151, -0.02845192700624466], "max": [-0.3102799952030182, 0.46759700775146484, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2421640008687973, -0.4216650128364563, 0.23064300417900085, 1.6264357566833496, -1.121137022972107, 0.8732418417930603], "count": [543]}, "gripper_mode_state": {"mean": [0.0, 0.27071823204419887], "std": [0.0, 0.44433081243940425], "min": [0, 0], "max": [0, 1], "count": [543]}, "gripper_activity_state": {"mean": [2.0, 1.7495395948434622], "std": [0.0, 0.5945383477614825], "min": [2, 0], "max": [2, 2], "count": [543]}, "gripper_mode_action": {"mean": [0.0, 0.27071823204419887], "std": [0.0, 0.44433081243940425], "min": [0, 0], "max": [0, 1], "count": [543]}, "gripper_activity_action": {"mean": [2.0, 1.7495395948434622], "std": [0.0, 0.5945383477614825], "min": [2, 0], "max": [2, 2], "count": [543]}}} +{"episode_index": 48, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41314893353174603]], [[0.42158797268907566]], [[0.4191672575280112]]], "std": [[[0.21047591978543126]], [[0.2090686172859447]], [[0.20633796991080366]]], "count": [112]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3306934560282446]], [[0.31601231508228295]], [[0.3251402183269141]]], "std": [[[0.2541817878425358]], [[0.2636307196034004]], [[0.2501073186362073]]], "count": [112]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42479727073120915]], [[0.430500131302521]], [[0.42674122826213823]]], "std": [[[0.2761070540270344]], [[0.272955766033063]], [[0.27766351654918947]]], "count": [112]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38127645198704485]], [[0.37983873497315596]], [[0.3859504588293651]]], "std": [[[0.25178181026718016]], [[0.2530197209500154]], [[0.2509268487915714]]], "count": [112]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12065461277961731, 0.028204521164298058, -0.3103890120983124, 0.4675390124320984, 0.22819200158119202, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.15186110138893127, 0.3255388140678406, -0.7051653861999512, -1.7409833669662476, 0.10960668325424194, -0.12060225009918213, -0.028326693922281265, -0.3221080005168915, -0.48382601141929626, 0.05998000130057335, 1.3066154718399048, -1.7669371366500854, -0.0998634323477745, 1008.0, 333.0, -0.004528626799583435, -0.29752084612846375, -0.8383324146270752, 1.9082475900650024, -1.0616525411605835, -0.0007812290568836033], "max": [-0.19940386712551117, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.028326693922281265, -0.3102799952030182, 0.46759599447250366, 0.22826899588108063, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.498850017786026, 0.6047216653823853, -0.1950056403875351, -1.356749176979065, 0.4501902461051941, 0.6597693562507629, 0.6544984579086304, -0.2410849928855896, -0.42425400018692017, 0.22828200459480286, 1.7310965061187744, -1.121137022972107, 0.8891502618789673, 1009.0, 1003.0, 0.0035604897420853376, -0.2972482442855835, -0.838317334651947, 1.908252239227295, -1.0616453886032104, -0.0006976954755373299], "mean": [-0.19952237606048584, 0.6046620607376099, 0.4513956606388092, -1.411982536315918, -0.2539360821247101, -0.1205454170703888, 0.028267325833439827, -0.31032243371009827, 0.467573344707489, 0.22822844982147217, -1.5732375383377075, -1.1211352348327637, -0.7462766766548157, 0.2809450626373291, 0.47795581817626953, -0.4426855742931366, -1.4996587038040161, 0.27739402651786804, 0.2653614580631256, 0.2777135372161865, -0.2951385974884033, -0.4621070325374603, 0.15162192285060883, 1.492433786392212, -1.4857066869735718, 0.4638768434524536, 1008.5220336914062, 801.5606689453125, 0.0006619412451982498, -0.29740163683891296, -0.8383185267448425, 1.9082534313201904, -1.061646580696106, -0.0007495463942177594], "std": [2.6202245862805285e-05, 1.8647308024810627e-05, 2.344198765058536e-05, 2.2588559659197927e-05, 2.3869188225944526e-05, 2.2223981432034634e-05, 1.5492601960431784e-05, 1.6255587979685515e-05, 8.540040653315373e-06, 1.3380273230723105e-05, 1.0609626770019531e-05, 1.7881393432617188e-06, 1.0728836059570312e-06, 0.09905989468097687, 0.0778174102306366, 0.1335364580154419, 0.1151282861828804, 0.06349083036184311, 0.28493502736091614, 0.21290571987628937, 0.023262551054358482, 0.018246712163090706, 0.054853860288858414, 0.10222101211547852, 0.21785500645637512, 0.352982759475708, 0.49951452016830444, 285.1930847167969, 0.0036470212507992983, 1.800966856535524e-05, 3.0133621748973383e-06, 5.347043952497188e-06, 3.194998953404138e-06, 8.261889888672158e-06], "count": [544]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12065461277961731, 0.028204521164298058, -0.3103890120983124, 0.4675390124320984, 0.22819200158119202, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.15186110138893127, 0.3255388140678406, -0.7051653861999512, -1.7409833669662476, 0.10960668325424194, -0.12060225009918213, -0.028326693922281265, -0.3221080005168915, -0.48382601141929626, 0.05998000130057335, 1.3066154718399048, -1.7669371366500854, -0.0998634323477745, 1008.0, 333.0, -0.004528626799583435, -0.29752084612846375, -0.8383324146270752, 1.9082475900650024, -1.0616525411605835, -0.0007812290568836033], "max": [-0.19940386712551117, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.028326693922281265, -0.3102799952030182, 0.46759599447250366, 0.22826899588108063, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.498850017786026, 0.6047216653823853, -0.1950056403875351, -1.356749176979065, 0.4501902461051941, 0.6597693562507629, 0.6544984579086304, -0.2410849928855896, -0.42425400018692017, 0.22828200459480286, 1.7310965061187744, -1.121137022972107, 0.8891502618789673, 1009.0, 1003.0, 0.0035604897420853376, -0.2972482442855835, -0.838317334651947, 1.908252239227295, -1.0616453886032104, -0.0006976954755373299], "mean": [-0.19952237606048584, 0.6046620607376099, 0.4513956904411316, -1.4119824171066284, -0.25393617153167725, -0.1205454021692276, 0.02826729230582714, -0.31032243371009827, 0.4675733745098114, 0.22822850942611694, -1.5732375383377075, -1.1211352348327637, -0.7462766766548157, 0.2808821201324463, 0.4774513840675354, -0.4422246515750885, -1.4996135234832764, 0.27713704109191895, 0.2655028700828552, 0.2779478132724762, -0.2951355278491974, -0.4621323347091675, 0.1515835076570511, 1.4922332763671875, -1.4858644008636475, 0.46413350105285645, 1008.5202026367188, 801.5643310546875, 0.000661709695123136, -0.29740166664123535, -0.8383185267448425, 1.9082534313201904, -1.061646580696106, -0.0007495532627217472], "std": [2.6202245862805285e-05, 1.8647308024810627e-05, 2.3443280952051282e-05, 2.275083534186706e-05, 2.384598155913409e-05, 2.2224037820706144e-05, 1.549621629237663e-05, 1.6262980352621526e-05, 8.550809980079066e-06, 1.338478978141211e-05, 1.0609626770019531e-05, 1.7881393432617188e-06, 1.0728836059570312e-06, 0.09912246465682983, 0.0778837725520134, 0.13393785059452057, 0.11516769230365753, 0.06386706233024597, 0.2847627103328705, 0.2126387059688568, 0.023260636255145073, 0.018263839185237885, 0.054807472974061966, 0.10216934978961945, 0.2176218330860138, 0.3532393276691437, 0.49958938360214233, 285.1955871582031, 0.003646841971203685, 1.7997090253629722e-05, 3.0133621748973383e-06, 5.34569562660181e-06, 3.194998953404138e-06, 8.255790817202069e-06], "count": [544]}, "timestamp": {"min": [0.0], "max": [18.1], "mean": [9.049999999999999], "std": [5.234633596431452], "count": [544]}, "frame_index": {"min": [0], "max": [543], "mean": [271.5], "std": [157.0390078929436], "count": [544]}, "episode_index": {"min": [94], "max": [94], "mean": [94.0], "std": [0.0], "count": [544]}, "index": {"min": [56279], "max": [56822], "mean": [56550.5], "std": [157.0390078929436], "count": [544]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [544]}, "gripper_open_scale_state": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.8008290422422921], "std": [0.0, 0.28468115550924117], "count": [544]}, "gripper_open_scale_action": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.8008290422422921], "std": [0.0, 0.28468115550924117], "count": [544]}, "eef_direction_state": {"mean": [6.0, 4.444852941176471], "std": [0.0, 2.1795952084025463], "min": [6, 0], "max": [6, 6], "count": [544]}, "eef_velocity_state": {"mean": [0.0, 0.6433823529411765], "std": [0.0, 0.7845195425416498], "min": [0, 0], "max": [0, 2], "count": [544]}, "eef_acc_mag_state": {"mean": [0.0, 0.6066176470588235], "std": [0.0, 0.8019005187936473], "min": [0, 0], "max": [0, 2], "count": [544]}, "eef_direction_action": {"mean": [6.0, 4.444852941176471], "std": [0.0, 2.1795952084025463], "min": [6, 0], "max": [6, 6], "count": [544]}, "eef_velocity_action": {"mean": [0.0, 0.6433823529411765], "std": [0.0, 0.7845195425416498], "min": [0, 0], "max": [0, 2], "count": [544]}, "eef_acc_mag_action": {"mean": [0.0, 0.6066176470588235], "std": [0.0, 0.8019005187936473], "min": [0, 0], "max": [0, 2], "count": [544]}, "eef_sim_pose_state": {"mean": [-0.3103221356868744, 0.4675731360912323, 0.2282284051179886, -1.5732269287109375, -1.121137022972107, -0.7462754845619202, -0.29513853788375854, -0.4621070921421051, 0.15162178874015808, 1.4924333095550537, -1.4857069253921509, 0.4638771116733551], "std": [1.6252863133559003e-05, 8.537210305803455e-06, 1.3380225936998613e-05, 0.0, 0.0, 1.1920928955078125e-07, 0.023262551054358482, 0.018246714025735855, 0.054853860288858414, 0.10222097486257553, 0.21785511076450348, 0.3529830574989319], "min": [-0.3103890120983124, 0.4675390124320984, 0.22819200158119202, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3221080005168915, -0.48382601141929626, 0.05998000130057335, 1.3066154718399048, -1.7669371366500854, -0.0998634323477745], "max": [-0.3102799952030182, 0.46759599447250366, 0.22826899588108063, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2410849928855896, -0.42425400018692017, 0.22828200459480286, 1.7310965061187744, -1.121137022972107, 0.8891502618789673], "count": [544]}, "eef_sim_pose_action": {"mean": [-0.31032243371009827, 0.467573344707489, 0.22822844982147217, -1.5732375383377075, -1.1211352348327637, -0.7462766766548157, -0.2951385974884033, -0.4621070325374603, 0.15162192285060883, 1.492433786392212, -1.4857066869735718, 0.4638768434524536], "std": [1.6255587979685515e-05, 8.540040653315373e-06, 1.3380273230723105e-05, 1.0609626770019531e-05, 1.7881393432617188e-06, 1.0728836059570312e-06, 0.023262551054358482, 0.018246712163090706, 0.054853860288858414, 0.10222101211547852, 0.21785500645637512, 0.352982759475708], "min": [-0.3103890120983124, 0.4675390124320984, 0.22819200158119202, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3221080005168915, -0.48382601141929626, 0.05998000130057335, 1.3066154718399048, -1.7669371366500854, -0.0998634323477745], "max": [-0.3102799952030182, 0.46759599447250366, 0.22826899588108063, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2410849928855896, -0.42425400018692017, 0.22828200459480286, 1.7310965061187744, -1.121137022972107, 0.8891502618789673], "count": [544]}, "gripper_mode_state": {"mean": [0.0, 0.25735294117647056], "std": [0.0, 0.4371754851821994], "min": [0, 0], "max": [0, 1], "count": [544]}, "gripper_activity_state": {"mean": [2.0, 1.7371323529411764], "std": [0.0, 0.6054439402914528], "min": [2, 0], "max": [2, 2], "count": [544]}, "gripper_mode_action": {"mean": [0.0, 0.25735294117647056], "std": [0.0, 0.4371754851821994], "min": [0, 0], "max": [0, 1], "count": [544]}, "gripper_activity_action": {"mean": [2.0, 1.7371323529411764], "std": [0.0, 0.6054439402914529], "min": [2, 0], "max": [2, 2], "count": [544]}}} +{"episode_index": 49, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4049536231884058]], [[0.415113155370844]], [[0.4119041897556124]]], "std": [[[0.2095647993543833]], [[0.20687419436452456]], [[0.20406640575041088]]], "count": [115]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3336638320545609]], [[0.31697758063370274]], [[0.3280133969167377]]], "std": [[[0.2565468183509712]], [[0.266093472182233]], [[0.25171758167272407]]], "count": [115]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43095311345552717]], [[0.4369143346831486]], [[0.43266436842853084]]], "std": [[[0.28258219546770685]], [[0.27915760863323724]], [[0.28343066113707815]]], "count": [115]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.402682335180449]], [[0.3985227177465189]], [[0.4082916719948849]]], "std": [[[0.2717436885628857]], [[0.27287414644814056]], [[0.27026182255426834]]], "count": [115]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.31036999821662903, 0.4675469994544983, 0.228192999958992, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, 0.17493434250354767, 0.362347811460495, -0.6875898838043213, -1.6326682567596436, 0.08573057502508163, -0.1247212290763855, -0.028379054740071297, -0.33112698793411255, -0.49654701352119446, 0.06308399885892868, 1.3316987752914429, -1.7746151685714722, -0.05916094034910202, 1008.0, 332.0, -0.0044158343225717545, -0.29738736152648926, -0.8383260369300842, 1.9082491397857666, -1.0616533756256104, -0.0007964170072227716], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411919116973877, -0.25385814905166626, -0.12049752473831177, 0.028326693922281265, -0.31027400493621826, 0.46759599447250366, 0.22827300429344177, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, 0.4663694500923157, 0.6444976925849915, -0.273144006729126, -1.2444547414779663, 0.47452011704444885, 0.5550321936607361, 0.6400471329689026, -0.2560189962387085, -0.4314129948616028, 0.2282789945602417, 1.7196075916290283, -1.121137022972107, 0.7935702204704285, 1009.0, 1003.0, 0.003769156290218234, -0.2973046600818634, -0.8383157253265381, 1.9082491397857666, -1.0616477727890015, -0.0006037201383151114], "mean": [-0.19951792061328888, 0.6046701073646545, 0.4513905346393585, -1.411969780921936, -0.25392046570777893, -0.12055345624685287, 0.028279276564717293, -0.3103256821632385, 0.46757256984710693, 0.22823728621006012, -1.5732365846633911, -1.121137261390686, -0.7462754845619202, 0.27146098017692566, 0.5170940160751343, -0.4633786380290985, -1.4484853744506836, 0.26223593950271606, 0.13832251727581024, 0.2763811945915222, -0.30847904086112976, -0.4618244171142578, 0.1642725169658661, 1.567253589630127, -1.4401811361312866, 0.46029040217399597, 1008.5425415039062, 837.5354614257812, -0.00010752301750471815, -0.29735279083251953, -0.8383183479309082, 1.9082574844360352, -1.061646819114685, -0.0007473329314962029], "std": [2.5179748263326474e-05, 1.9737164620892145e-05, 2.5386088964296505e-05, 1.6572246750001796e-05, 2.4338254661415704e-05, 2.0345190932857804e-05, 1.6567453712923452e-05, 1.5107614672160707e-05, 8.179163160093594e-06, 1.3002219020563643e-05, 3.0051713110879064e-05, 2.993794078065548e-05, 2.796439548546914e-05, 0.08584858477115631, 0.07687240093946457, 0.10314930975437164, 0.10455542802810669, 0.08366457372903824, 0.24047456681728363, 0.21666878461837769, 0.023647490888834, 0.016452519223093987, 0.04966171085834503, 0.07552255690097809, 0.23517251014709473, 0.28797784447669983, 0.498185396194458, 267.47222900390625, 0.003711176570504904, 8.107232133625075e-06, 1.718643375170359e-06, 8.344650268554688e-06, 3.2633183764119167e-06, 2.8208443836774677e-05], "count": [564]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.31036999821662903, 0.4675469994544983, 0.228192999958992, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, 0.17493434250354767, 0.362347811460495, -0.6875898838043213, -1.6326682567596436, 0.08573057502508163, -0.1247212290763855, -0.028379054740071297, -0.33112698793411255, -0.49654701352119446, 0.06308399885892868, 1.3316987752914429, -1.7746151685714722, -0.05916094034910202, 1008.0, 332.0, -0.004408314824104309, -0.29738736152648926, -0.8383260369300842, 1.9082491397857666, -1.0616533756256104, -0.0007964170072227716], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411919116973877, -0.25385814905166626, -0.12049752473831177, 0.028326693922281265, -0.31027400493621826, 0.46759599447250366, 0.22827300429344177, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, 0.4663694500923157, 0.6444976925849915, -0.273144006729126, -1.2444547414779663, 0.47452011704444885, 0.5550321936607361, 0.6400471329689026, -0.2560189962387085, -0.4314129948616028, 0.2282789945602417, 1.7196075916290283, -1.121137022972107, 0.7935702204704285, 1009.0, 1003.0, 0.003769156290218234, -0.2973046600818634, -0.8383157253265381, 1.9082491397857666, -1.0616477727890015, -0.0006037201383151114], "mean": [-0.19951790571212769, 0.6046701669692993, 0.45139047503471375, -1.411969780921936, -0.2539203464984894, -0.1205534040927887, 0.028279243037104607, -0.31032565236091614, 0.46757256984710693, 0.22823728621006012, -1.5732365846633911, -1.121137261390686, -0.7462754845619202, 0.2715369462966919, 0.5166646242141724, -0.463065505027771, -1.4481885433197021, 0.26194173097610474, 0.13831543922424316, 0.27663782238960266, -0.3085140287876129, -0.46187424659729004, 0.16424155235290527, 1.5671677589416504, -1.4402815103530884, 0.460367888212204, 1008.5425415039062, 837.5354614257812, -9.370056068291888e-05, -0.29735276103019714, -0.8383183479309082, 1.9082574844360352, -1.061646819114685, -0.0007474104058928788], "std": [2.5179857402690686e-05, 1.9724406229215674e-05, 2.5416744392714463e-05, 1.6572246750001796e-05, 2.4275301257148385e-05, 2.0303186829551123e-05, 1.6592888641753234e-05, 1.5106898899830412e-05, 8.178047210094519e-06, 1.2995052202313673e-05, 3.0051713110879064e-05, 2.993794078065548e-05, 2.7964393666479737e-05, 0.08580391108989716, 0.07705861330032349, 0.10345275700092316, 0.1048959493637085, 0.08398442715406418, 0.24048224091529846, 0.21639318764209747, 0.023664720356464386, 0.016512267291545868, 0.04962734505534172, 0.075543113052845, 0.23504826426506042, 0.2880614101886749, 0.498185396194458, 267.47222900390625, 0.0037096210289746523, 8.10731671663234e-06, 1.7167968735520844e-06, 8.344650268554688e-06, 3.262160134909209e-06, 2.8189431759528816e-05], "count": [564]}, "timestamp": {"min": [0.0], "max": [18.766666666666666], "mean": [9.383333333333333], "std": [5.427083999786693], "count": [564]}, "frame_index": {"min": [0], "max": [563], "mean": [281.5], "std": [162.81251999360083], "count": [564]}, "episode_index": {"min": [98], "max": [98], "mean": [98.0], "std": [0.0], "count": [564]}, "index": {"min": [58396], "max": [58959], "mean": [58677.5], "std": [162.81251999360083], "count": [564]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [564]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8360780130358453], "std": [0.0, 0.26657493075540745], "count": [564]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8360780130358453], "std": [0.0, 0.26657493075540745], "count": [564]}, "eef_direction_state": {"mean": [6.0, 5.023049645390071], "std": [0.0, 1.6656204276133484], "min": [6, 0], "max": [6, 6], "count": [564]}, "eef_velocity_state": {"mean": [0.0, 0.5602836879432624], "std": [0.0, 0.7567080095517259], "min": [0, 0], "max": [0, 2], "count": [564]}, "eef_acc_mag_state": {"mean": [0.0, 0.4875886524822695], "std": [0.0, 0.7682912796379265], "min": [0, 0], "max": [0, 2], "count": [564]}, "eef_direction_action": {"mean": [6.0, 5.023049645390071], "std": [0.0, 1.6656204276133484], "min": [6, 0], "max": [6, 6], "count": [564]}, "eef_velocity_action": {"mean": [0.0, 0.5602836879432624], "std": [0.0, 0.7567080095517259], "min": [0, 0], "max": [0, 2], "count": [564]}, "eef_acc_mag_action": {"mean": [0.0, 0.4875886524822695], "std": [0.0, 0.7682912796379265], "min": [0, 0], "max": [0, 2], "count": [564]}, "eef_sim_pose_state": {"mean": [-0.31032586097717285, 0.46757256984710693, 0.2282373458147049, -1.573225736618042, -1.121138334274292, -0.7462743520736694, -0.30847907066345215, -0.4618242383003235, 0.16427241265773773, 1.567255973815918, -1.4401803016662598, 0.46028926968574524], "std": [1.5106536920939106e-05, 8.179179530998226e-06, 1.3002055311517324e-05, 2.8029757231706753e-05, 2.9920513043180108e-05, 2.7944595785811543e-05, 0.023647500202059746, 0.016452521085739136, 0.04966171458363533, 0.07552250474691391, 0.23517286777496338, 0.28797829151153564], "min": [-0.31036999821662903, 0.4675469994544983, 0.228192999958992, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, -0.33112698793411255, -0.49654701352119446, 0.06308399885892868, 1.3316987752914429, -1.7746151685714722, -0.05916094034910202], "max": [-0.31027400493621826, 0.46759599447250366, 0.22827300429344177, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, -0.2560189962387085, -0.4314129948616028, 0.2282789945602417, 1.7196075916290283, -1.121137022972107, 0.7935702204704285], "count": [564]}, "eef_sim_pose_action": {"mean": [-0.3103256821632385, 0.46757256984710693, 0.22823728621006012, -1.5732365846633911, -1.121137261390686, -0.7462754845619202, -0.30847904086112976, -0.4618244171142578, 0.1642725169658661, 1.567253589630127, -1.4401811361312866, 0.46029040217399597], "std": [1.5107614672160707e-05, 8.179163160093594e-06, 1.3002219020563643e-05, 3.0051713110879064e-05, 2.993794078065548e-05, 2.796439548546914e-05, 0.023647490888834, 0.016452519223093987, 0.04966171085834503, 0.07552255690097809, 0.23517251014709473, 0.28797784447669983], "min": [-0.31036999821662903, 0.4675469994544983, 0.228192999958992, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, -0.33112698793411255, -0.49654701352119446, 0.06308399885892868, 1.3316987752914429, -1.7746151685714722, -0.05916094034910202], "max": [-0.31027400493621826, 0.46759599447250366, 0.22827300429344177, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, -0.2560189962387085, -0.4314129948616028, 0.2282789945602417, 1.7196075916290283, -1.121137022972107, 0.7935702204704285], "count": [564]}, "gripper_mode_state": {"mean": [0.0, 0.2074468085106383], "std": [0.0, 0.4054782733382748], "min": [0, 0], "max": [0, 1], "count": [564]}, "gripper_activity_state": {"mean": [2.0, 1.75177304964539], "std": [0.0, 0.5913805025938439], "min": [2, 0], "max": [2, 2], "count": [564]}, "gripper_mode_action": {"mean": [0.0, 0.2074468085106383], "std": [0.0, 0.4054782733382748], "min": [0, 0], "max": [0, 1], "count": [564]}, "gripper_activity_action": {"mean": [2.0, 1.75177304964539], "std": [0.0, 0.5913805025938439], "min": [2, 0], "max": [2, 2], "count": [564]}}} +{"episode_index": 50, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4056074093526299]], [[0.4155130038126362]], [[0.41147283302209775]]], "std": [[[0.21031555191592646]], [[0.2075596584124978]], [[0.2045305791940051]]], "count": [105]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32797580532212883]], [[0.315566427404295]], [[0.3186905462184874]]], "std": [[[0.25922012532116545]], [[0.2673000212509949]], [[0.2545915433154286]]], "count": [105]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43129475957049485]], [[0.43698017040149395]], [[0.43265511009959534]]], "std": [[[0.2833652608713931]], [[0.279721127922587]], [[0.284114819909506]]], "count": [105]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.385551830454404]], [[0.38389337846249616]], [[0.3906651299408653]]], "std": [[[0.2550484473388718]], [[0.25710052277196577]], [[0.2539275152441574]]], "count": [105]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31037500500679016, 0.46755099296569824, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.15997688472270966, 0.2387435883283615, -0.7013954520225525, -1.6981005668640137, 0.02139773592352867, -0.12053243815898895, -0.09728465229272842, -0.32722100615501404, -0.4975869953632355, 0.06502100080251694, 1.199770450592041, -1.7839339971542358, -0.10484796017408371, 1008.0, 332.0, -0.004895203281193972, -0.2974211871623993, -0.8383371233940125, 1.9082483053207397, -1.0616557598114014, -0.0008676104480400681], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12049752473831177, 0.028326693922281265, -0.31028100848197937, 0.46760499477386475, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5057964324951172, 0.6121044158935547, -0.1912880837917328, -1.3259440660476685, 0.43914228677749634, 0.6374640464782715, 0.6415132284164429, -0.23834200203418732, -0.42536699771881104, 0.22828400135040283, 1.68441641330719, -1.0654722452163696, 0.9676597118377686, 1009.0, 1003.0, 0.0036958411801606417, -0.29716554284095764, -0.8383133411407471, 1.908249855041504, -1.0616453886032104, -0.0006359944818541408], "mean": [-0.19951963424682617, 0.604671061038971, 0.4513913691043854, -1.4119704961776733, -0.2539055049419403, -0.12055318057537079, 0.028278451412916183, -0.3103247582912445, 0.46757349371910095, 0.22823743522167206, -1.5732371807098389, -1.1211334466934204, -0.7462766766548157, 0.27567780017852783, 0.48191386461257935, -0.4528074264526367, -1.499871015548706, 0.24924708902835846, 0.24109680950641632, 0.22695013880729675, -0.2965511083602905, -0.462483674287796, 0.15320885181427002, 1.5000003576278687, -1.4288228750228882, 0.4772873818874359, 1008.5140380859375, 813.3714599609375, -0.0003257359203416854, -0.2973422408103943, -0.8383185267448425, 1.908259391784668, -1.0616470575332642, -0.0007724477909505367], "std": [2.5227509468095377e-05, 1.8990353055414744e-05, 2.4161798137356527e-05, 1.6201984180952422e-05, 2.6652034648577683e-05, 1.9743496523005888e-05, 1.6284484445350245e-05, 1.530299778096378e-05, 8.195265763788484e-06, 1.2857463843829464e-05, 1.0251998901367188e-05, 3.5762786865234375e-06, 1.0728836059570312e-06, 0.10229748487472534, 0.10064402967691422, 0.1303020864725113, 0.10264652967453003, 0.09304002672433853, 0.2639122009277344, 0.2344978153705597, 0.023195233196020126, 0.01819637231528759, 0.051280438899993896, 0.11571153998374939, 0.24011147022247314, 0.33384254574775696, 0.4998032748699188, 277.40185546875, 0.0039657969027757645, 2.404799306532368e-05, 3.543953425833024e-06, 1.0104134162247647e-05, 4.105756943317829e-06, 2.1378718884079717e-05], "count": [498]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31037500500679016, 0.46755099296569824, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.15997688472270966, 0.2387435883283615, -0.7013954520225525, -1.6981005668640137, 0.02139773592352867, -0.12053243815898895, -0.09728465229272842, -0.32722100615501404, -0.4975869953632355, 0.06502100080251694, 1.199770450592041, -1.7839339971542358, -0.10484796017408371, 1008.0, 332.0, -0.004895203281193972, -0.2974211871623993, -0.8383371233940125, 1.9082483053207397, -1.0616557598114014, -0.0008676104480400681], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12049752473831177, 0.028326693922281265, -0.31028100848197937, 0.46760499477386475, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5057964324951172, 0.6121044158935547, -0.1912880837917328, -1.3259440660476685, 0.43914228677749634, 0.6374640464782715, 0.6415132284164429, -0.23834200203418732, -0.42536699771881104, 0.22828400135040283, 1.68441641330719, -1.0654722452163696, 0.9676597118377686, 1009.0, 1003.0, 0.0036958411801606417, -0.29716554284095764, -0.8383133411407471, 1.908249855041504, -1.0616453886032104, -0.0006359944818541408], "mean": [-0.19951963424682617, 0.6046710014343262, 0.4513913691043854, -1.411970615386963, -0.2539054751396179, -0.12055318802595139, 0.028278591111302376, -0.3103247582912445, 0.46757349371910095, 0.22823745012283325, -1.5732371807098389, -1.1211334466934204, -0.7462766766548157, 0.2756953239440918, 0.48118260502815247, -0.45229247212409973, -1.4997071027755737, 0.2487807422876358, 0.24134749174118042, 0.22682468593120575, -0.2965569496154785, -0.46254339814186096, 0.1531602442264557, 1.499483585357666, -1.4287219047546387, 0.4777185022830963, 1008.5120239257812, 813.37548828125, -0.0003243204264435917, -0.29734212160110474, -0.8383185267448425, 1.908259391784668, -1.0616470575332642, -0.0007725087343715131], "std": [2.522751128708478e-05, 1.8989738236996345e-05, 2.4161801775335334e-05, 1.6192792827496305e-05, 2.6656587579054758e-05, 1.9743421944440342e-05, 1.6398451407440007e-05, 1.5295197954401374e-05, 8.190124390239362e-06, 1.2830208106606733e-05, 1.0251998901367188e-05, 3.5762786865234375e-06, 1.0728836059570312e-06, 0.10228526592254639, 0.10107119381427765, 0.13081243634223938, 0.10285205394029617, 0.09359586983919144, 0.26362791657447815, 0.23465093970298767, 0.023199090734124184, 0.018261661753058434, 0.051220715045928955, 0.11595796793699265, 0.2402510643005371, 0.33432772755622864, 0.4998551607131958, 277.4038391113281, 0.003964317962527275, 2.4140757886925712e-05, 3.543953425833024e-06, 1.0104134162247647e-05, 4.104321760678431e-06, 2.1398302123998292e-05], "count": [498]}, "timestamp": {"min": [0.0], "max": [16.566666666666666], "mean": [8.283333333333333], "std": [4.791997573115072], "count": [498]}, "frame_index": {"min": [0], "max": [497], "mean": [248.5], "std": [143.75992719345217], "count": [498]}, "episode_index": {"min": [99], "max": [99], "mean": [99.0], "std": [0.0], "count": [498]}, "index": {"min": [58960], "max": [59457], "mean": [59208.5], "std": [143.75992719345217], "count": [498]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [498]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.812552207145825], "std": [0.0, 0.27684656319118395], "count": [498]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.812552207145825], "std": [0.0, 0.276846563191184], "count": [498]}, "eef_direction_state": {"mean": [6.0, 4.967871485943775], "std": [0.0, 1.7999810037903865], "min": [6, 0], "max": [6, 6], "count": [498]}, "eef_velocity_state": {"mean": [0.0, 0.5863453815261044], "std": [0.0, 0.8100611665565791], "min": [0, 0], "max": [0, 2], "count": [498]}, "eef_acc_mag_state": {"mean": [0.0, 0.5823293172690763], "std": [0.0, 0.8178781662099747], "min": [0, 0], "max": [0, 2], "count": [498]}, "eef_direction_action": {"mean": [6.0, 4.967871485943775], "std": [0.0, 1.7999810037903865], "min": [6, 0], "max": [6, 6], "count": [498]}, "eef_velocity_action": {"mean": [0.0, 0.5863453815261044], "std": [0.0, 0.8100611665565791], "min": [0, 0], "max": [0, 2], "count": [498]}, "eef_acc_mag_action": {"mean": [0.0, 0.5823293172690763], "std": [0.0, 0.8178781662099747], "min": [0, 0], "max": [0, 2], "count": [498]}, "eef_sim_pose_state": {"mean": [-0.31032484769821167, 0.46757322549819946, 0.22823737561702728, -1.573227047920227, -1.1211369037628174, -0.7462756037712097, -0.2965511083602905, -0.4624835252761841, 0.1532089114189148, 1.5000015497207642, -1.4288238286972046, 0.47728750109672546], "std": [1.5302857718779705e-05, 8.190747394110076e-06, 1.2857409274147358e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0, 0.023195236921310425, 0.01819637231528759, 0.051280438899993896, 0.11571155488491058, 0.24011139571666718, 0.3338426649570465], "min": [-0.31037500500679016, 0.46755099296569824, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32722100615501404, -0.4975869953632355, 0.06502100080251694, 1.199770450592041, -1.7839339971542358, -0.10484796017408371], "max": [-0.31028100848197937, 0.46760499477386475, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23834200203418732, -0.42536699771881104, 0.22828400135040283, 1.68441641330719, -1.0654722452163696, 0.9676597118377686], "count": [498]}, "eef_sim_pose_action": {"mean": [-0.3103247582912445, 0.46757349371910095, 0.22823743522167206, -1.5732371807098389, -1.1211334466934204, -0.7462766766548157, -0.2965511083602905, -0.462483674287796, 0.15320885181427002, 1.5000003576278687, -1.4288228750228882, 0.4772873818874359], "std": [1.530299778096378e-05, 8.195265763788484e-06, 1.2857463843829464e-05, 1.0251998901367188e-05, 3.5762786865234375e-06, 1.0728836059570312e-06, 0.023195233196020126, 0.01819637231528759, 0.051280438899993896, 0.11571153998374939, 0.24011147022247314, 0.33384254574775696], "min": [-0.31037500500679016, 0.46755099296569824, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32722100615501404, -0.4975869953632355, 0.06502100080251694, 1.199770450592041, -1.7839339971542358, -0.10484796017408371], "max": [-0.31028100848197937, 0.46760499477386475, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23834200203418732, -0.42536699771881104, 0.22828400135040283, 1.68441641330719, -1.0654722452163696, 0.9676597118377686], "count": [498]}, "gripper_mode_state": {"mean": [0.0, 0.23694779116465864], "std": [0.0, 0.4252099898013306], "min": [0, 0], "max": [0, 1], "count": [498]}, "gripper_activity_state": {"mean": [2.0, 1.7248995983935742], "std": [0.0, 0.6165574281514028], "min": [2, 0], "max": [2, 2], "count": [498]}, "gripper_mode_action": {"mean": [0.0, 0.23694779116465864], "std": [0.0, 0.4252099898013307], "min": [0, 0], "max": [0, 1], "count": [498]}, "gripper_activity_action": {"mean": [2.0, 1.7248995983935742], "std": [0.0, 0.6165574281514028], "min": [2, 0], "max": [2, 2], "count": [498]}}} +{"episode_index": 51, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40861639266555677]], [[0.41775823737513873]], [[0.41417080944012824]]], "std": [[[0.2106169714613994]], [[0.20834244929753515]], [[0.20540956201851288]]], "count": [106]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3307609523369096]], [[0.31480201781970646]], [[0.325395484569614]]], "std": [[[0.254809263736837]], [[0.26407872474957483]], [[0.24999149556521943]]], "count": [106]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42863586177395485]], [[0.4344003383586139]], [[0.43036664508570727]]], "std": [[[0.2823652491020619]], [[0.2785680467048999]], [[0.2829786742393663]]], "count": [106]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39692908535269456]], [[0.3924186667591565]], [[0.40408853973979525]]], "std": [[[0.26345080391747866]], [[0.26654066892103134]], [[0.2620800121519218]]], "count": [106]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25394541025161743, -0.12060225009918213, 0.02822197414934635, -0.310371994972229, 0.4675390124320984, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.19893261790275574, 0.3530452251434326, -0.6984981894493103, -1.6665102243423462, 0.08356636762619019, -0.1206895187497139, -0.02857103943824768, -0.32847699522972107, -0.5156139731407166, 0.06398499757051468, 1.238674521446228, -1.7829740047454834, -0.10173551738262177, 1008.0, 332.0, -0.004385756328701973, -0.2974061369895935, -0.8383276462554932, 1.9082491397857666, -1.0616525411605835, -0.0008154019014909863], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12049752473831177, 0.028326693922281265, -0.3102720081806183, 0.4675990045070648, 0.22826999425888062, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4954989552497864, 0.6396632194519043, -0.2471560835838318, -1.1970863342285156, 0.4490731954574585, 0.635387122631073, 0.6381796002388, -0.2387479990720749, -0.4381619989871979, 0.23666700720787048, 1.6499537229537964, -1.121137022972107, 0.7869278788566589, 1009.0, 1003.0, 0.003949624486267567, -0.2968534827232361, -0.8383038640022278, 1.9082530736923218, -1.0616438388824463, -0.0005989739438518882], "mean": [-0.19951774179935455, 0.6046668887138367, 0.4513901174068451, -1.4119714498519897, -0.2538691461086273, -0.1205548569560051, 0.02827761322259903, -0.31032535433769226, 0.46757274866104126, 0.22823500633239746, -1.5732372999191284, -1.121133804321289, -0.7462766766548157, 0.30985766649246216, 0.5068795084953308, -0.44858840107917786, -1.4499191045761108, 0.2717328369617462, 0.2552252411842346, 0.2505708932876587, -0.29963982105255127, -0.4739585518836975, 0.17228718101978302, 1.4683719873428345, -1.4298373460769653, 0.4570811092853546, 1008.3353271484375, 838.0296020507812, 0.00038366226362995803, -0.2972255349159241, -0.8383182287216187, 1.9082601070404053, -1.0616472959518433, -0.0007609620224684477], "std": [2.500085065548774e-05, 1.9361625163583085e-05, 2.4105120246531442e-05, 1.7023816326400265e-05, 2.3813010557205416e-05, 1.930472171807196e-05, 1.7039063095580786e-05, 1.4854505934636109e-05, 8.277572305814829e-06, 1.2952666111232247e-05, 1.0371208190917969e-05, 3.2186508178710938e-06, 1.0728836059570312e-06, 0.08392047882080078, 0.07628557831048965, 0.11720456182956696, 0.1291724145412445, 0.08063040673732758, 0.24269001185894012, 0.21494531631469727, 0.025823313742876053, 0.02264220453798771, 0.05501523241400719, 0.10210093855857849, 0.2220640927553177, 0.30259621143341064, 0.4720965325832367, 265.10125732421875, 0.0038178726099431515, 9.08838483155705e-05, 2.91220135295589e-06, 9.919045623973943e-06, 2.4774922167125624e-06, 4.675722448155284e-05], "count": [507]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25394541025161743, -0.12060225009918213, 0.02822197414934635, -0.310371994972229, 0.4675390124320984, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.19893261790275574, 0.3530452251434326, -0.6984981894493103, -1.6665102243423462, 0.08356636762619019, -0.1206895187497139, -0.02848377265036106, -0.32847699522972107, -0.5156139731407166, 0.06398499757051468, 1.238674521446228, -1.7829740047454834, -0.10173551738262177, 1008.0, 332.0, -0.004385756328701973, -0.2974061369895935, -0.8383276462554932, 1.9082491397857666, -1.0616525411605835, -0.0008154019014909863], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12049752473831177, 0.028326693922281265, -0.3102720081806183, 0.4675990045070648, 0.22826999425888062, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4954989552497864, 0.6396632194519043, -0.2471560835838318, -1.1970863342285156, 0.4490731954574585, 0.635387122631073, 0.6381796002388, -0.2387479990720749, -0.4381619989871979, 0.23666700720787048, 1.6499537229537964, -1.121137022972107, 0.7869278788566589, 1009.0, 1003.0, 0.003949624486267567, -0.2968534827232361, -0.8383038640022278, 1.9082530736923218, -1.0616438388824463, -0.0005989739438518882], "mean": [-0.19951771199703217, 0.6046669483184814, 0.45139017701148987, -1.4119714498519897, -0.2538691461086273, -0.1205548495054245, 0.02827761322259903, -0.31032535433769226, 0.4675726890563965, 0.22823502123355865, -1.5732372999191284, -1.121133804321289, -0.7462766766548157, 0.31005290150642395, 0.506393551826477, -0.4481910765171051, -1.4495030641555786, 0.2714073956012726, 0.25547724962234497, 0.2507491409778595, -0.2996751666069031, -0.4740521013736725, 0.1723041534423828, 1.4679627418518066, -1.4298821687698364, 0.45715591311454773, 1008.3353271484375, 838.0296020507812, 0.00038490447332151234, -0.29722490906715393, -0.8383182287216187, 1.9082601070404053, -1.0616471767425537, -0.0007608852465637028], "std": [2.5001547328429297e-05, 1.936966691573616e-05, 2.4125458367052488e-05, 1.700601751508657e-05, 2.3813010557205416e-05, 1.9304705347167328e-05, 1.7039063095580786e-05, 1.486208384449128e-05, 8.281889677164145e-06, 1.2953053555975202e-05, 1.0371208190917969e-05, 3.2186508178710938e-06, 1.0728836059570312e-06, 0.08377861976623535, 0.07645584642887115, 0.1175355389714241, 0.12963272631168365, 0.08103790134191513, 0.2423660308122635, 0.21475107967853546, 0.02585027553141117, 0.022713590413331985, 0.055033616721630096, 0.10209512710571289, 0.22200429439544678, 0.30267244577407837, 0.4720965325832367, 265.10125732421875, 0.0038188674952834845, 9.12930045160465e-05, 2.9213076686573913e-06, 9.91590422927402e-06, 2.5536062366882106e-06, 4.67307836515829e-05], "count": [507]}, "timestamp": {"min": [0.0], "max": [16.866666666666667], "mean": [8.433333333333334], "std": [4.878600284993714], "count": [507]}, "frame_index": {"min": [0], "max": [506], "mean": [253.0], "std": [146.35800854981142], "count": [507]}, "episode_index": {"min": [100], "max": [100], "mean": [100.0], "std": [0.0], "count": [507]}, "index": {"min": [59458], "max": [59964], "mean": [59711.0], "std": [146.35800854981142], "count": [507]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [507]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8360631168476458], "std": [0.0, 0.2638778918098968], "count": [507]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8360631168476458], "std": [0.0, 0.2638778918098968], "count": [507]}, "eef_direction_state": {"mean": [6.0, 4.715976331360947], "std": [0.0, 1.9566810605245204], "min": [6, 0], "max": [6, 6], "count": [507]}, "eef_velocity_state": {"mean": [0.0, 0.650887573964497], "std": [0.0, 0.8131162212948269], "min": [0, 0], "max": [0, 2], "count": [507]}, "eef_acc_mag_state": {"mean": [0.0, 0.5483234714003945], "std": [0.0, 0.7939192906961232], "min": [0, 0], "max": [0, 2], "count": [507]}, "eef_direction_action": {"mean": [6.0, 4.715976331360947], "std": [0.0, 1.9566810605245204], "min": [6, 0], "max": [6, 6], "count": [507]}, "eef_velocity_action": {"mean": [0.0, 0.650887573964497], "std": [0.0, 0.8131162212948269], "min": [0, 0], "max": [0, 2], "count": [507]}, "eef_acc_mag_action": {"mean": [0.0, 0.5483234714003945], "std": [0.0, 0.7939192906961232], "min": [0, 0], "max": [0, 2], "count": [507]}, "eef_sim_pose_state": {"mean": [-0.31032541394233704, 0.4675726592540741, 0.22823499143123627, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.2996399402618408, -0.4739585518836975, 0.17228715121746063, 1.468371033668518, -1.4298374652862549, 0.45708146691322327], "std": [1.4854411347187124e-05, 8.276995686173905e-06, 1.2952658835274633e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.025823310017585754, 0.02264220081269741, 0.05501522123813629, 0.1021009162068367, 0.22206412255764008, 0.30259618163108826], "min": [-0.310371994972229, 0.4675390124320984, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32847699522972107, -0.5156139731407166, 0.06398499757051468, 1.238674521446228, -1.7829740047454834, -0.10173551738262177], "max": [-0.3102720081806183, 0.4675990045070648, 0.22826999425888062, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2387479990720749, -0.4381619989871979, 0.23666700720787048, 1.6499537229537964, -1.121137022972107, 0.7869278788566589], "count": [507]}, "eef_sim_pose_action": {"mean": [-0.31032535433769226, 0.46757274866104126, 0.22823500633239746, -1.5732372999191284, -1.121133804321289, -0.7462766766548157, -0.29963982105255127, -0.4739585518836975, 0.17228718101978302, 1.4683719873428345, -1.4298373460769653, 0.4570811092853546], "std": [1.4854505934636109e-05, 8.277572305814829e-06, 1.2952666111232247e-05, 1.0371208190917969e-05, 3.2186508178710938e-06, 1.0728836059570312e-06, 0.025823313742876053, 0.02264220453798771, 0.05501523241400719, 0.10210093855857849, 0.2220640927553177, 0.30259621143341064], "min": [-0.310371994972229, 0.4675390124320984, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32847699522972107, -0.5156139731407166, 0.06398499757051468, 1.238674521446228, -1.7829740047454834, -0.10173551738262177], "max": [-0.3102720081806183, 0.4675990045070648, 0.22826999425888062, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2387479990720749, -0.4381619989871979, 0.23666700720787048, 1.6499537229537964, -1.121137022972107, 0.7869278788566589], "count": [507]}, "gripper_mode_state": {"mean": [0.0, 0.20118343195266272], "std": [0.0, 0.4008848446379719], "min": [0, 0], "max": [0, 1], "count": [507]}, "gripper_activity_state": {"mean": [2.0, 1.7258382642998027], "std": [0.0, 0.6168116766509898], "min": [2, 0], "max": [2, 2], "count": [507]}, "gripper_mode_action": {"mean": [0.0, 0.20118343195266272], "std": [0.0, 0.40088484463797186], "min": [0, 0], "max": [0, 1], "count": [507]}, "gripper_activity_action": {"mean": [2.0, 1.7258382642998027], "std": [0.0, 0.6168116766509898], "min": [2, 0], "max": [2, 2], "count": [507]}}} +{"episode_index": 52, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40783343253968257]], [[0.416589764239029]], [[0.413445171957672]]], "std": [[[0.2096092766768127]], [[0.2079409552183017]], [[0.20540264098505362]]], "count": [105]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3228120759414877]], [[0.30918818082788674]], [[0.32478617724867725]]], "std": [[[0.2575479250490611]], [[0.26546918481543075]], [[0.2551394050787541]]], "count": [105]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43076370798319324]], [[0.43595775754746346]], [[0.43167381535947713]]], "std": [[[0.28462025492003507]], [[0.27978176423096646]], [[0.28495555281035945]]], "count": [105]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3954545965608466]], [[0.3917209344849051]], [[0.4033924836601307]]], "std": [[[0.269713624928445]], [[0.2708076627762732]], [[0.27098715288551367]]], "count": [105]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.4121633768081665, -0.2539803087711334, -0.12074188143014908, 0.02822197414934635, -0.3103800117969513, 0.4675450026988983, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.12753121554851532, 0.3395712375640869, -0.6601359248161316, -1.734578013420105, 0.14062118530273438, -0.12072442471981049, -0.02839650586247444, -0.3276990056037903, -0.49470698833465576, 0.07122399657964706, 1.3228123188018799, -1.8049029111862183, 0.011178290471434593, 1008.0, 332.0, -0.004334999714046717, -0.2971053719520569, -0.8383426666259766, 1.9082467555999756, -1.0616581439971924, -0.0007973662577569485], "max": [-0.19945622980594635, 0.6047216653823853, 0.45148175954818726, -1.411901593208313, -0.25384068489074707, -0.12049752473831177, 0.028326693922281265, -0.3102850019931793, 0.46759501099586487, 0.22826999425888062, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4311661422252655, 0.6100623607635498, -0.22762583196163177, -1.2948073148727417, 0.46497318148612976, 0.5371250510215759, 0.5911954045295715, -0.24737200140953064, -0.4167670011520386, 0.2282709926366806, 1.7425166368484497, -1.121137022972107, 0.8438191413879395, 1009.0, 1003.0, 0.004107534419745207, -0.2967143654823303, -0.8383094072341919, 1.9082506895065308, -1.0616462230682373, -0.0006957969744689763], "mean": [-0.19951698184013367, 0.6046649217605591, 0.45139071345329285, -1.4119681119918823, -0.2539140582084656, -0.12054774910211563, 0.028280066326260567, -0.31032824516296387, 0.46757248044013977, 0.22823582589626312, -1.5732371807098389, -1.12113356590271, -0.7462766766548157, 0.2657916843891144, 0.4957854449748993, -0.44489848613739014, -1.4747776985168457, 0.277303010225296, 0.16598394513130188, 0.27928632497787476, -0.3004175126552582, -0.461717426776886, 0.1567421853542328, 1.5590307712554932, -1.4700862169265747, 0.49182623624801636, 1008.465087890625, 809.3173828125, -0.0002382228703936562, -0.2968894839286804, -0.8383182883262634, 1.9082591533660889, -1.0616461038589478, -0.0007643080898560584], "std": [2.6062811230076477e-05, 1.7837566701928154e-05, 2.4399550966336392e-05, 2.8660166208283044e-05, 2.838834006979596e-05, 1.999100459215697e-05, 1.5086597159097437e-05, 1.64065022545401e-05, 7.962745257827919e-06, 1.397772484779125e-05, 1.0251998901367188e-05, 3.4570693969726562e-06, 1.0728836059570312e-06, 0.0752243846654892, 0.06960757076740265, 0.11154139041900635, 0.12005660682916641, 0.07744012773036957, 0.24191352725028992, 0.18896661698818207, 0.020576322451233864, 0.021767031401395798, 0.049849774688482285, 0.09778471291065216, 0.2257579118013382, 0.2851411998271942, 0.4987797439098358, 281.1153259277344, 0.003693362232297659, 5.3713876695837826e-05, 4.16856300944346e-06, 9.760895409272052e-06, 4.9059840421250556e-06, 1.7625716282054782e-05], "count": [501]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.4121633768081665, -0.2539803087711334, -0.12074188143014908, 0.02822197414934635, -0.3103800117969513, 0.4675450026988983, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.12753121554851532, 0.3395712375640869, -0.6601359248161316, -1.734578013420105, 0.14062118530273438, -0.1206895187497139, -0.02834414690732956, -0.3276990056037903, -0.49470698833465576, 0.07122399657964706, 1.3228123188018799, -1.8049029111862183, 0.011178290471434593, 1008.0, 332.0, -0.004333119839429855, -0.2971053719520569, -0.8383426666259766, 1.9082467555999756, -1.0616581439971924, -0.0007973662577569485], "max": [-0.19945622980594635, 0.6047216653823853, 0.45148175954818726, -1.411901593208313, -0.25384068489074707, -0.12049752473831177, 0.028326693922281265, -0.3102850019931793, 0.46759501099586487, 0.22826999425888062, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4311661422252655, 0.6100623607635498, -0.22762583196163177, -1.2948073148727417, 0.46497318148612976, 0.5371250510215759, 0.5911954045295715, -0.24737200140953064, -0.4167670011520386, 0.2282709926366806, 1.7425166368484497, -1.121137022972107, 0.8438191413879395, 1009.0, 1003.0, 0.004107534419745207, -0.2967143654823303, -0.8383094072341919, 1.9082506895065308, -1.0616462230682373, -0.0006957969744689763], "mean": [-0.19951698184013367, 0.6046649217605591, 0.45139065384864807, -1.4119681119918823, -0.2539142072200775, -0.12054771929979324, 0.028280099853873253, -0.31032824516296387, 0.46757248044013977, 0.22823581099510193, -1.5732371807098389, -1.12113356590271, -0.7462766766548157, 0.2658318877220154, 0.49526581168174744, -0.4444558024406433, -1.474565863609314, 0.2770855128765106, 0.16613924503326416, 0.2796192169189453, -0.30043601989746094, -0.4617689549922943, 0.1567065566778183, 1.5587984323501587, -1.4703482389450073, 0.4920155704021454, 1008.467041015625, 809.3133544921875, -0.00022257209639064968, -0.2968892753124237, -0.8383182883262634, 1.9082591533660889, -1.0616461038589478, -0.0007641887641511858], "std": [2.6062811230076477e-05, 1.7863232642412186e-05, 2.4437225874862634e-05, 2.8660166208283044e-05, 2.831345409504138e-05, 2.000262975343503e-05, 1.505314685346093e-05, 1.639934998820536e-05, 7.962230483826715e-06, 1.400296332576545e-05, 1.0251998901367188e-05, 3.4570693969726562e-06, 1.0728836059570312e-06, 0.07519438117742538, 0.06976404041051865, 0.111953966319561, 0.12026070058345795, 0.07765797525644302, 0.24175435304641724, 0.1885707974433899, 0.020589372143149376, 0.021811360493302345, 0.04980499669909477, 0.09788911044597626, 0.22542832791805267, 0.28534168004989624, 0.49891310930252075, 281.11260986328125, 0.0036925803869962692, 5.3519761422649026e-05, 4.167406132182805e-06, 9.763822163222358e-06, 4.907501534034964e-06, 1.7840489817899652e-05], "count": [501]}, "timestamp": {"min": [0.0], "max": [16.666666666666668], "mean": [8.333333333333334], "std": [4.82086514442592], "count": [501]}, "frame_index": {"min": [0], "max": [500], "mean": [250.0], "std": [144.62595433277758], "count": [501]}, "episode_index": {"min": [101], "max": [101], "mean": [101.0], "std": [0.0], "count": [501]}, "index": {"min": [59965], "max": [60465], "mean": [60215.0], "std": [144.62595433277758], "count": [501]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [501]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8076467073249246], "std": [0.0, 0.2799666296664744], "count": [501]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8076467073249246], "std": [0.0, 0.2799666296664744], "count": [501]}, "eef_direction_state": {"mean": [6.0, 4.864271457085828], "std": [0.0, 1.8906062873839975], "min": [6, 0], "max": [6, 6], "count": [501]}, "eef_velocity_state": {"mean": [0.0, 0.5788423153692615], "std": [0.0, 0.789319584372058], "min": [0, 0], "max": [0, 2], "count": [501]}, "eef_acc_mag_state": {"mean": [0.0, 0.5708582834331337], "std": [0.0, 0.8001179191264468], "min": [0, 0], "max": [0, 2], "count": [501]}, "eef_direction_action": {"mean": [6.0, 4.864271457085828], "std": [0.0, 1.8906062873839975], "min": [6, 0], "max": [6, 6], "count": [501]}, "eef_velocity_action": {"mean": [0.0, 0.5788423153692615], "std": [0.0, 0.789319584372058], "min": [0, 0], "max": [0, 2], "count": [501]}, "eef_acc_mag_action": {"mean": [0.0, 0.5708582834331337], "std": [0.0, 0.8001179191264468], "min": [0, 0], "max": [0, 2], "count": [501]}, "eef_sim_pose_state": {"mean": [-0.31032824516296387, 0.46757248044013977, 0.22823569178581238, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.30041757225990295, -0.4617171883583069, 0.15674224495887756, 1.5590311288833618, -1.470089077949524, 0.49182558059692383], "std": [1.6406514987465926e-05, 7.962761628732551e-06, 1.3977102753415238e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.020576324313879013, 0.021767031401395798, 0.04984977841377258, 0.09778479486703873, 0.22575753927230835, 0.28514137864112854], "min": [-0.3103800117969513, 0.4675450026988983, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3276990056037903, -0.49470698833465576, 0.07122399657964706, 1.3228123188018799, -1.8049029111862183, 0.011178290471434593], "max": [-0.3102850019931793, 0.46759501099586487, 0.22826999425888062, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.24737200140953064, -0.4167670011520386, 0.2282709926366806, 1.7425166368484497, -1.121137022972107, 0.8438191413879395], "count": [501]}, "eef_sim_pose_action": {"mean": [-0.31032824516296387, 0.46757248044013977, 0.22823582589626312, -1.5732371807098389, -1.12113356590271, -0.7462766766548157, -0.3004175126552582, -0.461717426776886, 0.1567421853542328, 1.5590307712554932, -1.4700862169265747, 0.49182623624801636], "std": [1.64065022545401e-05, 7.962745257827919e-06, 1.397772484779125e-05, 1.0251998901367188e-05, 3.4570693969726562e-06, 1.0728836059570312e-06, 0.020576322451233864, 0.021767031401395798, 0.049849774688482285, 0.09778471291065216, 0.2257579118013382, 0.2851411998271942], "min": [-0.3103800117969513, 0.4675450026988983, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3276990056037903, -0.49470698833465576, 0.07122399657964706, 1.3228123188018799, -1.8049029111862183, 0.011178290471434593], "max": [-0.3102850019931793, 0.46759501099586487, 0.22826999425888062, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.24737200140953064, -0.4167670011520386, 0.2282709926366806, 1.7425166368484497, -1.121137022972107, 0.8438191413879395], "count": [501]}, "gripper_mode_state": {"mean": [0.0, 0.24750499001996007], "std": [0.0, 0.4315625909820949], "min": [0, 0], "max": [0, 1], "count": [501]}, "gripper_activity_state": {"mean": [2.0, 1.7145708582834331], "std": [0.0, 0.6257668074247091], "min": [2, 0], "max": [2, 2], "count": [501]}, "gripper_mode_action": {"mean": [0.0, 0.24750499001996007], "std": [0.0, 0.4315625909820949], "min": [0, 0], "max": [0, 1], "count": [501]}, "gripper_activity_action": {"mean": [2.0, 1.7145708582834331], "std": [0.0, 0.6257668074247091], "min": [2, 0], "max": [2, 2], "count": [501]}}} +{"episode_index": 53, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4104819154297233]], [[0.4177731258780771]], [[0.414923095718038]]], "std": [[[0.2089103610358909]], [[0.20735441983007413]], [[0.2044343352343089]]], "count": [107]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.327263081439741]], [[0.3125903808563924]], [[0.32679173729460637]]], "std": [[[0.2575996426203957]], [[0.26662850301246394]], [[0.25397966796524707]]], "count": [107]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42978171767149226]], [[0.43490412161749437]], [[0.43162655381467224]]], "std": [[[0.2837122564990268]], [[0.2782196656146683]], [[0.2839540600651598]]], "count": [107]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3914635273501924]], [[0.38816562824506745]], [[0.3982046282297966]]], "std": [[[0.26776969452651406]], [[0.2698460879986698]], [[0.2665172411634629]]], "count": [107]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4512898027896881, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.31037700176239014, 0.4675480127334595, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.08574803173542023, 0.3600439727306366, -0.6933669447898865, -1.743549108505249, 0.10292205959558487, -0.12060225009918213, -0.02834414690732956, -0.32402101159095764, -0.4727109968662262, 0.07979299873113632, 1.4051811695098877, -1.7345068454742432, -0.10697482526302338, 1008.0, 331.0, -0.004150771535933018, -0.29717496037483215, -0.8383291959762573, 1.9082657098770142, -1.0616612434387207, -0.00093120988458395], "max": [-0.19945622980594635, 0.6047565937042236, 0.45146432518959045, -1.411919116973877, -0.25382325053215027, -0.12048007547855377, 0.02834414690732956, -0.3102779984474182, 0.4675990045070648, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.47829002141952515, 0.6479535102844238, -0.16540485620498657, -1.4014644622802734, 0.44774675369262695, 0.43367940187454224, 0.6758089661598206, -0.24420900642871857, -0.40337100625038147, 0.22828799486160278, 1.7427358627319336, -1.121137022972107, 0.8751883506774902, 1009.0, 1001.0, 0.0036601233296096325, -0.296988844871521, -0.8383086323738098, 1.908268928527832, -1.0616414546966553, -0.0006075171404518187], "mean": [-0.1995149701833725, 0.6046693325042725, 0.45138847827911377, -1.4119690656661987, -0.2538730502128601, -0.12054090201854706, 0.028281154111027718, -0.3103275001049042, 0.46757256984710693, 0.22823797166347504, -1.5732372999191284, -1.1211341619491577, -0.7462766766548157, 0.21838359534740448, 0.5271686911582947, -0.4263901114463806, -1.5361154079437256, 0.27214109897613525, 0.1682567298412323, 0.28983020782470703, -0.29752832651138306, -0.4485034644603729, 0.16379234194755554, 1.5695371627807617, -1.4589611291885376, 0.47497203946113586, 1008.307373046875, 802.939697265625, 0.0003571106353774667, -0.29709601402282715, -0.8383174538612366, 1.908264398574829, -1.0616514682769775, -0.0007304361206479371], "std": [2.7024261726182885e-05, 2.4336191927432083e-05, 2.4339338779100217e-05, 1.8052776795229875e-05, 2.6796411475515924e-05, 2.1369836758822203e-05, 1.714848076517228e-05, 1.5019633792690001e-05, 8.536906534573063e-06, 1.3174281775718555e-05, 1.0371208190917969e-05, 2.86102294921875e-06, 1.0728836059570312e-06, 0.10732298344373703, 0.07500594854354858, 0.13178806006908417, 0.09815729409456253, 0.06734272837638855, 0.19420531392097473, 0.2133612185716629, 0.018269453197717667, 0.02027576044201851, 0.0501212440431118, 0.09313789010047913, 0.2036742866039276, 0.3146323263645172, 0.4614121913909912, 283.55322265625, 0.0035519057419151068, 6.511964602395892e-05, 4.598308350978186e-06, 3.4887896163127152e-06, 6.299344022409059e-06, 6.271465099416673e-05], "count": [514]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4512898027896881, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.31037700176239014, 0.4675480127334595, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.08574803173542023, 0.3600439727306366, -0.6933669447898865, -1.743549108505249, 0.10292205959558487, -0.12060225009918213, -0.02834414690732956, -0.32402101159095764, -0.4727109968662262, 0.07979299873113632, 1.4051811695098877, -1.7345068454742432, -0.10697482526302338, 1008.0, 331.0, -0.004150771535933018, -0.29717496037483215, -0.8383291959762573, 1.9082657098770142, -1.0616612434387207, -0.00093120988458395], "max": [-0.19945622980594635, 0.6047565937042236, 0.45146432518959045, -1.411919116973877, -0.25382325053215027, -0.12048007547855377, 0.02834414690732956, -0.3102779984474182, 0.4675990045070648, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.47829002141952515, 0.6479535102844238, -0.16540485620498657, -1.4014644622802734, 0.44774675369262695, 0.43367940187454224, 0.6758089661598206, -0.24420900642871857, -0.40337100625038147, 0.22828799486160278, 1.7427358627319336, -1.121137022972107, 0.8751883506774902, 1009.0, 1001.0, 0.0036601233296096325, -0.296988844871521, -0.8383086323738098, 1.908268928527832, -1.0616414546966553, -0.0006075171404518187], "mean": [-0.19951483607292175, 0.6046693325042725, 0.4513883590698242, -1.4119691848754883, -0.2538730502128601, -0.12054090201854706, 0.028281185775995255, -0.3103274703025818, 0.46757256984710693, 0.22823798656463623, -1.5732372999191284, -1.1211341619491577, -0.7462766766548157, 0.21826128661632538, 0.5267044901847839, -0.4258612096309662, -1.5361175537109375, 0.2718569040298462, 0.16858221590518951, 0.29016417264938354, -0.29754582047462463, -0.4485129714012146, 0.16378332674503326, 1.5692228078842163, -1.4591819047927856, 0.47504210472106934, 1008.309326171875, 802.939697265625, 0.00035779824247583747, -0.29709628224372864, -0.8383174538612366, 1.908264398574829, -1.0616514682769775, -0.0007306670304387808], "std": [2.6880783480009995e-05, 2.432399742247071e-05, 2.4347531507373787e-05, 1.803741542971693e-05, 2.6796411475515924e-05, 2.1369836758822203e-05, 1.7152284272015095e-05, 1.5017028090369422e-05, 8.536890163668431e-06, 1.3177545042708516e-05, 1.0371208190917969e-05, 2.86102294921875e-06, 1.0728836059570312e-06, 0.10738023370504379, 0.07526242733001709, 0.13223150372505188, 0.09815436601638794, 0.06772603839635849, 0.19386069476604462, 0.21299710869789124, 0.018285958096385002, 0.020285867154598236, 0.05011008679866791, 0.09339714795351028, 0.20336931943893433, 0.3146972060203552, 0.46222010254859924, 283.55322265625, 0.0035524796694517136, 6.50974252494052e-05, 4.600093689077767e-06, 3.4887896163127152e-06, 6.3076777223614044e-06, 6.268265860853717e-05], "count": [514]}, "timestamp": {"min": [0.0], "max": [17.1], "mean": [8.549999999999999], "std": [4.945957945636012], "count": [514]}, "frame_index": {"min": [0], "max": [513], "mean": [256.5], "std": [148.37873836908037], "count": [514]}, "episode_index": {"min": [103], "max": [103], "mean": [103.0], "std": [0.0], "count": [514]}, "index": {"min": [60964], "max": [61477], "mean": [61220.5], "std": [148.37873836908037], "count": [514]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [514]}, "gripper_open_scale_state": {"min": [1.0, 0.3310000002384186], "max": [1.0, 1.0], "mean": [1.0, 0.8023307363462819], "std": [0.0, 0.2831279186902441], "count": [514]}, "gripper_open_scale_action": {"min": [1.0, 0.3310000002384186], "max": [1.0, 1.0], "mean": [1.0, 0.8023307363462819], "std": [0.0, 0.2831279186902441], "count": [514]}, "eef_direction_state": {"mean": [6.0, 4.749027237354086], "std": [0.0, 1.93806058219804], "min": [6, 0], "max": [6, 6], "count": [514]}, "eef_velocity_state": {"mean": [0.0, 0.6264591439688716], "std": [0.0, 0.7617818499099246], "min": [0, 0], "max": [0, 2], "count": [514]}, "eef_acc_mag_state": {"mean": [0.0, 0.5778210116731517], "std": [0.0, 0.7956437321489576], "min": [0, 0], "max": [0, 2], "count": [514]}, "eef_direction_action": {"mean": [6.0, 4.749027237354086], "std": [0.0, 1.93806058219804], "min": [6, 0], "max": [6, 6], "count": [514]}, "eef_velocity_action": {"mean": [0.0, 0.6264591439688716], "std": [0.0, 0.7617818499099246], "min": [0, 0], "max": [0, 2], "count": [514]}, "eef_acc_mag_action": {"mean": [0.0, 0.5778210116731517], "std": [0.0, 0.7956437321489576], "min": [0, 0], "max": [0, 2], "count": [514]}, "eef_sim_pose_state": {"mean": [-0.3103276193141937, 0.46757233142852783, 0.2282380610704422, -1.5732269287109375, -1.121137022972107, -0.7462756633758545, -0.29752829670906067, -0.44850340485572815, 0.16379234194755554, 1.5695370435714722, -1.4589616060256958, 0.47497254610061646], "std": [1.5019268175819889e-05, 8.533689651812892e-06, 1.3174016203265637e-05, 0.0, 0.0, 5.960464477539063e-08, 0.018269456923007965, 0.02027575857937336, 0.0501212514936924, 0.09313783049583435, 0.20367421209812164, 0.3146328032016754], "min": [-0.31037700176239014, 0.4675480127334595, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32402101159095764, -0.4727109968662262, 0.07979299873113632, 1.4051811695098877, -1.7345068454742432, -0.10697482526302338], "max": [-0.3102779984474182, 0.4675990045070648, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.24420900642871857, -0.40337100625038147, 0.22828799486160278, 1.7427358627319336, -1.121137022972107, 0.8751883506774902], "count": [514]}, "eef_sim_pose_action": {"mean": [-0.3103275001049042, 0.46757256984710693, 0.22823797166347504, -1.5732372999191284, -1.1211341619491577, -0.7462766766548157, -0.29752832651138306, -0.4485034644603729, 0.16379234194755554, 1.5695371627807617, -1.4589611291885376, 0.47497203946113586], "std": [1.5019633792690001e-05, 8.536906534573063e-06, 1.3174281775718555e-05, 1.0371208190917969e-05, 2.86102294921875e-06, 1.0728836059570312e-06, 0.018269453197717667, 0.02027576044201851, 0.0501212440431118, 0.09313789010047913, 0.2036742866039276, 0.3146323263645172], "min": [-0.31037700176239014, 0.4675480127334595, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32402101159095764, -0.4727109968662262, 0.07979299873113632, 1.4051811695098877, -1.7345068454742432, -0.10697482526302338], "max": [-0.3102779984474182, 0.4675990045070648, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.24420900642871857, -0.40337100625038147, 0.22828799486160278, 1.7427358627319336, -1.121137022972107, 0.8751883506774902], "count": [514]}, "gripper_mode_state": {"mean": [0.0, 0.2490272373540856], "std": [0.0, 0.4324496183486311], "min": [0, 0], "max": [0, 1], "count": [514]}, "gripper_activity_state": {"mean": [2.0, 1.7334630350194553], "std": [0.0, 0.6087629157102922], "min": [2, 0], "max": [2, 2], "count": [514]}, "gripper_mode_action": {"mean": [0.0, 0.2490272373540856], "std": [0.0, 0.4324496183486311], "min": [0, 0], "max": [0, 1], "count": [514]}, "gripper_activity_action": {"mean": [2.0, 1.7334630350194553], "std": [0.0, 0.6087629157102922], "min": [2, 0], "max": [2, 2], "count": [514]}}} +{"episode_index": 54, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4057286675902245]], [[0.41447872975277067]], [[0.4118362833901677]]], "std": [[[0.20760235344440137]], [[0.2061810343059374]], [[0.20365994919150768]]], "count": [115]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31978676470588235]], [[0.3063441283034953]], [[0.3242692028985507]]], "std": [[[0.25458490429518293]], [[0.2623177431400244]], [[0.25284437013970634]]], "count": [115]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42865965295538505]], [[0.43358973962773517]], [[0.42997135194657576]]], "std": [[[0.28353475134961564]], [[0.2776669399011101]], [[0.2836824612354388]]], "count": [115]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39927627877237853]], [[0.39703318414322253]], [[0.407185146703609]]], "std": [[[0.2592420717471411]], [[0.26271599024764775]], [[0.26044252058469947]]], "count": [115]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12058479338884354, 0.02822197414934635, -0.3103620111942291, 0.4675540030002594, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.18514452874660492, 0.305345356464386, -0.5899561643600464, -1.5879180431365967, 0.06742206960916519, -0.1206895187497139, -0.02839650586247444, -0.32644400000572205, -0.4946939945220947, 0.08121799677610397, 1.245645523071289, -1.7082830667495728, 0.02271147444844246, 1008.0, 332.0, -0.004348158836364746, -0.29714861512184143, -0.8385050892829895, 1.9079242944717407, -1.0624821186065674, -0.0008619149448350072], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.4119539260864258, -0.25382325053215027, -0.12046262621879578, 0.02834414690732956, -0.3102779984474182, 0.46759799122810364, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.44603633880615234, 0.6381098628044128, -0.15940092504024506, -1.2814207077026367, 0.32883748412132263, 0.6710616946220398, 0.5638286471366882, -0.26419100165367126, -0.45621800422668457, 0.22827699780464172, 1.6038546562194824, -1.121137022972107, 0.8548300862312317, 1009.0, 1003.0, 0.00415453128516674, -0.2968722879886627, -0.8384528160095215, 1.9079258441925049, -1.061074137687683, -0.0007774321129545569], "mean": [-0.19953186810016632, 0.6046730279922485, 0.451393187046051, -1.4119818210601807, -0.25390198826789856, -0.12051940709352493, 0.028288131579756737, -0.3103192150592804, 0.46757689118385315, 0.2282358556985855, -1.5732377767562866, -1.1211358308792114, -0.7462766766548157, 0.27828124165534973, 0.46220263838768005, -0.37842515110969543, -1.434971570968628, 0.22943221032619476, 0.27878305315971375, 0.26982083916664124, -0.30699992179870605, -0.47687914967536926, 0.18047311902046204, 1.4142320156097412, -1.438582181930542, 0.4947910010814667, 1008.3975219726562, 842.5401000976562, 0.0003454290854278952, -0.2970351576805115, -0.8384796977043152, 1.907914638519287, -1.0614879131317139, -0.0008006223943084478], "std": [2.5731478672241792e-05, 1.944184441526886e-05, 2.4082606614683755e-05, 1.7987069441005588e-05, 3.264189945184626e-05, 2.0742363631143235e-05, 1.8890626961365342e-05, 1.4072182239033282e-05, 7.86237887950847e-06, 1.2613198123290204e-05, 1.0848045349121094e-05, 1.1920928955078125e-06, 1.0728836059570312e-06, 0.07906056940555573, 0.09305443614721298, 0.12054596096277237, 0.08599869161844254, 0.06285716593265533, 0.26772621273994446, 0.17012013494968414, 0.015440702438354492, 0.011563633568584919, 0.044606126844882965, 0.08997529000043869, 0.18599148094654083, 0.27117928862571716, 0.48938003182411194, 263.9076843261719, 0.0036234732251614332, 3.322922930237837e-05, 1.2738071745843627e-05, 1.0229157851426862e-05, 0.00046081034815870225, 1.7724612916936167e-05], "count": [561]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12058479338884354, 0.02822197414934635, -0.3103620111942291, 0.4675540030002594, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.18514452874660492, 0.305345356464386, -0.5899561643600464, -1.5879180431365967, 0.06742206960916519, -0.1206895187497139, -0.02839650586247444, -0.32644400000572205, -0.4946939945220947, 0.08121799677610397, 1.245645523071289, -1.7082830667495728, 0.02271147444844246, 1008.0, 332.0, -0.004348158836364746, -0.29714861512184143, -0.8385050892829895, 1.9079242944717407, -1.0624821186065674, -0.0008619149448350072], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.4119539260864258, -0.25382325053215027, -0.12046262621879578, 0.02834414690732956, -0.3102779984474182, 0.46759799122810364, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.44603633880615234, 0.6381098628044128, -0.15940092504024506, -1.2814207077026367, 0.32883748412132263, 0.6710616946220398, 0.5638286471366882, -0.26419100165367126, -0.45621800422668457, 0.22827699780464172, 1.6038546562194824, -1.121137022972107, 0.8548300862312317, 1009.0, 1003.0, 0.00415453128516674, -0.2968722879886627, -0.8384528160095215, 1.9079258441925049, -1.061074137687683, -0.0007774321129545569], "mean": [-0.19953186810016632, 0.6046730279922485, 0.4513932168483734, -1.4119818210601807, -0.2539020776748657, -0.12051942199468613, 0.028288129717111588, -0.31031927466392517, 0.4675769507884979, 0.2282358556985855, -1.5732377767562866, -1.1211358308792114, -0.7462766766548157, 0.27830156683921814, 0.4616716504096985, -0.37790679931640625, -1.4347418546676636, 0.2291046530008316, 0.2789256274700165, 0.27011048793792725, -0.3070269227027893, -0.4769275188446045, 0.18046844005584717, 1.4139474630355835, -1.4387210607528687, 0.49497395753860474, 1008.3975219726562, 842.5401000976562, 0.0003363077121321112, -0.29703497886657715, -0.8384796977043152, 1.907914638519287, -1.061485767364502, -0.0008007255964912474], "std": [2.5731478672241792e-05, 1.944184441526886e-05, 2.4096954803098924e-05, 1.79899489012314e-05, 3.2692238164599985e-05, 2.074259282380808e-05, 1.889059058157727e-05, 1.4077366358833387e-05, 7.865658517403062e-06, 1.2613954822882079e-05, 1.0848045349121094e-05, 1.1920928955078125e-06, 1.0728836059570312e-06, 0.07904185354709625, 0.0930919349193573, 0.12085553258657455, 0.08623107522726059, 0.06320632994174957, 0.26753470301628113, 0.16975057125091553, 0.01545973215252161, 0.011581243015825748, 0.04460129141807556, 0.08972351998090744, 0.18578380346298218, 0.27138325572013855, 0.48938003182411194, 263.9076843261719, 0.0036222306080162525, 3.335054134367965e-05, 1.2701941159320995e-05, 1.0230405678157695e-05, 0.00045932733337394893, 1.7823911548475735e-05], "count": [561]}, "timestamp": {"min": [0.0], "max": [18.666666666666668], "mean": [9.333333333333334], "std": [5.398216440708981], "count": [561]}, "frame_index": {"min": [0], "max": [560], "mean": [280.0], "std": [161.94649322126944], "count": [561]}, "episode_index": {"min": [106], "max": [106], "mean": [106.0], "std": [0.0], "count": [561]}, "index": {"min": [62567], "max": [63127], "mean": [62847.0], "std": [161.94649322126944], "count": [561]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [561]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8411158626623545], "std": [0.0, 0.26304546637879683], "count": [561]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8411158626623545], "std": [0.0, 0.26304546637879683], "count": [561]}, "eef_direction_state": {"mean": [6.0, 5.105169340463458], "std": [0.0, 1.4642471183957406], "min": [6, 0], "max": [6, 6], "count": [561]}, "eef_velocity_state": {"mean": [0.0, 0.5258467023172906], "std": [0.0, 0.6961508928575623], "min": [0, 0], "max": [0, 2], "count": [561]}, "eef_acc_mag_state": {"mean": [0.0, 0.48484848484848486], "std": [0.0, 0.7553979392094483], "min": [0, 0], "max": [0, 2], "count": [561]}, "eef_direction_action": {"mean": [6.0, 5.105169340463458], "std": [0.0, 1.4642471183957406], "min": [6, 0], "max": [6, 6], "count": [561]}, "eef_velocity_action": {"mean": [0.0, 0.5258467023172906], "std": [0.0, 0.6961508928575623], "min": [0, 0], "max": [0, 2], "count": [561]}, "eef_acc_mag_action": {"mean": [0.0, 0.48484848484848486], "std": [0.0, 0.7553979392094483], "min": [0, 0], "max": [0, 2], "count": [561]}, "eef_sim_pose_state": {"mean": [-0.3103191554546356, 0.4675767421722412, 0.2282359004020691, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.3070001006126404, -0.4768795371055603, 0.18047308921813965, 1.4142323732376099, -1.4385814666748047, 0.49479177594184875], "std": [1.4072095837036613e-05, 7.860361620259937e-06, 1.26130425996962e-05, 0.0, 0.0, 5.960464477539063e-08, 0.015440705232322216, 0.011563632637262344, 0.044606126844882965, 0.08997529000043869, 0.1859913319349289, 0.27117931842803955], "min": [-0.3103620111942291, 0.4675540030002594, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32644400000572205, -0.4946939945220947, 0.08121799677610397, 1.245645523071289, -1.7082830667495728, 0.02271147444844246], "max": [-0.3102779984474182, 0.46759799122810364, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.26419100165367126, -0.45621800422668457, 0.22827699780464172, 1.6038546562194824, -1.121137022972107, 0.8548300862312317], "count": [561]}, "eef_sim_pose_action": {"mean": [-0.3103192150592804, 0.46757689118385315, 0.2282358556985855, -1.5732377767562866, -1.1211358308792114, -0.7462766766548157, -0.30699992179870605, -0.47687914967536926, 0.18047311902046204, 1.4142320156097412, -1.438582181930542, 0.4947910010814667], "std": [1.4072182239033282e-05, 7.86237887950847e-06, 1.2613198123290204e-05, 1.0848045349121094e-05, 1.1920928955078125e-06, 1.0728836059570312e-06, 0.015440702438354492, 0.011563633568584919, 0.044606126844882965, 0.08997529000043869, 0.18599148094654083, 0.27117928862571716], "min": [-0.3103620111942291, 0.4675540030002594, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32644400000572205, -0.4946939945220947, 0.08121799677610397, 1.245645523071289, -1.7082830667495728, 0.02271147444844246], "max": [-0.3102779984474182, 0.46759799122810364, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.26419100165367126, -0.45621800422668457, 0.22827699780464172, 1.6038546562194824, -1.121137022972107, 0.8548300862312317], "count": [561]}, "gripper_mode_state": {"mean": [0.0, 0.19786096256684493], "std": [0.0, 0.39838674935164015], "min": [0, 0], "max": [0, 1], "count": [561]}, "gripper_activity_state": {"mean": [2.0, 1.750445632798574], "std": [0.0, 0.5956802139369232], "min": [2, 0], "max": [2, 2], "count": [561]}, "gripper_mode_action": {"mean": [0.0, 0.19786096256684493], "std": [0.0, 0.39838674935164015], "min": [0, 0], "max": [0, 1], "count": [561]}, "gripper_activity_action": {"mean": [2.0, 1.750445632798574], "std": [0.0, 0.5956802139369232], "min": [2, 0], "max": [2, 2], "count": [561]}}} +{"episode_index": 55, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40412921800983387]], [[0.4131398314295137]], [[0.4087104732565809]]], "std": [[[0.21076728152619692]], [[0.2079253846289205]], [[0.20530287742318917]]], "count": [109]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3197027867722012]], [[0.3065654156922708]], [[0.31748074443844815]]], "std": [[[0.2565041699351318]], [[0.265249523896606]], [[0.25341276552726644]]], "count": [109]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4247456414522996]], [[0.4297386070636206]], [[0.42671028025124424]]], "std": [[[0.28178599276819555]], [[0.27577113798548375]], [[0.2821425279502233]]], "count": [109]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3894796145140013]], [[0.38536980946812976]], [[0.3988274045092043]]], "std": [[[0.27063367467800836]], [[0.2696102142658857]], [[0.27275425305708434]]], "count": [109]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103660047054291, 0.46755000948905945, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.19029325246810913, 0.37919023633003235, -0.806045413017273, -1.5580030679702759, 0.13414600491523743, -0.12072442471981049, -0.02839650586247444, -0.33252599835395813, -0.500806987285614, 0.04379500076174736, 1.3995000123977661, -1.7507809400558472, -0.31180763244628906, 1008.0, 331.0, -0.004534266889095306, -0.2970038950443268, -0.8384615182876587, 1.9079242944717407, -1.0618395805358887, -0.001553914975374937], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12049752473831177, 0.02834414690732956, -0.3102779984474182, 0.467602014541626, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.6353521943092346, 0.63023841381073, -0.344510555267334, -1.2572828531265259, 0.4025951027870178, 0.56911700963974, 0.7692539095878601, -0.2715759873390198, -0.4508279860019684, 0.2282859981060028, 1.706911325454712, -1.121137022972107, 0.792720377445221, 1009.0, 1003.0, 0.00373531854711473, -0.2967613637447357, -0.838428258895874, 1.9079258441925049, -1.0613118410110474, -0.0001414375874446705], "mean": [-0.19951798021793365, 0.6046767830848694, 0.45139026641845703, -1.4119625091552734, -0.25389859080314636, -0.12055771797895432, 0.028282281011343002, -0.3103262484073639, 0.46757298707962036, 0.22824157774448395, -1.573237419128418, -1.1211344003677368, -0.7462766766548157, 0.32068172097206116, 0.46800127625465393, -0.48192647099494934, -1.3955912590026855, 0.2200058251619339, 0.14440137147903442, 0.28492471575737, -0.3079473078250885, -0.47373706102371216, 0.15369728207588196, 1.5599257946014404, -1.4169597625732422, 0.4449578821659088, 1008.2879028320312, 840.4913330078125, 5.718379725294653e-06, -0.29689380526542664, -0.838446319103241, 1.9079134464263916, -1.0615062713623047, -0.0006178945186547935], "std": [2.49343465839047e-05, 2.0831115762121044e-05, 2.5126591935986653e-05, 1.802671431505587e-05, 3.061717143282294e-05, 2.0956813386874273e-05, 1.7490339814685285e-05, 1.5301857274607755e-05, 8.079885446932167e-06, 1.3514341844711453e-05, 1.049041748046875e-05, 2.6226043701171875e-06, 1.0728836059570312e-06, 0.14106152951717377, 0.08140537887811661, 0.14145277440547943, 0.06523910164833069, 0.07598353177309036, 0.2598108649253845, 0.27023351192474365, 0.017329970374703407, 0.012276845052838326, 0.05713417008519173, 0.08015698939561844, 0.239796981215477, 0.3847752511501312, 0.45278725028038025, 263.4283142089844, 0.003846541279926896, 1.946047632372938e-05, 8.777913535595872e-06, 1.1671277206914965e-05, 0.0001570435706526041, 0.00047204457223415375], "count": [521]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103660047054291, 0.46755000948905945, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.19029325246810913, 0.37919023633003235, -0.806045413017273, -1.5580030679702759, 0.13414600491523743, -0.12072442471981049, -0.02839650586247444, -0.33252599835395813, -0.500806987285614, 0.04379500076174736, 1.3995000123977661, -1.7507809400558472, -0.31180763244628906, 1008.0, 331.0, -0.004534266889095306, -0.2970038950443268, -0.8384615182876587, 1.9079242944717407, -1.0618395805358887, -0.0015529657248407602], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12049752473831177, 0.02834414690732956, -0.3102779984474182, 0.467602014541626, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.6353521943092346, 0.63023841381073, -0.344510555267334, -1.2572828531265259, 0.4025951027870178, 0.56911700963974, 0.7692539095878601, -0.2715759873390198, -0.4508279860019684, 0.2282859981060028, 1.706911325454712, -1.121137022972107, 0.792720377445221, 1009.0, 1003.0, 0.00373531854711473, -0.2967613637447357, -0.838428258895874, 1.9079258441925049, -1.0613118410110474, -0.0001414375874446705], "mean": [-0.199518084526062, 0.6046767830848694, 0.45139020681381226, -1.411962628364563, -0.2538984417915344, -0.12055772542953491, 0.028282180428504944, -0.3103261888027191, 0.46757301688194275, 0.22824159264564514, -1.573237419128418, -1.1211344003677368, -0.7462766766548157, 0.3208191394805908, 0.46757835149765015, -0.4817314147949219, -1.3953094482421875, 0.21978972852230072, 0.14461658895015717, 0.2850504219532013, -0.30798614025115967, -0.4738005995750427, 0.15364670753479004, 1.5596643686294556, -1.41709566116333, 0.4449828267097473, 1008.2879028320312, 840.487548828125, -8.140688805724494e-06, -0.2968936562538147, -0.838446319103241, 1.9079134464263916, -1.0615065097808838, -0.0006171074928715825], "std": [2.5001321773743257e-05, 2.0833178496104665e-05, 2.515953019610606e-05, 1.80087245098548e-05, 3.059782102354802e-05, 2.0956715161446482e-05, 1.7384925740770996e-05, 1.534136936243158e-05, 8.101908861135598e-06, 1.3525189388019498e-05, 1.049041748046875e-05, 2.6226043701171875e-06, 1.0728836059570312e-06, 0.14097829163074493, 0.0812666118144989, 0.14156480133533478, 0.06548431515693665, 0.07604681700468063, 0.25963786244392395, 0.27010294795036316, 0.01735793985426426, 0.012330394238233566, 0.0570797473192215, 0.08033504337072372, 0.23964935541152954, 0.38479527831077576, 0.45278725028038025, 263.42486572265625, 0.0038478474598377943, 1.9633207557490095e-05, 8.777034963713959e-06, 1.1671277206914965e-05, 0.0001575646601850167, 0.00047082366654649377], "count": [521]}, "timestamp": {"min": [0.0], "max": [17.333333333333332], "mean": [8.666666666666666], "std": [5.013315602805526], "count": [521]}, "frame_index": {"min": [0], "max": [520], "mean": [260.0], "std": [150.3994680841658], "count": [521]}, "episode_index": {"min": [107], "max": [107], "mean": [107.0], "std": [0.0], "count": [521]}, "index": {"min": [63128], "max": [63648], "mean": [63388.0], "std": [150.3994680841658], "count": [521]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [521]}, "gripper_open_scale_state": {"min": [1.0, 0.3310000002384186], "max": [1.0, 1.0], "mean": [1.0, 0.8395124756214486], "std": [0.0, 0.2628284592059393], "count": [521]}, "gripper_open_scale_action": {"min": [1.0, 0.3310000002384186], "max": [1.0, 1.0], "mean": [1.0, 0.8395124756214486], "std": [0.0, 0.2628284592059393], "count": [521]}, "eef_direction_state": {"mean": [6.0, 4.942418426103647], "std": [0.0, 1.5834269747066365], "min": [6, 0], "max": [6, 6], "count": [521]}, "eef_velocity_state": {"mean": [0.0, 0.6410748560460653], "std": [0.0, 0.7459178710851819], "min": [0, 0], "max": [0, 2], "count": [521]}, "eef_acc_mag_state": {"mean": [0.0, 0.6007677543186181], "std": [0.0, 0.8300494780922019], "min": [0, 0], "max": [0, 2], "count": [521]}, "eef_direction_action": {"mean": [6.0, 4.942418426103647], "std": [0.0, 1.5834269747066365], "min": [6, 0], "max": [6, 6], "count": [521]}, "eef_velocity_action": {"mean": [0.0, 0.6410748560460653], "std": [0.0, 0.7459178710851819], "min": [0, 0], "max": [0, 2], "count": [521]}, "eef_acc_mag_action": {"mean": [0.0, 0.6007677543186181], "std": [0.0, 0.8300494780922019], "min": [0, 0], "max": [0, 2], "count": [521]}, "eef_sim_pose_state": {"mean": [-0.31032639741897583, 0.46757298707962036, 0.22824163734912872, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.3079472482204437, -0.47373709082603455, 0.15369729697704315, 1.5599263906478882, -1.4169586896896362, 0.44495847821235657], "std": [1.5301155144697987e-05, 8.079900908342097e-06, 1.35141608552658e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.017329972237348557, 0.012276845052838326, 0.05713416263461113, 0.08015697449445724, 0.23979704082012177, 0.3847752511501312], "min": [-0.3103660047054291, 0.46755000948905945, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33252599835395813, -0.500806987285614, 0.04379500076174736, 1.3995000123977661, -1.7507809400558472, -0.31180763244628906], "max": [-0.3102779984474182, 0.467602014541626, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2715759873390198, -0.4508279860019684, 0.2282859981060028, 1.706911325454712, -1.121137022972107, 0.792720377445221], "count": [521]}, "eef_sim_pose_action": {"mean": [-0.3103262484073639, 0.46757298707962036, 0.22824157774448395, -1.573237419128418, -1.1211344003677368, -0.7462766766548157, -0.3079473078250885, -0.47373706102371216, 0.15369728207588196, 1.5599257946014404, -1.4169597625732422, 0.4449578821659088], "std": [1.5301857274607755e-05, 8.079885446932167e-06, 1.3514341844711453e-05, 1.049041748046875e-05, 2.6226043701171875e-06, 1.0728836059570312e-06, 0.017329970374703407, 0.012276845052838326, 0.05713417008519173, 0.08015698939561844, 0.239796981215477, 0.3847752511501312], "min": [-0.3103660047054291, 0.46755000948905945, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33252599835395813, -0.500806987285614, 0.04379500076174736, 1.3995000123977661, -1.7507809400558472, -0.31180763244628906], "max": [-0.3102779984474182, 0.467602014541626, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2715759873390198, -0.4508279860019684, 0.2282859981060028, 1.706911325454712, -1.121137022972107, 0.792720377445221], "count": [521]}, "gripper_mode_state": {"mean": [0.0, 0.19961612284069097], "std": [0.0, 0.3997118041073373], "min": [0, 0], "max": [0, 1], "count": [521]}, "gripper_activity_state": {"mean": [2.0, 1.7293666026871402], "std": [0.0, 0.61466513358657], "min": [2, 0], "max": [2, 2], "count": [521]}, "gripper_mode_action": {"mean": [0.0, 0.19961612284069097], "std": [0.0, 0.3997118041073373], "min": [0, 0], "max": [0, 1], "count": [521]}, "gripper_activity_action": {"mean": [2.0, 1.7293666026871402], "std": [0.0, 0.61466513358657], "min": [2, 0], "max": [2, 2], "count": [521]}}} +{"episode_index": 56, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40398277257872844]], [[0.4128487670825906]], [[0.40904039846999407]]], "std": [[[0.20811577353621494]], [[0.20597849501031523]], [[0.20381896513333914]]], "count": [110]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31661472073677954]], [[0.30608163992869875]], [[0.312361031268568]]], "std": [[[0.25745756478178944]], [[0.2648379799267255]], [[0.2544097302983253]]], "count": [110]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42735103795306]], [[0.4322197619578134]], [[0.4286787228906714]]], "std": [[[0.2830693609166382]], [[0.27719900081542137]], [[0.2832580506346641]]], "count": [110]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39255366347296494]], [[0.3882058842097445]], [[0.4045987726530006]]], "std": [[[0.270650295432297]], [[0.2727849494985731]], [[0.27386685178724635]]], "count": [110]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25394541025161743, -0.12060225009918213, 0.02822197414934635, -0.3103649914264679, 0.4675459861755371, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.19936896860599518, 0.28958502411842346, -0.7400196194648743, -1.5936601161956787, 0.10924015194177628, -0.1206720620393753, -0.028379054740071297, -0.3258019983768463, -0.5044789910316467, 0.04653099924325943, 1.3248248100280762, -1.7741930484771729, -0.14260143041610718, 1008.0, 332.0, -0.004566224757581949, -0.29689672589302063, -0.8384979963302612, 1.907922625541687, -1.0626596212387085, -0.0014779752818867564], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.2537883222103119, -0.12049752473831177, 0.02834414690732956, -0.31027400493621826, 0.46759599447250366, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5248554348945618, 0.6047391295433044, -0.21910862624645233, -1.2851383686065674, 0.41112974286079407, 0.5707226991653442, 0.6745872497558594, -0.2692210078239441, -0.4372299909591675, 0.22828400135040283, 1.6999446153640747, -1.121137022972107, 0.8211033344268799, 1009.0, 1003.0, 0.0037052403204143047, -0.2968064844608307, -0.8384250998497009, 1.9079290628433228, -1.0609211921691895, -0.00044994239578954875], "mean": [-0.19951608777046204, 0.6046729683876038, 0.4513888955116272, -1.411962628364563, -0.25387200713157654, -0.12055861949920654, 0.028283672407269478, -0.3103274703025818, 0.4675724506378174, 0.2282402664422989, -1.5732375383377075, -1.121134877204895, -0.7462766766548157, 0.29457810521125793, 0.46875813603401184, -0.4672282338142395, -1.4388915300369263, 0.2521843910217285, 0.21542830765247345, 0.2671314775943756, -0.30820950865745544, -0.4693445563316345, 0.1510370522737503, 1.5078120231628418, -1.463843584060669, 0.45649614930152893, 1008.3026123046875, 825.843994140625, 0.0002979220007546246, -0.296835333108902, -0.838452935218811, 1.9079148769378662, -1.0616611242294312, -0.0011945103760808706], "std": [2.4783637854852714e-05, 1.982892536034342e-05, 2.5194573026965372e-05, 1.849157524702605e-05, 2.480313014530111e-05, 2.0287634470150806e-05, 1.7129061234300025e-05, 1.5095639355422463e-05, 8.043317393457983e-06, 1.3187799595471006e-05, 1.0609626770019531e-05, 2.1457672119140625e-06, 1.0728836059570312e-06, 0.09775623679161072, 0.08470950275659561, 0.11918921023607254, 0.06254276633262634, 0.05764034017920494, 0.23257850110530853, 0.22265270352363586, 0.014159188605844975, 0.013991054147481918, 0.055302634835243225, 0.09385209530591965, 0.21799619495868683, 0.31175124645233154, 0.45939821004867554, 273.4595642089844, 0.003661114489659667, 6.503727036033524e-06, 1.1676787835313007e-05, 1.0059441592602525e-05, 0.00047913077287375927, 0.0002181822492275387], "count": [532]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25394541025161743, -0.12060225009918213, 0.02822197414934635, -0.3103649914264679, 0.4675459861755371, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.19936896860599518, 0.28958502411842346, -0.7400196194648743, -1.5936601161956787, 0.10924015194177628, -0.1206720620393753, -0.028379054740071297, -0.3258019983768463, -0.5044789910316467, 0.04653099924325943, 1.3248248100280762, -1.7741930484771729, -0.14260143041610718, 1008.0, 332.0, -0.004566224757581949, -0.29689672589302063, -0.8384979963302612, 1.907922625541687, -1.0626596212387085, -0.0014779752818867564], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.2537883222103119, -0.12049752473831177, 0.02834414690732956, -0.31027400493621826, 0.46759599447250366, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5248554348945618, 0.6047391295433044, -0.21910862624645233, -1.2851383686065674, 0.41112974286079407, 0.5707226991653442, 0.6745872497558594, -0.2692210078239441, -0.4372299909591675, 0.22828400135040283, 1.6999446153640747, -1.121137022972107, 0.8211033344268799, 1009.0, 1003.0, 0.0037052403204143047, -0.2968064844608307, -0.8384250998497009, 1.9079290628433228, -1.0609211921691895, -0.00044994239578954875], "mean": [-0.1995161771774292, 0.6046730875968933, 0.4513888955116272, -1.4119625091552734, -0.2538720667362213, -0.12055864185094833, 0.028283672407269478, -0.3103274703025818, 0.46757248044013977, 0.22824032604694366, -1.5732375383377075, -1.121134877204895, -0.7462766766548157, 0.2946707010269165, 0.46817460656166077, -0.4667930006980896, -1.4386783838272095, 0.25194185972213745, 0.21578645706176758, 0.26741355657577515, -0.30822989344596863, -0.46941107511520386, 0.150982066988945, 1.507420301437378, -1.4641555547714233, 0.4566347002983093, 1008.3026123046875, 825.8477172851562, 0.00031183025566861033, -0.29683536291122437, -0.838452935218811, 1.9079149961471558, -1.0616618394851685, -0.0011932398192584515], "std": [2.4857279640855268e-05, 1.9922703359043226e-05, 2.5194573026965372e-05, 1.8506003470974974e-05, 2.4812767151161097e-05, 2.025921639869921e-05, 1.7129061234300025e-05, 1.5103396435733885e-05, 8.057891136559192e-06, 1.322012030868791e-05, 1.0609626770019531e-05, 2.1457672119140625e-06, 1.0728836059570312e-06, 0.09768961369991302, 0.08484481275081635, 0.11966757476329803, 0.06282620877027512, 0.05790330097079277, 0.2322073131799698, 0.22237326204776764, 0.014170018024742603, 0.014066362753510475, 0.05524064600467682, 0.09401242434978485, 0.2176240235567093, 0.31189626455307007, 0.45939821004867554, 273.4617614746094, 0.003659467911347747, 6.496519745269325e-06, 1.1689774510159623e-05, 9.949901141226292e-06, 0.0004796966095454991, 0.00022042427735868841], "count": [532]}, "timestamp": {"min": [0.0], "max": [17.7], "mean": [8.850000000000001], "std": [5.119163343099469], "count": [532]}, "frame_index": {"min": [0], "max": [531], "mean": [265.5], "std": [153.57490029298407], "count": [532]}, "episode_index": {"min": [108], "max": [108], "mean": [108.0], "std": [0.0], "count": [532]}, "index": {"min": [63649], "max": [64180], "mean": [63914.5], "std": [153.57490029298407], "count": [532]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [532]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8243364637955687], "std": [0.0, 0.27248637910625084], "count": [532]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8243364637955687], "std": [0.0, 0.27248637910625084], "count": [532]}, "eef_direction_state": {"mean": [6.0, 4.956766917293233], "std": [0.0, 1.6735478718898493], "min": [6, 0], "max": [6, 6], "count": [532]}, "eef_velocity_state": {"mean": [0.0, 0.5939849624060151], "std": [0.0, 0.7710708693033026], "min": [0, 0], "max": [0, 2], "count": [532]}, "eef_acc_mag_state": {"mean": [0.0, 0.5620300751879699], "std": [0.0, 0.7982040549766714], "min": [0, 0], "max": [0, 2], "count": [532]}, "eef_direction_action": {"mean": [6.0, 4.956766917293233], "std": [0.0, 1.6735478718898493], "min": [6, 0], "max": [6, 6], "count": [532]}, "eef_velocity_action": {"mean": [0.0, 0.5939849624060151], "std": [0.0, 0.7710708693033026], "min": [0, 0], "max": [0, 2], "count": [532]}, "eef_acc_mag_action": {"mean": [0.0, 0.5620300751879699], "std": [0.0, 0.7982040549766714], "min": [0, 0], "max": [0, 2], "count": [532]}, "eef_sim_pose_state": {"mean": [-0.3103276789188385, 0.46757254004478455, 0.22824029624462128, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.308209627866745, -0.46934452652931213, 0.15103714168071747, 1.507812738418579, -1.4638441801071167, 0.45649510622024536], "std": [1.5093745787453372e-05, 8.042944500630256e-06, 1.3187765034672339e-05, 0.0, 0.0, 0.0, 0.0141591876745224, 0.013991054147481918, 0.05530264601111412, 0.09385212510824203, 0.21799589693546295, 0.31175124645233154], "min": [-0.3103649914264679, 0.4675459861755371, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3258019983768463, -0.5044789910316467, 0.04653099924325943, 1.3248248100280762, -1.7741930484771729, -0.14260143041610718], "max": [-0.31027400493621826, 0.46759599447250366, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2692210078239441, -0.4372299909591675, 0.22828400135040283, 1.6999446153640747, -1.121137022972107, 0.8211033344268799], "count": [532]}, "eef_sim_pose_action": {"mean": [-0.3103274703025818, 0.4675724506378174, 0.2282402664422989, -1.5732375383377075, -1.121134877204895, -0.7462766766548157, -0.30820950865745544, -0.4693445563316345, 0.1510370522737503, 1.5078120231628418, -1.463843584060669, 0.45649614930152893], "std": [1.5095639355422463e-05, 8.043317393457983e-06, 1.3187799595471006e-05, 1.0609626770019531e-05, 2.1457672119140625e-06, 1.0728836059570312e-06, 0.014159188605844975, 0.013991054147481918, 0.055302634835243225, 0.09385209530591965, 0.21799619495868683, 0.31175124645233154], "min": [-0.3103649914264679, 0.4675459861755371, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3258019983768463, -0.5044789910316467, 0.04653099924325943, 1.3248248100280762, -1.7741930484771729, -0.14260143041610718], "max": [-0.31027400493621826, 0.46759599447250366, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2692210078239441, -0.4372299909591675, 0.22828400135040283, 1.6999446153640747, -1.121137022972107, 0.8211033344268799], "count": [532]}, "gripper_mode_state": {"mean": [0.0, 0.22180451127819548], "std": [0.0, 0.41546031104647807], "min": [0, 0], "max": [0, 1], "count": [532]}, "gripper_activity_state": {"mean": [2.0, 1.7406015037593985], "std": [0.0, 0.6010689217714889], "min": [2, 0], "max": [2, 2], "count": [532]}, "gripper_mode_action": {"mean": [0.0, 0.22180451127819548], "std": [0.0, 0.415460311046478], "min": [0, 0], "max": [0, 1], "count": [532]}, "gripper_activity_action": {"mean": [2.0, 1.7406015037593985], "std": [0.0, 0.6010689217714889], "min": [2, 0], "max": [2, 2], "count": [532]}}} +{"episode_index": 57, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40630776182328276]], [[0.4150766644314959]], [[0.4114288849580713]]], "std": [[[0.20921476300443692]], [[0.2079700529463548]], [[0.20531365310251656]]], "count": [106]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3227834350721421]], [[0.3096677688370946]], [[0.32713337418300653]]], "std": [[[0.2571693172743134]], [[0.26521419597049317]], [[0.25498083565112933]]], "count": [106]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4227573799173757]], [[0.42794590693982]], [[0.4244493252096436]]], "std": [[[0.28036316664380684]], [[0.2743009864988159]], [[0.280229721830213]]], "count": [106]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3932597422616846]], [[0.39121027561968186]], [[0.4007694247903564]]], "std": [[[0.2607740914072814]], [[0.2642932819774711]], [[0.2625171005968511]]], "count": [106]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12061969935894012, 0.02822197414934635, -0.31036698818206787, 0.4675480127334595, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.03989822790026665, 0.3367089033126831, -0.7048337459564209, -1.7356950044631958, 0.03502875939011574, -0.12074188143014908, -0.02839650586247444, -0.3268260061740875, -0.4870870113372803, 0.04809600114822388, 1.3993586301803589, -1.7617425918579102, -0.07063900679349899, 1008.0, 325.0, -0.004071816802024841, -0.2968703806400299, -0.8386303186416626, 1.9079219102859497, -1.06302011013031, -0.0006559286848641932], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12049752473831177, 0.02834414690732956, -0.3102790117263794, 0.46759700775146484, 0.22830000519752502, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.48581239581108093, 0.6111794114112854, -0.14905111491680145, -1.2846671342849731, 0.3655417561531067, 0.465549111366272, 0.6814114451408386, -0.2783769965171814, -0.39746299386024475, 0.22994700074195862, 1.8032881021499634, -1.086308479309082, 0.9345917701721191, 1009.0, 1003.0, 0.004064297303557396, -0.2965809106826782, -0.8382492065429688, 1.907932162284851, -1.0598816871643066, -0.0004508916172198951], "mean": [-0.19951535761356354, 0.6046664118766785, 0.451387494802475, -1.411963939666748, -0.2539229094982147, -0.12055368721485138, 0.028280379250645638, -0.310328871011734, 0.46757277846336365, 0.22823835909366608, -1.5732371807098389, -1.1211336851119995, -0.7462766766548157, 0.2192915827035904, 0.4882048964500427, -0.43258607387542725, -1.4928855895996094, 0.2238776832818985, 0.13451901078224182, 0.25902849435806274, -0.3069918155670166, -0.45296454429626465, 0.1594691276550293, 1.5714311599731445, -1.4207231998443604, 0.49287208914756775, 1008.3976440429688, 843.4194946289062, -0.0005489317700266838, -0.29683324694633484, -0.8384642004966736, 1.907918095588684, -1.061628818511963, -0.0005545384483411908], "std": [2.6000661819125526e-05, 1.9725257516256534e-05, 2.6323910788050853e-05, 1.8212444047094323e-05, 2.457142181810923e-05, 1.981138120754622e-05, 1.552186040498782e-05, 1.5276458725566044e-05, 8.153423550538719e-06, 1.3942607438366394e-05, 1.0251998901367188e-05, 3.337860107421875e-06, 1.0728836059570312e-06, 0.12347890436649323, 0.07719852775335312, 0.1370898336172104, 0.10467061400413513, 0.07062684744596481, 0.17285354435443878, 0.23683346807956696, 0.009106399491429329, 0.020818348973989487, 0.055977143347263336, 0.10240920633077621, 0.2270912081003189, 0.29234737157821655, 0.4894038140773773, 261.07635498046875, 0.0036061787977814674, 5.529063128051348e-05, 7.014656148385257e-05, 9.634043635742273e-06, 0.0007707264157943428, 6.123499770183116e-05], "count": [503]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12061969935894012, 0.02822197414934635, -0.31036698818206787, 0.4675480127334595, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.03989822790026665, 0.3367089033126831, -0.7048337459564209, -1.7356950044631958, 0.03502875939011574, -0.12074188143014908, -0.02839650586247444, -0.3268260061740875, -0.4870870113372803, 0.04809600114822388, 1.3993586301803589, -1.7617425918579102, -0.07063900679349899, 1008.0, 325.0, -0.004071816802024841, -0.2968703806400299, -0.8386303186416626, 1.9079219102859497, -1.06302011013031, -0.0006559286848641932], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12049752473831177, 0.02834414690732956, -0.3102790117263794, 0.46759700775146484, 0.22830000519752502, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.48581239581108093, 0.6111794114112854, -0.14905111491680145, -1.2846671342849731, 0.3655417561531067, 0.465549111366272, 0.6814114451408386, -0.2783769965171814, -0.39746299386024475, 0.22994700074195862, 1.8032881021499634, -1.086308479309082, 0.9345917701721191, 1009.0, 1003.0, 0.004064297303557396, -0.2965809106826782, -0.8382492065429688, 1.907932162284851, -1.0598816871643066, -0.0004508916172198951], "mean": [-0.19951532781124115, 0.6046664714813232, 0.45138734579086304, -1.4119640588760376, -0.2539230287075043, -0.12055375427007675, 0.028280308470129967, -0.3103288412094116, 0.46757277846336365, 0.22823837399482727, -1.5732371807098389, -1.1211336851119995, -0.7462766766548157, 0.21907460689544678, 0.48768317699432373, -0.4319915771484375, -1.4929652214050293, 0.2234683781862259, 0.13465075194835663, 0.25916242599487305, -0.3069863021373749, -0.4529567360877991, 0.15946738421916962, 1.5711772441864014, -1.420672059059143, 0.4931659400463104, 1008.3995971679688, 843.41552734375, -0.0005488383467309177, -0.29683277010917664, -0.8384637832641602, 1.9079182147979736, -1.061627745628357, -0.0005547479377128184], "std": [2.5998198907473125e-05, 1.9726279788301326e-05, 2.632722862472292e-05, 1.820451689127367e-05, 2.4600194592494518e-05, 1.9858480300172232e-05, 1.5548646842944436e-05, 1.5277912098099478e-05, 8.153630915330723e-06, 1.393960428686114e-05, 1.0251998901367188e-05, 3.337860107421875e-06, 1.0728836059570312e-06, 0.12360920011997223, 0.07730720937252045, 0.13765545189380646, 0.10462415963411331, 0.07105021923780441, 0.17268526554107666, 0.2366904467344284, 0.009105032309889793, 0.020813576877117157, 0.05597500503063202, 0.10256414115428925, 0.22716109454631805, 0.292675256729126, 0.4898158311843872, 261.0727233886719, 0.0036060914862900972, 5.624190816888586e-05, 7.067401747917756e-05, 9.523942935629748e-06, 0.0007708347402513027, 6.116434815339744e-05], "count": [503]}, "timestamp": {"min": [0.0], "max": [16.733333333333334], "mean": [8.366666666666667], "std": [4.840110191583108], "count": [503]}, "frame_index": {"min": [0], "max": [502], "mean": [251.0], "std": [145.20330574749323], "count": [503]}, "episode_index": {"min": [109], "max": [109], "mean": [109.0], "std": [0.0], "count": [503]}, "index": {"min": [64181], "max": [64683], "mean": [64432.0], "std": [145.20330574749323], "count": [503]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [503]}, "gripper_open_scale_state": {"min": [1.0, 0.32499998807907104], "max": [1.0, 1.0], "mean": [1.0, 0.8423638170803518], "std": [0.0, 0.2604356140604469], "count": [503]}, "gripper_open_scale_action": {"min": [1.0, 0.32499998807907104], "max": [1.0, 1.0], "mean": [1.0, 0.8423638170803518], "std": [0.0, 0.2604356140604469], "count": [503]}, "eef_direction_state": {"mean": [6.0, 4.958250497017892], "std": [0.0, 1.6015172108394753], "min": [6, 0], "max": [6, 6], "count": [503]}, "eef_velocity_state": {"mean": [0.0, 0.6282306163021869], "std": [0.0, 0.7767484928662527], "min": [0, 0], "max": [0, 2], "count": [503]}, "eef_acc_mag_state": {"mean": [0.0, 0.5805168986083499], "std": [0.0, 0.793223117244036], "min": [0, 0], "max": [0, 2], "count": [503]}, "eef_direction_action": {"mean": [6.0, 4.958250497017892], "std": [0.0, 1.6015172108394753], "min": [6, 0], "max": [6, 6], "count": [503]}, "eef_velocity_action": {"mean": [0.0, 0.6282306163021869], "std": [0.0, 0.7767484928662527], "min": [0, 0], "max": [0, 2], "count": [503]}, "eef_acc_mag_action": {"mean": [0.0, 0.5805168986083499], "std": [0.0, 0.793223117244036], "min": [0, 0], "max": [0, 2], "count": [503]}, "eef_sim_pose_state": {"mean": [-0.31032872200012207, 0.4675726294517517, 0.22823841869831085, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.306991845369339, -0.45296457409858704, 0.1594691127538681, 1.5714325904846191, -1.4207243919372559, 0.4928722679615021], "std": [1.5275823898264207e-05, 8.152030204655603e-06, 1.3942475561634637e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.009106402285397053, 0.020818345248699188, 0.055977143347263336, 0.10240914672613144, 0.22709102928638458, 0.2923472821712494], "min": [-0.31036698818206787, 0.4675480127334595, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3268260061740875, -0.4870870113372803, 0.04809600114822388, 1.3993586301803589, -1.7617425918579102, -0.07063900679349899], "max": [-0.3102790117263794, 0.46759700775146484, 0.22830000519752502, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2783769965171814, -0.39746299386024475, 0.22994700074195862, 1.8032881021499634, -1.086308479309082, 0.9345917701721191], "count": [503]}, "eef_sim_pose_action": {"mean": [-0.310328871011734, 0.46757277846336365, 0.22823835909366608, -1.5732371807098389, -1.1211336851119995, -0.7462766766548157, -0.3069918155670166, -0.45296454429626465, 0.1594691276550293, 1.5714311599731445, -1.4207231998443604, 0.49287208914756775], "std": [1.5276458725566044e-05, 8.153423550538719e-06, 1.3942607438366394e-05, 1.0251998901367188e-05, 3.337860107421875e-06, 1.0728836059570312e-06, 0.009106399491429329, 0.020818348973989487, 0.055977143347263336, 0.10240920633077621, 0.2270912081003189, 0.29234737157821655], "min": [-0.31036698818206787, 0.4675480127334595, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3268260061740875, -0.4870870113372803, 0.04809600114822388, 1.3993586301803589, -1.7617425918579102, -0.07063900679349899], "max": [-0.3102790117263794, 0.46759700775146484, 0.22830000519752502, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2783769965171814, -0.39746299386024475, 0.22994700074195862, 1.8032881021499634, -1.086308479309082, 0.9345917701721191], "count": [503]}, "gripper_mode_state": {"mean": [0.0, 0.19483101391650098], "std": [0.0, 0.3960705618103529], "min": [0, 0], "max": [0, 1], "count": [503]}, "gripper_activity_state": {"mean": [2.0, 1.7236580516898607], "std": [0.0, 0.618772704963089], "min": [2, 0], "max": [2, 2], "count": [503]}, "gripper_mode_action": {"mean": [0.0, 0.19483101391650098], "std": [0.0, 0.3960705618103529], "min": [0, 0], "max": [0, 1], "count": [503]}, "gripper_activity_action": {"mean": [2.0, 1.7236580516898607], "std": [0.0, 0.6187727049630891], "min": [2, 0], "max": [2, 2], "count": [503]}}} +{"episode_index": 58, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41536630152792114]], [[0.42310991249570007]], [[0.4205597731051485]]], "std": [[[0.2104382095970241]], [[0.20876580335134323]], [[0.2060773178124689]]], "count": [114]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3308714614866414]], [[0.31663958763329897]], [[0.3216235039703016]]], "std": [[[0.2520906987562632]], [[0.26211987524077285]], [[0.2476178383906865]]], "count": [114]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4337978048675611]], [[0.438271100289531]], [[0.4299390605291824]]], "std": [[[0.2782401178164731]], [[0.2747967722398314]], [[0.2750324139201497]]], "count": [114]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3778428434239193]], [[0.3762817588292627]], [[0.3862647882983603]]], "std": [[[0.2617916423152192]], [[0.26269147420387334]], [[0.26070542402357627]]], "count": [114]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.310371994972229, 0.4675520062446594, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1503775715827942, 0.28214994072914124, -0.8201651573181152, -1.6297186613082886, 0.044313911348581314, -0.12072442471981049, -0.028379054740071297, -0.3304069936275482, -0.4826970100402832, 0.021872999146580696, 1.238917350769043, -1.713333010673523, -0.28565219044685364, 1008.0, 330.0, -0.004588783252984285, -0.29608839750289917, -0.8385328650474548, 1.9079480171203613, -1.062520980834961, -0.0009397530811838806], "max": [-0.19943878054618835, 0.6047391295433044, 0.45148175954818726, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102799952030182, 0.46759799122810364, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.6665063500404358, 0.6162233948707581, -0.14931292831897736, -1.3314768075942993, 0.37549012899398804, 0.743702232837677, 0.7145203351974487, -0.2514599859714508, -0.4406059980392456, 0.22828100621700287, 1.6427711248397827, -1.121137022972107, 0.8607500195503235, 1009.0, 1004.0, 0.003992861602455378, -0.2959173023700714, -0.8379076719284058, 1.9079512357711792, -1.0610535144805908, -0.0006407407345250249], "mean": [-0.19952592253684998, 0.6046683192253113, 0.451397180557251, -1.4119701385498047, -0.25389620661735535, -0.12053418904542923, 0.028275784105062485, -0.3103257715702057, 0.4675752520561218, 0.22823534905910492, -1.573237657546997, -1.1211357116699219, -0.7462766766548157, 0.3045502305030823, 0.43071994185447693, -0.44923388957977295, -1.4512720108032227, 0.2022225260734558, 0.2854081988334656, 0.2849996089935303, -0.30353623628616333, -0.46799296140670776, 0.1455368846654892, 1.4679570198059082, -1.443474292755127, 0.42268800735473633, 1008.0017700195312, 839.6487426757812, 0.00019983627134934068, -0.2960403859615326, -0.8382930755615234, 1.9079558849334717, -1.0616142749786377, -0.000834287260659039], "std": [2.5573588573024608e-05, 1.9648954548756592e-05, 2.395902447460685e-05, 1.657827124290634e-05, 2.4188093448174186e-05, 1.8868189727072604e-05, 1.5642604921595193e-05, 1.4904647287039552e-05, 8.267184057331178e-06, 1.3625282917928416e-05, 1.0728836059570312e-05, 1.3113021850585938e-06, 1.0728836059570312e-06, 0.15612991154193878, 0.10289973765611649, 0.17904557287693024, 0.08807066082954407, 0.07681968063116074, 0.3234192132949829, 0.2360663115978241, 0.02124302089214325, 0.01023237593472004, 0.06819472461938858, 0.10013037919998169, 0.20543450117111206, 0.3983704149723053, 0.04229572042822838, 266.1893310546875, 0.003656956600025296, 1.02331268863054e-05, 0.0002151642693206668, 6.379684236890171e-06, 0.0004907071124762297, 5.646517456625588e-05], "count": [558]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.310371994972229, 0.4675520062446594, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1503775715827942, 0.28214994072914124, -0.8201651573181152, -1.6297186613082886, 0.044313911348581314, -0.12072442471981049, -0.028379054740071297, -0.3304069936275482, -0.4826970100402832, 0.021872999146580696, 1.238917350769043, -1.713333010673523, -0.28565219044685364, 1008.0, 330.0, -0.004583143629133701, -0.29608839750289917, -0.8385328650474548, 1.9079480171203613, -1.062520980834961, -0.0009397530811838806], "max": [-0.19943878054618835, 0.6047391295433044, 0.45148175954818726, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102799952030182, 0.46759799122810364, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.6665063500404358, 0.6162233948707581, -0.14931292831897736, -1.3314768075942993, 0.37549012899398804, 0.743702232837677, 0.7145203351974487, -0.2514599859714508, -0.4406059980392456, 0.22828100621700287, 1.6427711248397827, -1.121137022972107, 0.8607500195503235, 1009.0, 1004.0, 0.003992861602455378, -0.2959173023700714, -0.8379076719284058, 1.9079512357711792, -1.0610535144805908, -0.0006407407345250249], "mean": [-0.19952592253684998, 0.6046683192253113, 0.45139721035957336, -1.4119700193405151, -0.25389614701271057, -0.12053420394659042, 0.028275782242417336, -0.3103257715702057, 0.4675752520561218, 0.2282353639602661, -1.573237657546997, -1.1211357116699219, -0.7462766766548157, 0.3044869601726532, 0.43014582991600037, -0.44869598746299744, -1.4511317014694214, 0.20187346637248993, 0.28559526801109314, 0.28525257110595703, -0.30357125401496887, -0.46801966428756714, 0.14551524817943573, 1.467625617980957, -1.443632960319519, 0.42288738489151, 1008.0017700195312, 839.65234375, 0.0002150773798348382, -0.2960403263568878, -0.8382939100265503, 1.9079558849334717, -1.0616122484207153, -0.0008343501249328256], "std": [2.5573590392014012e-05, 1.975670238607563e-05, 2.3960350517882034e-05, 1.6586116544203833e-05, 2.4240433049271815e-05, 1.8868096958613023e-05, 1.5642666767234914e-05, 1.490056274633389e-05, 8.267992598121054e-06, 1.3618701814266387e-05, 1.0728836059570312e-05, 1.3113021850585938e-06, 1.0728836059570312e-06, 0.156179741024971, 0.1028231531381607, 0.17948833107948303, 0.08819540590047836, 0.07702651619911194, 0.3232143521308899, 0.23580598831176758, 0.021270321682095528, 0.01025066152215004, 0.06817041337490082, 0.1000867486000061, 0.20522016286849976, 0.3985598087310791, 0.04229572042822838, 266.1912841796875, 0.003654686501249671, 1.0251853382214904e-05, 0.0002151697699446231, 6.376596047630301e-06, 0.0004903199151158333, 5.64414840482641e-05], "count": [558]}, "timestamp": {"min": [0.0], "max": [18.566666666666666], "mean": [9.283333333333333], "std": [5.369348881140748], "count": [558]}, "frame_index": {"min": [0], "max": [557], "mean": [278.5], "std": [161.08046643422244], "count": [558]}, "episode_index": {"min": [110], "max": [110], "mean": [110.0], "std": [0.0], "count": [558]}, "index": {"min": [64684], "max": [65241], "mean": [64962.5], "std": [161.08046643422244], "count": [558]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [558]}, "gripper_open_scale_state": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.8379551964314608], "std": [0.0, 0.2651525032480977], "count": [558]}, "gripper_open_scale_action": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.8379551964314608], "std": [0.0, 0.2651525032480977], "count": [558]}, "eef_direction_state": {"mean": [6.0, 5.111111111111111], "std": [0.0, 1.4853593214502598], "min": [6, 0], "max": [6, 6], "count": [558]}, "eef_velocity_state": {"mean": [0.0, 0.6218637992831542], "std": [0.0, 0.8134325490876968], "min": [0, 0], "max": [0, 2], "count": [558]}, "eef_acc_mag_state": {"mean": [0.0, 0.5734767025089605], "std": [0.0, 0.8082099508952125], "min": [0, 0], "max": [0, 2], "count": [558]}, "eef_direction_action": {"mean": [6.0, 5.111111111111111], "std": [0.0, 1.4853593214502598], "min": [6, 0], "max": [6, 6], "count": [558]}, "eef_velocity_action": {"mean": [0.0, 0.6218637992831542], "std": [0.0, 0.8134325490876968], "min": [0, 0], "max": [0, 2], "count": [558]}, "eef_acc_mag_action": {"mean": [0.0, 0.5734767025089605], "std": [0.0, 0.8082099508952125], "min": [0, 0], "max": [0, 2], "count": [558]}, "eef_sim_pose_state": {"mean": [-0.3103258013725281, 0.4675746262073517, 0.2282354235649109, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.3035361170768738, -0.467992901802063, 0.1455368995666504, 1.4679569005966187, -1.443474292755127, 0.42268848419189453], "std": [1.4904561794537585e-05, 8.244367563747801e-06, 1.362504917779006e-05, 0.0, 0.0, 5.960464477539063e-08, 0.02124302089214325, 0.010232375003397465, 0.06819473206996918, 0.10013028234243393, 0.20543459057807922, 0.3983704149723053], "min": [-0.310371994972229, 0.4675520062446594, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3304069936275482, -0.4826970100402832, 0.021872999146580696, 1.238917350769043, -1.713333010673523, -0.28565219044685364], "max": [-0.3102799952030182, 0.46759799122810364, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2514599859714508, -0.4406059980392456, 0.22828100621700287, 1.6427711248397827, -1.121137022972107, 0.8607500195503235], "count": [558]}, "eef_sim_pose_action": {"mean": [-0.3103257715702057, 0.4675752520561218, 0.22823534905910492, -1.573237657546997, -1.1211357116699219, -0.7462766766548157, -0.30353623628616333, -0.46799296140670776, 0.1455368846654892, 1.4679570198059082, -1.443474292755127, 0.42268800735473633], "std": [1.4904647287039552e-05, 8.267184057331178e-06, 1.3625282917928416e-05, 1.0728836059570312e-05, 1.3113021850585938e-06, 1.0728836059570312e-06, 0.02124302089214325, 0.01023237593472004, 0.06819472461938858, 0.10013037919998169, 0.20543450117111206, 0.3983704149723053], "min": [-0.310371994972229, 0.4675520062446594, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3304069936275482, -0.4826970100402832, 0.021872999146580696, 1.238917350769043, -1.713333010673523, -0.28565219044685364], "max": [-0.3102799952030182, 0.46759799122810364, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2514599859714508, -0.4406059980392456, 0.22828100621700287, 1.6427711248397827, -1.121137022972107, 0.8607500195503235], "count": [558]}, "gripper_mode_state": {"mean": [0.0, 0.2007168458781362], "std": [0.0, 0.4005366321060638], "min": [0, 0], "max": [0, 1], "count": [558]}, "gripper_activity_state": {"mean": [2.0, 1.7437275985663083], "std": [0.0, 0.5992125157730832], "min": [2, 0], "max": [2, 2], "count": [558]}, "gripper_mode_action": {"mean": [0.0, 0.2007168458781362], "std": [0.0, 0.4005366321060638], "min": [0, 0], "max": [0, 1], "count": [558]}, "gripper_activity_action": {"mean": [2.0, 1.7437275985663083], "std": [0.0, 0.5992125157730832], "min": [2, 0], "max": [2, 2], "count": [558]}}} +{"episode_index": 59, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40970596372017637]], [[0.4181521816382379]], [[0.41572605312450184]]], "std": [[[0.20837415207076326]], [[0.20702246882948405]], [[0.20386989353457496]]], "count": [123]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3303805246692173]], [[0.3141475287608268]], [[0.32448391087464795]]], "std": [[[0.2442167352251937]], [[0.2547775228312053]], [[0.23888518606436912]]], "count": [123]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4347760209097189]], [[0.4397424046176736]], [[0.4315819218608853]]], "std": [[[0.2787990086031749]], [[0.2755202904744485]], [[0.27560258758414063]]], "count": [123]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39809829162017113]], [[0.39739980372230194]], [[0.4071204052420426]]], "std": [[[0.26235758691964595]], [[0.26452599765012796]], [[0.26268560799705054]]], "count": [123]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4512723386287689, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31037598848342896, 0.4675469994544983, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.07131415605545044, 0.41402700543403625, -0.7565478682518005, -1.5687718391418457, 0.15109314024448395, -0.12072442471981049, -0.028379054740071297, -0.320699006319046, -0.47655001282691956, 0.0627480000257492, 1.336472988128662, -1.9066249132156372, -0.1453707367181778, 1008.0, 331.0, -0.004761732183396816, -0.2960676848888397, -0.838602602481842, 1.9079488515853882, -1.0625011920928955, -0.000982469180598855], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31025999784469604, 0.467615008354187, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5540547966957092, 0.6562438011169434, -0.16742944717407227, -1.3970139026641846, 0.5264785885810852, 0.5065469145774841, 0.6618812084197998, -0.26320698857307434, -0.4341369867324829, 0.24387599527835846, 1.7127811908721924, -1.121137022972107, 0.8591623306274414, 1008.0, 1003.0, 0.0035247718915343285, -0.2959868609905243, -0.8385264873504639, 1.9079504013061523, -1.0608887672424316, -0.0005477146478369832], "mean": [-0.1995273232460022, 0.6046679615974426, 0.45138320326805115, -1.4119704961776733, -0.25389528274536133, -0.12054086476564407, 0.028276637196540833, -0.3103208839893341, 0.4675769507884979, 0.2282392680644989, -1.5732381343841553, -1.1211374998092651, -0.7462766766548157, 0.25548166036605835, 0.5226650238037109, -0.4396350383758545, -1.4648504257202148, 0.3362320363521576, 0.18386200070381165, 0.29290324449539185, -0.3064657747745514, -0.4592881500720978, 0.1707773059606552, 1.501367211341858, -1.5142226219177246, 0.4888090491294861, 1008.0, 796.8629760742188, 0.0001912659645313397, -0.29602089524269104, -0.8385612964630127, 1.9079563617706299, -1.0615633726119995, -0.0008405784610658884], "std": [2.6755946237244643e-05, 1.97830031538615e-05, 2.734675581450574e-05, 1.7301650586887263e-05, 2.3156391762313433e-05, 1.9730136045836844e-05, 1.6495832824148238e-05, 1.6156243873410858e-05, 8.735733899811748e-06, 1.3782119822280947e-05, 1.1205673217773438e-05, 4.76837158203125e-07, 1.0728836059570312e-06, 0.1183357834815979, 0.06604956090450287, 0.1428592950105667, 0.052533842623233795, 0.07997359335422516, 0.22083868086338043, 0.21262764930725098, 0.010886332020163536, 0.012524181976914406, 0.05681131035089493, 0.08739772439002991, 0.25286874175071716, 0.3076942563056946, 0.0, 290.4972839355469, 0.0036625033244490623, 4.629269824363291e-06, 1.702223380561918e-05, 6.806788860558299e-06, 0.0005390390288084745, 3.442027809796855e-05], "count": [613]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4512723386287689, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31037598848342896, 0.4675469994544983, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.07131415605545044, 0.41402700543403625, -0.7565478682518005, -1.5687718391418457, 0.15109314024448395, -0.12072442471981049, -0.028379054740071297, -0.320699006319046, -0.47655001282691956, 0.0627480000257492, 1.336472988128662, -1.9066249132156372, -0.1453707367181778, 1008.0, 331.0, -0.004761732183396816, -0.2960676848888397, -0.838602602481842, 1.9079488515853882, -1.0625011920928955, -0.000982469180598855], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31025999784469604, 0.467615008354187, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5540547966957092, 0.6562438011169434, -0.16742944717407227, -1.3970139026641846, 0.5264785885810852, 0.5065469145774841, 0.6618812084197998, -0.26320698857307434, -0.4341369867324829, 0.24387599527835846, 1.7127811908721924, -1.121137022972107, 0.8591623306274414, 1008.0, 1003.0, 0.0035247718915343285, -0.2959868609905243, -0.8385264873504639, 1.9079504013061523, -1.0608887672424316, -0.0005477146478369832], "mean": [-0.19952738285064697, 0.6046680212020874, 0.451383113861084, -1.4119703769683838, -0.25389528274536133, -0.12054096162319183, 0.028276605531573296, -0.31032082438468933, 0.4675769805908203, 0.22823932766914368, -1.5732381343841553, -1.1211374998092651, -0.7462766766548157, 0.2553119361400604, 0.522358238697052, -0.43918120861053467, -1.4648934602737427, 0.33608683943748474, 0.18400193750858307, 0.29313892126083374, -0.30647116899490356, -0.4592784345149994, 0.17079681158065796, 1.5011550188064575, -1.5143568515777588, 0.4889715909957886, 1008.0, 796.8596801757812, 0.0002027107257163152, -0.29602089524269104, -0.8385614156723022, 1.9079563617706299, -1.0615636110305786, -0.0008406079141423106], "std": [2.6789723051479086e-05, 1.979763328563422e-05, 2.7372438125894405e-05, 1.7321704945061356e-05, 2.316438258276321e-05, 1.9654695279314183e-05, 1.6484611478517763e-05, 1.616663757886272e-05, 8.751717359700706e-06, 1.3832152035320178e-05, 1.1205673217773438e-05, 4.76837158203125e-07, 1.0728836059570312e-06, 0.11849043518304825, 0.06610482931137085, 0.14326229691505432, 0.0525013767182827, 0.08020322769880295, 0.22067280113697052, 0.21235115826129913, 0.010889029130339622, 0.012520058080554008, 0.056833039969205856, 0.08738093823194504, 0.2526814341545105, 0.3078564703464508, 0.0, 290.49560546875, 0.003661424620077014, 4.628509032045258e-06, 1.694222191872541e-05, 6.808014859416289e-06, 0.0005389038706198335, 3.441927401581779e-05], "count": [613]}, "timestamp": {"min": [0.0], "max": [20.4], "mean": [10.2], "std": [5.898587401516852], "count": [613]}, "frame_index": {"min": [0], "max": [612], "mean": [306.0], "std": [176.95762204550556], "count": [613]}, "episode_index": {"min": [111], "max": [111], "mean": [111.0], "std": [0.0], "count": [613]}, "index": {"min": [65242], "max": [65854], "mean": [65548.0], "std": [176.95762204550556], "count": [613]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [613]}, "gripper_open_scale_state": {"min": [1.0, 0.3310000002384186], "max": [1.0, 1.0], "mean": [1.0, 0.7958988561910284], "std": [0.0, 0.28981743973207486], "count": [613]}, "gripper_open_scale_action": {"min": [1.0, 0.3310000002384186], "max": [1.0, 1.0], "mean": [1.0, 0.7958988561910284], "std": [0.0, 0.28981743973207486], "count": [613]}, "eef_direction_state": {"mean": [6.0, 4.955954323001631], "std": [0.0, 1.678873023073414], "min": [6, 0], "max": [6, 6], "count": [613]}, "eef_velocity_state": {"mean": [0.0, 0.5693311582381729], "std": [0.0, 0.731825385192755], "min": [0, 0], "max": [0, 2], "count": [613]}, "eef_acc_mag_state": {"mean": [0.0, 0.48450244698205547], "std": [0.0, 0.7632492288850911], "min": [0, 0], "max": [0, 2], "count": [613]}, "eef_direction_action": {"mean": [6.0, 4.955954323001631], "std": [0.0, 1.678873023073414], "min": [6, 0], "max": [6, 6], "count": [613]}, "eef_velocity_action": {"mean": [0.0, 0.5693311582381729], "std": [0.0, 0.731825385192755], "min": [0, 0], "max": [0, 2], "count": [613]}, "eef_acc_mag_action": {"mean": [0.0, 0.48450244698205547], "std": [0.0, 0.7632492288850911], "min": [0, 0], "max": [0, 2], "count": [613]}, "eef_sim_pose_state": {"mean": [-0.31032076478004456, 0.46757668256759644, 0.22823922336101532, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.30646586418151855, -0.45928800106048584, 0.1707773357629776, 1.5013676881790161, -1.514222502708435, 0.4888089597225189], "std": [1.6155625417013653e-05, 8.731422894925345e-06, 1.3781992493022699e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.010886333882808685, 0.012524180114269257, 0.05681131035089493, 0.08739767968654633, 0.25286856293678284, 0.3076939284801483], "min": [-0.31037598848342896, 0.4675469994544983, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.320699006319046, -0.47655001282691956, 0.0627480000257492, 1.336472988128662, -1.9066249132156372, -0.1453707367181778], "max": [-0.31025999784469604, 0.467615008354187, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.26320698857307434, -0.4341369867324829, 0.24387599527835846, 1.7127811908721924, -1.121137022972107, 0.8591623306274414], "count": [613]}, "eef_sim_pose_action": {"mean": [-0.3103208839893341, 0.4675769507884979, 0.2282392680644989, -1.5732381343841553, -1.1211374998092651, -0.7462766766548157, -0.3064657747745514, -0.4592881500720978, 0.1707773059606552, 1.501367211341858, -1.5142226219177246, 0.4888090491294861], "std": [1.6156243873410858e-05, 8.735733899811748e-06, 1.3782119822280947e-05, 1.1205673217773438e-05, 4.76837158203125e-07, 1.0728836059570312e-06, 0.010886332020163536, 0.012524181976914406, 0.05681131035089493, 0.08739772439002991, 0.25286874175071716, 0.3076942563056946], "min": [-0.31037598848342896, 0.4675469994544983, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.320699006319046, -0.47655001282691956, 0.0627480000257492, 1.336472988128662, -1.9066249132156372, -0.1453707367181778], "max": [-0.31025999784469604, 0.467615008354187, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.26320698857307434, -0.4341369867324829, 0.24387599527835846, 1.7127811908721924, -1.121137022972107, 0.8591623306274414], "count": [613]}, "gripper_mode_state": {"mean": [0.0, 0.2724306688417618], "std": [0.0, 0.4452102868490273], "min": [0, 0], "max": [0, 1], "count": [613]}, "gripper_activity_state": {"mean": [2.0, 1.768352365415987], "std": [0.0, 0.5727727071397157], "min": [2, 0], "max": [2, 2], "count": [613]}, "gripper_mode_action": {"mean": [0.0, 0.2724306688417618], "std": [0.0, 0.4452102868490273], "min": [0, 0], "max": [0, 1], "count": [613]}, "gripper_activity_action": {"mean": [2.0, 1.768352365415987], "std": [0.0, 0.5727727071397157], "min": [2, 0], "max": [2, 2], "count": [613]}}} +{"episode_index": 60, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4143193501759678]], [[0.42280898762638963]], [[0.42040410975643816]]], "std": [[[0.21042657615957053]], [[0.20874417448524293]], [[0.20546586632385053]]], "count": [117]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3328889307859896]], [[0.3172353552175856]], [[0.329377265934864]]], "std": [[[0.24961352152967076]], [[0.2591474280062256]], [[0.24595948449468577]]], "count": [117]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4354608209736886]], [[0.4403719292916597]], [[0.4323100455281828]]], "std": [[[0.2789433767210571]], [[0.27573421691233113]], [[0.2756885564821446]]], "count": [117]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40010378784704764]], [[0.3986256773364617]], [[0.4073938449667616]]], "std": [[[0.2631003699317233]], [[0.26437252993628074]], [[0.26250958732838753]]], "count": [117]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103620111942291, 0.4675540030002594, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.10756464302539825, 0.3099355697631836, -0.6869965195655823, -1.6447807550430298, 0.08759807795286179, -0.1206895187497139, -0.02839650586247444, -0.3271520137786865, -0.4889119863510132, 0.04681500047445297, 1.2831861972808838, -1.8110625743865967, -0.04251924902200699, 1008.0, 332.0, -0.004754212684929371, -0.2960658073425293, -0.8385708928108215, 1.9079488515853882, -1.0625241994857788, -0.000953991780988872], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12049752473831177, 0.028326693922281265, -0.31028398871421814, 0.46759799122810364, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.46759116649627686, 0.6403612494468689, -0.11969467997550964, -1.2894842624664307, 0.38180822134017944, 0.5751557946205139, 0.5843886137008667, -0.26701098680496216, -0.42877399921417236, 0.23694099485874176, 1.63467276096344, -1.121137022972107, 0.8676071763038635, 1008.0, 1003.0, 0.0038593902718275785, -0.2959868609905243, -0.8384020924568176, 1.9079504013061523, -1.0603673458099365, -0.0008438793011009693], "mean": [-0.19952690601348877, 0.6046702861785889, 0.4513932764530182, -1.4119681119918823, -0.2538963556289673, -0.12054737657308578, 0.028276976197957993, -0.3103239834308624, 0.4675751030445099, 0.2282368391752243, -1.5732377767562866, -1.1211363077163696, -0.7462766766548157, 0.23417405784130096, 0.46146172285079956, -0.3897262513637543, -1.461115837097168, 0.24017740786075592, 0.17674817144870758, 0.26429417729377747, -0.30841997265815735, -0.4618809223175049, 0.16718800365924835, 1.501882553100586, -1.4441032409667969, 0.5293803215026855, 1008.0, 824.1151733398438, 0.00017612785450182855, -0.29602402448654175, -0.8384521007537842, 1.9079560041427612, -1.0616192817687988, -0.0008991845534183085], "std": [2.626034984132275e-05, 1.8792441551340744e-05, 2.5042303605005145e-05, 1.6639136447338387e-05, 2.377417877141852e-05, 1.8615372027852573e-05, 1.4566291611117776e-05, 1.4789286069571972e-05, 8.257261470134836e-06, 1.3024601685174275e-05, 1.0848045349121094e-05, 7.152557373046875e-07, 1.0728836059570312e-06, 0.08005588501691818, 0.09170021116733551, 0.13562674820423126, 0.10069365054368973, 0.07579761743545532, 0.27993959188461304, 0.16771820187568665, 0.012938186526298523, 0.01637495681643486, 0.0582016296684742, 0.09607977420091629, 0.21905134618282318, 0.2924487888813019, 0.0, 275.9196472167969, 0.0036657543387264013, 8.125852218654472e-06, 6.839911657152697e-05, 6.215905159479007e-06, 0.0004988583386875689, 3.7364403397077695e-05], "count": [573]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103620111942291, 0.4675540030002594, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.10756464302539825, 0.3099355697631836, -0.6869965195655823, -1.6447807550430298, 0.08759807795286179, -0.1206895187497139, -0.02839650586247444, -0.3271520137786865, -0.4889119863510132, 0.04681500047445297, 1.2831861972808838, -1.8110625743865967, -0.04251924902200699, 1008.0, 332.0, -0.004754212684929371, -0.2960658073425293, -0.8385708928108215, 1.9079488515853882, -1.0625241994857788, -0.000953991780988872], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12049752473831177, 0.028326693922281265, -0.31028398871421814, 0.46759799122810364, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.46759116649627686, 0.6403612494468689, -0.11969467997550964, -1.2894842624664307, 0.38180822134017944, 0.5751557946205139, 0.5843886137008667, -0.26701098680496216, -0.42877399921417236, 0.23694099485874176, 1.63467276096344, -1.121137022972107, 0.8676071763038635, 1008.0, 1003.0, 0.0038593902718275785, -0.2959868609905243, -0.8384020924568176, 1.9079504013061523, -1.0603673458099365, -0.0008438793011009693], "mean": [-0.19952698051929474, 0.6046702861785889, 0.45139315724372864, -1.4119681119918823, -0.2538963556289673, -0.12054727971553802, 0.028276976197957993, -0.3103239834308624, 0.4675751030445099, 0.2282368391752243, -1.5732377767562866, -1.1211363077163696, -0.7462766766548157, 0.23414970934391022, 0.4609536826610565, -0.38916507363319397, -1.460920810699463, 0.23990584909915924, 0.17686985433101654, 0.26466166973114014, -0.30844712257385254, -0.4619157612323761, 0.1671958565711975, 1.5016148090362549, -1.444305658340454, 0.5295805931091309, 1008.0, 824.11865234375, 0.00019039268954657018, -0.2960241138935089, -0.8384518027305603, 1.9079560041427612, -1.0616190433502197, -0.0008993320516310632], "std": [2.6298359443899244e-05, 1.8779821402858943e-05, 2.5065110094146803e-05, 1.652339778956957e-05, 2.377417877141852e-05, 1.856142444012221e-05, 1.4566291611117776e-05, 1.4787718100706115e-05, 8.25892038847087e-06, 1.301912016060669e-05, 1.0848045349121094e-05, 7.152557373046875e-07, 1.0728836059570312e-06, 0.08006858080625534, 0.09171155840158463, 0.13603493571281433, 0.10089652985334396, 0.07602627575397491, 0.279825359582901, 0.16730675101280212, 0.012958386912941933, 0.016408231109380722, 0.05821014568209648, 0.09609425067901611, 0.21880604326725006, 0.29263633489608765, 0.0, 275.9217224121094, 0.0036624434869736433, 8.135200005199295e-06, 6.824257434345782e-05, 6.215905159479007e-06, 0.0004990625893697143, 3.733118865056895e-05], "count": [573]}, "timestamp": {"min": [0.0], "max": [19.066666666666666], "mean": [9.533333333333333], "std": [5.513686674153759], "count": [573]}, "frame_index": {"min": [0], "max": [572], "mean": [286.0], "std": [165.41060022461278], "count": [573]}, "episode_index": {"min": [112], "max": [112], "mean": [112.0], "std": [0.0], "count": [573]}, "index": {"min": [65855], "max": [66427], "mean": [66141.0], "std": [165.41060022461278], "count": [573]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [573]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8224938900370873], "std": [0.0, 0.2748711148748978], "count": [573]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8224938900370873], "std": [0.0, 0.2748711148748978], "count": [573]}, "eef_direction_state": {"mean": [6.0, 5.00174520069808], "std": [0.0, 1.6589690940904025], "min": [6, 0], "max": [6, 6], "count": [573]}, "eef_velocity_state": {"mean": [0.0, 0.5916230366492147], "std": [0.0, 0.7842691939279255], "min": [0, 0], "max": [0, 2], "count": [573]}, "eef_acc_mag_state": {"mean": [0.0, 0.5567190226876091], "std": [0.0, 0.7963777416773926], "min": [0, 0], "max": [0, 2], "count": [573]}, "eef_direction_action": {"mean": [6.0, 5.00174520069808], "std": [0.0, 1.6589690940904025], "min": [6, 0], "max": [6, 6], "count": [573]}, "eef_velocity_action": {"mean": [0.0, 0.5916230366492147], "std": [0.0, 0.7842691939279255], "min": [0, 0], "max": [0, 2], "count": [573]}, "eef_acc_mag_action": {"mean": [0.0, 0.5567190226876091], "std": [0.0, 0.7963777416773926], "min": [0, 0], "max": [0, 2], "count": [573]}, "eef_sim_pose_state": {"mean": [-0.3103238642215729, 0.46757468581199646, 0.22823697328567505, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.30841997265815735, -0.461881160736084, 0.16718800365924835, 1.501882553100586, -1.444103479385376, 0.5293807983398438], "std": [1.478875674365554e-05, 8.245650860772002e-06, 1.3024045983911492e-05, 0.0, 0.0, 0.0, 0.012938190251588821, 0.016374962404370308, 0.058201637119054794, 0.09607980400323868, 0.219051331281662, 0.29244881868362427], "min": [-0.3103620111942291, 0.4675540030002594, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3271520137786865, -0.4889119863510132, 0.04681500047445297, 1.2831861972808838, -1.8110625743865967, -0.04251924902200699], "max": [-0.31028398871421814, 0.46759799122810364, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.26701098680496216, -0.42877399921417236, 0.23694099485874176, 1.63467276096344, -1.121137022972107, 0.8676071763038635], "count": [573]}, "eef_sim_pose_action": {"mean": [-0.3103239834308624, 0.4675751030445099, 0.2282368391752243, -1.5732377767562866, -1.1211363077163696, -0.7462766766548157, -0.30841997265815735, -0.4618809223175049, 0.16718800365924835, 1.501882553100586, -1.4441032409667969, 0.5293803215026855], "std": [1.4789286069571972e-05, 8.257261470134836e-06, 1.3024601685174275e-05, 1.0848045349121094e-05, 7.152557373046875e-07, 1.0728836059570312e-06, 0.012938186526298523, 0.01637495681643486, 0.0582016296684742, 0.09607977420091629, 0.21905134618282318, 0.2924487888813019], "min": [-0.3103620111942291, 0.4675540030002594, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3271520137786865, -0.4889119863510132, 0.04681500047445297, 1.2831861972808838, -1.8110625743865967, -0.04251924902200699], "max": [-0.31028398871421814, 0.46759799122810364, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.26701098680496216, -0.42877399921417236, 0.23694099485874176, 1.63467276096344, -1.121137022972107, 0.8676071763038635], "count": [573]}, "gripper_mode_state": {"mean": [0.0, 0.225130890052356], "std": [0.0, 0.4176684958152692], "min": [0, 0], "max": [0, 1], "count": [573]}, "gripper_activity_state": {"mean": [2.0, 1.7521815008726003], "std": [0.0, 0.591991010267208], "min": [2, 0], "max": [2, 2], "count": [573]}, "gripper_mode_action": {"mean": [0.0, 0.225130890052356], "std": [0.0, 0.41766849581526916], "min": [0, 0], "max": [0, 1], "count": [573]}, "gripper_activity_action": {"mean": [2.0, 1.7521815008726003], "std": [0.0, 0.591991010267208], "min": [2, 0], "max": [2, 2], "count": [573]}}} +{"episode_index": 61, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4141575692435444]], [[0.42290053104575165]], [[0.4211808167255973]]], "std": [[[0.21075466250242617]], [[0.20869357127615898]], [[0.2053016522885295]]], "count": [122]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33595378629593914]], [[0.31921135520465016]], [[0.3264854832985107]]], "std": [[[0.2491533774039865]], [[0.25976881814242503]], [[0.24322735778514637]]], "count": [122]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4354968056894889]], [[0.44026887623218686]], [[0.43226646040930033]]], "std": [[[0.2788306032135576]], [[0.27556828362764746]], [[0.27534640043163633]]], "count": [122]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3947882128602807]], [[0.39429906815868426]], [[0.4032413428827815]]], "std": [[[0.26105371092894]], [[0.2622272902685237]], [[0.2616001385198298]]], "count": [122]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.3103640079498291, 0.46755000948905945, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.059812434017658234, 0.37255799770355225, -0.7172954082489014, -1.6283048391342163, 0.004817108623683453, -0.1206895187497139, -0.02839650586247444, -0.3284449875354767, -0.48208698630332947, 0.05260000005364418, 1.3758635520935059, -1.7867506742477417, -0.10685510188341141, 1008.0, 332.0, -0.0042955223470926285, -0.29607143998146057, -0.838429868221283, 1.9079488515853882, -1.0626921653747559, -0.0010185404680669308], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31029000878334045, 0.46759700775146484, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5072101354598999, 0.6485120058059692, -0.163031205534935, -1.3796303272247314, 0.3341607451438904, 0.42236968874931335, 0.6624571681022644, -0.2710379958152771, -0.43334001302719116, 0.23350000381469727, 1.847044587135315, -1.0699764490127563, 0.8136391043663025, 1008.0, 1003.0, 0.0038368317764252424, -0.2959699332714081, -0.8383839130401611, 1.9079495668411255, -1.0610662698745728, -0.0008097064564935863], "mean": [-0.1995238959789276, 0.6046686768531799, 0.4513883590698242, -1.4119685888290405, -0.2538987398147583, -0.12052583694458008, 0.0282761137932539, -0.3103262782096863, 0.46757450699806213, 0.2282385379076004, -1.5732380151748657, -1.121137261390686, -0.7462766766548157, 0.25704216957092285, 0.4852065443992615, -0.4374639093875885, -1.4478589296340942, 0.21770496666431427, 0.13661861419677734, 0.2900117039680481, -0.30895867943763733, -0.4625495672225952, 0.1620904952287674, 1.572736144065857, -1.4218138456344604, 0.46122992038726807, 1008.0, 822.087158203125, -7.085751713020727e-05, -0.29603323340415955, -0.8384093642234802, 1.9079561233520508, -1.061607837677002, -0.0009603879880160093], "std": [2.498542016837746e-05, 1.8669925339054316e-05, 2.563164889579639e-05, 1.6387770301662385e-05, 2.23085553443525e-05, 1.9988925487268716e-05, 1.529464134364389e-05, 1.4021299648447894e-05, 7.754577382002026e-06, 1.3703725016966928e-05, 1.1086463928222656e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.1149495542049408, 0.07498209178447723, 0.14180725812911987, 0.07204161584377289, 0.06845012307167053, 0.1872633546590805, 0.2251482456922531, 0.009954064153134823, 0.015918120741844177, 0.05894516035914421, 0.10255264490842819, 0.2302154302597046, 0.30638837814331055, 0.0, 277.46343994140625, 0.0036599270533770323, 6.140739515103633e-06, 9.797161510505248e-06, 6.7000864873989485e-06, 0.0005248670349828899, 2.8618163923965767e-05], "count": [608]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.3103640079498291, 0.46755000948905945, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.059812434017658234, 0.37255799770355225, -0.7172954082489014, -1.6283048391342163, 0.004817108623683453, -0.1206895187497139, -0.02839650586247444, -0.3284449875354767, -0.48208698630332947, 0.05260000005364418, 1.3758635520935059, -1.7867506742477417, -0.10685510188341141, 1008.0, 332.0, -0.0042955223470926285, -0.29607143998146057, -0.838429868221283, 1.9079488515853882, -1.0626921653747559, -0.0010185404680669308], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31029000878334045, 0.46759700775146484, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5072101354598999, 0.6485120058059692, -0.163031205534935, -1.3796303272247314, 0.3341607451438904, 0.42236968874931335, 0.6624571681022644, -0.2710379958152771, -0.43334001302719116, 0.23350000381469727, 1.847044587135315, -1.0699764490127563, 0.8136391043663025, 1008.0, 1003.0, 0.0038368317764252424, -0.2959699332714081, -0.8383839130401611, 1.9079495668411255, -1.0610662698745728, -0.0008097064564935863], "mean": [-0.19952383637428284, 0.6046686172485352, 0.45138829946517944, -1.4119685888290405, -0.25389885902404785, -0.1205257996916771, 0.0282761137932539, -0.31032630801200867, 0.46757450699806213, 0.2282385379076004, -1.5732380151748657, -1.121137261390686, -0.7462766766548157, 0.25684693455696106, 0.484834760427475, -0.43699872493743896, -1.447879672050476, 0.21730709075927734, 0.13664302229881287, 0.29019245505332947, -0.30897408723831177, -0.4625333547592163, 0.16209520399570465, 1.57264244556427, -1.4217456579208374, 0.4613299071788788, 1008.0, 822.0838623046875, -5.776640318799764e-05, -0.29603323340415955, -0.8384093046188354, 1.9079561233520508, -1.0616073608398438, -0.0009604613296687603], "std": [2.5060802727239206e-05, 1.8666696632863022e-05, 2.55776376434369e-05, 1.639814581722021e-05, 2.2386637283489108e-05, 1.9966872059740126e-05, 1.529464134364389e-05, 1.4049837773200125e-05, 7.754577382002026e-06, 1.3701061106985435e-05, 1.1086463928222656e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.11514806002378464, 0.0749501883983612, 0.14222408831119537, 0.0720331147313118, 0.06893961876630783, 0.18723084032535553, 0.22493648529052734, 0.009963315911591053, 0.015918003395199776, 0.05895058810710907, 0.102578304708004, 0.2303105592727661, 0.30649101734161377, 0.0, 277.4609069824219, 0.0036590269301086664, 6.140738605608931e-06, 9.767189112608321e-06, 6.698872311972082e-06, 0.0005242529441602528, 2.860530003090389e-05], "count": [608]}, "timestamp": {"min": [0.0], "max": [20.233333333333334], "mean": [10.116666666666667], "std": [5.850474814539035], "count": [608]}, "frame_index": {"min": [0], "max": [607], "mean": [303.5], "std": [175.51424443617105], "count": [608]}, "episode_index": {"min": [113], "max": [113], "mean": [113.0], "std": [0.0], "count": [608]}, "index": {"min": [66428], "max": [67035], "mean": [66731.5], "std": [175.51424443617105], "count": [608]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [608]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.821080590892387], "std": [0.0, 0.2768117467451547], "count": [608]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.821080590892387], "std": [0.0, 0.2768117467451547], "count": [608]}, "eef_direction_state": {"mean": [6.0, 5.167763157894737], "std": [0.0, 1.468354878484419], "min": [6, 0], "max": [6, 6], "count": [608]}, "eef_velocity_state": {"mean": [0.0, 0.5263157894736842], "std": [0.0, 0.7582647123275725], "min": [0, 0], "max": [0, 2], "count": [608]}, "eef_acc_mag_state": {"mean": [0.0, 0.47368421052631576], "std": [0.0, 0.7517293082676683], "min": [0, 0], "max": [0, 2], "count": [608]}, "eef_direction_action": {"mean": [6.0, 5.167763157894737], "std": [0.0, 1.468354878484419], "min": [6, 0], "max": [6, 6], "count": [608]}, "eef_velocity_action": {"mean": [0.0, 0.5263157894736842], "std": [0.0, 0.7582647123275725], "min": [0, 0], "max": [0, 2], "count": [608]}, "eef_acc_mag_action": {"mean": [0.0, 0.47368421052631576], "std": [0.0, 0.7517293082676683], "min": [0, 0], "max": [0, 2], "count": [608]}, "eef_sim_pose_state": {"mean": [-0.31032633781433105, 0.4675745666027069, 0.22823838889598846, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.3089587986469269, -0.4625494182109833, 0.1620904505252838, 1.572740912437439, -1.4218153953552246, 0.46122902631759644], "std": [1.4021274182596244e-05, 7.754468242637813e-06, 1.3702805517823435e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.009954060427844524, 0.015918120741844177, 0.058945175260305405, 0.10255269706249237, 0.2302151620388031, 0.30638784170150757], "min": [-0.3103640079498291, 0.46755000948905945, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3284449875354767, -0.48208698630332947, 0.05260000005364418, 1.3758635520935059, -1.7867506742477417, -0.10685510188341141], "max": [-0.31029000878334045, 0.46759700775146484, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2710379958152771, -0.43334001302719116, 0.23350000381469727, 1.847044587135315, -1.0699764490127563, 0.8136391043663025], "count": [608]}, "eef_sim_pose_action": {"mean": [-0.3103262782096863, 0.46757450699806213, 0.2282385379076004, -1.5732380151748657, -1.121137261390686, -0.7462766766548157, -0.30895867943763733, -0.4625495672225952, 0.1620904952287674, 1.572736144065857, -1.4218138456344604, 0.46122992038726807], "std": [1.4021299648447894e-05, 7.754577382002026e-06, 1.3703725016966928e-05, 1.1086463928222656e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.009954064153134823, 0.015918120741844177, 0.05894516035914421, 0.10255264490842819, 0.2302154302597046, 0.30638837814331055], "min": [-0.3103640079498291, 0.46755000948905945, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3284449875354767, -0.48208698630332947, 0.05260000005364418, 1.3758635520935059, -1.7867506742477417, -0.10685510188341141], "max": [-0.31029000878334045, 0.46759700775146484, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2710379958152771, -0.43334001302719116, 0.23350000381469727, 1.847044587135315, -1.0699764490127563, 0.8136391043663025], "count": [608]}, "gripper_mode_state": {"mean": [0.0, 0.23355263157894737], "std": [0.0, 0.4230907702390751], "min": [0, 0], "max": [0, 1], "count": [608]}, "gripper_activity_state": {"mean": [2.0, 1.768092105263158], "std": [0.0, 0.5768291655711073], "min": [2, 0], "max": [2, 2], "count": [608]}, "gripper_mode_action": {"mean": [0.0, 0.23355263157894737], "std": [0.0, 0.4230907702390751], "min": [0, 0], "max": [0, 1], "count": [608]}, "gripper_activity_action": {"mean": [2.0, 1.768092105263158], "std": [0.0, 0.5768291655711072], "min": [2, 0], "max": [2, 2], "count": [608]}}} +{"episode_index": 62, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41532796575551123]], [[0.42279970332059374]], [[0.42184691758059156]]], "std": [[[0.21050239053624448]], [[0.2090733116414752]], [[0.20626488229517662]]], "count": [118]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33476768998559875]], [[0.3171614635260884]], [[0.3357160480364462]]], "std": [[[0.24710840188720606]], [[0.256328838610454]], [[0.24388534309259557]]], "count": [118]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4358434470892877]], [[0.44076773845131273]], [[0.4325212677938407]]], "std": [[[0.280381973468538]], [[0.2767168904676526]], [[0.27699615260723903]]], "count": [118]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39610733944001325]], [[0.39635573141686053]], [[0.40260516713747646]]], "std": [[[0.24654895729322737]], [[0.2470552653639043]], [[0.24595826485318453]]], "count": [118]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4512898027896881, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.31036999821662903, 0.4675469994544983, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.09833184629678726, 0.3242647349834442, -0.6760707497596741, -1.6456360816955566, 0.14191271364688873, -0.12072442471981049, -0.02839650586247444, -0.3345380127429962, -0.48565998673439026, 0.03413200005888939, 1.2592027187347412, -1.807398796081543, 0.010943586938083172, 1008.0, 331.0, -0.004115053918212652, -0.29608649015426636, -0.8382990956306458, 1.9079495668411255, -1.0627119541168213, -0.0010384746128693223], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31028100848197937, 0.4675990045070648, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4611159861087799, 0.6104638576507568, -0.10941468924283981, -1.3545849323272705, 0.3920184075832367, 0.6348634958267212, 0.6176894307136536, -0.28129199147224426, -0.43112900853157043, 0.2515619993209839, 1.7202171087265015, -1.121137022972107, 0.9522821307182312, 1008.0, 1004.0, 0.004124453291296959, -0.29589664936065674, -0.8382372856140137, 1.9079512357711792, -1.05989670753479, -0.0007622441626153886], "mean": [-0.19952277839183807, 0.6046661734580994, 0.45139020681381226, -1.4119714498519897, -0.253899484872818, -0.1205185279250145, 0.028275705873966217, -0.3103272318840027, 0.4675745368003845, 0.22823718190193176, -1.5732378959655762, -1.1211365461349487, -0.7462766766548157, 0.22872120141983032, 0.4545595943927765, -0.3639305830001831, -1.4429067373275757, 0.27121785283088684, 0.1445995569229126, 0.2546052932739258, -0.3072662055492401, -0.4656098186969757, 0.1776805967092514, 1.486894130706787, -1.4472262859344482, 0.5954532623291016, 1008.0, 839.883544921875, -0.00018865102902054787, -0.29603371024131775, -0.8382657766342163, 1.9079562425613403, -1.0614546537399292, -0.0009395549423061311], "std": [2.549541022744961e-05, 1.8765211279969662e-05, 2.4160161046893336e-05, 1.770619383023586e-05, 2.3899880034150556e-05, 2.109919660142623e-05, 1.5141788026085123e-05, 1.4322342394734733e-05, 8.006059942999855e-06, 1.2994029020774178e-05, 1.0967254638671875e-05, 4.76837158203125e-07, 1.0728836059570312e-06, 0.07929033786058426, 0.08228383213281631, 0.15016108751296997, 0.10073673725128174, 0.05375112593173981, 0.24664202332496643, 0.1709892302751541, 0.010441793128848076, 0.018130049109458923, 0.06560951471328735, 0.10129828006029129, 0.21735456585884094, 0.29656627774238586, 0.0, 266.8819274902344, 0.003699367167428136, 8.92345815373119e-06, 1.746334419294726e-05, 6.095766366343014e-06, 0.0005496793310157955, 5.7154280511895195e-05], "count": [584]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4512898027896881, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.31036999821662903, 0.4675469994544983, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.09833184629678726, 0.3242647349834442, -0.6760707497596741, -1.6456360816955566, 0.14191271364688873, -0.12072442471981049, -0.02839650586247444, -0.3345380127429962, -0.48565998673439026, 0.03413200005888939, 1.2592027187347412, -1.807398796081543, 0.010943586938083172, 1008.0, 331.0, -0.004115053918212652, -0.29608649015426636, -0.8382990956306458, 1.9079495668411255, -1.0627119541168213, -0.0010384746128693223], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31028100848197937, 0.4675990045070648, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4611159861087799, 0.6104638576507568, -0.10941468924283981, -1.3545849323272705, 0.3920184075832367, 0.6348634958267212, 0.6176894307136536, -0.28129199147224426, -0.43112900853157043, 0.2515619993209839, 1.7202171087265015, -1.121137022972107, 0.9522821307182312, 1008.0, 1004.0, 0.004124453291296959, -0.29589664936065674, -0.8382372856140137, 1.9079512357711792, -1.05989670753479, -0.0007622441626153886], "mean": [-0.19952283799648285, 0.6046661734580994, 0.4513902962207794, -1.4119713306427002, -0.25389957427978516, -0.1205185279250145, 0.02827567607164383, -0.31032732129096985, 0.46757450699806213, 0.22823721170425415, -1.5732378959655762, -1.1211365461349487, -0.7462766766548157, 0.22863607108592987, 0.4541473984718323, -0.36335352063179016, -1.4428353309631348, 0.27105748653411865, 0.1446937918663025, 0.25492122769355774, -0.30725863575935364, -0.46563032269477844, 0.1777191162109375, 1.4866517782211304, -1.4473661184310913, 0.5957627296447754, 1008.0, 839.883544921875, -0.00020133373618591577, -0.29603368043899536, -0.8382656574249268, 1.9079562425613403, -1.0614542961120605, -0.000939234800171107], "std": [2.554354432504624e-05, 1.8784150597639382e-05, 2.4146311261574738e-05, 1.769715890986845e-05, 2.384040089964401e-05, 2.1099198420415632e-05, 1.5161631381488405e-05, 1.4342463146022055e-05, 8.020115274121054e-06, 1.2997028534300625e-05, 1.0967254638671875e-05, 4.76837158203125e-07, 1.0728836059570312e-06, 0.07934834063053131, 0.08213861286640167, 0.15047281980514526, 0.10077335685491562, 0.05394250899553299, 0.24655117094516754, 0.17063722014427185, 0.010441180318593979, 0.018139075487852097, 0.06564559787511826, 0.10126183927059174, 0.21717198193073273, 0.29681679606437683, 0.0, 266.8819580078125, 0.003698002314195037, 8.959097613114864e-06, 1.742443419061601e-05, 6.095766366343014e-06, 0.0005497662350535393, 5.7388424465898424e-05], "count": [584]}, "timestamp": {"min": [0.0], "max": [19.433333333333334], "mean": [9.716666666666665], "std": [5.619534381660696], "count": [584]}, "frame_index": {"min": [0], "max": [583], "mean": [291.5], "std": [168.5860314498209], "count": [584]}, "episode_index": {"min": [115], "max": [115], "mean": [115.0], "std": [0.0], "count": [584]}, "index": {"min": [67565], "max": [68148], "mean": [67856.5], "std": [168.5860314498209], "count": [584]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [584]}, "gripper_open_scale_state": {"min": [1.0, 0.3310000002384186], "max": [1.0, 1.0], "mean": [1.0, 0.8383818473922063], "std": [0.0, 0.26596820712417213], "count": [584]}, "gripper_open_scale_action": {"min": [1.0, 0.3310000002384186], "max": [1.0, 1.0], "mean": [1.0, 0.8383818473922063], "std": [0.0, 0.26596820712417213], "count": [584]}, "eef_direction_state": {"mean": [6.0, 5.147260273972603], "std": [0.0, 1.43186319874794], "min": [6, 0], "max": [6, 6], "count": [584]}, "eef_velocity_state": {"mean": [0.0, 0.571917808219178], "std": [0.0, 0.7708066536778841], "min": [0, 0], "max": [0, 2], "count": [584]}, "eef_acc_mag_state": {"mean": [0.0, 0.5445205479452054], "std": [0.0, 0.7838726152730677], "min": [0, 0], "max": [0, 2], "count": [584]}, "eef_direction_action": {"mean": [6.0, 5.147260273972603], "std": [0.0, 1.43186319874794], "min": [6, 0], "max": [6, 6], "count": [584]}, "eef_velocity_action": {"mean": [0.0, 0.571917808219178], "std": [0.0, 0.7708066536778841], "min": [0, 0], "max": [0, 2], "count": [584]}, "eef_acc_mag_action": {"mean": [0.0, 0.5445205479452054], "std": [0.0, 0.7838726152730677], "min": [0, 0], "max": [0, 2], "count": [584]}, "eef_sim_pose_state": {"mean": [-0.3103271424770355, 0.4675743281841278, 0.228237122297287, -1.5732269287109375, -1.121137022972107, -0.7462754845619202, -0.30726611614227295, -0.46560966968536377, 0.17768049240112305, 1.4868956804275513, -1.4472270011901855, 0.595453143119812], "std": [1.4322154129331466e-05, 8.004771189007442e-06, 1.2993890777579509e-05, 0.0, 0.0, 1.1920928955078125e-07, 0.010441790334880352, 0.018130043521523476, 0.06560950726270676, 0.10129818320274353, 0.21735453605651855, 0.2965659201145172], "min": [-0.31036999821662903, 0.4675469994544983, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3345380127429962, -0.48565998673439026, 0.03413200005888939, 1.2592027187347412, -1.807398796081543, 0.010943586938083172], "max": [-0.31028100848197937, 0.4675990045070648, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.28129199147224426, -0.43112900853157043, 0.2515619993209839, 1.7202171087265015, -1.121137022972107, 0.9522821307182312], "count": [584]}, "eef_sim_pose_action": {"mean": [-0.3103272318840027, 0.4675745368003845, 0.22823718190193176, -1.5732378959655762, -1.1211365461349487, -0.7462766766548157, -0.3072662055492401, -0.4656098186969757, 0.1776805967092514, 1.486894130706787, -1.4472262859344482, 0.5954532623291016], "std": [1.4322342394734733e-05, 8.006059942999855e-06, 1.2994029020774178e-05, 1.0967254638671875e-05, 4.76837158203125e-07, 1.0728836059570312e-06, 0.010441793128848076, 0.018130049109458923, 0.06560951471328735, 0.10129828006029129, 0.21735456585884094, 0.29656627774238586], "min": [-0.31036999821662903, 0.4675469994544983, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3345380127429962, -0.48565998673439026, 0.03413200005888939, 1.2592027187347412, -1.807398796081543, 0.010943586938083172], "max": [-0.31028100848197937, 0.4675990045070648, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.28129199147224426, -0.43112900853157043, 0.2515619993209839, 1.7202171087265015, -1.121137022972107, 0.9522821307182312], "count": [584]}, "gripper_mode_state": {"mean": [0.0, 0.2071917808219178], "std": [0.0, 0.40529414846720896], "min": [0, 0], "max": [0, 1], "count": [584]}, "gripper_activity_state": {"mean": [2.0, 1.7619863013698631], "std": [0.0, 0.5821489710287931], "min": [2, 0], "max": [2, 2], "count": [584]}, "gripper_mode_action": {"mean": [0.0, 0.2071917808219178], "std": [0.0, 0.40529414846720896], "min": [0, 0], "max": [0, 1], "count": [584]}, "gripper_activity_action": {"mean": [2.0, 1.7619863013698631], "std": [0.0, 0.5821489710287931], "min": [2, 0], "max": [2, 2], "count": [584]}}} +{"episode_index": 63, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41207398596693584]], [[0.42089529954138516]], [[0.4189223289806119]]], "std": [[[0.21022156433017455]], [[0.20833865166509058]], [[0.20491458852964436]]], "count": [119]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33148376139671554]], [[0.3160908098533531]], [[0.3248600503927061]]], "std": [[[0.25121987052388783]], [[0.26150228466114006]], [[0.2476968849879383]]], "count": [119]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4332332447684957]], [[0.4381996193085077]], [[0.430001625405064]]], "std": [[[0.27776303247991513]], [[0.2738944200559188]], [[0.27403358883851114]]], "count": [119]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3894346079117922]], [[0.38753612449881913]], [[0.3982192511808645]]], "std": [[[0.2709540755312581]], [[0.27194642588507234]], [[0.2738964247427534]]], "count": [119]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12065461277961731, 0.02822197414934635, -0.3103800117969513, 0.46755000948905945, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.028780480846762657, 0.288572758436203, -0.6523866653442383, -1.7323265075683594, -0.09201375395059586, -0.1206720620393753, -0.028379054740071297, -0.3251590132713318, -0.46766000986099243, 0.03806399926543236, 1.3339474201202393, -1.738594651222229, -0.008914792910218239, 1008.0, 330.0, -0.004761732183396816, -0.2962726056575775, -0.838375985622406, 1.9079488515853882, -1.0624607801437378, -0.0009672812302596867], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12046262621879578, 0.028326693922281265, -0.31028300523757935, 0.46759700775146484, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3905348777770996, 0.7037342190742493, -0.1572890728712082, -1.411901593208313, 0.41261330246925354, 0.5773898363113403, 0.5508782863616943, -0.27206701040267944, -0.4085020124912262, 0.22841200232505798, 1.7392627000808716, -1.0774670839309692, 0.8367303013801575, 1008.0, 1001.0, 0.0036262855865061283, -0.29592859745025635, -0.8382222652435303, 1.9079495668411255, -1.0613300800323486, -0.000760345661547035], "mean": [-0.19952291250228882, 0.604669988155365, 0.45139002799987793, -1.4119702577590942, -0.2539021074771881, -0.1205383911728859, 0.02827584557235241, -0.3103252053260803, 0.4675748944282532, 0.22823776304721832, -1.5732378959655762, -1.1211367845535278, -0.7462766766548157, 0.1770499050617218, 0.4548824727535248, -0.3901696503162384, -1.5540494918823242, 0.16324438154697418, 0.19125618040561676, 0.2597622871398926, -0.300226628780365, -0.4450189471244812, 0.1511019766330719, 1.5576573610305786, -1.4044826030731201, 0.49439817667007446, 1008.0, 771.4737548828125, 8.801103831501678e-05, -0.2960427403450012, -0.8383037447929382, 1.9079562425613403, -1.061545491218567, -0.0009043820900842547], "std": [2.5903531422954984e-05, 2.023174602072686e-05, 2.4277716875076294e-05, 1.7497397493571043e-05, 2.369707181060221e-05, 3.681099769892171e-05, 1.6127523849718273e-05, 1.6038096873671748e-05, 8.60287582327146e-06, 1.3822995242662728e-05, 1.0967254638671875e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.09856242686510086, 0.11743732541799545, 0.11914388090372086, 0.08450022339820862, 0.1090889424085617, 0.23249423503875732, 0.18989123404026031, 0.011791665107011795, 0.015013396739959717, 0.059003159403800964, 0.09988482296466827, 0.21607354283332825, 0.2781763970851898, 0.0, 299.8742370605469, 0.003784063970670104, 3.133648351649754e-05, 5.153350502951071e-05, 6.704982752125943e-06, 0.00031946704257279634, 6.315481732599437e-05], "count": [591]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12065461277961731, 0.02822197414934635, -0.3103800117969513, 0.46755000948905945, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.028780480846762657, 0.288572758436203, -0.6523866653442383, -1.7323265075683594, -0.09201375395059586, -0.1206720620393753, -0.028379054740071297, -0.3251590132713318, -0.4676400125026703, 0.03806399926543236, 1.3339474201202393, -1.738594651222229, -0.008914792910218239, 1008.0, 330.0, -0.004761732183396816, -0.2962726056575775, -0.838375985622406, 1.9079488515853882, -1.0624607801437378, -0.0009672812302596867], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12046262621879578, 0.028326693922281265, -0.31028300523757935, 0.46759700775146484, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3905348777770996, 0.7037342190742493, -0.1572890728712082, -1.411901593208313, 0.41261330246925354, 0.5773898363113403, 0.5508782863616943, -0.27206701040267944, -0.4085020124912262, 0.22841200232505798, 1.7392627000808716, -1.0774670839309692, 0.8367303013801575, 1008.0, 1001.0, 0.0036262855865061283, -0.29592859745025635, -0.8382222652435303, 1.9079495668411255, -1.0613300800323486, -0.000760345661547035], "mean": [-0.19952292740345, 0.6046700477600098, 0.4513900876045227, -1.4119703769683838, -0.2539020776748657, -0.12053848057985306, 0.02827584557235241, -0.3103252351284027, 0.4675748944282532, 0.22823776304721832, -1.5732378959655762, -1.1211367845535278, -0.7462766766548157, 0.17684200406074524, 0.45444169640541077, -0.3897308111190796, -1.5541571378707886, 0.16268424689769745, 0.19149436056613922, 0.26000484824180603, -0.3002482056617737, -0.44499751925468445, 0.15106089413166046, 1.5575449466705322, -1.4044517278671265, 0.49428537487983704, 1008.0, 771.4737548828125, 7.434614963131025e-05, -0.2960427403450012, -0.8383038640022278, 1.9079562425613403, -1.0615439414978027, -0.0009046070044860244], "std": [2.5897017621900886e-05, 2.023141860263422e-05, 2.4231983843492344e-05, 1.747966234688647e-05, 2.3697546566836536e-05, 3.685909905470908e-05, 1.6127523849718273e-05, 1.6032872736104764e-05, 8.603697096987162e-06, 1.3823368135490455e-05, 1.0967254638671875e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.09864427149295807, 0.1173669844865799, 0.11939729005098343, 0.08435968309640884, 0.10947119444608688, 0.2322465479373932, 0.18961550295352936, 0.011821451596915722, 0.014990066178143024, 0.058958135545253754, 0.09990496188402176, 0.21611513197422028, 0.27808716893196106, 0.0, 299.8742370605469, 0.0037865962367504835, 3.132762140012346e-05, 5.1554536184994504e-05, 6.704982752125943e-06, 0.0003179736668244004, 6.30301219644025e-05], "count": [591]}, "timestamp": {"min": [0.0], "max": [19.666666666666668], "mean": [9.833333333333334], "std": [5.686892010645247], "count": [591]}, "frame_index": {"min": [0], "max": [590], "mean": [295.0], "std": [170.60676031935742], "count": [591]}, "episode_index": {"min": [116], "max": [116], "mean": [116.0], "std": [0.0], "count": [591]}, "index": {"min": [68149], "max": [68739], "mean": [68444.0], "std": [170.60676031935742], "count": [591]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [591]}, "gripper_open_scale_state": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.7709018603698453], "std": [0.0, 0.29943556843386765], "count": [591]}, "gripper_open_scale_action": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.7709018603698453], "std": [0.0, 0.29943556843386765], "count": [591]}, "eef_direction_state": {"mean": [6.0, 4.698815566835871], "std": [0.0, 1.9600015413582086], "min": [6, 0], "max": [6, 6], "count": [591]}, "eef_velocity_state": {"mean": [0.0, 0.5905245346869712], "std": [0.0, 0.7460067833488162], "min": [0, 0], "max": [0, 2], "count": [591]}, "eef_acc_mag_state": {"mean": [0.0, 0.5752961082910322], "std": [0.0, 0.7980510557702376], "min": [0, 0], "max": [0, 2], "count": [591]}, "eef_direction_action": {"mean": [6.0, 4.698815566835871], "std": [0.0, 1.9600015413582086], "min": [6, 0], "max": [6, 6], "count": [591]}, "eef_velocity_action": {"mean": [0.0, 0.5905245346869712], "std": [0.0, 0.7460067833488162], "min": [0, 0], "max": [0, 2], "count": [591]}, "eef_acc_mag_action": {"mean": [0.0, 0.5752961082910322], "std": [0.0, 0.7980510557702376], "min": [0, 0], "max": [0, 2], "count": [591]}, "eef_sim_pose_state": {"mean": [-0.31032514572143555, 0.4675743281841278, 0.22823789715766907, -1.5732269287109375, -1.121137022972107, -0.7462754845619202, -0.30022671818733215, -0.4450192153453827, 0.15110202133655548, 1.5576614141464233, -1.4044804573059082, 0.4943985939025879], "std": [1.6038047760957852e-05, 8.582809641666245e-06, 1.3822295841237064e-05, 0.0, 0.0, 1.1920928955078125e-07, 0.01179166603833437, 0.015013393014669418, 0.059003185480833054, 0.09988485276699066, 0.21607354283332825, 0.27817603945732117], "min": [-0.3103800117969513, 0.46755000948905945, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3251590132713318, -0.46766000986099243, 0.03806399926543236, 1.3339474201202393, -1.738594651222229, -0.008914792910218239], "max": [-0.31028300523757935, 0.46759700775146484, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27206701040267944, -0.4085020124912262, 0.22841200232505798, 1.7392627000808716, -1.0774670839309692, 0.8367303013801575], "count": [591]}, "eef_sim_pose_action": {"mean": [-0.3103252053260803, 0.4675748944282532, 0.22823776304721832, -1.5732378959655762, -1.1211367845535278, -0.7462766766548157, -0.300226628780365, -0.4450189471244812, 0.1511019766330719, 1.5576573610305786, -1.4044826030731201, 0.49439817667007446], "std": [1.6038096873671748e-05, 8.60287582327146e-06, 1.3822995242662728e-05, 1.0967254638671875e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.011791665107011795, 0.015013396739959717, 0.059003159403800964, 0.09988482296466827, 0.21607354283332825, 0.2781763970851898], "min": [-0.3103800117969513, 0.46755000948905945, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3251590132713318, -0.46766000986099243, 0.03806399926543236, 1.3339474201202393, -1.738594651222229, -0.008914792910218239], "max": [-0.31028300523757935, 0.46759700775146484, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27206701040267944, -0.4085020124912262, 0.22841200232505798, 1.7392627000808716, -1.0774670839309692, 0.8367303013801575], "count": [591]}, "gripper_mode_state": {"mean": [0.0, 0.3079526226734349], "std": [0.0, 0.46164683997834094], "min": [0, 0], "max": [0, 1], "count": [591]}, "gripper_activity_state": {"mean": [2.0, 1.7681895093062605], "std": [0.0, 0.574768345559718], "min": [2, 0], "max": [2, 2], "count": [591]}, "gripper_mode_action": {"mean": [0.0, 0.3079526226734349], "std": [0.0, 0.46164683997834094], "min": [0, 0], "max": [0, 1], "count": [591]}, "gripper_activity_action": {"mean": [2.0, 1.7681895093062605], "std": [0.0, 0.574768345559718], "min": [2, 0], "max": [2, 2], "count": [591]}}} +{"episode_index": 64, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4100031202585201]], [[0.41827020417542016]], [[0.41588729502217553]]], "std": [[[0.2092413146673529]], [[0.2078314063147755]], [[0.20461923117292946]]], "count": [112]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3320599687791783]], [[0.3168924249387255]], [[0.32074284218895893]]], "std": [[[0.24934977046676463]], [[0.2597894944594264]], [[0.24414328907847324]]], "count": [112]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43120830415499534]], [[0.43559274334733894]], [[0.4277172400210084]]], "std": [[[0.27573607160773056]], [[0.2721375333589858]], [[0.2721368538377786]]], "count": [112]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38414241582049485]], [[0.3818844701943277]], [[0.39268551404936974]]], "std": [[[0.25964750882352927]], [[0.25888657595917786]], [[0.260397212384631]]], "count": [112]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12061969935894012, 0.02822197414934635, -0.3103730082511902, 0.4675520062446594, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.08922123163938522, 0.2923077344894409, -0.6538003087043762, -1.7194634675979614, -0.03911282867193222, -0.14536848664283752, -0.02839650586247444, -0.32710400223731995, -0.47628098726272583, 0.04376000165939331, 1.323951244354248, -1.7653224468231201, -0.0040832567028701305, 1008.0, 330.0, -0.004152651410549879, -0.2961372435092926, -0.8383656740188599, 1.9079488515853882, -1.0625574588775635, -0.0011267544468864799], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12042772024869919, 0.028326693922281265, -0.31028300523757935, 0.46759501099586487, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3911632001399994, 0.6747791767120361, -0.13641493022441864, -1.3869258165359497, 0.5039288997650146, 0.5595350861549377, 0.5442460179328918, -0.26603999733924866, -0.4147469997406006, 0.2282869964838028, 1.6446805000305176, -1.0625163316726685, 0.9336733818054199, 1009.0, 1001.0, 0.003979702480137348, -0.2959624230861664, -0.8382325768470764, 1.9079495668411255, -1.05972158908844, -0.000845777802169323], "mean": [-0.1995253711938858, 0.6046757102012634, 0.45138755440711975, -1.4119696617126465, -0.25390195846557617, -0.12053177505731583, 0.02827465906739235, -0.3103252053260803, 0.4675747752189636, 0.2282400280237198, -1.573237657546997, -1.1211353540420532, -0.7462766766548157, 0.19226950407028198, 0.46150079369544983, -0.37899547815322876, -1.527409553527832, 0.2373845875263214, 0.16325505077838898, 0.2579289972782135, -0.2992098033428192, -0.45004844665527344, 0.15867826342582703, 1.5385997295379639, -1.444338321685791, 0.5583446621894836, 1008.003662109375, 815.7930297851562, 0.0003200231585651636, -0.2960336208343506, -0.8382838368415833, 1.9079561233520508, -1.0614501237869263, -0.0010262195719406009], "std": [2.515901178412605e-05, 1.970476114365738e-05, 2.5382294552400708e-05, 1.711373624857515e-05, 2.5467157684033737e-05, 4.352170799393207e-05, 1.5593446732964367e-05, 1.5235977116390131e-05, 8.052887096710037e-06, 1.33030653159949e-05, 1.0728836059570312e-05, 1.6689300537109375e-06, 1.0728836059570312e-06, 0.06052745133638382, 0.10378219932317734, 0.12634330987930298, 0.1106383204460144, 0.09924420714378357, 0.28449466824531555, 0.16103900969028473, 0.011738167144358158, 0.021992558613419533, 0.0549008846282959, 0.09238654375076294, 0.22192540764808655, 0.30948638916015625, 0.06041162088513374, 279.1028137207031, 0.0036233568098396063, 1.892808904813137e-05, 4.0775259549263865e-05, 6.647061127296183e-06, 0.0005535585805773735, 6.903392204549164e-05], "count": [546]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12061969935894012, 0.02822197414934635, -0.3103730082511902, 0.4675520062446594, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.08922123163938522, 0.2923077344894409, -0.6538003087043762, -1.7194634675979614, -0.03911282867193222, -0.14536848664283752, -0.02839650586247444, -0.32710400223731995, -0.47628098726272583, 0.04376000165939331, 1.323951244354248, -1.7653224468231201, -0.0040832567028701305, 1008.0, 330.0, -0.004152651410549879, -0.2961372435092926, -0.8383656740188599, 1.9079488515853882, -1.0625574588775635, -0.0011267544468864799], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12042772024869919, 0.028326693922281265, -0.31028300523757935, 0.46759501099586487, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3911632001399994, 0.6747791767120361, -0.13641493022441864, -1.3869258165359497, 0.5039288997650146, 0.5595350861549377, 0.5442460179328918, -0.26603999733924866, -0.4147469997406006, 0.2282869964838028, 1.6446805000305176, -1.0625163316726685, 0.9336733818054199, 1009.0, 1001.0, 0.003979702480137348, -0.2959624230861664, -0.8382325768470764, 1.9079495668411255, -1.05972158908844, -0.000845777802169323], "mean": [-0.19952529668807983, 0.6046757102012634, 0.45138752460479736, -1.411969542503357, -0.25390198826789856, -0.12053180485963821, 0.028274625539779663, -0.3103252053260803, 0.467574805021286, 0.2282400131225586, -1.573237657546997, -1.1211353540420532, -0.7462766766548157, 0.19216500222682953, 0.46094751358032227, -0.37845325469970703, -1.5273661613464355, 0.23685330152511597, 0.16350072622299194, 0.25821536779403687, -0.2992330491542816, -0.45006442070007324, 0.15865254402160645, 1.5383672714233398, -1.4443745613098145, 0.5583661198616028, 1008.003662109375, 815.7930297851562, 0.00030773167964071035, -0.29603374004364014, -0.8382836580276489, 1.9079561233520508, -1.0614498853683472, -0.001026454265229404], "std": [2.511319144105073e-05, 1.970858284039423e-05, 2.5408007786609232e-05, 1.7129737898358144e-05, 2.5532579456921667e-05, 4.352866380941123e-05, 1.561194767418783e-05, 1.5230388271447737e-05, 8.054696081671864e-06, 1.3299145393830258e-05, 1.0728836059570312e-05, 1.6689300537109375e-06, 1.0728836059570312e-06, 0.0605650395154953, 0.10382987558841705, 0.12666742503643036, 0.11068817228078842, 0.09993468970060349, 0.284307599067688, 0.1606694459915161, 0.01177335437387228, 0.02200828678905964, 0.0548718087375164, 0.09245973825454712, 0.22187432646751404, 0.3094996213912964, 0.060411617159843445, 279.1028137207031, 0.003625154262408614, 1.9137478375341743e-05, 4.0675600757822394e-05, 6.647061127296183e-06, 0.0005535873933695257, 6.894128455314785e-05], "count": [546]}, "timestamp": {"min": [0.0], "max": [18.166666666666668], "mean": [9.083333333333334], "std": [5.253878637800909], "count": [546]}, "frame_index": {"min": [0], "max": [545], "mean": [272.5], "std": [157.61635913402728], "count": [546]}, "episode_index": {"min": [117], "max": [117], "mean": [117.0], "std": [0.0], "count": [546]}, "index": {"min": [68740], "max": [69285], "mean": [69012.5], "std": [157.61635913402728], "count": [546]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [546]}, "gripper_open_scale_state": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.8151611743610857], "std": [0.0, 0.2786835498549513], "count": [546]}, "gripper_open_scale_action": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.8151611743610857], "std": [0.0, 0.2786835498549513], "count": [546]}, "eef_direction_state": {"mean": [6.0, 4.668498168498169], "std": [0.0, 1.955080808546122], "min": [6, 0], "max": [6, 6], "count": [546]}, "eef_velocity_state": {"mean": [0.0, 0.6556776556776557], "std": [0.0, 0.7812681051585912], "min": [0, 0], "max": [0, 2], "count": [546]}, "eef_acc_mag_state": {"mean": [0.0, 0.5970695970695971], "std": [0.0, 0.8044693281400802], "min": [0, 0], "max": [0, 2], "count": [546]}, "eef_direction_action": {"mean": [6.0, 4.668498168498169], "std": [0.0, 1.955080808546122], "min": [6, 0], "max": [6, 6], "count": [546]}, "eef_velocity_action": {"mean": [0.0, 0.6556776556776557], "std": [0.0, 0.7812681051585912], "min": [0, 0], "max": [0, 2], "count": [546]}, "eef_acc_mag_action": {"mean": [0.0, 0.5970695970695971], "std": [0.0, 0.8044693281400802], "min": [0, 0], "max": [0, 2], "count": [546]}, "eef_sim_pose_state": {"mean": [-0.31032517552375793, 0.46757468581199646, 0.2282400280237198, -1.5732269287109375, -1.1211371421813965, -0.7462754845619202, -0.2992098331451416, -0.4500485360622406, 0.15867826342582703, 1.5385969877243042, -1.4443386793136597, 0.5583441853523254], "std": [1.5235924365697429e-05, 8.05236504675122e-06, 1.3303060768521391e-05, 0.0, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.011738167144358158, 0.021992560476064682, 0.054900869727134705, 0.09238648414611816, 0.22192546725273132, 0.3094865381717682], "min": [-0.3103730082511902, 0.4675520062446594, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32710400223731995, -0.47628098726272583, 0.04376000165939331, 1.323951244354248, -1.7653224468231201, -0.0040832567028701305], "max": [-0.31028300523757935, 0.46759501099586487, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.26603999733924866, -0.4147469997406006, 0.2282869964838028, 1.6446805000305176, -1.0625163316726685, 0.9336733818054199], "count": [546]}, "eef_sim_pose_action": {"mean": [-0.3103252053260803, 0.4675747752189636, 0.2282400280237198, -1.573237657546997, -1.1211353540420532, -0.7462766766548157, -0.2992098033428192, -0.45004844665527344, 0.15867826342582703, 1.5385997295379639, -1.444338321685791, 0.5583446621894836], "std": [1.5235977116390131e-05, 8.052887096710037e-06, 1.33030653159949e-05, 1.0728836059570312e-05, 1.6689300537109375e-06, 1.0728836059570312e-06, 0.011738167144358158, 0.021992558613419533, 0.0549008846282959, 0.09238654375076294, 0.22192540764808655, 0.30948638916015625], "min": [-0.3103730082511902, 0.4675520062446594, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32710400223731995, -0.47628098726272583, 0.04376000165939331, 1.323951244354248, -1.7653224468231201, -0.0040832567028701305], "max": [-0.31028300523757935, 0.46759501099586487, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.26603999733924866, -0.4147469997406006, 0.2282869964838028, 1.6446805000305176, -1.0625163316726685, 0.9336733818054199], "count": [546]}, "gripper_mode_state": {"mean": [0.0, 0.23809523809523808], "std": [0.0, 0.4259177099999605], "min": [0, 0], "max": [0, 1], "count": [546]}, "gripper_activity_state": {"mean": [2.0, 1.7472527472527473], "std": [0.0, 0.5947278737465829], "min": [2, 0], "max": [2, 2], "count": [546]}, "gripper_mode_action": {"mean": [0.0, 0.23809523809523808], "std": [0.0, 0.4259177099999605], "min": [0, 0], "max": [0, 1], "count": [546]}, "gripper_activity_action": {"mean": [2.0, 1.7472527472527473], "std": [0.0, 0.5947278737465829], "min": [2, 0], "max": [2, 2], "count": [546]}}} +{"episode_index": 65, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4064307101218866]], [[0.41453296127009365]], [[0.41208602720367427]]], "std": [[[0.2068582793215476]], [[0.2059260330932663]], [[0.20285077787668276]]], "count": [111]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3262801330742507]], [[0.31156909483012424]], [[0.3114738819702055]]], "std": [[[0.2462410338799617]], [[0.25732748767795227]], [[0.24137323678224748]]], "count": [111]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4284172389301066]], [[0.43302373697226637]], [[0.4249721338986045]]], "std": [[[0.27252773347069553]], [[0.26881265737968396]], [[0.2688070008982472]]], "count": [111]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3996988863863864]], [[0.394421942162751]], [[0.4075366064594006]]], "std": [[[0.27292942758655286]], [[0.27563511611277725]], [[0.2739796026816997]]], "count": [111]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12061969935894012, 0.02822197414934635, -0.31036999821662903, 0.4675540030002594, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.09258971363306046, 0.3042283356189728, -0.6118077039718628, -1.6272403001785278, 0.10758209228515625, -0.1206895187497139, -0.02839650586247444, -0.3340339958667755, -0.4729520082473755, 0.0470380000770092, 1.3293895721435547, -1.7718713283538818, 0.11503519862890244, 1008.0, 330.0, -0.004874524660408497, -0.29616543650627136, -0.8382824659347534, 1.9079488515853882, -1.0625392198562622, -0.0010944801615551114], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12053243815898895, 0.028326693922281265, -0.31028300523757935, 0.4675939977169037, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3274761438369751, 0.6047391295433044, -0.17160077393054962, -1.4009233713150024, 0.42090359330177307, 0.4369606077671051, 0.4893728494644165, -0.28535598516464233, -0.4128600060939789, 0.22828499972820282, 1.6523385047912598, -1.121137022972107, 0.8668780326843262, 1009.0, 1003.0, 0.0035811683628708124, -0.29606014490127563, -0.8382547497749329, 1.9079495668411255, -1.0613467693328857, -0.0010603072587400675], "mean": [-0.19952528178691864, 0.6046758890151978, 0.4513896405696869, -1.4119691848754883, -0.2539047300815582, -0.12057431042194366, 0.02827761135995388, -0.31032004952430725, 0.4675745368003845, 0.22823788225650787, -1.5732375383377075, -1.1211349964141846, -0.7462766766548157, 0.17705459892749786, 0.4259392023086548, -0.37484681606292725, -1.4913020133972168, 0.21802107989788055, 0.146026611328125, 0.27299344539642334, -0.3164866268634796, -0.449220210313797, 0.14993740618228912, 1.5333003997802734, -1.4818483591079712, 0.5504306554794312, 1008.0055541992188, 829.3903198242188, 0.0006708856672048569, -0.2960968315601349, -0.838269054889679, 1.9079560041427612, -1.0615346431732178, -0.0010723060695454478], "std": [2.626490459078923e-05, 1.9333096133777872e-05, 2.491852137609385e-05, 1.6691974451532587e-05, 2.245880023110658e-05, 2.0725941794808023e-05, 1.6860260075191036e-05, 1.4929907592886593e-05, 8.292701750178821e-06, 1.3342194506549276e-05, 1.0609626770019531e-05, 2.0265579223632812e-06, 1.0728836059570312e-06, 0.05197351053357124, 0.09127570688724518, 0.11469349265098572, 0.07727939635515213, 0.06954220682382584, 0.19802558422088623, 0.13006453216075897, 0.009199618361890316, 0.017654793336987495, 0.054251376539468765, 0.08133318275213242, 0.18731793761253357, 0.22044578194618225, 0.07446510344743729, 272.09893798828125, 0.0036409120075404644, 1.0953615856124088e-05, 3.773815024032956e-06, 6.520957867905963e-06, 0.0002668290107976645, 6.5696335695974994e-06], "count": [538]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12061969935894012, 0.02822197414934635, -0.31036999821662903, 0.4675540030002594, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.09258971363306046, 0.3042283356189728, -0.6118077039718628, -1.6272403001785278, 0.10758209228515625, -0.12065461277961731, -0.02839650586247444, -0.3340339958667755, -0.4729520082473755, 0.0470380000770092, 1.3293895721435547, -1.7718713283538818, 0.11503519862890244, 1008.0, 330.0, -0.004874524660408497, -0.29616543650627136, -0.8382824659347534, 1.9079488515853882, -1.0625392198562622, -0.0010944801615551114], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12053243815898895, 0.028326693922281265, -0.31028300523757935, 0.4675939977169037, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3274761438369751, 0.6047391295433044, -0.17160077393054962, -1.4009233713150024, 0.42090359330177307, 0.4369606077671051, 0.4893728494644165, -0.28535598516464233, -0.4128600060939789, 0.22828499972820282, 1.6523385047912598, -1.121137022972107, 0.8668780326843262, 1009.0, 1003.0, 0.0035811683628708124, -0.29606014490127563, -0.8382547497749329, 1.9079495668411255, -1.0613467693328857, -0.0010603072587400675], "mean": [-0.19952525198459625, 0.6046757698059082, 0.4513896405696869, -1.4119693040847778, -0.2539048492908478, -0.12057425826787949, 0.02827761135995388, -0.31032007932662964, 0.46757450699806213, 0.2282378077507019, -1.5732375383377075, -1.1211349964141846, -0.7462766766548157, 0.17693859338760376, 0.4254094362258911, -0.374327689409256, -1.4912853240966797, 0.2177610695362091, 0.14629271626472473, 0.2733897566795349, -0.31650808453559875, -0.449228435754776, 0.1498943269252777, 1.533043622970581, -1.482178807258606, 0.5505508780479431, 1008.0055541992188, 829.39404296875, 0.0006719095981679857, -0.2960968613624573, -0.838269054889679, 1.9079560041427612, -1.0615348815917969, -0.0010723219020292163], "std": [2.627490903250873e-05, 1.9486755263642408e-05, 2.4918519557104446e-05, 1.6687556126271375e-05, 2.2523194274981506e-05, 2.074755320791155e-05, 1.6860260075191036e-05, 1.4931445548427291e-05, 8.300281479023397e-06, 1.3420163668342866e-05, 1.0609626770019531e-05, 2.0265579223632812e-06, 1.0728836059570312e-06, 0.05199272930622101, 0.09106362611055374, 0.11497732251882553, 0.07729748636484146, 0.06966880708932877, 0.19776290655136108, 0.12946926057338715, 0.009198594838380814, 0.017664393410086632, 0.05419838801026344, 0.08142495900392532, 0.18683744966983795, 0.22057026624679565, 0.07446509599685669, 272.1026611328125, 0.003641500836238265, 1.0963116437778808e-05, 3.77234482584754e-06, 6.522343028336763e-06, 0.00026672243257053196, 6.5578219619055744e-06], "count": [538]}, "timestamp": {"min": [0.0], "max": [17.9], "mean": [8.950000000000001], "std": [5.176898470877885], "count": [538]}, "frame_index": {"min": [0], "max": [537], "mean": [268.5], "std": [155.30695412633654], "count": [538]}, "episode_index": {"min": [118], "max": [118], "mean": [118.0], "std": [0.0], "count": [538]}, "index": {"min": [69286], "max": [69823], "mean": [69554.5], "std": [155.30695412633654], "count": [538]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [538]}, "gripper_open_scale_state": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.8276877326814659], "std": [0.0, 0.2710153407240089], "count": [538]}, "gripper_open_scale_action": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.8276877326814659], "std": [0.0, 0.2710153407240089], "count": [538]}, "eef_direction_state": {"mean": [6.0, 4.973977695167286], "std": [0.0, 1.7221688623885196], "min": [6, 0], "max": [6, 6], "count": [538]}, "eef_velocity_state": {"mean": [0.0, 0.5631970260223048], "std": [0.0, 0.7619571028662008], "min": [0, 0], "max": [0, 2], "count": [538]}, "eef_acc_mag_state": {"mean": [0.0, 0.5557620817843866], "std": [0.0, 0.8005889300038694], "min": [0, 0], "max": [0, 2], "count": [538]}, "eef_direction_action": {"mean": [6.0, 4.973977695167286], "std": [0.0, 1.7221688623885196], "min": [6, 0], "max": [6, 6], "count": [538]}, "eef_velocity_action": {"mean": [0.0, 0.5631970260223048], "std": [0.0, 0.7619571028662008], "min": [0, 0], "max": [0, 2], "count": [538]}, "eef_acc_mag_action": {"mean": [0.0, 0.5557620817843866], "std": [0.0, 0.8005889300038694], "min": [0, 0], "max": [0, 2], "count": [538]}, "eef_sim_pose_state": {"mean": [-0.31032001972198486, 0.46757444739341736, 0.22823792695999146, -1.5732269287109375, -1.1211371421813965, -0.7462755441665649, -0.3164866864681244, -0.44922006130218506, 0.14993737637996674, 1.5332986116409302, -1.4818453788757324, 0.5504305958747864], "std": [1.4929892131476663e-05, 8.292318852909375e-06, 1.3342130841920152e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.009199620224535465, 0.017654791474342346, 0.05425136908888817, 0.0813332349061966, 0.18731793761253357, 0.2204458862543106], "min": [-0.31036999821662903, 0.4675540030002594, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3340339958667755, -0.4729520082473755, 0.0470380000770092, 1.3293895721435547, -1.7718713283538818, 0.11503519862890244], "max": [-0.31028300523757935, 0.4675939977169037, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.28535598516464233, -0.4128600060939789, 0.22828499972820282, 1.6523385047912598, -1.121137022972107, 0.8668780326843262], "count": [538]}, "eef_sim_pose_action": {"mean": [-0.31032004952430725, 0.4675745368003845, 0.22823788225650787, -1.5732375383377075, -1.1211349964141846, -0.7462766766548157, -0.3164866268634796, -0.449220210313797, 0.14993740618228912, 1.5333003997802734, -1.4818483591079712, 0.5504306554794312], "std": [1.4929907592886593e-05, 8.292701750178821e-06, 1.3342194506549276e-05, 1.0609626770019531e-05, 2.0265579223632812e-06, 1.0728836059570312e-06, 0.009199618361890316, 0.017654793336987495, 0.054251376539468765, 0.08133318275213242, 0.18731793761253357, 0.22044578194618225], "min": [-0.31036999821662903, 0.4675540030002594, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3340339958667755, -0.4729520082473755, 0.0470380000770092, 1.3293895721435547, -1.7718713283538818, 0.11503519862890244], "max": [-0.31028300523757935, 0.4675939977169037, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.28535598516464233, -0.4128600060939789, 0.22828499972820282, 1.6523385047912598, -1.121137022972107, 0.8668780326843262], "count": [538]}, "gripper_mode_state": {"mean": [0.0, 0.21933085501858737], "std": [0.0, 0.4137932225827331], "min": [0, 0], "max": [0, 1], "count": [538]}, "gripper_activity_state": {"mean": [2.0, 1.741635687732342], "std": [0.0, 0.599081329843686], "min": [2, 0], "max": [2, 2], "count": [538]}, "gripper_mode_action": {"mean": [0.0, 0.21933085501858737], "std": [0.0, 0.4137932225827331], "min": [0, 0], "max": [0, 1], "count": [538]}, "gripper_activity_action": {"mean": [2.0, 1.741635687732342], "std": [0.0, 0.599081329843686], "min": [2, 0], "max": [2, 2], "count": [538]}}} +{"episode_index": 66, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40442478932159287]], [[0.41269137882776563]], [[0.41065453847434036]]], "std": [[[0.20595869270573092]], [[0.20498233143832068]], [[0.2015791383891652]]], "count": [108]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3326690892792302]], [[0.3160453393548777]], [[0.3245652497881869]]], "std": [[[0.24368156566875607]], [[0.2541942164893542]], [[0.23933444359823275]]], "count": [108]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4265636744281046]], [[0.43119968114560636]], [[0.42361018253752114]]], "std": [[[0.27069557879413897]], [[0.2668919076564508]], [[0.26665629737488833]]], "count": [108]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3940183331820382]], [[0.38865416591019125]], [[0.4037554031257565]]], "std": [[[0.27564796809819037]], [[0.27979817153515724]], [[0.2776074765244192]]], "count": [108]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12061969935894012, 0.02822197414934635, -0.31036999821662903, 0.46755099296569824, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.10241591930389404, 0.4155803620815277, -0.6302209496498108, -1.5537270307540894, 0.19207347929477692, -0.1345299780368805, -0.02839650586247444, -0.33385199308395386, -0.47733500599861145, 0.05978500097990036, 1.3725131750106812, -1.8766050338745117, 0.0808112621307373, 1008.0, 330.0, -0.00429740222170949, -0.2961598038673401, -0.8382793068885803, 1.9079488515853882, -1.0614656209945679, -0.0010716982651501894], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12041027098894119, 0.028326693922281265, -0.31028300523757935, 0.46759799122810364, 0.22826999425888062, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.37781140208244324, 0.6252642273902893, -0.24024458229541779, -1.3093810081481934, 0.47733011841773987, 0.3764675259590149, 0.6123138666152954, -0.2881140112876892, -0.4319399893283844, 0.22921699285507202, 1.8826320171356201, -1.121137022972107, 0.7484424710273743, 1009.0, 1003.0, 0.0038725496269762516, -0.2958947420120239, -0.8382420539855957, 1.9079527854919434, -1.061455249786377, -0.0008647626964375377], "mean": [-0.19952185451984406, 0.604668140411377, 0.45138996839523315, -1.4119688272476196, -0.25390639901161194, -0.12056813389062881, 0.028276467695832253, -0.31032252311706543, 0.4675741195678711, 0.2282356321811676, -1.5732372999191284, -1.1211341619491577, -0.7462766766548157, 0.2417399287223816, 0.5026023983955383, -0.43094006180763245, -1.4139821529388428, 0.28722649812698364, 0.07095441222190857, 0.3525324761867523, -0.3190183937549591, -0.45768600702285767, 0.16545411944389343, 1.6044020652770996, -1.5135304927825928, 0.4797270596027374, 1008.00390625, 821.0794677734375, -9.637643961468711e-05, -0.2960888147354126, -0.8382606506347656, 1.9079557657241821, -1.0614625215530396, -0.0009444298921152949], "std": [2.562319605203811e-05, 1.8767294022836722e-05, 2.4798524464131333e-05, 1.714254540274851e-05, 2.4410459445789456e-05, 2.458429298712872e-05, 1.5733672626083717e-05, 1.4935195395082701e-05, 8.025970601011068e-06, 1.2956300452060532e-05, 1.0371208190917969e-05, 2.86102294921875e-06, 1.0728836059570312e-06, 0.06398461014032364, 0.06018577516078949, 0.10416863858699799, 0.07359397411346436, 0.0741160437464714, 0.19466844201087952, 0.1665690839290619, 0.009367819875478745, 0.015612581744790077, 0.05396285653114319, 0.09955564886331558, 0.220997616648674, 0.2215564250946045, 0.062136515974998474, 274.9693298339844, 0.003700794419273734, 2.9968859962536953e-05, 5.38582207809668e-06, 6.36365803075023e-06, 5.151290679350495e-06, 4.298474232200533e-05], "count": [516]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12061969935894012, 0.02822197414934635, -0.31036999821662903, 0.46755099296569824, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.10241591930389404, 0.4155803620815277, -0.6302209496498108, -1.5537270307540894, 0.19207347929477692, -0.1345299780368805, -0.02839650586247444, -0.33385199308395386, -0.47733500599861145, 0.05978500097990036, 1.3725131750106812, -1.8766050338745117, 0.0808112621307373, 1008.0, 330.0, -0.00429740222170949, -0.2961598038673401, -0.8382793068885803, 1.9079488515853882, -1.0614656209945679, -0.0010716982651501894], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12041027098894119, 0.028326693922281265, -0.31028300523757935, 0.46759799122810364, 0.22826999425888062, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.37781140208244324, 0.6252642273902893, -0.24024458229541779, -1.3093810081481934, 0.47733011841773987, 0.3764675259590149, 0.6123138666152954, -0.2881140112876892, -0.4319399893283844, 0.22921699285507202, 1.8826320171356201, -1.121137022972107, 0.7484424710273743, 1009.0, 1003.0, 0.0038725496269762516, -0.2958947420120239, -0.8382420539855957, 1.9079527854919434, -1.061455249786377, -0.0008647626964375377], "mean": [-0.19952178001403809, 0.6046682000160217, 0.45139002799987793, -1.4119688272476196, -0.25390636920928955, -0.12056803703308105, 0.028276434168219566, -0.3103225529193878, 0.4675741195678711, 0.22823567688465118, -1.5732372999191284, -1.1211341619491577, -0.7462766766548157, 0.2416071593761444, 0.5023749470710754, -0.4305380582809448, -1.4139723777770996, 0.2872413694858551, 0.07108842581510544, 0.3531319797039032, -0.3190358579158783, -0.45767033100128174, 0.16545289754867554, 1.6043505668640137, -1.514009714126587, 0.479678750038147, 1008.00390625, 821.0794677734375, -8.23793452582322e-05, -0.2960885763168335, -0.8382606506347656, 1.9079557657241821, -1.0614625215530396, -0.0009440546273253858], "std": [2.5566287149558775e-05, 1.8768558220472187e-05, 2.4764935005805455e-05, 1.714254540274851e-05, 2.4410157493548468e-05, 2.476677946106065e-05, 1.5756939319544472e-05, 1.4936065781512298e-05, 8.026240720937494e-06, 1.2876157597929705e-05, 1.0371208190917969e-05, 2.86102294921875e-06, 1.0728836059570312e-06, 0.06414293497800827, 0.060023363679647446, 0.10448849201202393, 0.0735945776104927, 0.07411014288663864, 0.19456039369106293, 0.16575321555137634, 0.009360077790915966, 0.01560672465711832, 0.05396139621734619, 0.09957855194807053, 0.22041577100753784, 0.2215011864900589, 0.062136515974998474, 274.9693298339844, 0.0036997024435549974, 3.0269766284618527e-05, 5.38582207809668e-06, 6.3595020947104786e-06, 5.15300143888453e-06, 4.272473597666249e-05], "count": [516]}, "timestamp": {"min": [0.0], "max": [17.166666666666668], "mean": [8.583333333333334], "std": [4.965202990889772], "count": [516]}, "frame_index": {"min": [0], "max": [515], "mean": [257.5], "std": [148.95608972669316], "count": [516]}, "episode_index": {"min": [119], "max": [119], "mean": [119.0], "std": [0.0], "count": [516]}, "index": {"min": [69824], "max": [70339], "mean": [70081.5], "std": [148.95608972669316], "count": [516]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [516]}, "gripper_open_scale_state": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.8199844968526863], "std": [0.0, 0.27424868291525906], "count": [516]}, "gripper_open_scale_action": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.8199844968526863], "std": [0.0, 0.27424868291525906], "count": [516]}, "eef_direction_state": {"mean": [6.0, 4.930232558139535], "std": [0.0, 1.7058315234004744], "min": [6, 0], "max": [6, 6], "count": [516]}, "eef_velocity_state": {"mean": [0.0, 0.5852713178294574], "std": [0.0, 0.7538635139761476], "min": [0, 0], "max": [0, 2], "count": [516]}, "eef_acc_mag_state": {"mean": [0.0, 0.5717054263565892], "std": [0.0, 0.8001294701736218], "min": [0, 0], "max": [0, 2], "count": [516]}, "eef_direction_action": {"mean": [6.0, 4.930232558139535], "std": [0.0, 1.7058315234004744], "min": [6, 0], "max": [6, 6], "count": [516]}, "eef_velocity_action": {"mean": [0.0, 0.5852713178294574], "std": [0.0, 0.7538635139761476], "min": [0, 0], "max": [0, 2], "count": [516]}, "eef_acc_mag_action": {"mean": [0.0, 0.5717054263565892], "std": [0.0, 0.8001294701736218], "min": [0, 0], "max": [0, 2], "count": [516]}, "eef_sim_pose_state": {"mean": [-0.31032267212867737, 0.467573881149292, 0.22823567688465118, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.3190184533596039, -0.457686185836792, 0.16545404493808746, 1.604399561882019, -1.5135318040847778, 0.47972649335861206], "std": [1.4934541468392126e-05, 8.022982001421042e-06, 1.2956261343788356e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.009367819875478745, 0.015612582676112652, 0.0539628341794014, 0.09955573827028275, 0.22099749743938446, 0.22155646979808807], "min": [-0.31036999821662903, 0.46755099296569824, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33385199308395386, -0.47733500599861145, 0.05978500097990036, 1.3725131750106812, -1.8766050338745117, 0.0808112621307373], "max": [-0.31028300523757935, 0.46759799122810364, 0.22826999425888062, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2881140112876892, -0.4319399893283844, 0.22921699285507202, 1.8826320171356201, -1.121137022972107, 0.7484424710273743], "count": [516]}, "eef_sim_pose_action": {"mean": [-0.31032252311706543, 0.4675741195678711, 0.2282356321811676, -1.5732372999191284, -1.1211341619491577, -0.7462766766548157, -0.3190183937549591, -0.45768600702285767, 0.16545411944389343, 1.6044020652770996, -1.5135304927825928, 0.4797270596027374], "std": [1.4935195395082701e-05, 8.025970601011068e-06, 1.2956300452060532e-05, 1.0371208190917969e-05, 2.86102294921875e-06, 1.0728836059570312e-06, 0.009367819875478745, 0.015612581744790077, 0.05396285653114319, 0.09955564886331558, 0.220997616648674, 0.2215564250946045], "min": [-0.31036999821662903, 0.46755099296569824, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33385199308395386, -0.47733500599861145, 0.05978500097990036, 1.3725131750106812, -1.8766050338745117, 0.0808112621307373], "max": [-0.31028300523757935, 0.46759799122810364, 0.22826999425888062, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2881140112876892, -0.4319399893283844, 0.22921699285507202, 1.8826320171356201, -1.121137022972107, 0.7484424710273743], "count": [516]}, "gripper_mode_state": {"mean": [0.0, 0.22868217054263565], "std": [0.0, 0.4199840894826173], "min": [0, 0], "max": [0, 1], "count": [516]}, "gripper_activity_state": {"mean": [2.0, 1.7325581395348837], "std": [0.0, 0.6085518189827671], "min": [2, 0], "max": [2, 2], "count": [516]}, "gripper_mode_action": {"mean": [0.0, 0.22868217054263565], "std": [0.0, 0.4199840894826173], "min": [0, 0], "max": [0, 1], "count": [516]}, "gripper_activity_action": {"mean": [2.0, 1.7325581395348837], "std": [0.0, 0.6085518189827671], "min": [2, 0], "max": [2, 2], "count": [516]}}} +{"episode_index": 67, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4176257046568627]], [[0.42506381399782134]], [[0.4235164079520697]]], "std": [[[0.21277227933951604]], [[0.20995742815939114]], [[0.20753368791457077]]], "count": [120]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34095172249455336]], [[0.3254083129084967]], [[0.3359007421023965]]], "std": [[[0.2641123665521745]], [[0.27379899073765435]], [[0.26040835811604884]]], "count": [120]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43106186512799566]], [[0.43435724060457515]], [[0.42734297045206976]]], "std": [[[0.28117388981536723]], [[0.27653503734672963]], [[0.2788495799901754]]], "count": [120]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39196993123638346]], [[0.38360050891884534]], [[0.40093432904411763]]], "std": [[[0.27818784352711395]], [[0.28831353535585647]], [[0.2819585996504345]]], "count": [120]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.1206720620393753, 0.02822197414934635, -0.31038498878479004, 0.4675469994544983, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.01384046021848917, 0.3113493025302887, -0.620534360408783, -1.6854993104934692, 0.04022984206676483, -0.13817770779132843, -0.028291787952184677, -0.33497899770736694, -0.4676010012626648, 0.04296699911355972, 1.3659731149673462, -1.7181710004806519, 0.06603002548217773, 1008.0, 322.0, -0.004487270023673773, -0.2962782382965088, -0.8382848501205444, 1.9079495668411255, -1.0614608526229858, -0.000994809321127832], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12049752473831177, 0.02834414690732956, -0.31028398871421814, 0.46759700775146484, 0.22828899323940277, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.34201472997665405, 0.6627712845802307, -0.24118705093860626, -1.411919116973877, 0.3673045337200165, 0.44580942392349243, 0.5594652891159058, -0.2761540114879608, -0.4145529866218567, 0.2285500019788742, 1.8089041709899902, -1.1152589321136475, 0.7606103420257568, 1009.0, 1003.0, 0.003562369616702199, -0.2959737181663513, -0.838256299495697, 1.9079504013061523, -1.0614513158798218, -0.000737563765142113], "mean": [-0.19952058792114258, 0.6046750545501709, 0.45138663053512573, -1.4119657278060913, -0.25391197204589844, -0.12055535614490509, 0.02827678993344307, -0.3103239834308624, 0.46757417917251587, 0.2282414585351944, -1.5732380151748657, -1.1211369037628174, -0.7462766766548157, 0.1822262555360794, 0.4540822207927704, -0.4572753310203552, -1.5670195817947388, 0.19496364891529083, 0.21392656862735748, 0.3316822946071625, -0.31062060594558716, -0.43122541904449463, 0.11743029206991196, 1.609039306640625, -1.5300945043563843, 0.38673555850982666, 1008.001708984375, 746.399658203125, 0.0005573001108132303, -0.2960226833820343, -0.8382666110992432, 1.9079563617706299, -1.0614609718322754, -0.0009061150485649705], "std": [2.6321347831981257e-05, 1.9773349777096882e-05, 2.422187026240863e-05, 1.5874691598583013e-05, 2.226497781521175e-05, 2.1924424800090492e-05, 1.686056930338964e-05, 1.375394276692532e-05, 7.74848558648955e-06, 1.3113976820022799e-05, 1.1086463928222656e-05, 1.1920928955078125e-07, 1.0728836059570312e-06, 0.08855744451284409, 0.11376827955245972, 0.10295818001031876, 0.06117015704512596, 0.09261146187782288, 0.14382542669773102, 0.17615215480327606, 0.013200599700212479, 0.011874760501086712, 0.055026765912771225, 0.11873911321163177, 0.17599999904632568, 0.21862167119979858, 0.04103044420480728, 310.4415588378906, 0.0035419361665844917, 1.8218026525573805e-05, 6.293149453995284e-06, 5.9964922911603935e-06, 4.844656814384507e-06, 4.82285613543354e-05], "count": [593]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.1206720620393753, 0.02822197414934635, -0.31038498878479004, 0.4675469994544983, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.01384046021848917, 0.3113493025302887, -0.620534360408783, -1.6854993104934692, 0.04022984206676483, -0.13817770779132843, -0.028291787952184677, -0.33497899770736694, -0.4676010012626648, 0.04296699911355972, 1.3659731149673462, -1.7181710004806519, 0.06603002548217773, 1008.0, 322.0, -0.004569984506815672, -0.2962782382965088, -0.8382848501205444, 1.9079495668411255, -1.0614608526229858, -0.000994809321127832], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12049752473831177, 0.02834414690732956, -0.31028398871421814, 0.46759700775146484, 0.22828899323940277, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.34201472997665405, 0.6627712845802307, -0.24118705093860626, -1.411919116973877, 0.3673045337200165, 0.44580942392349243, 0.5594652891159058, -0.2761540114879608, -0.4145529866218567, 0.2285500019788742, 1.8089041709899902, -1.1152589321136475, 0.7606103420257568, 1009.0, 1003.0, 0.003562369616702199, -0.2959737181663513, -0.838256299495697, 1.9079504013061523, -1.0614513158798218, -0.000737563765142113], "mean": [-0.19952048361301422, 0.6046750545501709, 0.45138654112815857, -1.4119656085968018, -0.2539118826389313, -0.12055548280477524, 0.02827676199376583, -0.31032392382621765, 0.46757417917251587, 0.22824150323867798, -1.5732380151748657, -1.1211369037628174, -0.7462766766548157, 0.18192166090011597, 0.453696608543396, -0.45692703127861023, -1.5674755573272705, 0.19469979405403137, 0.2145060896873474, 0.33210182189941406, -0.31060007214546204, -0.43115320801734924, 0.1173088476061821, 1.6089119911193848, -1.53053879737854, 0.3865281045436859, 1008.001708984375, 746.3963012695312, 0.0005440015229396522, -0.2960227429866791, -0.8382666707038879, 1.9079563617706299, -1.0614609718322754, -0.0009059581207111478], "std": [2.639151171024423e-05, 1.9773349777096882e-05, 2.4223323634942062e-05, 1.5899428035481833e-05, 2.2221678591449745e-05, 2.2080530470702797e-05, 1.6849558960529976e-05, 1.3779200344288256e-05, 7.748841198917944e-06, 1.3110443433106411e-05, 1.1086463928222656e-05, 1.1920928955078125e-07, 1.0728836059570312e-06, 0.08880752325057983, 0.11364461481571198, 0.103326216340065, 0.06102021411061287, 0.09266604483127594, 0.14316757023334503, 0.17558975517749786, 0.013210524804890156, 0.01178325992077589, 0.05486128106713295, 0.11881790310144424, 0.17529822885990143, 0.21833869814872742, 0.04103044420480728, 310.4378356933594, 0.003546355990692973, 1.8261636796523817e-05, 6.28460611551418e-06, 5.997988864692161e-06, 4.842875569011085e-06, 4.848256867262535e-05], "count": [593]}, "timestamp": {"min": [0.0], "max": [19.733333333333334], "mean": [9.866666666666667], "std": [5.706137047074843], "count": [593]}, "frame_index": {"min": [0], "max": [592], "mean": [296.0], "std": [171.18411141224527], "count": [593]}, "episode_index": {"min": [120], "max": [120], "mean": [120.0], "std": [0.0], "count": [593]}, "index": {"min": [70340], "max": [70932], "mean": [70636.0], "std": [171.18411141224527], "count": [593]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [593]}, "gripper_open_scale_state": {"min": [1.0, 0.32199999690055847], "max": [1.0, 1.0], "mean": [1.0, 0.7448971356448999], "std": [0.0, 0.3092007310916524], "count": [593]}, "gripper_open_scale_action": {"min": [1.0, 0.32199999690055847], "max": [1.0, 1.0], "mean": [1.0, 0.7448971356448999], "std": [0.0, 0.3092007310916524], "count": [593]}, "eef_direction_state": {"mean": [6.0, 4.730185497470489], "std": [0.0, 2.051951598327975], "min": [6, 0], "max": [6, 6], "count": [593]}, "eef_velocity_state": {"mean": [0.0, 0.4822934232715008], "std": [0.0, 0.6748481572319144], "min": [0, 0], "max": [0, 2], "count": [593]}, "eef_acc_mag_state": {"mean": [0.0, 0.4873524451939292], "std": [0.0, 0.7684275169467436], "min": [0, 0], "max": [0, 2], "count": [593]}, "eef_direction_action": {"mean": [6.0, 4.730185497470489], "std": [0.0, 2.051951598327975], "min": [6, 0], "max": [6, 6], "count": [593]}, "eef_velocity_action": {"mean": [0.0, 0.4822934232715008], "std": [0.0, 0.6748481572319144], "min": [0, 0], "max": [0, 2], "count": [593]}, "eef_acc_mag_action": {"mean": [0.0, 0.4873524451939292], "std": [0.0, 0.7684275169467436], "min": [0, 0], "max": [0, 2], "count": [593]}, "eef_sim_pose_state": {"mean": [-0.31032419204711914, 0.46757417917251587, 0.22824148833751678, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.31062039732933044, -0.43122532963752747, 0.11743026226758957, 1.6090385913848877, -1.5300943851470947, 0.38673514127731323], "std": [1.3752559425483923e-05, 7.748498319415376e-06, 1.3113929526298307e-05, 0.0, 0.0, 5.960464477539063e-08, 0.013200594112277031, 0.011874765157699585, 0.055026762187480927, 0.11873909831047058, 0.17600001394748688, 0.21862173080444336], "min": [-0.31038498878479004, 0.4675469994544983, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33497899770736694, -0.4676010012626648, 0.04296699911355972, 1.3659731149673462, -1.7181710004806519, 0.06603002548217773], "max": [-0.31028398871421814, 0.46759700775146484, 0.22828899323940277, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2761540114879608, -0.4145529866218567, 0.2285500019788742, 1.8089041709899902, -1.1152589321136475, 0.7606103420257568], "count": [593]}, "eef_sim_pose_action": {"mean": [-0.3103239834308624, 0.46757417917251587, 0.2282414585351944, -1.5732380151748657, -1.1211369037628174, -0.7462766766548157, -0.31062060594558716, -0.43122541904449463, 0.11743029206991196, 1.609039306640625, -1.5300945043563843, 0.38673555850982666], "std": [1.375394276692532e-05, 7.74848558648955e-06, 1.3113976820022799e-05, 1.1086463928222656e-05, 1.1920928955078125e-07, 1.0728836059570312e-06, 0.013200599700212479, 0.011874760501086712, 0.055026765912771225, 0.11873911321163177, 0.17599999904632568, 0.21862167119979858], "min": [-0.31038498878479004, 0.4675469994544983, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33497899770736694, -0.4676010012626648, 0.04296699911355972, 1.3659731149673462, -1.7181710004806519, 0.06603002548217773], "max": [-0.31028398871421814, 0.46759700775146484, 0.22828899323940277, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2761540114879608, -0.4145529866218567, 0.2285500019788742, 1.8089041709899902, -1.1152589321136475, 0.7606103420257568], "count": [593]}, "gripper_mode_state": {"mean": [0.0, 0.3440134907251265], "std": [0.0, 0.47504548090076504], "min": [0, 0], "max": [0, 1], "count": [593]}, "gripper_activity_state": {"mean": [2.0, 1.7537942664418213], "std": [0.0, 0.589471943216101], "min": [2, 0], "max": [2, 2], "count": [593]}, "gripper_mode_action": {"mean": [0.0, 0.3440134907251265], "std": [0.0, 0.47504548090076504], "min": [0, 0], "max": [0, 1], "count": [593]}, "gripper_activity_action": {"mean": [2.0, 1.7537942664418213], "std": [0.0, 0.589471943216101], "min": [2, 0], "max": [2, 2], "count": [593]}}} +{"episode_index": 68, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4113333651885831]], [[0.420843324638724]], [[0.4175332849883073]]], "std": [[[0.2123570127103595]], [[0.20987485335432624]], [[0.20756080065215962]]], "count": [109]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3358157286232536]], [[0.3228995791359357]], [[0.33904090588834923]]], "std": [[[0.2662969954988892]], [[0.2738838676651149]], [[0.26487276168079166]]], "count": [109]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43096500607123583]], [[0.4339978019877676]], [[0.42672206481981173]]], "std": [[[0.28229837510378264]], [[0.2775611492945266]], [[0.2797923732338665]]], "count": [109]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3757230204773041]], [[0.36905282349943036]], [[0.383431520582239]]], "std": [[[0.2606540399378266]], [[0.26231423595276965]], [[0.26513936059424464]]], "count": [109]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.3103710114955902, 0.4675480127334595, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.038467057049274445, 0.24701644480228424, -0.6378654837608337, -1.7527295351028442, -0.10042624920606613, -0.12657126784324646, -0.02834414690732956, -0.34341201186180115, -0.46775099635124207, 0.02974499948322773, 1.2971338033676147, -1.852053165435791, 0.12506726384162903, 1008.0, 330.0, -0.004391395952552557, -0.29633837938308716, -0.838378369808197, 1.9079495668411255, -1.0614560842514038, -0.0008960877894423902], "max": [-0.19945622980594635, 0.6047391295433044, 0.4514293968677521, -1.411901593208313, -0.25385814905166626, -0.12046262621879578, 0.028361599892377853, -0.31028300523757935, 0.46759501099586487, 0.22828899323940277, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.38521161675453186, 0.6368182897567749, -0.19830431044101715, -1.3992478847503662, 0.3949156701564789, 0.5556604862213135, 0.5695358514785767, -0.27278798818588257, -0.4164240062236786, 0.22825400531291962, 1.7202684879302979, -1.0905574560165405, 0.7869710326194763, 1009.0, 1003.0, 0.0036206457298249006, -0.29584020376205444, -0.8382452130317688, 1.9079519510269165, -1.0614426136016846, -0.000645486987195909], "mean": [-0.19951434433460236, 0.6046801209449768, 0.4513894319534302, -1.4119688272476196, -0.25391560792922974, -0.12051671743392944, 0.02828657440841198, -0.3103291988372803, 0.4675731062889099, 0.22824406623840332, -1.573237419128418, -1.121134638786316, -0.7462766766548157, 0.17650993168354034, 0.4029146432876587, -0.4242207705974579, -1.5609264373779297, 0.21460436284542084, 0.24754299223423004, 0.3019393980503082, -0.307536780834198, -0.43597865104675293, 0.1154613345861435, 1.5390729904174805, -1.558483600616455, 0.4668397009372711, 1008.0018920898438, 776.7001953125, 0.00043363100849092007, -0.29601481556892395, -0.8383245468139648, 1.9079560041427612, -1.0614566802978516, -0.0007753449608571827], "std": [2.5657956939539872e-05, 1.9608643924584612e-05, 2.4486438633175567e-05, 1.7203214156324975e-05, 2.3832879378460348e-05, 3.2461772207170725e-05, 1.8602051568450406e-05, 1.588050690770615e-05, 8.187598723452538e-06, 1.3666440281667747e-05, 1.049041748046875e-05, 2.384185791015625e-06, 1.0728836059570312e-06, 0.09506258368492126, 0.11728951334953308, 0.1220942959189415, 0.09899861365556717, 0.13371625542640686, 0.22480663657188416, 0.15142685174942017, 0.016705665737390518, 0.012610574252903461, 0.057748813182115555, 0.12120573222637177, 0.2070452719926834, 0.2217196673154831, 0.04351931810379028, 296.3805236816406, 0.003654011059552431, 3.4427535865688697e-05, 4.7727640776429325e-05, 6.1990854192117695e-06, 6.406441116268979e-06, 8.75570549396798e-05], "count": [527]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.3103710114955902, 0.4675480127334595, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.038467057049274445, 0.24701644480228424, -0.6378654837608337, -1.7527295351028442, -0.10042624920606613, -0.12657126784324646, -0.02834414690732956, -0.34341201186180115, -0.46775099635124207, 0.02974499948322773, 1.2971338033676147, -1.852053165435791, 0.12506726384162903, 1008.0, 330.0, -0.004391395952552557, -0.29633837938308716, -0.838378369808197, 1.9079495668411255, -1.0614560842514038, -0.0008960877894423902], "max": [-0.19945622980594635, 0.6047391295433044, 0.4514293968677521, -1.411901593208313, -0.25385814905166626, -0.12046262621879578, 0.028361599892377853, -0.31028300523757935, 0.46759501099586487, 0.22828899323940277, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.38521161675453186, 0.6368182897567749, -0.19830431044101715, -1.3992478847503662, 0.3949156701564789, 0.5556604862213135, 0.5695358514785767, -0.27278798818588257, -0.4164240062236786, 0.22825400531291962, 1.7202684879302979, -1.0905574560165405, 0.7869710326194763, 1009.0, 1003.0, 0.0036206457298249006, -0.29584020376205444, -0.8382452130317688, 1.9079519510269165, -1.0614426136016846, -0.000645486987195909], "mean": [-0.19951434433460236, 0.6046801805496216, 0.45138949155807495, -1.4119688272476196, -0.2539156377315521, -0.12051671743392944, 0.028286509215831757, -0.31032925844192505, 0.4675730764865875, 0.22824406623840332, -1.573237419128418, -1.121134638786316, -0.7462766766548157, 0.17626602947711945, 0.40232619643211365, -0.42374464869499207, -1.5611268281936646, 0.21394777297973633, 0.2475450187921524, 0.30226442217826843, -0.30750906467437744, -0.43594658374786377, 0.11534678190946579, 1.5392765998840332, -1.5584419965744019, 0.46691274642944336, 1008.0018920898438, 776.7039794921875, 0.00044724330655299127, -0.2960148751735687, -0.838324785232544, 1.9079560041427612, -1.0614566802978516, -0.0007755827391520143], "std": [2.5657956939539872e-05, 1.9579425497795455e-05, 2.454880996083375e-05, 1.7317001038463786e-05, 2.3813980078557506e-05, 3.2461772207170725e-05, 1.8520973753766157e-05, 1.5931178495520726e-05, 8.19558135845e-06, 1.3644630598719232e-05, 1.049041748046875e-05, 2.384185791015625e-06, 1.0728836059570312e-06, 0.09516806155443192, 0.1170535534620285, 0.12247603386640549, 0.09880358725786209, 0.1343698501586914, 0.2248034030199051, 0.15090063214302063, 0.016713108867406845, 0.012551568448543549, 0.05758465826511383, 0.12135307490825653, 0.20713567733764648, 0.22181792557239532, 0.04351931810379028, 296.38311767578125, 0.0036520748399198055, 3.441921580815688e-05, 4.7705801989650354e-05, 6.1990854192117695e-06, 6.408164608728839e-06, 8.747472747927532e-05], "count": [527]}, "timestamp": {"min": [0.0], "max": [17.533333333333335], "mean": [8.766666666666666], "std": [5.071050734863097], "count": [527]}, "frame_index": {"min": [0], "max": [526], "mean": [263.0], "std": [152.13152204589292], "count": [527]}, "episode_index": {"min": [121], "max": [121], "mean": [121.0], "std": [0.0], "count": [527]}, "index": {"min": [70933], "max": [71459], "mean": [71196.0], "std": [152.13152204589292], "count": [527]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [527]}, "gripper_open_scale_state": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.775337760147605], "std": [0.0, 0.29534268662764535], "count": [527]}, "gripper_open_scale_action": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.775337760147605], "std": [0.0, 0.29534268662764535], "count": [527]}, "eef_direction_state": {"mean": [6.0, 4.743833017077799], "std": [0.0, 1.9705697349437097], "min": [6, 0], "max": [6, 6], "count": [527]}, "eef_velocity_state": {"mean": [0.0, 0.5673624288425048], "std": [0.0, 0.7486339663109112], "min": [0, 0], "max": [0, 2], "count": [527]}, "eef_acc_mag_state": {"mean": [0.0, 0.6148007590132827], "std": [0.0, 0.8228295629805678], "min": [0, 0], "max": [0, 2], "count": [527]}, "eef_direction_action": {"mean": [6.0, 4.743833017077799], "std": [0.0, 1.9705697349437097], "min": [6, 0], "max": [6, 6], "count": [527]}, "eef_velocity_action": {"mean": [0.0, 0.5673624288425048], "std": [0.0, 0.7486339663109112], "min": [0, 0], "max": [0, 2], "count": [527]}, "eef_acc_mag_action": {"mean": [0.0, 0.6148007590132827], "std": [0.0, 0.8228295629805678], "min": [0, 0], "max": [0, 2], "count": [527]}, "eef_sim_pose_state": {"mean": [-0.3103291690349579, 0.467572957277298, 0.22824402153491974, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.3075365722179413, -0.4359785318374634, 0.11546125262975693, 1.5390729904174805, -1.5584847927093506, 0.46683967113494873], "std": [1.5880490536801517e-05, 8.18622447695816e-06, 1.3666324775840621e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.01670566014945507, 0.012610575184226036, 0.057748813182115555, 0.12120573222637177, 0.2070453017950058, 0.2217196673154831], "min": [-0.3103710114955902, 0.4675480127334595, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34341201186180115, -0.46775099635124207, 0.02974499948322773, 1.2971338033676147, -1.852053165435791, 0.12506726384162903], "max": [-0.31028300523757935, 0.46759501099586487, 0.22828899323940277, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27278798818588257, -0.4164240062236786, 0.22825400531291962, 1.7202684879302979, -1.0905574560165405, 0.7869710326194763], "count": [527]}, "eef_sim_pose_action": {"mean": [-0.3103291988372803, 0.4675731062889099, 0.22824406623840332, -1.573237419128418, -1.121134638786316, -0.7462766766548157, -0.307536780834198, -0.43597865104675293, 0.1154613345861435, 1.5390729904174805, -1.558483600616455, 0.4668397009372711], "std": [1.588050690770615e-05, 8.187598723452538e-06, 1.3666440281667747e-05, 1.049041748046875e-05, 2.384185791015625e-06, 1.0728836059570312e-06, 0.016705665737390518, 0.012610574252903461, 0.057748813182115555, 0.12120573222637177, 0.2070452719926834, 0.2217196673154831], "min": [-0.3103710114955902, 0.4675480127334595, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34341201186180115, -0.46775099635124207, 0.02974499948322773, 1.2971338033676147, -1.852053165435791, 0.12506726384162903], "max": [-0.31028300523757935, 0.46759501099586487, 0.22828899323940277, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27278798818588257, -0.4164240062236786, 0.22825400531291962, 1.7202684879302979, -1.0905574560165405, 0.7869710326194763], "count": [527]}, "gripper_mode_state": {"mean": [0.0, 0.29411764705882354], "std": [0.0, 0.45564509955381405], "min": [0, 0], "max": [0, 1], "count": [527]}, "gripper_activity_state": {"mean": [2.0, 1.7362428842504745], "std": [0.0, 0.6072580626632114], "min": [2, 0], "max": [2, 2], "count": [527]}, "gripper_mode_action": {"mean": [0.0, 0.29411764705882354], "std": [0.0, 0.45564509955381405], "min": [0, 0], "max": [0, 1], "count": [527]}, "gripper_activity_action": {"mean": [2.0, 1.7362428842504745], "std": [0.0, 0.6072580626632114], "min": [2, 0], "max": [2, 2], "count": [527]}}} +{"episode_index": 69, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41109803756852203]], [[0.4207386230365802]], [[0.41826745994096565]]], "std": [[[0.21084871434568944]], [[0.2084850712624048]], [[0.20641374244114227]]], "count": [124]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34056540559772297]], [[0.3278600470430108]], [[0.34079239141893314]]], "std": [[[0.26550411998475343]], [[0.2740208204189229]], [[0.2628083711604928]]], "count": [124]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4329715238245836]], [[0.43572414611005694]], [[0.4282199754901961]]], "std": [[[0.2817258738739344]], [[0.27694151096508435]], [[0.2789600267768242]]], "count": [124]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36133117060668357]], [[0.35378649292378245]], [[0.3795095370809614]]], "std": [[[0.2616192221620444]], [[0.2629521601967976]], [[0.27173149094965743]]], "count": [124]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02825688011944294, -0.31037700176239014, 0.4675469994544983, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2660579979419708, 0.29363417625427246, -0.759689450263977, -1.8591945171356201, -0.1662077009677887, -0.16093680262565613, -0.19966566562652588, -0.33951300382614136, -0.4846999943256378, 0.033597998321056366, 1.2668638229370117, -1.8459328413009644, -0.11055861413478851, 1008.0, 330.0, -0.004788050428032875, -0.29623690247535706, -0.8384963870048523, 1.907942533493042, -1.0628608465194702, -0.0010375253623351455], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25385814905166626, -0.12049752473831177, 0.02834414690732956, -0.31028199195861816, 0.46759700775146484, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5927137732505798, 0.6071826219558716, -0.15542156994342804, -1.1747113466262817, 0.43052035570144653, 0.4558974504470825, 0.7373841404914856, -0.25747400522232056, -0.359932005405426, 0.22827500104904175, 1.8351370096206665, -0.9433460235595703, 0.7693070769309998, 1008.0, 1004.0, 0.0036751623265445232, -0.29595866799354553, -0.837978184223175, 1.9079519510269165, -1.0599364042282104, -0.00065687793539837], "mean": [-0.19951535761356354, 0.6046664118766785, 0.4513838589191437, -1.4119675159454346, -0.25391557812690735, -0.1205623522400856, 0.028285782784223557, -0.3103243410587311, 0.46757352352142334, 0.2282397300004959, -1.5732381343841553, -1.1211376190185547, -0.7462767362594604, 0.24334241449832916, 0.415065735578537, -0.5085322856903076, -1.5048590898513794, 0.2237427532672882, 0.2556154727935791, 0.32819923758506775, -0.3129637539386749, -0.44068360328674316, 0.10368089377880096, 1.5640552043914795, -1.5668851137161255, 0.3503867983818054, 1008.0, 747.7560424804688, 0.0007708200137130916, -0.29605674743652344, -0.8382420539855957, 1.9079563617706299, -1.0615586042404175, -0.0009142743074335158], "std": [2.4796610887278803e-05, 2.129096355929505e-05, 2.4433787984889932e-05, 1.817061820474919e-05, 2.345173925277777e-05, 2.1093650502734818e-05, 1.7940612451639026e-05, 1.4714523786096834e-05, 8.053077181102708e-06, 1.3371181921684183e-05, 1.1205673217773438e-05, 5.960464477539062e-07, 1.1324882507324219e-06, 0.22297003865242004, 0.08212842792272568, 0.15376508235931396, 0.19650331139564514, 0.11497939378023148, 0.1427094042301178, 0.252242773771286, 0.01469146553426981, 0.034588173031806946, 0.058923106640577316, 0.1592649221420288, 0.24618764221668243, 0.2561333477497101, 0.0, 307.9676513671875, 0.0033283960074186325, 2.1835852749063633e-05, 0.00011181196896359324, 6.958694484637817e-06, 0.0006551001570187509, 8.73679673532024e-05], "count": [619]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02825688011944294, -0.31037700176239014, 0.4675469994544983, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2660579979419708, 0.29363417625427246, -0.759689450263977, -1.8591945171356201, -0.1662077009677887, -0.16093680262565613, -0.19966566562652588, -0.33951300382614136, -0.4846999943256378, 0.033597998321056366, 1.2668638229370117, -1.8459328413009644, -0.11055861413478851, 1008.0, 330.0, -0.004788050428032875, -0.29623690247535706, -0.8384963870048523, 1.907942533493042, -1.0628608465194702, -0.0010375253623351455], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25385814905166626, -0.12049752473831177, 0.02834414690732956, -0.31028199195861816, 0.46759700775146484, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5927137732505798, 0.6071826219558716, -0.15542156994342804, -1.1747113466262817, 0.43052035570144653, 0.4558974504470825, 0.7373841404914856, -0.25747400522232056, -0.359932005405426, 0.22827500104904175, 1.8351370096206665, -0.9433460235595703, 0.7693070769309998, 1008.0, 1004.0, 0.0036751623265445232, -0.29595866799354553, -0.837978184223175, 1.9079519510269165, -1.0599364042282104, -0.00065687793539837], "mean": [-0.1995154321193695, 0.6046664118766785, 0.4513838589191437, -1.411967396736145, -0.2539155185222626, -0.1205623671412468, 0.028285782784223557, -0.3103243112564087, 0.4675735831260681, 0.2282397598028183, -1.5732381343841553, -1.1211376190185547, -0.7462767362594604, 0.24259382486343384, 0.4145670533180237, -0.5080581307411194, -1.5055204629898071, 0.2230784147977829, 0.25612133741378784, 0.32793542742729187, -0.3129808306694031, -0.4405103921890259, 0.10363393276929855, 1.5635613203048706, -1.5666183233261108, 0.3504183888435364, 1008.0, 747.7528076171875, 0.0007686000899411738, -0.2960568070411682, -0.8382423520088196, 1.9079563617706299, -1.0615588426589966, -0.0009145762887783349], "std": [2.485953882569447e-05, 2.129096355929505e-05, 2.443378616590053e-05, 1.820006400521379e-05, 2.3467366190743633e-05, 2.1093648683745414e-05, 1.7940612451639026e-05, 1.4756015843886416e-05, 8.068133865890559e-06, 1.3369483895075973e-05, 1.1205673217773438e-05, 5.960464477539062e-07, 1.1324882507324219e-06, 0.22389185428619385, 0.08191221207380295, 0.15439195930957794, 0.1968783438205719, 0.11598663777112961, 0.14192794263362885, 0.2527003288269043, 0.014694501645863056, 0.034721121191978455, 0.058835290372371674, 0.15970899164676666, 0.24675917625427246, 0.256183385848999, 0.0, 307.9665832519531, 0.0033269303385168314, 2.182986463594716e-05, 0.00011216260463697836, 6.97551149642095e-06, 0.0006550864200107753, 8.730957051739097e-05], "count": [619]}, "timestamp": {"min": [0.0], "max": [20.6], "mean": [10.299999999999999], "std": [5.956322504513819], "count": [619]}, "frame_index": {"min": [0], "max": [618], "mean": [309.0], "std": [178.68967513541457], "count": [619]}, "episode_index": {"min": [122], "max": [122], "mean": [122.0], "std": [0.0], "count": [619]}, "index": {"min": [71460], "max": [72078], "mean": [71769.0], "std": [178.68967513541457], "count": [619]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [619]}, "gripper_open_scale_state": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.7468626827531176], "std": [0.0, 0.3072310930031714], "count": [619]}, "gripper_open_scale_action": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.7468626827531176], "std": [0.0, 0.3072310930031714], "count": [619]}, "eef_direction_state": {"mean": [6.0, 4.760904684975768], "std": [0.0, 1.932050018825753], "min": [6, 0], "max": [6, 6], "count": [619]}, "eef_velocity_state": {"mean": [0.0, 0.5492730210016155], "std": [0.0, 0.7359312376341743], "min": [0, 0], "max": [0, 2], "count": [619]}, "eef_acc_mag_state": {"mean": [0.0, 0.5492730210016155], "std": [0.0, 0.801096958809791], "min": [0, 0], "max": [0, 2], "count": [619]}, "eef_direction_action": {"mean": [6.0, 4.760904684975768], "std": [0.0, 1.932050018825753], "min": [6, 0], "max": [6, 6], "count": [619]}, "eef_velocity_action": {"mean": [0.0, 0.5492730210016155], "std": [0.0, 0.7359312376341743], "min": [0, 0], "max": [0, 2], "count": [619]}, "eef_acc_mag_action": {"mean": [0.0, 0.5492730210016155], "std": [0.0, 0.801096958809791], "min": [0, 0], "max": [0, 2], "count": [619]}, "eef_sim_pose_state": {"mean": [-0.31032443046569824, 0.4675734341144562, 0.22823983430862427, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.3129635751247406, -0.4406837821006775, 0.10368092358112335, 1.564051866531372, -1.5668857097625732, 0.35038694739341736], "std": [1.4714356439071707e-05, 8.052198609220795e-06, 1.3370674423640594e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.014691468328237534, 0.034588176757097244, 0.05892309918999672, 0.15926487743854523, 0.24618758261203766, 0.25613337755203247], "min": [-0.31037700176239014, 0.4675469994544983, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33951300382614136, -0.4846999943256378, 0.033597998321056366, 1.2668638229370117, -1.8459328413009644, -0.11055861413478851], "max": [-0.31028199195861816, 0.46759700775146484, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.25747400522232056, -0.359932005405426, 0.22827500104904175, 1.8351370096206665, -0.9433460235595703, 0.7693070769309998], "count": [619]}, "eef_sim_pose_action": {"mean": [-0.3103243410587311, 0.46757352352142334, 0.2282397300004959, -1.5732381343841553, -1.1211376190185547, -0.7462767362594604, -0.3129637539386749, -0.44068360328674316, 0.10368089377880096, 1.5640552043914795, -1.5668851137161255, 0.3503867983818054], "std": [1.4714523786096834e-05, 8.053077181102708e-06, 1.3371181921684183e-05, 1.1205673217773438e-05, 5.960464477539062e-07, 1.1324882507324219e-06, 0.01469146553426981, 0.034588173031806946, 0.058923106640577316, 0.1592649221420288, 0.24618764221668243, 0.2561333477497101], "min": [-0.31037700176239014, 0.4675469994544983, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33951300382614136, -0.4846999943256378, 0.033597998321056366, 1.2668638229370117, -1.8459328413009644, -0.11055861413478851], "max": [-0.31028199195861816, 0.46759700775146484, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.25747400522232056, -0.359932005405426, 0.22827500104904175, 1.8351370096206665, -0.9433460235595703, 0.7693070769309998], "count": [619]}, "gripper_mode_state": {"mean": [0.0, 0.34248788368336025], "std": [0.0, 0.4745418139779181], "min": [0, 0], "max": [0, 1], "count": [619]}, "gripper_activity_state": {"mean": [2.0, 1.7754442649434572], "std": [0.0, 0.5681173068629891], "min": [2, 0], "max": [2, 2], "count": [619]}, "gripper_mode_action": {"mean": [0.0, 0.34248788368336025], "std": [0.0, 0.47454181397791817], "min": [0, 0], "max": [0, 1], "count": [619]}, "gripper_activity_action": {"mean": [2.0, 1.7754442649434572], "std": [0.0, 0.5681173068629891], "min": [2, 0], "max": [2, 2], "count": [619]}}} +{"episode_index": 70, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4115618475399419]], [[0.42054843144819654]], [[0.41770559678346647]]], "std": [[[0.21043557393689843]], [[0.20804498412133665]], [[0.20583773417459147]]], "count": [108]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33318774396332607]], [[0.32050355165214234]], [[0.32753990975248126]]], "std": [[[0.2629710636039884]], [[0.27047030229205304]], [[0.2598915839894268]]], "count": [108]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4283240286855483]], [[0.4299597214657468]], [[0.4225019290123457]]], "std": [[[0.2783639070151029]], [[0.27236950784734304]], [[0.274987888885284]]], "count": [108]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35456718447409824]], [[0.3496496629901961]], [[0.3653656386165577]]], "std": [[[0.24582320399028348]], [[0.2473347694667259]], [[0.2505456962018235]]], "count": [108]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103730082511902, 0.46755000948905945, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.0524122379720211, 0.2822895348072052, -0.689684271812439, -1.6531410217285156, 1.7453292457503267e-05, -0.14643312990665436, -0.037053339183330536, -0.33621299266815186, -0.4675990045070648, 0.02795499935746193, 1.3197896480560303, -1.8037983179092407, -0.016829058527946472, 1008.0, 332.0, -0.0043725972063839436, -0.29625943303108215, -0.838428258895874, 1.9079440832138062, -1.061684250831604, -0.0009881645673885942], "max": [-0.19945622980594635, 0.6047391295433044, 0.4514293968677521, -1.411919116973877, -0.25382325053215027, -0.12048007547855377, 0.028326693922281265, -0.31026598811149597, 0.46760499477386475, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.453995019197464, 0.6967529058456421, -0.15278612077236176, -1.4119539260864258, 0.48724356293678284, 0.5395162105560303, 0.5739340782165527, -0.26298201084136963, -0.4173229932785034, 0.22831100225448608, 1.7990379333496094, -1.0911225080490112, 0.9508459568023682, 1008.0, 1003.0, 0.00379171478562057, -0.29596617817878723, -0.8382119536399841, 1.9079504013061523, -1.0613784790039062, -0.0006084663909859955], "mean": [-0.19951574504375458, 0.6046733260154724, 0.4513910710811615, -1.411970615386963, -0.2538861930370331, -0.12055186182260513, 0.02827693708240986, -0.31032583117485046, 0.4675726294517517, 0.22823700308799744, -1.5732372999191284, -1.1211342811584473, -0.7462766766548157, 0.24123479425907135, 0.4538121819496155, -0.48635366559028625, -1.531911849975586, 0.24915117025375366, 0.2542181611061096, 0.3441997468471527, -0.3052869141101837, -0.44010740518569946, 0.11401762813329697, 1.5729821920394897, -1.572556495666504, 0.369856059551239, 1008.0, 762.646728515625, -0.00014333870785776526, -0.29612529277801514, -0.8382983803749084, 1.9079551696777344, -1.0613988637924194, -0.0008954279473982751], "std": [2.4870190827641636e-05, 2.1598913008347154e-05, 2.399395998509135e-05, 1.8240454664919525e-05, 2.8292013666941784e-05, 2.221205795649439e-05, 1.4979642401158344e-05, 1.480468017689418e-05, 8.095329576462973e-06, 1.418640840711305e-05, 1.0371208190917969e-05, 2.7418136596679688e-06, 1.0728836059570312e-06, 0.13061738014221191, 0.11638965457677841, 0.13401271402835846, 0.06341998279094696, 0.10695304721593857, 0.2259504646062851, 0.189701110124588, 0.016664505004882812, 0.01022929884493351, 0.0647440180182457, 0.1239597424864769, 0.2234392762184143, 0.2943122088909149, 0.0, 300.42205810546875, 0.003658255795016885, 1.5182126844592858e-05, 3.506724169710651e-05, 7.157601430662908e-06, 4.459097908693366e-05, 5.417640204541385e-05], "count": [518]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103730082511902, 0.46755000948905945, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.0524122379720211, 0.2822895348072052, -0.689684271812439, -1.6531410217285156, 1.7453292457503267e-05, -0.14643312990665436, -0.037053339183330536, -0.33621299266815186, -0.4675990045070648, 0.02795499935746193, 1.3197896480560303, -1.8037983179092407, -0.016829058527946472, 1008.0, 332.0, -0.0043725972063839436, -0.29625943303108215, -0.838428258895874, 1.9079440832138062, -1.061684250831604, -0.0009881645673885942], "max": [-0.19945622980594635, 0.6047391295433044, 0.4514293968677521, -1.411919116973877, -0.25382325053215027, -0.12048007547855377, 0.028326693922281265, -0.31026598811149597, 0.46760499477386475, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.453995019197464, 0.6967529058456421, -0.15278612077236176, -1.4119539260864258, 0.48724356293678284, 0.5395162105560303, 0.5739340782165527, -0.26298201084136963, -0.4173229932785034, 0.22831100225448608, 1.7990379333496094, -1.0911225080490112, 0.9508459568023682, 1008.0, 1003.0, 0.00379171478562057, -0.29596617817878723, -0.8382119536399841, 1.9079504013061523, -1.0613784790039062, -0.0006084663909859955], "mean": [-0.19951574504375458, 0.6046733260154724, 0.45139116048812866, -1.411970615386963, -0.2538861632347107, -0.12055186182260513, 0.02827693708240986, -0.31032586097717285, 0.4675726294517517, 0.22823695838451385, -1.5732372999191284, -1.1211342811584473, -0.7462766766548157, 0.2407483607530594, 0.4531938433647156, -0.4857805669307709, -1.5322602987289429, 0.24866099655628204, 0.25432488322257996, 0.344183087348938, -0.3052895963191986, -0.4400206506252289, 0.11395605653524399, 1.572718620300293, -1.57249915599823, 0.37024784088134766, 1008.0, 762.646728515625, -0.0001575538335600868, -0.29612529277801514, -0.8382985591888428, 1.9079551696777344, -1.0613995790481567, -0.0008953436627052724], "std": [2.487019264663104e-05, 2.159891118935775e-05, 2.405550731054973e-05, 1.8240454664919525e-05, 2.8273156203795224e-05, 2.221205795649439e-05, 1.4979642401158344e-05, 1.4823603123659268e-05, 8.090269147942308e-06, 1.419136424374301e-05, 1.0371208190917969e-05, 2.7418136596679688e-06, 1.0728836059570312e-06, 0.1312393695116043, 0.11643705517053604, 0.1347934901714325, 0.06325551867485046, 0.10751018673181534, 0.22578638792037964, 0.18973423540592194, 0.016665421426296234, 0.010186422616243362, 0.06465046852827072, 0.12410381436347961, 0.22355902194976807, 0.29494786262512207, 0.0, 300.42205810546875, 0.0036588364746421576, 1.5179233741946518e-05, 3.545471190591343e-05, 7.163961072365055e-06, 4.6351549826795235e-05, 5.4232852562563494e-05], "count": [518]}, "timestamp": {"min": [0.0], "max": [17.233333333333334], "mean": [8.616666666666667], "std": [4.984448035863371], "count": [518]}, "frame_index": {"min": [0], "max": [517], "mean": [258.5], "std": [149.53344107590115], "count": [518]}, "episode_index": {"min": [126], "max": [126], "mean": [126.0], "std": [0.0], "count": [518]}, "index": {"min": [74229], "max": [74746], "mean": [74487.5], "std": [149.53344107590115], "count": [518]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [518]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.7616158279097679], "std": [0.0, 0.29960100058172484], "count": [518]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.7616158279097679], "std": [0.0, 0.29960100058172484], "count": [518]}, "eef_direction_state": {"mean": [6.0, 4.357142857142857], "std": [0.0, 2.1448189218185827], "min": [6, 0], "max": [6, 6], "count": [518]}, "eef_velocity_state": {"mean": [0.0, 0.6795366795366795], "std": [0.0, 0.7695998669557577], "min": [0, 0], "max": [0, 2], "count": [518]}, "eef_acc_mag_state": {"mean": [0.0, 0.6293436293436293], "std": [0.0, 0.8229736748910415], "min": [0, 0], "max": [0, 2], "count": [518]}, "eef_direction_action": {"mean": [6.0, 4.357142857142857], "std": [0.0, 2.1448189218185827], "min": [6, 0], "max": [6, 6], "count": [518]}, "eef_velocity_action": {"mean": [0.0, 0.6795366795366795], "std": [0.0, 0.7695998669557577], "min": [0, 0], "max": [0, 2], "count": [518]}, "eef_acc_mag_action": {"mean": [0.0, 0.6293436293436293], "std": [0.0, 0.8229736748910415], "min": [0, 0], "max": [0, 2], "count": [518]}, "eef_sim_pose_state": {"mean": [-0.31032565236091614, 0.4675721824169159, 0.22823698818683624, -1.5732269287109375, -1.121137022972107, -0.7462756633758545, -0.30528685450553894, -0.44010716676712036, 0.11401760578155518, 1.5729824304580688, -1.572556972503662, 0.3698561191558838], "std": [1.4803384146944154e-05, 8.081561645667534e-06, 1.4186391126713715e-05, 0.0, 0.0, 5.960464477539063e-08, 0.016664499416947365, 0.01022929884493351, 0.0647440254688263, 0.12395969778299332, 0.22343924641609192, 0.2943122684955597], "min": [-0.3103730082511902, 0.46755000948905945, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33621299266815186, -0.4675990045070648, 0.02795499935746193, 1.3197896480560303, -1.8037983179092407, -0.016829058527946472], "max": [-0.31026598811149597, 0.46760499477386475, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.26298201084136963, -0.4173229932785034, 0.22831100225448608, 1.7990379333496094, -1.0911225080490112, 0.9508459568023682], "count": [518]}, "eef_sim_pose_action": {"mean": [-0.31032583117485046, 0.4675726294517517, 0.22823700308799744, -1.5732372999191284, -1.1211342811584473, -0.7462766766548157, -0.3052869141101837, -0.44010740518569946, 0.11401762813329697, 1.5729821920394897, -1.572556495666504, 0.369856059551239], "std": [1.480468017689418e-05, 8.095329576462973e-06, 1.418640840711305e-05, 1.0371208190917969e-05, 2.7418136596679688e-06, 1.0728836059570312e-06, 0.016664505004882812, 0.01022929884493351, 0.0647440180182457, 0.1239597424864769, 0.2234392762184143, 0.2943122088909149], "min": [-0.3103730082511902, 0.46755000948905945, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33621299266815186, -0.4675990045070648, 0.02795499935746193, 1.3197896480560303, -1.8037983179092407, -0.016829058527946472], "max": [-0.31026598811149597, 0.46760499477386475, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.26298201084136963, -0.4173229932785034, 0.22831100225448608, 1.7990379333496094, -1.0911225080490112, 0.9508459568023682], "count": [518]}, "gripper_mode_state": {"mean": [0.0, 0.3166023166023166], "std": [0.0, 0.46515082470566593], "min": [0, 0], "max": [0, 1], "count": [518]}, "gripper_activity_state": {"mean": [2.0, 1.7297297297297298], "std": [0.0, 0.6122339658043163], "min": [2, 0], "max": [2, 2], "count": [518]}, "gripper_mode_action": {"mean": [0.0, 0.3166023166023166], "std": [0.0, 0.46515082470566593], "min": [0, 0], "max": [0, 1], "count": [518]}, "gripper_activity_action": {"mean": [2.0, 1.7297297297297298], "std": [0.0, 0.6122339658043163], "min": [2, 0], "max": [2, 2], "count": [518]}}} +{"episode_index": 71, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40908676191274235]], [[0.41811096796268366]], [[0.41380429165968385]]], "std": [[[0.21093478490806092]], [[0.20827592099823714]], [[0.20512751769141305]]], "count": [117]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32420915032679737]], [[0.310367322356293]], [[0.32646261382045694]]], "std": [[[0.25726955909064364]], [[0.2652548117106007]], [[0.2551292018999829]]], "count": [117]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4383990367158259]], [[0.4419307947181722]], [[0.43350715567566056]]], "std": [[[0.28717955309650206]], [[0.2840348884996063]], [[0.2849075526869492]]], "count": [117]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37315203061281493]], [[0.37035982277526397]], [[0.38401962530026257]]], "std": [[[0.24386031582482942]], [[0.24602283831037539]], [[0.24900920465682239]]], "count": [117]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2540152072906494, -0.12061969935894012, 0.02822197414934635, -0.310373991727829, 0.46755000948905945, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.11545352637767792, 0.2996032238006592, -0.6065891981124878, -1.8688112497329712, -0.022933626547455788, -0.16985544562339783, -0.0293738916516304, -0.3360239863395691, -0.4675759971141815, 0.03690600022673607, 1.32533597946167, -1.7354049682617188, 0.09109379351139069, 1008.0, 328.0, -0.004062416963279247, -0.2962556779384613, -0.841829776763916, 1.907703161239624, -1.061801552772522, -0.0010565102566033602], "max": [-0.19945622980594635, 0.6047565937042236, 0.4514293968677521, -1.411901593208313, -0.25382325053215027, -0.12048007547855377, 0.028326693922281265, -0.31027698516845703, 0.46759799122810364, 0.2282949984073639, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.34257322549819946, 0.6607467532157898, -0.09201375395059586, -1.411884069442749, 0.36445966362953186, 0.5133886337280273, 0.4792848825454712, -0.2657870054244995, -0.391508013010025, 0.2282080054283142, 1.7470765113830566, -1.0432575941085815, 0.9771348237991333, 1009.0, 1003.0, 0.0038161533884704113, -0.2960676848888397, -0.8383204936981201, 1.9079480171203613, -1.0574285984039307, -0.0006549794343300164], "mean": [-0.19951754808425903, 0.6046708226203918, 0.45139026641845703, -1.411970615386963, -0.25391483306884766, -0.12053152918815613, 0.02827560342848301, -0.3103281259536743, 0.4675726592540741, 0.2282380312681198, -1.5732378959655762, -1.1211364269256592, -0.7462766766548157, 0.12315003573894501, 0.4384438395500183, -0.3853517472743988, -1.6295180320739746, 0.18003863096237183, 0.2807685434818268, 0.27831870317459106, -0.30410608649253845, -0.4240238070487976, 0.13196149468421936, 1.5221070051193237, -1.4887950420379639, 0.4439578652381897, 1008.001708984375, 738.5858154296875, 0.0006226145778782666, -0.29612410068511963, -0.839944064617157, 1.9078449010849, -1.0597671270370483, -0.0008702543564140797], "std": [2.5544095478835516e-05, 2.609244256746024e-05, 2.305115049239248e-05, 1.5636705938959494e-05, 3.828626358881593e-05, 2.0519737518043257e-05, 1.5835064914426766e-05, 1.5127016013138928e-05, 8.082470230874605e-06, 1.4456348253588658e-05, 1.0967254638671875e-05, 5.960464477539062e-07, 1.0728836059570312e-06, 0.13815923035144806, 0.08800879120826721, 0.14952446520328522, 0.08988869935274124, 0.10534776002168655, 0.20156118273735046, 0.16004551947116852, 0.01777542755007744, 0.014997092075645924, 0.06238112598657608, 0.11490083485841751, 0.2219979465007782, 0.23779991269111633, 0.04159446060657501, 310.011962890625, 0.00345928524620831, 1.957055246748496e-05, 0.0013234305661171675, 0.00010253186337649822, 0.00184464396443218, 9.715584019431844e-05], "count": [577]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2540152072906494, -0.12061969935894012, 0.02822197414934635, -0.310373991727829, 0.46755000948905945, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.11545352637767792, 0.2996032238006592, -0.6065891981124878, -1.8688112497329712, -0.022933626547455788, -0.16985544562339783, -0.029304077848792076, -0.3360239863395691, -0.4675759971141815, 0.03690600022673607, 1.32533597946167, -1.7354049682617188, 0.09109379351139069, 1008.0, 328.0, -0.004062416963279247, -0.2962556779384613, -0.841829776763916, 1.907703161239624, -1.061801552772522, -0.0010565102566033602], "max": [-0.19945622980594635, 0.6047565937042236, 0.4514293968677521, -1.411901593208313, -0.25382325053215027, -0.12048007547855377, 0.028326693922281265, -0.31027698516845703, 0.46759799122810364, 0.2282949984073639, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.34257322549819946, 0.6607467532157898, -0.09201375395059586, -1.411884069442749, 0.36445966362953186, 0.5133886337280273, 0.4792848825454712, -0.2657870054244995, -0.391508013010025, 0.2282080054283142, 1.7470765113830566, -1.0432575941085815, 0.9771348237991333, 1009.0, 1003.0, 0.0038161533884704113, -0.2960676848888397, -0.8383204936981201, 1.9079480171203613, -1.0574285984039307, -0.0006549794343300164], "mean": [-0.19951753318309784, 0.6046707630157471, 0.4513902962207794, -1.4119704961776733, -0.25391483306884766, -0.12053156644105911, 0.028275636956095695, -0.3103281259536743, 0.4675725996494293, 0.2282380908727646, -1.5732378959655762, -1.1211364269256592, -0.7462766766548157, 0.12261681258678436, 0.4379272162914276, -0.38473764061927795, -1.629957675933838, 0.17957782745361328, 0.2806926369667053, 0.27844932675361633, -0.30406710505485535, -0.4239193797111511, 0.13192173838615417, 1.5221072435379028, -1.488681674003601, 0.44434869289398193, 1008.001708984375, 738.5858154296875, 0.0006349298637360334, -0.2961241602897644, -0.8399487733840942, 1.9078445434570312, -1.0597625970840454, -0.0008702214108780026], "std": [2.5544519303366542e-05, 2.6179865017184056e-05, 2.3052198230288923e-05, 1.564376725582406e-05, 3.828626358881593e-05, 2.0533954739221372e-05, 1.5815920050954446e-05, 1.512329799879808e-05, 8.081980922725052e-06, 1.4443357031268533e-05, 1.0967254638671875e-05, 5.960464477539062e-07, 1.0728836059570312e-06, 0.1384650021791458, 0.08792129904031754, 0.14998388290405273, 0.08944884687662125, 0.10561366379261017, 0.2017204463481903, 0.1598249226808548, 0.017785586416721344, 0.014906156808137894, 0.062327537685632706, 0.11490101367235184, 0.22220200300216675, 0.23848241567611694, 0.04159446060657501, 310.011962890625, 0.003456032369285822, 1.959513610927388e-05, 0.0013228447642177343, 0.00010259372356813401, 0.0018428143812343478, 9.717467764858156e-05], "count": [577]}, "timestamp": {"min": [0.0], "max": [19.2], "mean": [9.600000000000001], "std": [5.552176750308537], "count": [577]}, "frame_index": {"min": [0], "max": [576], "mean": [288.0], "std": [166.5653025092561], "count": [577]}, "episode_index": {"min": [127], "max": [127], "mean": [127.0], "std": [0.0], "count": [577]}, "index": {"min": [74747], "max": [75323], "mean": [75035.0], "std": [166.5653025092561], "count": [577]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [577]}, "gripper_open_scale_state": {"min": [1.0, 0.328000009059906], "max": [1.0, 1.0], "mean": [1.0, 0.7375771254042819], "std": [0.0, 0.30915412571119694], "count": [577]}, "gripper_open_scale_action": {"min": [1.0, 0.328000009059906], "max": [1.0, 1.0], "mean": [1.0, 0.7375771254042819], "std": [0.0, 0.30915412571119694], "count": [577]}, "eef_direction_state": {"mean": [6.0, 4.421143847487002], "std": [0.0, 2.128726539791869], "min": [6, 0], "max": [6, 6], "count": [577]}, "eef_velocity_state": {"mean": [0.0, 0.6793760831889082], "std": [0.0, 0.7784851478732172], "min": [0, 0], "max": [0, 2], "count": [577]}, "eef_acc_mag_state": {"mean": [0.0, 0.610051993067591], "std": [0.0, 0.8150041184361906], "min": [0, 0], "max": [0, 2], "count": [577]}, "eef_direction_action": {"mean": [6.0, 4.421143847487002], "std": [0.0, 2.128726539791869], "min": [6, 0], "max": [6, 6], "count": [577]}, "eef_velocity_action": {"mean": [0.0, 0.6793760831889082], "std": [0.0, 0.7784851478732172], "min": [0, 0], "max": [0, 2], "count": [577]}, "eef_acc_mag_action": {"mean": [0.0, 0.610051993067591], "std": [0.0, 0.8150041184361906], "min": [0, 0], "max": [0, 2], "count": [577]}, "eef_sim_pose_state": {"mean": [-0.3103281855583191, 0.46757271885871887, 0.22823786735534668, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.30410629510879517, -0.42402383685112, 0.1319614201784134, 1.5221065282821655, -1.4887943267822266, 0.44395798444747925], "std": [1.5126969628909137e-05, 8.082194653979968e-06, 1.4455568816629238e-05, 0.0, 0.0, 5.960464477539063e-08, 0.017775429412722588, 0.0149970892816782, 0.062381111085414886, 0.11490088701248169, 0.2219979166984558, 0.23779995739459991], "min": [-0.310373991727829, 0.46755000948905945, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3360239863395691, -0.4675759971141815, 0.03690600022673607, 1.32533597946167, -1.7354049682617188, 0.09109379351139069], "max": [-0.31027698516845703, 0.46759799122810364, 0.2282949984073639, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2657870054244995, -0.391508013010025, 0.2282080054283142, 1.7470765113830566, -1.0432575941085815, 0.9771348237991333], "count": [577]}, "eef_sim_pose_action": {"mean": [-0.3103281259536743, 0.4675726592540741, 0.2282380312681198, -1.5732378959655762, -1.1211364269256592, -0.7462766766548157, -0.30410608649253845, -0.4240238070487976, 0.13196149468421936, 1.5221070051193237, -1.4887950420379639, 0.4439578652381897], "std": [1.5127016013138928e-05, 8.082470230874605e-06, 1.4456348253588658e-05, 1.0967254638671875e-05, 5.960464477539062e-07, 1.0728836059570312e-06, 0.01777542755007744, 0.014997092075645924, 0.06238112598657608, 0.11490083485841751, 0.2219979465007782, 0.23779991269111633], "min": [-0.310373991727829, 0.46755000948905945, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3360239863395691, -0.4675759971141815, 0.03690600022673607, 1.32533597946167, -1.7354049682617188, 0.09109379351139069], "max": [-0.31027698516845703, 0.46759799122810364, 0.2282949984073639, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2657870054244995, -0.391508013010025, 0.2282080054283142, 1.7470765113830566, -1.0432575941085815, 0.9771348237991333], "count": [577]}, "gripper_mode_state": {"mean": [0.0, 0.35701906412478335], "std": [0.0, 0.4791204983887104], "min": [0, 0], "max": [0, 1], "count": [577]}, "gripper_activity_state": {"mean": [2.0, 1.7625649913344887], "std": [0.0, 0.5805504526727079], "min": [2, 0], "max": [2, 2], "count": [577]}, "gripper_mode_action": {"mean": [0.0, 0.35701906412478335], "std": [0.0, 0.4791204983887104], "min": [0, 0], "max": [0, 1], "count": [577]}, "gripper_activity_action": {"mean": [2.0, 1.7625649913344887], "std": [0.0, 0.5805504526727079], "min": [2, 0], "max": [2, 2], "count": [577]}}} +{"episode_index": 72, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4120778089013383]], [[0.42175714220873534]], [[0.4177360559964727]]], "std": [[[0.21141767698143352]], [[0.2089852416035297]], [[0.20591992729106426]]], "count": [126]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3353068215712211]], [[0.3203443497769478]], [[0.33322201635283744]]], "std": [[[0.2619605527920046]], [[0.27067408475265153]], [[0.2579744015770757]]], "count": [126]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4351958109632742]], [[0.43755626718279905]], [[0.4290090955363627]]], "std": [[[0.2846844279944898]], [[0.2800159029128089]], [[0.282829275823778]]], "count": [126]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38099252710343395]], [[0.3770572705934226]], [[0.39711270781460734]]], "std": [[[0.25640036869329835]], [[0.25751773419288004]], [[0.2645948932377176]]], "count": [126]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.02822197414934635, -0.310371994972229, 0.46755099296569824, 0.22819000482559204, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.08445648849010468, 0.3363947570323944, -0.6259273886680603, -1.8077597618103027, -0.022305307909846306, -0.12060225009918213, -0.028326693922281265, -0.3377389907836914, -0.4675990045070648, 0.03741399943828583, 1.2656818628311157, -1.7555502653121948, 0.0667271539568901, 1008.0, 330.0, -0.004820008296519518, -0.2963120937347412, -0.840997040271759, 1.9076937437057495, -1.0595837831497192, -0.001114414306357503], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25382325053215027, -0.12042772024869919, 0.02834414690732956, -0.3102889955043793, 0.4675990045070648, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.36974799633026123, 0.7122339606285095, -0.1713913232088089, -1.411901593208313, 0.4827406108379364, 0.47567203640937805, 0.5115036368370056, -0.2625409960746765, -0.3885889947414398, 0.2282709926366806, 1.7846477031707764, -1.0456823110580444, 0.8384730219841003, 1008.0, 1003.0, 0.003592447843402624, -0.2960676848888397, -0.8406222462654114, 1.9077024459838867, -1.0573738813400269, -0.0006179588381201029], "mean": [-0.19951479136943817, 0.6046676635742188, 0.4513900876045227, -1.4119714498519897, -0.2539237141609192, -0.12052515894174576, 0.02827807329595089, -0.3103295862674713, 0.4675721526145935, 0.228236585855484, -1.5732382535934448, -1.1211379766464233, -0.7462767362594604, 0.1664138287305832, 0.4730147123336792, -0.43376749753952026, -1.5818382501602173, 0.21961604058742523, 0.22471313178539276, 0.2737642824649811, -0.30498188734054565, -0.4308350086212158, 0.13308657705783844, 1.5608633756637573, -1.4885427951812744, 0.43749189376831055, 1008.0, 769.6018676757812, 0.00037055599386803806, -0.29611966013908386, -0.8408275246620178, 1.907706379890442, -1.0583646297454834, -0.0008542053983546793], "std": [2.4376828150707297e-05, 2.6479567168280482e-05, 2.4811864932416938e-05, 1.6738225895096548e-05, 2.8129748898209073e-05, 2.1276151528581977e-05, 1.6390218661399558e-05, 1.4593690139008686e-05, 7.841898877813946e-06, 1.4933278180251364e-05, 1.1324882507324219e-05, 9.5367431640625e-07, 1.1324882507324219e-06, 0.12811477482318878, 0.09699727594852448, 0.12265190482139587, 0.09803935140371323, 0.10825711488723755, 0.21935582160949707, 0.1984214186668396, 0.018540838733315468, 0.018339568749070168, 0.07063392549753189, 0.12102176249027252, 0.24566316604614258, 0.26082947850227356, 0.0, 302.2816162109375, 0.0035167059395462275, 1.0642545930750202e-05, 0.0001550488086650148, 7.612579793203622e-06, 0.0007846984663046896, 7.288323831744492e-05], "count": [633]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.02822197414934635, -0.310371994972229, 0.46755099296569824, 0.22819000482559204, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.08456119894981384, 0.3363947570323944, -0.6259273886680603, -1.8077597618103027, -0.02249729447066784, -0.12060225009918213, -0.028326693922281265, -0.3377389907836914, -0.4675990045070648, 0.03741399943828583, 1.2656818628311157, -1.7555502653121948, 0.0667271539568901, 1008.0, 330.0, -0.0048181284219026566, -0.2963120937347412, -0.840997040271759, 1.9076937437057495, -1.0595837831497192, -0.001114414306357503], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25382325053215027, -0.12042772024869919, 0.02834414690732956, -0.3102889955043793, 0.4675990045070648, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.36974799633026123, 0.7122339606285095, -0.1713913232088089, -1.411901593208313, 0.4827406108379364, 0.47567203640937805, 0.5115036368370056, -0.2625409960746765, -0.3885889947414398, 0.2282709926366806, 1.7846477031707764, -1.0452793836593628, 0.8385319709777832, 1008.0, 1003.0, 0.003592447843402624, -0.2960676848888397, -0.8406222462654114, 1.9077024459838867, -1.0573738813400269, -0.0006179588381201029], "mean": [-0.199514701962471, 0.604667603969574, 0.4513901174068451, -1.4119714498519897, -0.25392377376556396, -0.12052517384290695, 0.028278101235628128, -0.3103296458721161, 0.4675721526145935, 0.22823652625083923, -1.5732382535934448, -1.1211379766464233, -0.7462767362594604, 0.16596496105194092, 0.47265711426734924, -0.43332621455192566, -1.5821501016616821, 0.21917931735515594, 0.22475676238536835, 0.2737799882888794, -0.30499032139778137, -0.4307456910610199, 0.13305798172950745, 1.5607746839523315, -1.4884231090545654, 0.43763765692710876, 1008.0, 769.6018676757812, 0.0003718953230418265, -0.29611968994140625, -0.840827226638794, 1.9077064990997314, -1.0583646297454834, -0.0008541800198145211], "std": [2.4428582037216984e-05, 2.6486959541216493e-05, 2.4739783839322627e-05, 1.67525140568614e-05, 2.8014686904498376e-05, 2.127619336533826e-05, 1.639861693547573e-05, 1.4570271559932735e-05, 7.840447324269917e-06, 1.4930054021533579e-05, 1.1324882507324219e-05, 9.5367431640625e-07, 1.1324882507324219e-06, 0.1284950077533722, 0.09692849963903427, 0.12308946251869202, 0.09781219065189362, 0.10867451131343842, 0.2192898839712143, 0.1983979046344757, 0.01854446716606617, 0.018298031762242317, 0.07059907168149948, 0.12103326618671417, 0.24586066603660583, 0.2610274851322174, 0.0, 302.2816162109375, 0.0035148889292031527, 1.0655506230250467e-05, 0.00015490608348045498, 7.74195450503612e-06, 0.0007847308297641575, 7.290463690878823e-05], "count": [633]}, "timestamp": {"min": [0.0], "max": [21.066666666666666], "mean": [10.533333333333333], "std": [6.091037739231365], "count": [633]}, "frame_index": {"min": [0], "max": [632], "mean": [316.0], "std": [182.73113217694095], "count": [633]}, "episode_index": {"min": [128], "max": [128], "mean": [128.0], "std": [0.0], "count": [633]}, "index": {"min": [75324], "max": [75956], "mean": [75640.0], "std": [182.73113217694095], "count": [633]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [633]}, "gripper_open_scale_state": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.7683759860423692], "std": [0.0, 0.3013382145356299], "count": [633]}, "gripper_open_scale_action": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.7683759860423692], "std": [0.0, 0.30133821453563], "count": [633]}, "eef_direction_state": {"mean": [6.0, 4.671406003159557], "std": [0.0, 1.9076848199548673], "min": [6, 0], "max": [6, 6], "count": [633]}, "eef_velocity_state": {"mean": [0.0, 0.6255924170616114], "std": [0.0, 0.7831816291307543], "min": [0, 0], "max": [0, 2], "count": [633]}, "eef_acc_mag_state": {"mean": [0.0, 0.5529225908372828], "std": [0.0, 0.8013388216728228], "min": [0, 0], "max": [0, 2], "count": [633]}, "eef_direction_action": {"mean": [6.0, 4.671406003159557], "std": [0.0, 1.9076848199548673], "min": [6, 0], "max": [6, 6], "count": [633]}, "eef_velocity_action": {"mean": [0.0, 0.6255924170616114], "std": [0.0, 0.7831816291307543], "min": [0, 0], "max": [0, 2], "count": [633]}, "eef_acc_mag_action": {"mean": [0.0, 0.5529225908372828], "std": [0.0, 0.8013388216728228], "min": [0, 0], "max": [0, 2], "count": [633]}, "eef_sim_pose_state": {"mean": [-0.31032952666282654, 0.4675722122192383, 0.22823648154735565, -1.5732269287109375, -1.1211369037628174, -0.7462754845619202, -0.30498188734054565, -0.4308350086212158, 0.13308653235435486, 1.5608643293380737, -1.4885427951812744, 0.4374915063381195], "std": [1.4593555533792824e-05, 7.841883416404016e-06, 1.4932988051441498e-05, 0.0, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.01854083314538002, 0.01833956502377987, 0.07063394784927368, 0.12102175503969193, 0.24566316604614258, 0.2608293890953064], "min": [-0.310371994972229, 0.46755099296569824, 0.22819000482559204, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3377389907836914, -0.4675990045070648, 0.03741399943828583, 1.2656818628311157, -1.7555502653121948, 0.0667271539568901], "max": [-0.3102889955043793, 0.4675990045070648, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2625409960746765, -0.3885889947414398, 0.2282709926366806, 1.7846477031707764, -1.0456823110580444, 0.8384730219841003], "count": [633]}, "eef_sim_pose_action": {"mean": [-0.3103295862674713, 0.4675721526145935, 0.228236585855484, -1.5732382535934448, -1.1211379766464233, -0.7462767362594604, -0.30498188734054565, -0.4308350086212158, 0.13308657705783844, 1.5608633756637573, -1.4885427951812744, 0.43749189376831055], "std": [1.4593690139008686e-05, 7.841898877813946e-06, 1.4933278180251364e-05, 1.1324882507324219e-05, 9.5367431640625e-07, 1.1324882507324219e-06, 0.018540838733315468, 0.018339568749070168, 0.07063392549753189, 0.12102176249027252, 0.24566316604614258, 0.26082947850227356], "min": [-0.310371994972229, 0.46755099296569824, 0.22819000482559204, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3377389907836914, -0.4675990045070648, 0.03741399943828583, 1.2656818628311157, -1.7555502653121948, 0.0667271539568901], "max": [-0.3102889955043793, 0.4675990045070648, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2625409960746765, -0.3885889947414398, 0.2282709926366806, 1.7846477031707764, -1.0456823110580444, 0.8384730219841003], "count": [633]}, "gripper_mode_state": {"mean": [0.0, 0.3127962085308057], "std": [0.0, 0.4636321175884599], "min": [0, 0], "max": [0, 1], "count": [633]}, "gripper_activity_state": {"mean": [2.0, 1.7756714060031595], "std": [0.0, 0.5678947842891535], "min": [2, 0], "max": [2, 2], "count": [633]}, "gripper_mode_action": {"mean": [0.0, 0.3127962085308057], "std": [0.0, 0.4636321175884599], "min": [0, 0], "max": [0, 1], "count": [633]}, "gripper_activity_action": {"mean": [2.0, 1.7756714060031595], "std": [0.0, 0.5678947842891535], "min": [2, 0], "max": [2, 2], "count": [633]}}} +{"episode_index": 73, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4084357203915517]], [[0.4171799919813604]], [[0.4130960042967804]]], "std": [[[0.20920401465237723]], [[0.20693938551277757]], [[0.20497075474741402]]], "count": [108]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3312166318687969]], [[0.31826716820987655]], [[0.33290412241285405]]], "std": [[[0.26392926245098214]], [[0.2714081808109097]], [[0.2620009888215497]]], "count": [108]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4345649698922779]], [[0.436736542302106]], [[0.42839821433974823]]], "std": [[[0.2842525515533657]], [[0.279723109576568]], [[0.28283545966258644]]], "count": [108]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3641469661552893]], [[0.3562744114621157]], [[0.37382803044057134]]], "std": [[[0.2672173388728206]], [[0.2683123182254841]], [[0.2706645635103221]]], "count": [108]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.02822197414934635, -0.31037700176239014, 0.4675480127334595, 0.22819900512695312, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, -0.057595863938331604, 0.29653143882751465, -0.6686356663703918, -1.7704620361328125, -0.043039821088314056, -0.1448797732591629, -0.028379054740071297, -0.33121201395988464, -0.4676620066165924, 0.025046000257134438, 1.3368804454803467, -1.8624986410140991, 0.06242787465453148, 1008.0, 329.0, -0.004333119839429855, -0.2963271141052246, -0.8410683274269104, 1.9076920747756958, -1.0597184896469116, -0.0010432208655402064], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.2537883222103119, -0.12046262621879578, 0.028326693922281265, -0.31028398871421814, 0.467602014541626, 0.22829699516296387, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, 0.4236088693141937, 0.6588618159294128, -0.17345081269741058, -1.4118491411209106, 0.5009967684745789, 0.5768836736679077, 0.520090639591217, -0.2701619863510132, -0.4088349938392639, 0.22828499972820282, 1.6668208837509155, -1.091046929359436, 0.7575277090072632, 1008.0, 1003.0, 0.0039101471193134785, -0.2958872318267822, -0.840603232383728, 1.907698392868042, -1.0570522546768188, -0.0002771797007881105], "mean": [-0.1995164453983307, 0.6046634316444397, 0.45139065384864807, -1.4119682312011719, -0.2538912296295166, -0.12051766365766525, 0.02827710472047329, -0.310330867767334, 0.46757271885871887, 0.228236585855484, -1.5732359886169434, -1.1211355924606323, -0.7462754249572754, 0.19574803113937378, 0.43733254075050354, -0.4524795114994049, -1.5841732025146484, 0.25575709342956543, 0.3162526786327362, 0.30619338154792786, -0.3040860593318939, -0.4330213665962219, 0.11283975839614868, 1.5138604640960693, -1.586661696434021, 0.40318799018859863, 1008.0, 774.1085205078125, 0.0006215008907020092, -0.2961095869541168, -0.8409048318862915, 1.9077019691467285, -1.0583280324935913, -0.0008256511646322906], "std": [2.623853288241662e-05, 1.969488585018553e-05, 2.3231223167385906e-05, 1.658219116507098e-05, 3.569011460058391e-05, 2.156385380658321e-05, 1.595093090145383e-05, 1.5147969861573074e-05, 7.933011147542857e-06, 1.312945460085757e-05, 3.107661541434936e-05, 3.1404459150508046e-05, 2.9233893656055443e-05, 0.12535953521728516, 0.0971667543053627, 0.1278132200241089, 0.08851532638072968, 0.11117885261774063, 0.23077143728733063, 0.13856777548789978, 0.013869847171008587, 0.013883865438401699, 0.06223469600081444, 0.09156762808561325, 0.20691175758838654, 0.2407977283000946, 0.0, 296.95880126953125, 0.0037330486811697483, 4.891042408416979e-05, 0.00011784047092078254, 8.51921140565537e-06, 0.0007815320859663188, 9.152935672318563e-05], "count": [516]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.02822197414934635, -0.31037700176239014, 0.4675480127334595, 0.22819900512695312, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, -0.057595863938331604, 0.29653143882751465, -0.6686356663703918, -1.7704620361328125, -0.043039821088314056, -0.1448797732591629, -0.028379054740071297, -0.33121201395988464, -0.4676620066165924, 0.025046000257134438, 1.3368804454803467, -1.8624986410140991, 0.06242787465453148, 1008.0, 329.0, -0.004333119839429855, -0.2963271141052246, -0.8410683274269104, 1.9076920747756958, -1.0597184896469116, -0.0010432208655402064], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.2537883222103119, -0.12046262621879578, 0.028326693922281265, -0.31028398871421814, 0.467602014541626, 0.22829699516296387, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, 0.4236088693141937, 0.6588618159294128, -0.17345081269741058, -1.4118491411209106, 0.5009967684745789, 0.5768836736679077, 0.520090639591217, -0.2701619863510132, -0.4088349938392639, 0.22828499972820282, 1.6668208837509155, -1.091046929359436, 0.7575277090072632, 1008.0, 1003.0, 0.0039101471193134785, -0.2958872318267822, -0.840603232383728, 1.907698392868042, -1.0570522546768188, -0.0002771797007881105], "mean": [-0.19951635599136353, 0.6046634316444397, 0.4513905942440033, -1.4119682312011719, -0.25389108061790466, -0.12051773071289062, 0.028277140110731125, -0.31033089756965637, 0.46757271885871887, 0.22823657095432281, -1.5732359886169434, -1.1211355924606323, -0.7462754249572754, 0.19525454938411713, 0.43697473406791687, -0.45194780826568604, -1.584634780883789, 0.25519120693206787, 0.3164983093738556, 0.30645743012428284, -0.3040734529495239, -0.4329235851764679, 0.11279504746198654, 1.5138616561889648, -1.586608648300171, 0.4030691981315613, 1008.0, 774.1046752929688, 0.0006350170006044209, -0.29610976576805115, -0.8409053683280945, 1.9077019691467285, -1.0583298206329346, -0.0008258221787400544], "std": [2.6167994292336516e-05, 1.9669721950776875e-05, 2.326863796042744e-05, 1.658219116507098e-05, 3.563866266631521e-05, 2.1555792045546696e-05, 1.5963527403073385e-05, 1.5128618542803451e-05, 7.917421498859767e-06, 1.3126081285008695e-05, 3.107661541434936e-05, 3.1404459150508046e-05, 2.9233893656055443e-05, 0.12584498524665833, 0.09689000993967056, 0.1283857226371765, 0.08823657780885696, 0.1119280457496643, 0.23037339746952057, 0.13805893063545227, 0.013866990804672241, 0.013818402774631977, 0.06216008961200714, 0.09156835079193115, 0.20703426003456116, 0.2406439334154129, 0.0, 296.9556579589844, 0.0037299778778105974, 4.893502045888454e-05, 0.0001179622850031592, 8.522650205122773e-06, 0.0007808241643942893, 9.156235319096595e-05], "count": [516]}, "timestamp": {"min": [0.0], "max": [17.166666666666668], "mean": [8.583333333333334], "std": [4.965202990889772], "count": [516]}, "frame_index": {"min": [0], "max": [515], "mean": [257.5], "std": [148.95608972669316], "count": [516]}, "episode_index": {"min": [129], "max": [129], "mean": [129.0], "std": [0.0], "count": [516]}, "index": {"min": [75957], "max": [76472], "mean": [76214.5], "std": [148.95608972669316], "count": [516]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [516]}, "gripper_open_scale_state": {"min": [1.0, 0.32899999618530273], "max": [1.0, 1.0], "mean": [1.0, 0.7731647304324216], "std": [0.0, 0.296234992650214], "count": [516]}, "gripper_open_scale_action": {"min": [1.0, 0.32899999618530273], "max": [1.0, 1.0], "mean": [1.0, 0.7731647304324216], "std": [0.0, 0.296234992650214], "count": [516]}, "eef_direction_state": {"mean": [6.0, 4.808139534883721], "std": [0.0, 1.8161665341467972], "min": [6, 0], "max": [6, 6], "count": [516]}, "eef_velocity_state": {"mean": [0.0, 0.627906976744186], "std": [0.0, 0.7955278822905683], "min": [0, 0], "max": [0, 2], "count": [516]}, "eef_acc_mag_state": {"mean": [0.0, 0.6375968992248062], "std": [0.0, 0.8413152080939874], "min": [0, 0], "max": [0, 2], "count": [516]}, "eef_direction_action": {"mean": [6.0, 4.808139534883721], "std": [0.0, 1.8161665341467972], "min": [6, 0], "max": [6, 6], "count": [516]}, "eef_velocity_action": {"mean": [0.0, 0.627906976744186], "std": [0.0, 0.7955278822905683], "min": [0, 0], "max": [0, 2], "count": [516]}, "eef_acc_mag_action": {"mean": [0.0, 0.6375968992248062], "std": [0.0, 0.8413152080939874], "min": [0, 0], "max": [0, 2], "count": [516]}, "eef_sim_pose_state": {"mean": [-0.3103308081626892, 0.4675723910331726, 0.22823657095432281, -1.5732256174087524, -1.1211382150650024, -0.7462743520736694, -0.30408596992492676, -0.4330214262008667, 0.11283976584672928, 1.5138592720031738, -1.5866618156433105, 0.40318813920021057], "std": [1.514775249233935e-05, 7.925891623017378e-06, 1.3129450962878764e-05, 2.930205846496392e-05, 3.127914897049777e-05, 2.9212949812063016e-05, 0.013869849033653736, 0.013883870095014572, 0.062234703451395035, 0.09156761318445206, 0.20691177248954773, 0.2407977133989334], "min": [-0.31037700176239014, 0.4675480127334595, 0.22819900512695312, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, -0.33121201395988464, -0.4676620066165924, 0.025046000257134438, 1.3368804454803467, -1.8624986410140991, 0.06242787465453148], "max": [-0.31028398871421814, 0.467602014541626, 0.22829699516296387, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, -0.2701619863510132, -0.4088349938392639, 0.22828499972820282, 1.6668208837509155, -1.091046929359436, 0.7575277090072632], "count": [516]}, "eef_sim_pose_action": {"mean": [-0.310330867767334, 0.46757271885871887, 0.228236585855484, -1.5732359886169434, -1.1211355924606323, -0.7462754249572754, -0.3040860593318939, -0.4330213665962219, 0.11283975839614868, 1.5138604640960693, -1.586661696434021, 0.40318799018859863], "std": [1.5147969861573074e-05, 7.933011147542857e-06, 1.312945460085757e-05, 3.107661541434936e-05, 3.1404459150508046e-05, 2.9233893656055443e-05, 0.013869847171008587, 0.013883865438401699, 0.06223469600081444, 0.09156762808561325, 0.20691175758838654, 0.2407977283000946], "min": [-0.31037700176239014, 0.4675480127334595, 0.22819900512695312, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, -0.33121201395988464, -0.4676620066165924, 0.025046000257134438, 1.3368804454803467, -1.8624986410140991, 0.06242787465453148], "max": [-0.31028398871421814, 0.467602014541626, 0.22829699516296387, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, -0.2701619863510132, -0.4088349938392639, 0.22828499972820282, 1.6668208837509155, -1.091046929359436, 0.7575277090072632], "count": [516]}, "gripper_mode_state": {"mean": [0.0, 0.29651162790697677], "std": [0.0, 0.4567192599649492], "min": [0, 0], "max": [0, 1], "count": [516]}, "gripper_activity_state": {"mean": [2.0, 1.7286821705426356], "std": [0.0, 0.6131876046686877], "min": [2, 0], "max": [2, 2], "count": [516]}, "gripper_mode_action": {"mean": [0.0, 0.29651162790697677], "std": [0.0, 0.4567192599649493], "min": [0, 0], "max": [0, 1], "count": [516]}, "gripper_activity_action": {"mean": [2.0, 1.7286821705426356], "std": [0.0, 0.6131876046686877], "min": [2, 0], "max": [2, 2], "count": [516]}}} +{"episode_index": 74, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4114065366342615]], [[0.4197116819767122]], [[0.41604480076344263]]], "std": [[[0.21058547704222058]], [[0.2086487937437868]], [[0.2067512412806755]]], "count": [119]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33327040424012744]], [[0.32028318950129075]], [[0.33373916625473715]]], "std": [[[0.2662020941962333]], [[0.2739222559952921]], [[0.26393630166526577]]], "count": [119]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4345937671637283]], [[0.4364986148871313]], [[0.4284006803701873]]], "std": [[[0.2847880015407898]], [[0.2799204242216282]], [[0.28323317418486155]]], "count": [119]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3576864821909156]], [[0.35196248180644807]], [[0.3653201361426924]]], "std": [[[0.25591066174802934]], [[0.2567965569431395]], [[0.25984901795729654]]], "count": [119]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.31038400530815125, 0.46753600239753723, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.06129596382379532, 0.27405160665512085, -0.6806434988975525, -1.7564644813537598, 0.06063273921608925, -0.12072442471981049, -0.028379054740071297, -0.3339950144290924, -0.4675840139389038, 0.021842999383807182, 1.3739886283874512, -1.7828510999679565, -0.019104745239019394, 1008.0, 330.0, -0.004771131556481123, -0.2962011694908142, -0.8412917852401733, 1.9076896905899048, -1.0596741437911987, -0.0010697997640818357], "max": [-0.19940386712551117, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12048007547855377, 0.028326693922281265, -0.31027698516845703, 0.46759799122810364, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.463733971118927, 0.6892130374908447, -0.16364207863807678, -1.411884069442749, 0.44223150610923767, 0.5082224011421204, 0.553112268447876, -0.2680639922618866, -0.3958339989185333, 0.22828799486160278, 1.743262529373169, -1.121137022972107, 0.8975156545639038, 1008.0, 1002.0, 0.0037578768096864223, -0.29597747325897217, -0.8410564661026001, 1.9076976776123047, -1.0573596954345703, -0.0006787105812691152], "mean": [-0.19951723515987396, 0.6046626567840576, 0.45138996839523315, -1.4119704961776733, -0.25391221046447754, -0.12053215503692627, 0.02827606350183487, -0.310329407453537, 0.46757230162620544, 0.22823452949523926, -1.5732378959655762, -1.1211366653442383, -0.7462766766548157, 0.21214346587657928, 0.4263962507247925, -0.46771949529647827, -1.5683201551437378, 0.2026246190071106, 0.3012719750404358, 0.3199077248573303, -0.30459141731262207, -0.4350880980491638, 0.10619687288999557, 1.5516504049301147, -1.5480518341064453, 0.3670649528503418, 1008.0, 742.9778442382812, -1.6306024917867035e-05, -0.29608723521232605, -0.8411455750465393, 1.9077033996582031, -1.0582998991012573, -0.0009263839456252754], "std": [2.6319044991396368e-05, 2.016317557718139e-05, 2.344062704651151e-05, 1.64108114404371e-05, 3.727824514498934e-05, 1.995601996895857e-05, 1.5128441191336606e-05, 1.4874235603201669e-05, 8.066442205745261e-06, 1.2479958968469873e-05, 1.0967254638671875e-05, 3.5762786865234375e-07, 1.0728836059570312e-06, 0.14014345407485962, 0.10912129282951355, 0.13010534644126892, 0.08651752769947052, 0.1063593178987503, 0.22215025126934052, 0.17633773386478424, 0.015354963019490242, 0.015167146921157837, 0.06409997493028641, 0.09761658310890198, 0.2070862352848053, 0.2769547998905182, 0.0, 307.91339111328125, 0.003807078581303358, 5.781607251265086e-05, 3.622662552515976e-05, 1.0496867616893724e-05, 0.0008516902453266084, 6.699268124066293e-05], "count": [586]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.31038400530815125, 0.46753600239753723, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.06129596382379532, 0.27405160665512085, -0.6806434988975525, -1.7564644813537598, 0.06063273921608925, -0.12072442471981049, -0.028379054740071297, -0.3339950144290924, -0.4675840139389038, 0.021842999383807182, 1.3739886283874512, -1.7828510999679565, -0.019104745239019394, 1008.0, 330.0, -0.004771131556481123, -0.2962011694908142, -0.8412917852401733, 1.9076896905899048, -1.0596741437911987, -0.0010697997640818357], "max": [-0.19940386712551117, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12048007547855377, 0.028326693922281265, -0.31027698516845703, 0.46759799122810364, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.463733971118927, 0.6892130374908447, -0.16364207863807678, -1.411884069442749, 0.44223150610923767, 0.5082224011421204, 0.553112268447876, -0.2680639922618866, -0.3958339989185333, 0.22828799486160278, 1.743262529373169, -1.121137022972107, 0.8991860151290894, 1008.0, 1002.0, 0.0037578768096864223, -0.29597747325897217, -0.8410564661026001, 1.9076976776123047, -1.0573596954345703, -0.0006787105812691152], "mean": [-0.1995171755552292, 0.6046626567840576, 0.45138996839523315, -1.411970615386963, -0.2539123296737671, -0.12053214013576508, 0.028276091441512108, -0.3103294372558594, 0.46757230162620544, 0.22823455929756165, -1.5732378959655762, -1.1211366653442383, -0.7462766766548157, 0.2116992175579071, 0.4259277284145355, -0.4672294855117798, -1.5686637163162231, 0.2023092359304428, 0.30127936601638794, 0.32015374302864075, -0.3045823276042938, -0.4349993169307709, 0.1061234176158905, 1.5516510009765625, -1.5482079982757568, 0.36732587218284607, 1008.0, 742.9778442382812, -3.7466218145709718e-06, -0.29608744382858276, -0.8411458730697632, 1.9077033996582031, -1.058300495147705, -0.0009266867418773472], "std": [2.6378371330793016e-05, 2.016317557718139e-05, 2.342377047170885e-05, 1.6407575458288193e-05, 3.7098085158504546e-05, 1.995603997784201e-05, 1.514218092779629e-05, 1.4877158719173167e-05, 8.077125130512286e-06, 1.2473881724872626e-05, 1.0967254638671875e-05, 3.5762786865234375e-07, 1.0728836059570312e-06, 0.1405952125787735, 0.10894409567117691, 0.13070489466190338, 0.08629526942968369, 0.10648088902235031, 0.22213628888130188, 0.17595174908638, 0.015353098511695862, 0.015129288658499718, 0.06398465484380722, 0.09761663526296616, 0.2067987620830536, 0.2773837447166443, 0.0, 307.91339111328125, 0.003807095577940345, 5.781507206847891e-05, 3.653506428236142e-05, 1.0503196790523361e-05, 0.0008513389620929956, 6.711876631015912e-05], "count": [586]}, "timestamp": {"min": [0.0], "max": [19.5], "mean": [9.75], "std": [5.638779418751308], "count": [586]}, "frame_index": {"min": [0], "max": [585], "mean": [292.5], "std": [169.16338256253923], "count": [586]}, "episode_index": {"min": [130], "max": [130], "mean": [130.0], "std": [0.0], "count": [586]}, "index": {"min": [76473], "max": [77058], "mean": [76765.5], "std": [169.16338256253923], "count": [586]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [586]}, "gripper_open_scale_state": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.7424453932779234], "std": [0.0, 0.30746705528299795], "count": [586]}, "gripper_open_scale_action": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.7424453932779234], "std": [0.0, 0.30746705528299795], "count": [586]}, "eef_direction_state": {"mean": [6.0, 4.723549488054608], "std": [0.0, 1.9248753415001811], "min": [6, 0], "max": [6, 6], "count": [586]}, "eef_velocity_state": {"mean": [0.0, 0.6331058020477816], "std": [0.0, 0.7947328177472989], "min": [0, 0], "max": [0, 2], "count": [586]}, "eef_acc_mag_state": {"mean": [0.0, 0.5324232081911263], "std": [0.0, 0.7793012962356861], "min": [0, 0], "max": [0, 2], "count": [586]}, "eef_direction_action": {"mean": [6.0, 4.723549488054608], "std": [0.0, 1.9248753415001811], "min": [6, 0], "max": [6, 6], "count": [586]}, "eef_velocity_action": {"mean": [0.0, 0.6331058020477816], "std": [0.0, 0.7947328177472989], "min": [0, 0], "max": [0, 2], "count": [586]}, "eef_acc_mag_action": {"mean": [0.0, 0.5324232081911263], "std": [0.0, 0.7793012962356861], "min": [0, 0], "max": [0, 2], "count": [586]}, "eef_sim_pose_state": {"mean": [-0.3103291988372803, 0.4675722122192383, 0.22823448479175568, -1.5732269287109375, -1.121137022972107, -0.7462754845619202, -0.30459150671958923, -0.43508821725845337, 0.10619686543941498, 1.5516512393951416, -1.5480533838272095, 0.36706480383872986], "std": [1.4872618521621916e-05, 8.066353075264487e-06, 1.247984982910566e-05, 0.0, 0.0, 1.1920928955078125e-07, 0.015354963950812817, 0.015167145989835262, 0.0640999898314476, 0.09761656820774078, 0.20708616077899933, 0.27695488929748535], "min": [-0.31038400530815125, 0.46753600239753723, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3339950144290924, -0.4675840139389038, 0.021842999383807182, 1.3739886283874512, -1.7828510999679565, -0.019104745239019394], "max": [-0.31027698516845703, 0.46759799122810364, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2680639922618866, -0.3958339989185333, 0.22828799486160278, 1.743262529373169, -1.121137022972107, 0.8975156545639038], "count": [586]}, "eef_sim_pose_action": {"mean": [-0.310329407453537, 0.46757230162620544, 0.22823452949523926, -1.5732378959655762, -1.1211366653442383, -0.7462766766548157, -0.30459141731262207, -0.4350880980491638, 0.10619687288999557, 1.5516504049301147, -1.5480518341064453, 0.3670649528503418], "std": [1.4874235603201669e-05, 8.066442205745261e-06, 1.2479958968469873e-05, 1.0967254638671875e-05, 3.5762786865234375e-07, 1.0728836059570312e-06, 0.015354963019490242, 0.015167146921157837, 0.06409997493028641, 0.09761658310890198, 0.2070862352848053, 0.2769547998905182], "min": [-0.31038400530815125, 0.46753600239753723, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3339950144290924, -0.4675840139389038, 0.021842999383807182, 1.3739886283874512, -1.7828510999679565, -0.019104745239019394], "max": [-0.31027698516845703, 0.46759799122810364, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2680639922618866, -0.3958339989185333, 0.22828799486160278, 1.743262529373169, -1.121137022972107, 0.8975156545639038], "count": [586]}, "gripper_mode_state": {"mean": [0.0, 0.3515358361774744], "std": [0.0, 0.477449884344395], "min": [0, 0], "max": [0, 1], "count": [586]}, "gripper_activity_state": {"mean": [2.0, 1.7627986348122866], "std": [0.0, 0.581320449125536], "min": [2, 0], "max": [2, 2], "count": [586]}, "gripper_mode_action": {"mean": [0.0, 0.3515358361774744], "std": [0.0, 0.477449884344395], "min": [0, 0], "max": [0, 1], "count": [586]}, "gripper_activity_action": {"mean": [2.0, 1.7627986348122866], "std": [0.0, 0.581320449125536], "min": [2, 0], "max": [2, 2], "count": [586]}}} +{"episode_index": 75, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.411747510026738]], [[0.4200400828134284]], [[0.41643623737373736]]], "std": [[[0.21064552614184853]], [[0.2084334537471494]], [[0.20608753473633595]]], "count": [110]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33093243464052285]], [[0.31820750519904933]], [[0.327350527332145]]], "std": [[[0.2638553770492356]], [[0.27134272263468023]], [[0.2603980926401841]]], "count": [110]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43530673462566843]], [[0.4377440489453357]], [[0.4292257854278075]]], "std": [[[0.28518644110997404]], [[0.28064139733764887]], [[0.2837451640826013]]], "count": [110]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37278058526440877]], [[0.36668994355317885]], [[0.38479257278669043]]], "std": [[[0.2642632229960091]], [[0.2662768398712175]], [[0.2691334284951327]]], "count": [110]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12065461277961731, 0.02822197414934635, -0.310371994972229, 0.4675480127334595, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.12370893359184265, 0.30489155650138855, -0.6429967284202576, -1.7912664413452148, -0.026337018236517906, -0.1206895187497139, -0.028413960710167885, -0.3317829966545105, -0.46758198738098145, 0.026226000860333443, 1.3675262928009033, -1.7506413459777832, 0.056021470576524734, 1008.0, 330.0, -0.004209047649055719, -0.2962857484817505, -0.8411499857902527, 1.9076770544052124, -1.0596051216125488, -0.001361218048259616], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.2537883222103119, -0.12046262621879578, 0.02834414690732956, -0.3102880120277405, 0.4675999879837036, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4069758951663971, 0.6907315254211426, -0.13013175129890442, -1.4117968082427979, 0.4590914249420166, 0.5385911464691162, 0.48755770921707153, -0.2778410017490387, -0.3981170058250427, 0.22826999425888062, 1.774231195449829, -1.091153860092163, 0.8094817399978638, 1008.0, 1002.0, 0.0038669100031256676, -0.2959699332714081, -0.8409534692764282, 1.9076929092407227, -1.0569325685501099, -0.0007347160717472434], "mean": [-0.19951610267162323, 0.6046754121780396, 0.4513874053955078, -1.411972165107727, -0.2539020776748657, -0.12052303552627563, 0.02827785722911358, -0.31032794713974, 0.4675728976726532, 0.22824150323867798, -1.5732375383377075, -1.121134877204895, -0.7462766766548157, 0.17830976843833923, 0.431926965713501, -0.44482994079589844, -1.5960584878921509, 0.18742600083351135, 0.2999941408634186, 0.2987978160381317, -0.30430173873901367, -0.43068432807922363, 0.11324167251586914, 1.545453667640686, -1.5223984718322754, 0.39176490902900696, 1008.0, 772.6942138671875, -0.0003217795747332275, -0.2961020767688751, -0.8410276770591736, 1.9076963663101196, -1.0583573579788208, -0.0010169852757826447], "std": [2.729039806581568e-05, 1.9214068743167445e-05, 2.465756369929295e-05, 1.6301448340527713e-05, 4.288915079087019e-05, 2.2432077457779087e-05, 1.581334618094843e-05, 1.4652900063083507e-05, 8.065786460065283e-06, 1.3054246664978564e-05, 1.0609626770019531e-05, 2.1457672119140625e-06, 1.0728836059570312e-06, 0.12981216609477997, 0.10414864122867584, 0.12606339156627655, 0.08948315680027008, 0.12145455181598663, 0.2135046124458313, 0.15305830538272858, 0.01282218936830759, 0.017298134043812752, 0.06574497371912003, 0.1107003316283226, 0.1989687830209732, 0.22886615991592407, 0.0, 297.81976318359375, 0.0035793178249150515, 3.66707936336752e-05, 5.688429155270569e-05, 9.005918400362134e-06, 0.000961673038545996, 8.671615069033578e-05], "count": [533]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12065461277961731, 0.02822197414934635, -0.310371994972229, 0.4675480127334595, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.12370893359184265, 0.30489155650138855, -0.6429967284202576, -1.7912664413452148, -0.026337018236517906, -0.1206895187497139, -0.028413960710167885, -0.3317829966545105, -0.46758198738098145, 0.026226000860333443, 1.3675262928009033, -1.7506413459777832, 0.056021470576524734, 1008.0, 330.0, -0.004209047649055719, -0.2962857484817505, -0.8411499857902527, 1.9076770544052124, -1.0596051216125488, -0.001361218048259616], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.2537883222103119, -0.12046262621879578, 0.02834414690732956, -0.3102880120277405, 0.4675999879837036, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4069758951663971, 0.6907315254211426, -0.13013175129890442, -1.4117968082427979, 0.4590914249420166, 0.5385911464691162, 0.48755770921707153, -0.2778410017490387, -0.3981170058250427, 0.22826999425888062, 1.774231195449829, -1.091153860092163, 0.8094817399978638, 1008.0, 1002.0, 0.0038669100031256676, -0.2959699332714081, -0.8409534692764282, 1.9076929092407227, -1.0569325685501099, -0.0007347160717472434], "mean": [-0.19951626658439636, 0.6046753525733948, 0.4513874351978302, -1.4119720458984375, -0.2539020776748657, -0.12052306532859802, 0.028277788311243057, -0.3103279173374176, 0.4675728976726532, 0.2282414436340332, -1.5732375383377075, -1.121134877204895, -0.7462766766548157, 0.17770671844482422, 0.43147575855255127, -0.4442294239997864, -1.5966156721115112, 0.1869203895330429, 0.3002411723136902, 0.298941433429718, -0.30428123474121094, -0.4305627644062042, 0.11319946497678757, 1.5453089475631714, -1.522359848022461, 0.3918784558773041, 1008.0, 772.6942138671875, -0.00032421675859950483, -0.2961021959781647, -0.8410277962684631, 1.90769624710083, -1.058358073234558, -0.0010168623412027955], "std": [2.7296486223349348e-05, 1.9232278646086343e-05, 2.467917511239648e-05, 1.631391751288902e-05, 4.288915079087019e-05, 2.245864743599668e-05, 1.58276943693636e-05, 1.464643810322741e-05, 8.057796549110208e-06, 1.3092420886096079e-05, 1.0609626770019531e-05, 2.1457672119140625e-06, 1.0728836059570312e-06, 0.13046221435070038, 0.10392452031373978, 0.12679168581962585, 0.08926092833280563, 0.12173927575349808, 0.213094100356102, 0.15278713405132294, 0.012820480391383171, 0.017268290743231773, 0.06567854434251785, 0.11071505397558212, 0.19904866814613342, 0.2290564626455307, 0.0, 297.81976318359375, 0.003581160446628928, 3.676608685054816e-05, 5.6981407396961004e-05, 8.929181603889447e-06, 0.0009610704146325588, 8.676029392518103e-05], "count": [533]}, "timestamp": {"min": [0.0], "max": [17.733333333333334], "mean": [8.866666666666669], "std": [5.128785864553564], "count": [533]}, "frame_index": {"min": [0], "max": [532], "mean": [266.0], "std": [153.8635759366069], "count": [533]}, "episode_index": {"min": [131], "max": [131], "mean": [131.0], "std": [0.0], "count": [533]}, "index": {"min": [77059], "max": [77591], "mean": [77325.0], "std": [153.8635759366069], "count": [533]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [533]}, "gripper_open_scale_state": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.7721275830358323], "std": [0.0, 0.2973849242014041], "count": [533]}, "gripper_open_scale_action": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.7721275830358323], "std": [0.0, 0.2973849242014041], "count": [533]}, "eef_direction_state": {"mean": [6.0, 4.722326454033771], "std": [0.0, 1.8705299763675773], "min": [6, 0], "max": [6, 6], "count": [533]}, "eef_velocity_state": {"mean": [0.0, 0.6210131332082551], "std": [0.0, 0.7789980731371219], "min": [0, 0], "max": [0, 2], "count": [533]}, "eef_acc_mag_state": {"mean": [0.0, 0.5534709193245778], "std": [0.0, 0.79128233114251], "min": [0, 0], "max": [0, 2], "count": [533]}, "eef_direction_action": {"mean": [6.0, 4.722326454033771], "std": [0.0, 1.8705299763675773], "min": [6, 0], "max": [6, 6], "count": [533]}, "eef_velocity_action": {"mean": [0.0, 0.6210131332082551], "std": [0.0, 0.7789980731371219], "min": [0, 0], "max": [0, 2], "count": [533]}, "eef_acc_mag_action": {"mean": [0.0, 0.5534709193245778], "std": [0.0, 0.79128233114251], "min": [0, 0], "max": [0, 2], "count": [533]}, "eef_sim_pose_state": {"mean": [-0.3103281557559967, 0.46757274866104126, 0.22824159264564514, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.30430179834365845, -0.43068432807922363, 0.11324165761470795, 1.5454524755477905, -1.5223972797393799, 0.39176470041275024], "std": [1.465124933019979e-05, 8.064877874858212e-06, 1.3053897419013083e-05, 0.0, 0.0, 0.0, 0.01282218936830759, 0.017298134043812752, 0.06574492901563644, 0.11070035398006439, 0.19896884262561798, 0.22886621952056885], "min": [-0.310371994972229, 0.4675480127334595, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3317829966545105, -0.46758198738098145, 0.026226000860333443, 1.3675262928009033, -1.7506413459777832, 0.056021470576524734], "max": [-0.3102880120277405, 0.4675999879837036, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2778410017490387, -0.3981170058250427, 0.22826999425888062, 1.774231195449829, -1.091153860092163, 0.8094817399978638], "count": [533]}, "eef_sim_pose_action": {"mean": [-0.31032794713974, 0.4675728976726532, 0.22824150323867798, -1.5732375383377075, -1.121134877204895, -0.7462766766548157, -0.30430173873901367, -0.43068432807922363, 0.11324167251586914, 1.545453667640686, -1.5223984718322754, 0.39176490902900696], "std": [1.4652900063083507e-05, 8.065786460065283e-06, 1.3054246664978564e-05, 1.0609626770019531e-05, 2.1457672119140625e-06, 1.0728836059570312e-06, 0.01282218936830759, 0.017298134043812752, 0.06574497371912003, 0.1107003316283226, 0.1989687830209732, 0.22886615991592407], "min": [-0.310371994972229, 0.4675480127334595, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3317829966545105, -0.46758198738098145, 0.026226000860333443, 1.3675262928009033, -1.7506413459777832, 0.056021470576524734], "max": [-0.3102880120277405, 0.4675999879837036, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2778410017490387, -0.3981170058250427, 0.22826999425888062, 1.774231195449829, -1.091153860092163, 0.8094817399978638], "count": [533]}, "gripper_mode_state": {"mean": [0.0, 0.300187617260788], "std": [0.0, 0.4583394066672424], "min": [0, 0], "max": [0, 1], "count": [533]}, "gripper_activity_state": {"mean": [2.0, 1.7354596622889307], "std": [0.0, 0.6090311753724065], "min": [2, 0], "max": [2, 2], "count": [533]}, "gripper_mode_action": {"mean": [0.0, 0.300187617260788], "std": [0.0, 0.4583394066672424], "min": [0, 0], "max": [0, 1], "count": [533]}, "gripper_activity_action": {"mean": [2.0, 1.7354596622889307], "std": [0.0, 0.6090311753724065], "min": [2, 0], "max": [2, 2], "count": [533]}}} +{"episode_index": 76, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40929951108047385]], [[0.41899152369281045]], [[0.41525730028339464]]], "std": [[[0.21031445661549414]], [[0.20807769302008328]], [[0.20547614657656324]]], "count": [128]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3292980430453431]], [[0.31687039005055145]], [[0.3305716512842116]]], "std": [[[0.26278759363973986]], [[0.27049328095493813]], [[0.260537896509038]]], "count": [128]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43699210452410125]], [[0.4390886916615605]], [[0.43215003319035944]]], "std": [[[0.2875090045634687]], [[0.2828531708743392]], [[0.28514443610271173]]], "count": [128]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37189340150122546]], [[0.3706083936504289]], [[0.37651363038705066]]], "std": [[[0.2460258129751191]], [[0.24937864529656534]], [[0.24793657225783236]]], "count": [128]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.31038498878479004, 0.4675469994544983, 0.228193998336792, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.1175130158662796, 0.2894628345966339, -0.6316870450973511, -1.760932445526123, -0.026738442480564117, -0.1218239814043045, -0.028326693922281265, -0.33324500918388367, -0.46759700775146484, 0.03254000097513199, 1.298977255821228, -1.8258106708526611, 0.08615809679031372, 1008.0, 330.0, -0.004397035576403141, -0.29635342955589294, -0.8411523699760437, 1.907645344734192, -1.059719204902649, -0.0012473086826503277], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.4118491411209106, -0.2537883222103119, -0.12049752473831177, 0.02834414690732956, -0.310263991355896, 0.46759799122810364, 0.2283100038766861, -1.5723901987075806, -1.121137022972107, -0.7456094622612, 0.37713074684143066, 0.650379478931427, -0.11445869505405426, -1.411919116973877, 0.4329638183116913, 0.5589591860771179, 0.47197192907333374, -0.27182599902153015, -0.4055190086364746, 0.22831900417804718, 1.6387739181518555, -1.057664155960083, 0.9273063540458679, 1008.0, 1003.0, 0.003932705614715815, -0.29597747325897217, -0.8410667777061462, 1.907652497291565, -1.0571568012237549, -0.0008011632598936558], "mean": [-0.19951289892196655, 0.604669451713562, 0.4513888955116272, -1.4119752645492554, -0.2539080083370209, -0.12055379152297974, 0.028280114755034447, -0.31032663583755493, 0.46757155656814575, 0.22823713719844818, -1.5732370615005493, -1.1211386919021606, -0.7462756633758545, 0.15438047051429749, 0.42624521255493164, -0.4177587330341339, -1.6057676076889038, 0.20654132962226868, 0.2948022484779358, 0.26025325059890747, -0.30438515543937683, -0.42889225482940674, 0.12242032587528229, 1.5029492378234863, -1.516517162322998, 0.4504760503768921, 1008.0, 783.4421997070312, -0.00021890373318456113, -0.29609617590904236, -0.8411130905151367, 1.9076429605484009, -1.0582811832427979, -0.0010997598292306066], "std": [2.4276727344840765e-05, 1.9075996533501893e-05, 2.4688995836186223e-05, 2.645410677359905e-05, 3.8370289985323325e-05, 2.145436155842617e-05, 1.745954796206206e-05, 1.665741547185462e-05, 8.173751666618045e-06, 1.442360553483013e-05, 3.474987533991225e-05, 8.512942258676048e-06, 2.6150701160077006e-05, 0.12573379278182983, 0.1070476844906807, 0.12792809307575226, 0.08912841230630875, 0.11249574273824692, 0.24500702321529388, 0.16659556329250336, 0.015021080151200294, 0.016197049990296364, 0.06482778489589691, 0.09672261029481888, 0.23993024230003357, 0.25548607110977173, 0.0, 297.7300720214844, 0.003718386637046933, 2.5402903702342883e-05, 1.236899242940126e-05, 6.9740144681418315e-06, 0.0008956776582635939, 6.969153764657676e-05], "count": [649]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.31038498878479004, 0.4675469994544983, 0.228193998336792, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.1175130158662796, 0.2894628345966339, -0.6316870450973511, -1.760932445526123, -0.026738442480564117, -0.1218239814043045, -0.028326693922281265, -0.33324500918388367, -0.46759700775146484, 0.03254000097513199, 1.298977255821228, -1.8258106708526611, 0.08615809679031372, 1008.0, 330.0, -0.004397035576403141, -0.29635342955589294, -0.8411523699760437, 1.907645344734192, -1.059719204902649, -0.0012473086826503277], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.4118491411209106, -0.2537883222103119, -0.12049752473831177, 0.02834414690732956, -0.310263991355896, 0.46759799122810364, 0.2283100038766861, -1.5723901987075806, -1.121137022972107, -0.7456094622612, 0.37713074684143066, 0.650379478931427, -0.11445869505405426, -1.411919116973877, 0.4329638183116913, 0.5589591860771179, 0.47197192907333374, -0.27182599902153015, -0.4055190086364746, 0.22831900417804718, 1.6387739181518555, -1.057664155960083, 0.9273063540458679, 1008.0, 1003.0, 0.003932705614715815, -0.29597747325897217, -0.8410667777061462, 1.907652497291565, -1.0571568012237549, -0.0008011632598936558], "mean": [-0.19951285421848297, 0.604669451713562, 0.4513889253139496, -1.4119752645492554, -0.25390785932540894, -0.1205538734793663, 0.028280114755034447, -0.31032663583755493, 0.46757155656814575, 0.2282371073961258, -1.5732370615005493, -1.1211386919021606, -0.7462756633758545, 0.15389911830425262, 0.4258010983467102, -0.41725462675094604, -1.606181025505066, 0.20611779391765594, 0.29488086700439453, 0.2603069245815277, -0.3043643534183502, -0.4287978708744049, 0.122379370033741, 1.5028399229049683, -1.5164378881454468, 0.45073559880256653, 1008.0, 783.4421997070312, -0.00021946274500805885, -0.2960962653160095, -0.8411131501197815, 1.9076429605484009, -1.05828058719635, -0.0010997437639161944], "std": [2.4272521841339767e-05, 1.9075996533501893e-05, 2.46635918301763e-05, 2.645906170073431e-05, 3.843225567834452e-05, 2.147201848856639e-05, 1.745954796206206e-05, 1.665320996835362e-05, 8.168230124283582e-06, 1.4404653484234586e-05, 3.474987533991225e-05, 8.512942258676048e-06, 2.6150701160077006e-05, 0.12615713477134705, 0.10690432041883469, 0.12843838334083557, 0.08885011821985245, 0.11283373087644577, 0.2448819875717163, 0.16650821268558502, 0.015022178180515766, 0.016149697825312614, 0.06476929038763046, 0.09668324887752533, 0.2400694638490677, 0.2558717131614685, 0.0, 297.7300720214844, 0.0037177903577685356, 2.548566226323601e-05, 1.2435639291652478e-05, 6.969506102905143e-06, 0.0008962023421190679, 6.970555114094168e-05], "count": [649]}, "timestamp": {"min": [0.0], "max": [21.6], "mean": [10.799999999999999], "std": [6.244997998398398], "count": [649]}, "frame_index": {"min": [0], "max": [648], "mean": [324.0], "std": [187.34993995195194], "count": [649]}, "episode_index": {"min": [135], "max": [135], "mean": [135.0], "std": [0.0], "count": [649]}, "index": {"min": [79573], "max": [80221], "mean": [79897.0], "std": [187.34993995195194], "count": [649]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [649]}, "gripper_open_scale_state": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.7822865946634525], "std": [0.0, 0.296881778182882], "count": [649]}, "gripper_open_scale_action": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.7822865946634525], "std": [0.0, 0.296881778182882], "count": [649]}, "eef_direction_state": {"mean": [6.0, 4.812018489984592], "std": [0.0, 1.9121967843375869], "min": [6, 0], "max": [6, 6], "count": [649]}, "eef_velocity_state": {"mean": [0.0, 0.5346687211093991], "std": [0.0, 0.7253604956515266], "min": [0, 0], "max": [0, 2], "count": [649]}, "eef_acc_mag_state": {"mean": [0.0, 0.5007704160246533], "std": [0.0, 0.7813796170856372], "min": [0, 0], "max": [0, 2], "count": [649]}, "eef_direction_action": {"mean": [6.0, 4.812018489984592], "std": [0.0, 1.9121967843375869], "min": [6, 0], "max": [6, 6], "count": [649]}, "eef_velocity_action": {"mean": [0.0, 0.5346687211093991], "std": [0.0, 0.7253604956515266], "min": [0, 0], "max": [0, 2], "count": [649]}, "eef_acc_mag_action": {"mean": [0.0, 0.5007704160246533], "std": [0.0, 0.7813796170856372], "min": [0, 0], "max": [0, 2], "count": [649]}, "eef_sim_pose_state": {"mean": [-0.3103267550468445, 0.4675717055797577, 0.22823718190193176, -1.5732256174087524, -1.121137261390686, -0.7462745308876038, -0.30438512563705444, -0.4288926422595978, 0.12242034822702408, 1.502947449684143, -1.5165170431137085, 0.45047590136528015], "std": [1.6656867956044152e-05, 8.172797606675886e-06, 1.4423588254430797e-05, 3.2819218176882714e-05, 8.407531822740566e-06, 2.6128227545996197e-05, 0.015021075494587421, 0.016197051852941513, 0.06482778489589691, 0.09672258049249649, 0.23993024230003357, 0.2554861009120941], "min": [-0.31038498878479004, 0.4675469994544983, 0.228193998336792, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.33324500918388367, -0.46759700775146484, 0.03254000097513199, 1.298977255821228, -1.8258106708526611, 0.08615809679031372], "max": [-0.310263991355896, 0.46759799122810364, 0.2283100038766861, -1.5723901987075806, -1.121137022972107, -0.7456094622612, -0.27182599902153015, -0.4055190086364746, 0.22831900417804718, 1.6387739181518555, -1.057664155960083, 0.9273063540458679], "count": [649]}, "eef_sim_pose_action": {"mean": [-0.31032663583755493, 0.46757155656814575, 0.22823713719844818, -1.5732370615005493, -1.1211386919021606, -0.7462756633758545, -0.30438515543937683, -0.42889225482940674, 0.12242032587528229, 1.5029492378234863, -1.516517162322998, 0.4504760503768921], "std": [1.665741547185462e-05, 8.173751666618045e-06, 1.442360553483013e-05, 3.474987533991225e-05, 8.512942258676048e-06, 2.6150701160077006e-05, 0.015021080151200294, 0.016197049990296364, 0.06482778489589691, 0.09672261029481888, 0.23993024230003357, 0.25548607110977173], "min": [-0.31038498878479004, 0.4675469994544983, 0.228193998336792, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.33324500918388367, -0.46759700775146484, 0.03254000097513199, 1.298977255821228, -1.8258106708526611, 0.08615809679031372], "max": [-0.310263991355896, 0.46759799122810364, 0.2283100038766861, -1.5723901987075806, -1.121137022972107, -0.7456094622612, -0.27182599902153015, -0.4055190086364746, 0.22831900417804718, 1.6387739181518555, -1.057664155960083, 0.9273063540458679], "count": [649]}, "gripper_mode_state": {"mean": [0.0, 0.29121725731895226], "std": [0.0, 0.4543234160359539], "min": [0, 0], "max": [0, 1], "count": [649]}, "gripper_activity_state": {"mean": [2.0, 1.7796610169491525], "std": [0.0, 0.5626970128175428], "min": [2, 0], "max": [2, 2], "count": [649]}, "gripper_mode_action": {"mean": [0.0, 0.29121725731895226], "std": [0.0, 0.4543234160359539], "min": [0, 0], "max": [0, 1], "count": [649]}, "gripper_activity_action": {"mean": [2.0, 1.7796610169491525], "std": [0.0, 0.5626970128175428], "min": [2, 0], "max": [2, 2], "count": [649]}}} +{"episode_index": 77, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41230803206699346]], [[0.4207203566322362]], [[0.41765075717787115]]], "std": [[[0.21043544403151032]], [[0.20917043868033616]], [[0.20614916313628204]]], "count": [112]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32695558509862277]], [[0.3139853451797386]], [[0.33025451534780575]]], "std": [[[0.2601248164064674]], [[0.26793505949329605]], [[0.25805987351206144]]], "count": [112]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.435564278054972]], [[0.4375388965482026]], [[0.43047453095821664]]], "std": [[[0.28621474934407537]], [[0.2810964282476837]], [[0.2831052649043793]]], "count": [112]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36659850424544815]], [[0.3651879103203781]], [[0.37082391602474324]]], "std": [[[0.23647605409524208]], [[0.24072260627757894]], [[0.23778201120222056]]], "count": [112]}, "observation.state": {"min": [-0.1995958536863327, 0.6045646071434021, 0.4513246715068817, -1.412041187286377, -0.2540152072906494, -0.12061969935894012, 0.02822197414934635, -0.3103620111942291, 0.46755000948905945, 0.22819200158119202, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.10236355662345886, 0.3029367923736572, -0.6637661457061768, -1.7057102918624878, -0.03258529677987099, -0.15746361017227173, -0.09185668081045151, -0.3376219868659973, -0.46759098768234253, 0.026169000193476677, 1.4287769794464111, -1.7986067533493042, 0.04960402846336365, 1008.0, 330.0, -0.003994741477072239, -0.2961428761482239, -0.8411356806755066, 1.907647728919983, -1.0596859455108643, -0.0010944801615551114], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.2537883222103119, -0.12041027098894119, 0.028326693922281265, -0.31027400493621826, 0.46759700775146484, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4236612319946289, 0.6825459003448486, -0.12260938435792923, -1.411919116973877, 0.4224918782711029, 0.507978081703186, 0.536374568939209, -0.259880006313324, -0.4090679883956909, 0.22825799882411957, 1.720921516418457, -0.9855747222900391, 1.0006483793258667, 1008.0, 1003.0, 0.0038650301285088062, -0.2959229350090027, -0.8409914970397949, 1.907651662826538, -1.0569175481796265, -0.0006587763782590628], "mean": [-0.19952186942100525, 0.6046661734580994, 0.4513883590698242, -1.4119843244552612, -0.2538871765136719, -0.12053675949573517, 0.028277849778532982, -0.310319721698761, 0.4675742983818054, 0.22823338210582733, -1.5732375383377075, -1.1211351156234741, -0.7462766766548157, 0.1766848862171173, 0.4550539255142212, -0.42943987250328064, -1.5776506662368774, 0.2353067398071289, 0.2152634859085083, 0.2988613247871399, -0.30122941732406616, -0.43199801445007324, 0.12734776735305786, 1.5706084966659546, -1.5197829008102417, 0.4492354691028595, 1008.0, 811.1146240234375, -0.00013730398495681584, -0.2959727346897125, -0.8411056995391846, 1.907652735710144, -1.0582776069641113, -0.0009648492559790611], "std": [2.6270161470165476e-05, 2.4630779080325738e-05, 2.496330489520915e-05, 2.0875893824268132e-05, 4.051169889862649e-05, 4.3310821638442576e-05, 1.635512126085814e-05, 1.6100648281280883e-05, 8.385097316931933e-06, 1.449832234357018e-05, 1.0609626770019531e-05, 1.9073486328125e-06, 1.0728836059570312e-06, 0.15907743573188782, 0.10618093609809875, 0.15396049618721008, 0.09086392819881439, 0.1168651133775711, 0.2203790694475174, 0.19303014874458313, 0.019746677950024605, 0.01670759543776512, 0.0632849633693695, 0.09434852749109268, 0.25060561299324036, 0.2944044768810272, 0.0, 281.8158264160156, 0.00361349037848413, 2.8636368369916454e-05, 4.2191855754936114e-05, 2.7856294764205813e-06, 0.0008029586751945317, 6.859547283966094e-05], "count": [541]}, "action": {"min": [-0.1995958536863327, 0.6045646071434021, 0.4513246715068817, -1.412041187286377, -0.2540152072906494, -0.12061969935894012, 0.02822197414934635, -0.3103620111942291, 0.46755000948905945, 0.22819200158119202, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.10236355662345886, 0.3029367923736572, -0.6637661457061768, -1.7057102918624878, -0.03258529677987099, -0.15746361017227173, -0.09185668081045151, -0.3376219868659973, -0.46759098768234253, 0.026169000193476677, 1.4287769794464111, -1.7986067533493042, 0.04960402846336365, 1008.0, 330.0, -0.003994741477072239, -0.2961428761482239, -0.8411356806755066, 1.907647728919983, -1.0596859455108643, -0.0010944801615551114], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.2537883222103119, -0.12041027098894119, 0.028326693922281265, -0.31027400493621826, 0.46759700775146484, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4236612319946289, 0.6825459003448486, -0.12260938435792923, -1.411919116973877, 0.4224918782711029, 0.507978081703186, 0.536374568939209, -0.259880006313324, -0.4090679883956909, 0.22825799882411957, 1.720921516418457, -0.9855747222900391, 1.0006483793258667, 1008.0, 1003.0, 0.0038650301285088062, -0.2959229350090027, -0.8409914970397949, 1.907651662826538, -1.0569175481796265, -0.0006587763782590628], "mean": [-0.19952186942100525, 0.6046661734580994, 0.4513882100582123, -1.4119843244552612, -0.2538871765136719, -0.12053680419921875, 0.028277849778532982, -0.31031960248947144, 0.4675743281841278, 0.2282334417104721, -1.5732375383377075, -1.1211351156234741, -0.7462766766548157, 0.17612691223621368, 0.4545050859451294, -0.42884135246276855, -1.5780280828475952, 0.23477740585803986, 0.21519523859024048, 0.2987437844276428, -0.3012210428714752, -0.4318898916244507, 0.12732025980949402, 1.570422649383545, -1.5195327997207642, 0.4497039020061493, 1008.0, 811.1146240234375, -0.00015055692347232252, -0.2959728240966797, -0.8411056995391846, 1.907652735710144, -1.0582753419876099, -0.0009648826089687645], "std": [2.6270161470165476e-05, 2.4630779080325738e-05, 2.5015253413585015e-05, 2.0875893824268132e-05, 4.052333679283038e-05, 4.331398304202594e-05, 1.635512126085814e-05, 1.606742080184631e-05, 8.356139005627483e-06, 1.4524666767101735e-05, 1.0609626770019531e-05, 1.9073486328125e-06, 1.0728836059570312e-06, 0.15952515602111816, 0.10617341846227646, 0.15450245141983032, 0.09059865772724152, 0.11742689460515976, 0.22048862278461456, 0.19324855506420135, 0.019743777811527252, 0.016666248440742493, 0.06324433535337448, 0.094442218542099, 0.2510702908039093, 0.29507777094841003, 0.0, 281.8158264160156, 0.0036143420729786158, 2.8628901418414898e-05, 4.2191855754936114e-05, 2.7916578346776078e-06, 0.0008012662292458117, 6.861676229164004e-05], "count": [541]}, "timestamp": {"min": [0.0], "max": [18.0], "mean": [9.0], "std": [5.205766033928148], "count": [541]}, "frame_index": {"min": [0], "max": [540], "mean": [270.0], "std": [156.17298101784445], "count": [541]}, "episode_index": {"min": [136], "max": [136], "mean": [136.0], "std": [0.0], "count": [541]}, "index": {"min": [80222], "max": [80762], "mean": [80492.0], "std": [156.17298101784445], "count": [541]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [541]}, "gripper_open_scale_state": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.8098465822320328], "std": [0.0, 0.2809562410681054], "count": [541]}, "gripper_open_scale_action": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.8098465822320328], "std": [0.0, 0.28095624106810546], "count": [541]}, "eef_direction_state": {"mean": [6.0, 4.598890942698706], "std": [0.0, 2.025694164385605], "min": [6, 0], "max": [6, 6], "count": [541]}, "eef_velocity_state": {"mean": [0.0, 0.6487985212569316], "std": [0.0, 0.8011910254249414], "min": [0, 0], "max": [0, 2], "count": [541]}, "eef_acc_mag_state": {"mean": [0.0, 0.5988909426987061], "std": [0.0, 0.81342630640018], "min": [0, 0], "max": [0, 2], "count": [541]}, "eef_direction_action": {"mean": [6.0, 4.598890942698706], "std": [0.0, 2.025694164385605], "min": [6, 0], "max": [6, 6], "count": [541]}, "eef_velocity_action": {"mean": [0.0, 0.6487985212569316], "std": [0.0, 0.8011910254249414], "min": [0, 0], "max": [0, 2], "count": [541]}, "eef_acc_mag_action": {"mean": [0.0, 0.5988909426987061], "std": [0.0, 0.81342630640018], "min": [0, 0], "max": [0, 2], "count": [541]}, "eef_sim_pose_state": {"mean": [-0.3103196620941162, 0.4675741493701935, 0.22823335230350494, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.3012292981147766, -0.43199798464775085, 0.12734779715538025, 1.5706082582473755, -1.5197848081588745, 0.4492354094982147], "std": [1.6100506400107406e-05, 8.384075954381842e-06, 1.4498287782771513e-05, 0.0, 0.0, 5.960464477539063e-08, 0.019746677950024605, 0.01670759730041027, 0.06328495591878891, 0.0943484678864479, 0.2506057024002075, 0.2944044768810272], "min": [-0.3103620111942291, 0.46755000948905945, 0.22819200158119202, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3376219868659973, -0.46759098768234253, 0.026169000193476677, 1.4287769794464111, -1.7986067533493042, 0.04960402846336365], "max": [-0.31027400493621826, 0.46759700775146484, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.259880006313324, -0.4090679883956909, 0.22825799882411957, 1.720921516418457, -0.9855747222900391, 1.0006483793258667], "count": [541]}, "eef_sim_pose_action": {"mean": [-0.310319721698761, 0.4675742983818054, 0.22823338210582733, -1.5732375383377075, -1.1211351156234741, -0.7462766766548157, -0.30122941732406616, -0.43199801445007324, 0.12734776735305786, 1.5706084966659546, -1.5197829008102417, 0.4492354691028595], "std": [1.6100648281280883e-05, 8.385097316931933e-06, 1.449832234357018e-05, 1.0609626770019531e-05, 1.9073486328125e-06, 1.0728836059570312e-06, 0.019746677950024605, 0.01670759543776512, 0.0632849633693695, 0.09434852749109268, 0.25060561299324036, 0.2944044768810272], "min": [-0.3103620111942291, 0.46755000948905945, 0.22819200158119202, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3376219868659973, -0.46759098768234253, 0.026169000193476677, 1.4287769794464111, -1.7986067533493042, 0.04960402846336365], "max": [-0.31027400493621826, 0.46759700775146484, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.259880006313324, -0.4090679883956909, 0.22825799882411957, 1.720921516418457, -0.9855747222900391, 1.0006483793258667], "count": [541]}, "gripper_mode_state": {"mean": [0.0, 0.24214417744916822], "std": [0.0, 0.42838110926677425], "min": [0, 0], "max": [0, 1], "count": [541]}, "gripper_activity_state": {"mean": [2.0, 1.744916820702403], "std": [0.0, 0.596970975953698], "min": [2, 0], "max": [2, 2], "count": [541]}, "gripper_mode_action": {"mean": [0.0, 0.24214417744916822], "std": [0.0, 0.42838110926677425], "min": [0, 0], "max": [0, 1], "count": [541]}, "gripper_activity_action": {"mean": [2.0, 1.744916820702403], "std": [0.0, 0.5969709759536981], "min": [2, 0], "max": [2, 2], "count": [541]}}} +{"episode_index": 78, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40743270016339866]], [[0.4174049916223551]], [[0.41388946874653815]]], "std": [[[0.20970038946076344]], [[0.20739904613659413]], [[0.2044786509048455]]], "count": [118]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32663820863797494]], [[0.31196770279439456]], [[0.32666915399634433]]], "std": [[[0.2590135719162499]], [[0.2669243320947873]], [[0.25572434810764455]]], "count": [118]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4368562264595104]], [[0.4396030779190207]], [[0.43297893645452534]]], "std": [[[0.2879626240963244]], [[0.2823994825797392]], [[0.28425642086161573]]], "count": [118]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3827000353107345]], [[0.37639454033732134]], [[0.3899209454968428]]], "std": [[[0.2842303988029517]], [[0.28771020765150923]], [[0.2848084302636646]]], "count": [118]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.02822197414934635, -0.31038698554039, 0.4675469994544983, 0.22819000482559204, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.17561502754688263, 0.4499458968639374, -0.6989868879318237, -1.8117390871047974, 0.176836758852005, -0.13863149285316467, -0.028291787952184677, -0.3273110091686249, -0.4675990045070648, 0.04401899874210358, 1.3594225645065308, -1.8128089904785156, -0.07951362431049347, 1008.0, 329.0, -0.004124453291296959, -0.296610951423645, -0.8410596251487732, 1.9076588153839111, -1.0597121715545654, -0.0008391330484300852], "max": [-0.19945622980594635, 0.6047391295433044, 0.4514293968677521, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102880120277405, 0.46759501099586487, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.45582765340805054, 0.6701540350914001, -0.15617206692695618, -1.411901593208313, 0.49017569422721863, 0.49816930294036865, 0.5958902835845947, -0.27158400416374207, -0.3837060034275055, 0.22829599678516388, 1.7900210618972778, -1.1126867532730103, 0.7844069600105286, 1008.0, 1003.0, 0.003831192385405302, -0.29636847972869873, -0.8406816720962524, 1.9076913595199585, -1.0570592880249023, -4.746227659779834e-06], "mean": [-0.19952109456062317, 0.6046659350395203, 0.45138072967529297, -1.4119576215744019, -0.2539082467556, -0.12052328884601593, 0.028275012969970703, -0.3103303015232086, 0.4675747752189636, 0.22824206948280334, -1.5732378959655762, -1.1211365461349487, -0.7462766766548157, 0.16905252635478973, 0.5155789852142334, -0.4630184471607208, -1.6316269636154175, 0.2876007854938507, 0.2537597119808197, 0.3306109607219696, -0.29830488562583923, -0.4186384677886963, 0.12665219604969025, 1.5787241458892822, -1.566799521446228, 0.37237411737442017, 1008.0, 793.3636474609375, 0.0004061793733853847, -0.2964670658111572, -0.8409721255302429, 1.9076792001724243, -1.058249592781067, -0.0007026343373581767], "std": [2.4743332687648945e-05, 2.0155159290879965e-05, 2.4918776034610346e-05, 1.9312121366965584e-05, 2.8811709853471257e-05, 2.1891331925871782e-05, 1.5922089005471207e-05, 1.4940947949071415e-05, 8.030359822441824e-06, 1.3402501281234436e-05, 1.0967254638671875e-05, 4.76837158203125e-07, 1.0728836059570312e-06, 0.1949290931224823, 0.062462080270051956, 0.1672651767730713, 0.10824363678693771, 0.07630125433206558, 0.22351506352424622, 0.198993980884552, 0.01267258357256651, 0.021406030282378197, 0.06004265323281288, 0.12962862849235535, 0.20466993749141693, 0.3224160969257355, 0.0, 292.9609680175781, 0.0035089924931526184, 1.905750104924664e-05, 7.3918592534028e-05, 1.2297170542296953e-05, 0.0009690769948065281, 0.00011790833377745003], "count": [583]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.02822197414934635, -0.31038698554039, 0.4675469994544983, 0.22819000482559204, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.17561502754688263, 0.4499458968639374, -0.6989868879318237, -1.8117390871047974, 0.176836758852005, -0.13863149285316467, -0.028291787952184677, -0.3273110091686249, -0.4675990045070648, 0.04401899874210358, 1.3594225645065308, -1.8128089904785156, -0.07951362431049347, 1008.0, 329.0, -0.004124453291296959, -0.296610951423645, -0.8410596251487732, 1.9076588153839111, -1.0597121715545654, -0.0008391330484300852], "max": [-0.19945622980594635, 0.6047391295433044, 0.4514293968677521, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102880120277405, 0.46759501099586487, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.45582765340805054, 0.6701540350914001, -0.15617206692695618, -1.411901593208313, 0.49017569422721863, 0.49816930294036865, 0.5958902835845947, -0.27158400416374207, -0.3837060034275055, 0.22829599678516388, 1.7900210618972778, -1.1126867532730103, 0.7844069600105286, 1008.0, 1003.0, 0.003831192385405302, -0.29636847972869873, -0.8406816720962524, 1.9076913595199585, -1.0570592880249023, -4.746227659779834e-06], "mean": [-0.1995210498571396, 0.6046658158302307, 0.4513806700706482, -1.4119576215744019, -0.2539082169532776, -0.12052319198846817, 0.028275012969970703, -0.3103303611278534, 0.4675747752189636, 0.22824206948280334, -1.5732378959655762, -1.1211365461349487, -0.7462766766548157, 0.16841618716716766, 0.5153290629386902, -0.46251678466796875, -1.6322808265686035, 0.28748345375061035, 0.25418323278427124, 0.33075615763664246, -0.2982877790927887, -0.4184957444667816, 0.12661238014698029, 1.5784415006637573, -1.5670777559280396, 0.37242698669433594, 1008.0, 793.3636474609375, 0.00041862265788950026, -0.29646703600883484, -0.8409721255302429, 1.9076794385910034, -1.0582460165023804, -0.0007030527340248227], "std": [2.4689370548003353e-05, 2.0257679352653213e-05, 2.4927659978857264e-05, 1.926936056406703e-05, 2.8811144147766754e-05, 2.1959504010737874e-05, 1.5922089005471207e-05, 1.490216345700901e-05, 8.025385795917828e-06, 1.3399201634456404e-05, 1.0967254638671875e-05, 4.76837158203125e-07, 1.0728836059570312e-06, 0.19543349742889404, 0.0623963363468647, 0.16773706674575806, 0.1080661192536354, 0.07640551030635834, 0.2230386734008789, 0.19876278936862946, 0.012663090601563454, 0.021356651559472084, 0.059982940554618835, 0.12981997430324554, 0.20417360961437225, 0.3224799931049347, 0.0, 292.9609680175781, 0.0035061317030340433, 1.9031193005503155e-05, 7.391859980998561e-05, 1.2314186278672423e-05, 0.000967916043009609, 0.00011794205784099177], "count": [583]}, "timestamp": {"min": [0.0], "max": [19.4], "mean": [9.700000000000001], "std": [5.609911863043047], "count": [583]}, "frame_index": {"min": [0], "max": [582], "mean": [291.0], "std": [168.2973558912914], "count": [583]}, "episode_index": {"min": [138], "max": [138], "mean": [138.0], "std": [0.0], "count": [583]}, "index": {"min": [81539], "max": [82121], "mean": [81830.0], "std": [168.2973558912914], "count": [583]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [583]}, "gripper_open_scale_state": {"min": [1.0, 0.32899999618530273], "max": [1.0, 1.0], "mean": [1.0, 0.7915574641927029], "std": [0.0, 0.2916691370296014], "count": [583]}, "gripper_open_scale_action": {"min": [1.0, 0.32899999618530273], "max": [1.0, 1.0], "mean": [1.0, 0.7915574641927029], "std": [0.0, 0.2916691370296014], "count": [583]}, "eef_direction_state": {"mean": [6.0, 4.885077186963979], "std": [0.0, 1.7371434979977005], "min": [6, 0], "max": [6, 6], "count": [583]}, "eef_velocity_state": {"mean": [0.0, 0.5677530017152659], "std": [0.0, 0.7535778085943847], "min": [0, 0], "max": [0, 2], "count": [583]}, "eef_acc_mag_state": {"mean": [0.0, 0.5197255574614065], "std": [0.0, 0.7896447690046784], "min": [0, 0], "max": [0, 2], "count": [583]}, "eef_direction_action": {"mean": [6.0, 4.885077186963979], "std": [0.0, 1.7371434979977005], "min": [6, 0], "max": [6, 6], "count": [583]}, "eef_velocity_action": {"mean": [0.0, 0.5677530017152659], "std": [0.0, 0.7535778085943847], "min": [0, 0], "max": [0, 2], "count": [583]}, "eef_acc_mag_action": {"mean": [0.0, 0.5197255574614065], "std": [0.0, 0.7896447690046784], "min": [0, 0], "max": [0, 2], "count": [583]}, "eef_sim_pose_state": {"mean": [-0.3103301227092743, 0.46757474541664124, 0.22824209928512573, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.2983049154281616, -0.41863834857940674, 0.12665224075317383, 1.5787240266799927, -1.566798210144043, 0.37237411737442017], "std": [1.4940011169528589e-05, 8.030251592572313e-06, 1.3402505828707945e-05, 0.0, 0.0, 5.960464477539063e-08, 0.01267258357256651, 0.02140602469444275, 0.06004266440868378, 0.12962862849235535, 0.20466983318328857, 0.32241618633270264], "min": [-0.31038698554039, 0.4675469994544983, 0.22819000482559204, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3273110091686249, -0.4675990045070648, 0.04401899874210358, 1.3594225645065308, -1.8128089904785156, -0.07951362431049347], "max": [-0.3102880120277405, 0.46759501099586487, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27158400416374207, -0.3837060034275055, 0.22829599678516388, 1.7900210618972778, -1.1126867532730103, 0.7844069600105286], "count": [583]}, "eef_sim_pose_action": {"mean": [-0.3103303015232086, 0.4675747752189636, 0.22824206948280334, -1.5732378959655762, -1.1211365461349487, -0.7462766766548157, -0.29830488562583923, -0.4186384677886963, 0.12665219604969025, 1.5787241458892822, -1.566799521446228, 0.37237411737442017], "std": [1.4940947949071415e-05, 8.030359822441824e-06, 1.3402501281234436e-05, 1.0967254638671875e-05, 4.76837158203125e-07, 1.0728836059570312e-06, 0.01267258357256651, 0.021406030282378197, 0.06004265323281288, 0.12962862849235535, 0.20466993749141693, 0.3224160969257355], "min": [-0.31038698554039, 0.4675469994544983, 0.22819000482559204, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3273110091686249, -0.4675990045070648, 0.04401899874210358, 1.3594225645065308, -1.8128089904785156, -0.07951362431049347], "max": [-0.3102880120277405, 0.46759501099586487, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27158400416374207, -0.3837060034275055, 0.22829599678516388, 1.7900210618972778, -1.1126867532730103, 0.7844069600105286], "count": [583]}, "gripper_mode_state": {"mean": [0.0, 0.274442538593482], "std": [0.0, 0.44623293424381644], "min": [0, 0], "max": [0, 1], "count": [583]}, "gripper_activity_state": {"mean": [2.0, 1.7615780445969125], "std": [0.0, 0.582564491087559], "min": [2, 0], "max": [2, 2], "count": [583]}, "gripper_mode_action": {"mean": [0.0, 0.274442538593482], "std": [0.0, 0.44623293424381644], "min": [0, 0], "max": [0, 1], "count": [583]}, "gripper_activity_action": {"mean": [2.0, 1.7615780445969125], "std": [0.0, 0.582564491087559], "min": [2, 0], "max": [2, 2], "count": [583]}}} +{"episode_index": 79, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4088041341878281]], [[0.41839930722972246]], [[0.41420745774402656]]], "std": [[[0.21121137714933644]], [[0.20829483346294575]], [[0.2054616385960616]]], "count": [122]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3268873871611486]], [[0.31359262328565307]], [[0.3295219215418408]]], "std": [[[0.2615819614266851]], [[0.26892799413029883]], [[0.2590256457202536]]], "count": [122]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43628854434533376]], [[0.4393638684640523]], [[0.43242365631361834]]], "std": [[[0.28796466573905544]], [[0.28273025599124607]], [[0.2843959371360069]]], "count": [122]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36983115356798457]], [[0.36764836467373835]], [[0.3862951388888889]]], "std": [[[0.28120652804711127]], [[0.2825635387088369]], [[0.28968275065390936]]], "count": [122]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31038400530815125, 0.46754899621009827, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.012479104101657867, 0.4133114218711853, -0.7493396401405334, -1.6334360837936401, 0.21404717862606049, -0.24951225519180298, -0.028379054740071297, -0.3330659866333008, -0.4675999879837036, 0.03621000051498413, 1.4694969654083252, -1.8868049383163452, -0.11818453669548035, 1008.0, 331.0, -0.004583143629133701, -0.296139121055603, -0.8410263657569885, 1.9077404737472534, -1.0597485303878784, -0.0015349300811067224], "max": [-0.19945622980594635, 0.6047565937042236, 0.45146432518959045, -1.411884069442749, -0.25382325053215027, -0.12041027098894119, 0.02834414690732956, -0.3102729916572571, 0.4675939977169037, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5433558821678162, 0.6831218600273132, -0.293791264295578, -1.3865244388580322, 0.4012162983417511, 0.4896171987056732, 0.6544984579086304, -0.25864601135253906, -0.4163550138473511, 0.22826799750328064, 1.8987796306610107, -1.121137022972107, 0.8198651075363159, 1008.0, 1003.0, 0.003951504360884428, -0.29568231105804443, -0.8407419323921204, 1.9077428579330444, -1.0571092367172241, -0.0006597256287932396], "mean": [-0.19951508939266205, 0.6046703457832336, 0.45139145851135254, -1.4119857549667358, -0.25389406085014343, -0.12056148052215576, 0.028278009966015816, -0.31032097339630127, 0.467571496963501, 0.22823195159435272, -1.5732381343841553, -1.1211373805999756, -0.7462766766548157, 0.2939646542072296, 0.5133699774742126, -0.5419958233833313, -1.5020787715911865, 0.30773216485977173, 0.1825350821018219, 0.4349576234817505, -0.3003900349140167, -0.4408368766307831, 0.11644608527421951, 1.6714116334915161, -1.6110535860061646, 0.2927473485469818, 1008.0, 743.4417114257812, -0.00011206116323592141, -0.2960163354873657, -0.8408963680267334, 1.9077277183532715, -1.0583555698394775, -0.0009977230802178383], "std": [2.5054165234905668e-05, 2.0278799638617784e-05, 2.431918983347714e-05, 2.138144373020623e-05, 2.3832026272430085e-05, 2.213761763414368e-05, 1.5696059563197196e-05, 1.5427765902131796e-05, 8.049314601521473e-06, 1.350983166048536e-05, 1.1205673217773438e-05, 3.5762786865234375e-07, 1.0728836059570312e-06, 0.16630370914936066, 0.07013484090566635, 0.14583396911621094, 0.07210008054971695, 0.04442837834358215, 0.2424738109111786, 0.20193010568618774, 0.01618758775293827, 0.013760839588940144, 0.06214018911123276, 0.11965050548315048, 0.21165892481803894, 0.3422471284866333, 0.0, 309.6427917480469, 0.003963453695178032, 6.617387407459319e-05, 5.377546403906308e-05, 1.3686208149010781e-05, 0.000961475248914212, 0.00014712246775161475], "count": [609]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31038400530815125, 0.46754899621009827, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.012479104101657867, 0.4133114218711853, -0.7493396401405334, -1.6334360837936401, 0.21404717862606049, -0.24951225519180298, -0.028379054740071297, -0.3330659866333008, -0.4675999879837036, 0.03621000051498413, 1.4694969654083252, -1.8868049383163452, -0.11818453669548035, 1008.0, 331.0, -0.004583143629133701, -0.296139121055603, -0.8410263657569885, 1.9077404737472534, -1.0597485303878784, -0.0015349300811067224], "max": [-0.19945622980594635, 0.6047565937042236, 0.45146432518959045, -1.411884069442749, -0.25382325053215027, -0.12041027098894119, 0.02834414690732956, -0.3102729916572571, 0.4675939977169037, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5433558821678162, 0.6831218600273132, -0.293791264295578, -1.3865244388580322, 0.4012162983417511, 0.4896171987056732, 0.6544984579086304, -0.25864601135253906, -0.4163550138473511, 0.22826799750328064, 1.8987796306610107, -1.121137022972107, 0.8198651075363159, 1008.0, 1003.0, 0.003951504360884428, -0.29568231105804443, -0.8407419323921204, 1.9077428579330444, -1.0571092367172241, -0.0006597256287932396], "mean": [-0.1995151787996292, 0.6046702265739441, 0.4513915181159973, -1.4119857549667358, -0.25389406085014343, -0.12056151777505875, 0.028278037905693054, -0.31032100319862366, 0.467571496963501, 0.22823192179203033, -1.5732381343841553, -1.1211373805999756, -0.7462766766548157, 0.2936607599258423, 0.5132469534873962, -0.5417447090148926, -1.502243995666504, 0.30768048763275146, 0.1823238581418991, 0.43530139327049255, -0.30040034651756287, -0.4407583177089691, 0.11640479415655136, 1.6716550588607788, -1.6113053560256958, 0.29279688000679016, 1008.0, 743.4384155273438, -0.00012440842692740262, -0.296016126871109, -0.8408966064453125, 1.9077277183532715, -1.058356761932373, -0.0009972056141123176], "std": [2.5120374630205333e-05, 2.0280600438127294e-05, 2.4334618501598015e-05, 2.1388930690591224e-05, 2.3822736693546176e-05, 2.2152738893055357e-05, 1.5705323676229455e-05, 1.5429592167492956e-05, 8.048301424423698e-06, 1.3507028597814497e-05, 1.1205673217773438e-05, 3.5762786865234375e-07, 1.0728836059570312e-06, 0.1666448563337326, 0.07004017382860184, 0.14612093567848206, 0.07200855016708374, 0.04450919106602669, 0.242793470621109, 0.20131829380989075, 0.01619591750204563, 0.013744626194238663, 0.062074217945337296, 0.11960126459598541, 0.2111668586730957, 0.34231510758399963, 0.0, 309.6392517089844, 0.003963185008615255, 6.624534580623731e-05, 5.400037844083272e-05, 1.3687333193956874e-05, 0.000961069657932967, 0.00014760518388357013], "count": [609]}, "timestamp": {"min": [0.0], "max": [20.266666666666666], "mean": [10.133333333333333], "std": [5.860097332019388], "count": [609]}, "frame_index": {"min": [0], "max": [608], "mean": [304.0], "std": [175.80291996058162], "count": [609]}, "episode_index": {"min": [147], "max": [147], "mean": [147.0], "std": [0.0], "count": [609]}, "index": {"min": [87594], "max": [88202], "mean": [87898.0], "std": [175.80291996058162], "count": [609]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [609]}, "gripper_open_scale_state": {"min": [1.0, 0.3310000002384186], "max": [1.0, 1.0], "mean": [1.0, 0.7419687976880223], "std": [0.0, 0.30840912422270733], "count": [609]}, "gripper_open_scale_action": {"min": [1.0, 0.3310000002384186], "max": [1.0, 1.0], "mean": [1.0, 0.7419687976880223], "std": [0.0, 0.30840912422270733], "count": [609]}, "eef_direction_state": {"mean": [6.0, 4.898193760262726], "std": [0.0, 1.7772915378193894], "min": [6, 0], "max": [6, 6], "count": [609]}, "eef_velocity_state": {"mean": [0.0, 0.5467980295566502], "std": [0.0, 0.7634037685836628], "min": [0, 0], "max": [0, 2], "count": [609]}, "eef_acc_mag_state": {"mean": [0.0, 0.5024630541871922], "std": [0.0, 0.7754931747411705], "min": [0, 0], "max": [0, 2], "count": [609]}, "eef_direction_action": {"mean": [6.0, 4.898193760262726], "std": [0.0, 1.7772915378193894], "min": [6, 0], "max": [6, 6], "count": [609]}, "eef_velocity_action": {"mean": [0.0, 0.5467980295566502], "std": [0.0, 0.7634037685836628], "min": [0, 0], "max": [0, 2], "count": [609]}, "eef_acc_mag_action": {"mean": [0.0, 0.5024630541871922], "std": [0.0, 0.7754931747411705], "min": [0, 0], "max": [0, 2], "count": [609]}, "eef_sim_pose_state": {"mean": [-0.3103209137916565, 0.4675711989402771, 0.22823204100131989, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.3003901243209839, -0.4408367872238159, 0.11644603312015533, 1.671413540840149, -1.611053705215454, 0.29274681210517883], "std": [1.5427693142555654e-05, 8.04337287263479e-06, 1.3509532436728477e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.01618758961558342, 0.013760841451585293, 0.06214018911123276, 0.11965051293373108, 0.21165888011455536, 0.34224727749824524], "min": [-0.31038400530815125, 0.46754899621009827, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3330659866333008, -0.4675999879837036, 0.03621000051498413, 1.4694969654083252, -1.8868049383163452, -0.11818453669548035], "max": [-0.3102729916572571, 0.4675939977169037, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.25864601135253906, -0.4163550138473511, 0.22826799750328064, 1.8987796306610107, -1.121137022972107, 0.8198651075363159], "count": [609]}, "eef_sim_pose_action": {"mean": [-0.31032097339630127, 0.467571496963501, 0.22823195159435272, -1.5732381343841553, -1.1211373805999756, -0.7462766766548157, -0.3003900349140167, -0.4408368766307831, 0.11644608527421951, 1.6714116334915161, -1.6110535860061646, 0.2927473485469818], "std": [1.5427765902131796e-05, 8.049314601521473e-06, 1.350983166048536e-05, 1.1205673217773438e-05, 3.5762786865234375e-07, 1.0728836059570312e-06, 0.01618758775293827, 0.013760839588940144, 0.06214018911123276, 0.11965050548315048, 0.21165892481803894, 0.3422471284866333], "min": [-0.31038400530815125, 0.46754899621009827, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3330659866333008, -0.4675999879837036, 0.03621000051498413, 1.4694969654083252, -1.8868049383163452, -0.11818453669548035], "max": [-0.3102729916572571, 0.4675939977169037, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.25864601135253906, -0.4163550138473511, 0.22826799750328064, 1.8987796306610107, -1.121137022972107, 0.8198651075363159], "count": [609]}, "gripper_mode_state": {"mean": [0.0, 0.35139573070607555], "std": [0.0, 0.4774062956723753], "min": [0, 0], "max": [0, 1], "count": [609]}, "gripper_activity_state": {"mean": [2.0, 1.7684729064039408], "std": [0.0, 0.5764318643670957], "min": [2, 0], "max": [2, 2], "count": [609]}, "gripper_mode_action": {"mean": [0.0, 0.35139573070607555], "std": [0.0, 0.47740629567237536], "min": [0, 0], "max": [0, 1], "count": [609]}, "gripper_activity_action": {"mean": [2.0, 1.7684729064039408], "std": [0.0, 0.5764318643670957], "min": [2, 0], "max": [2, 2], "count": [609]}}} +{"episode_index": 80, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41292888641112185]], [[0.42151929477392047]], [[0.41670358204757313]]], "std": [[[0.2108948449945984]], [[0.20908025614327208]], [[0.20584301473343572]]], "count": [122]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3280772460623594]], [[0.3139558421729347]], [[0.32623695823958]]], "std": [[[0.2620573844422029]], [[0.26999830036724487]], [[0.25877528165389735]]], "count": [122]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43693677173738343]], [[0.439579712110254]], [[0.433005293715847]]], "std": [[[0.2881560666462341]], [[0.282807674412708]], [[0.2847805454287217]]], "count": [122]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3688318868531019]], [[0.36504277329101037]], [[0.3773488612316511]]], "std": [[[0.2537487844501646]], [[0.25503160373841977]], [[0.25726220108616654]]], "count": [122]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31038200855255127, 0.4675480127334595, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.0740368664264679, 0.4000294804573059, -0.6847974061965942, -1.656230092048645, 0.08742354065179825, -0.28820621967315674, -0.02839650586247444, -0.33841198682785034, -0.46760299801826477, 0.03863999992609024, 1.3994567394256592, -1.7743326425552368, -0.03450462967157364, 1008.0, 333.0, -0.004169570282101631, -0.2968553900718689, -0.8410691618919373, 1.9077404737472534, -1.0597795248031616, -0.0008429300505667925], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12041027098894119, 0.028326693922281265, -0.3102859854698181, 0.46759501099586487, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4363846778869629, 0.6731909513473511, -0.22624704241752625, -1.411901593208313, 0.3747221827507019, 0.5284682512283325, 0.5953667163848877, -0.27878499031066895, -0.40527400374412537, 0.22829000651836395, 1.8210062980651855, -1.121137022972107, 0.9586322903633118, 1008.0, 1002.0, 0.003989101853221655, -0.29593607783317566, -0.8408116102218628, 1.9077428579330444, -1.0569103956222534, 5.980246714898385e-05], "mean": [-0.1995147168636322, 0.6046695709228516, 0.45139098167419434, -1.411960482597351, -0.25389447808265686, -0.12054337561130524, 0.028276631608605385, -0.31033170223236084, 0.4675721526145935, 0.22823978960514069, -1.5732380151748657, -1.121137261390686, -0.7462766766548157, 0.23579716682434082, 0.4783540666103363, -0.4836514890193939, -1.5160824060440063, 0.27049896121025085, 0.17376689612865448, 0.3906640410423279, -0.30695512890815735, -0.43797603249549866, 0.12184230238199234, 1.632994294166565, -1.5788915157318115, 0.3775831162929535, 1008.0, 773.349853515625, -0.0003812118957284838, -0.2962203919887543, -0.8409439325332642, 1.9077281951904297, -1.058305263519287, -0.0006531169638037682], "std": [2.5037661544047296e-05, 1.750581395754125e-05, 2.4236411263700575e-05, 1.9083414372289553e-05, 2.410486740700435e-05, 2.8389029466779903e-05, 1.5737807188997976e-05, 1.4925284631317481e-05, 8.132314178510569e-06, 1.214707299368456e-05, 1.1086463928222656e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.14736199378967285, 0.08093355596065521, 0.14095214009284973, 0.0627196654677391, 0.0511232390999794, 0.25033238530158997, 0.1761038899421692, 0.014332626946270466, 0.012405116111040115, 0.05889787897467613, 0.11069560050964355, 0.18567393720149994, 0.3401449918746948, 0.0, 298.8434143066406, 0.003722334047779441, 0.0001371544785797596, 5.903547935304232e-05, 1.3463182767736726e-05, 0.0009344855789095163, 0.00010813619155669585], "count": [606]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31038200855255127, 0.4675480127334595, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.0740368664264679, 0.4000294804573059, -0.6847974061965942, -1.656230092048645, 0.08742354065179825, -0.28820621967315674, -0.02839650586247444, -0.33841198682785034, -0.46760299801826477, 0.03863999992609024, 1.3994567394256592, -1.7743326425552368, -0.03450462967157364, 1008.0, 333.0, -0.004169570282101631, -0.2968553900718689, -0.8410691618919373, 1.9077404737472534, -1.0597795248031616, -0.0008429300505667925], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12041027098894119, 0.028326693922281265, -0.3102859854698181, 0.46759501099586487, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4363846778869629, 0.6731909513473511, -0.22624704241752625, -1.411901593208313, 0.3747221827507019, 0.5284682512283325, 0.5953667163848877, -0.27878499031066895, -0.40527400374412537, 0.22829000651836395, 1.8210062980651855, -1.121137022972107, 0.9586322903633118, 1008.0, 1002.0, 0.003989101853221655, -0.29593607783317566, -0.8408116102218628, 1.9077428579330444, -1.0569103956222534, 5.980246714898385e-05], "mean": [-0.19951479136943817, 0.6046695113182068, 0.4513910412788391, -1.411960482597351, -0.25389447808265686, -0.12054337561130524, 0.028276631608605385, -0.31033167243003845, 0.4675722122192383, 0.2282397300004959, -1.5732380151748657, -1.121137261390686, -0.7462766766548157, 0.23534657061100006, 0.47803473472595215, -0.4832831025123596, -1.5163617134094238, 0.2702280580997467, 0.17349927127361298, 0.39074382185935974, -0.30695265531539917, -0.4378734230995178, 0.12178346514701843, 1.6331387758255005, -1.578900694847107, 0.37792688608169556, 1008.0, 773.349853515625, -0.0003810568305198103, -0.29622185230255127, -0.8409439921379089, 1.9077281951904297, -1.058305263519287, -0.0006529696984216571], "std": [2.5102914150920697e-05, 1.7519072571303695e-05, 2.4238483092631213e-05, 1.9112994777970016e-05, 2.4096134438877925e-05, 2.8389029466779903e-05, 1.5737807188997976e-05, 1.4952114725019783e-05, 8.139541023410857e-06, 1.2187763786641881e-05, 1.1086463928222656e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.14788874983787537, 0.08081615716218948, 0.141326904296875, 0.06263218820095062, 0.05164226517081261, 0.25073328614234924, 0.17592483758926392, 0.014332164078950882, 0.012416936457157135, 0.058809272944927216, 0.11067456007003784, 0.18565158545970917, 0.34062230587005615, 0.0, 298.8434143066406, 0.0037224863190203905, 0.0001389524550177157, 5.9158097428735346e-05, 1.3462075003189966e-05, 0.0009344777790829539, 0.00010814269626280293], "count": [606]}, "timestamp": {"min": [0.0], "max": [20.166666666666668], "mean": [10.083333333333334], "std": [5.831229779449678], "count": [606]}, "frame_index": {"min": [0], "max": [605], "mean": [302.5], "std": [174.93689338349034], "count": [606]}, "episode_index": {"min": [148], "max": [148], "mean": [148.0], "std": [0.0], "count": [606]}, "index": {"min": [88203], "max": [88808], "mean": [88505.5], "std": [174.93689338349034], "count": [606]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [606]}, "gripper_open_scale_state": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.772768976517243], "std": [0.0, 0.2984013780426775], "count": [606]}, "gripper_open_scale_action": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.772768976517243], "std": [0.0, 0.2984013780426775], "count": [606]}, "eef_direction_state": {"mean": [6.0, 4.924092409240924], "std": [0.0, 1.7408451016756652], "min": [6, 0], "max": [6, 6], "count": [606]}, "eef_velocity_state": {"mean": [0.0, 0.5610561056105611], "std": [0.0, 0.7370901267402602], "min": [0, 0], "max": [0, 2], "count": [606]}, "eef_acc_mag_state": {"mean": [0.0, 0.5082508250825083], "std": [0.0, 0.7786960687263154], "min": [0, 0], "max": [0, 2], "count": [606]}, "eef_direction_action": {"mean": [6.0, 4.924092409240924], "std": [0.0, 1.7408451016756652], "min": [6, 0], "max": [6, 6], "count": [606]}, "eef_velocity_action": {"mean": [0.0, 0.5610561056105611], "std": [0.0, 0.7370901267402602], "min": [0, 0], "max": [0, 2], "count": [606]}, "eef_acc_mag_action": {"mean": [0.0, 0.5082508250825083], "std": [0.0, 0.7786960687263154], "min": [0, 0], "max": [0, 2], "count": [606]}, "eef_sim_pose_state": {"mean": [-0.3103317618370056, 0.46757200360298157, 0.2282397598028183, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.3069551885128021, -0.4379758834838867, 0.12184228748083115, 1.632997989654541, -1.578891396522522, 0.37758326530456543], "std": [1.4925119103281759e-05, 8.131361028063111e-06, 1.2147050256317016e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.014332622289657593, 0.012405114248394966, 0.058897875249385834, 0.11069551855325699, 0.1856738030910492, 0.3401450514793396], "min": [-0.31038200855255127, 0.4675480127334595, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33841198682785034, -0.46760299801826477, 0.03863999992609024, 1.3994567394256592, -1.7743326425552368, -0.03450462967157364], "max": [-0.3102859854698181, 0.46759501099586487, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27878499031066895, -0.40527400374412537, 0.22829000651836395, 1.8210062980651855, -1.121137022972107, 0.9586322903633118], "count": [606]}, "eef_sim_pose_action": {"mean": [-0.31033170223236084, 0.4675721526145935, 0.22823978960514069, -1.5732380151748657, -1.121137261390686, -0.7462766766548157, -0.30695512890815735, -0.43797603249549866, 0.12184230238199234, 1.632994294166565, -1.5788915157318115, 0.3775831162929535], "std": [1.4925284631317481e-05, 8.132314178510569e-06, 1.214707299368456e-05, 1.1086463928222656e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.014332626946270466, 0.012405116111040115, 0.05889787897467613, 0.11069560050964355, 0.18567393720149994, 0.3401449918746948], "min": [-0.31038200855255127, 0.4675480127334595, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33841198682785034, -0.46760299801826477, 0.03863999992609024, 1.3994567394256592, -1.7743326425552368, -0.03450462967157364], "max": [-0.3102859854698181, 0.46759501099586487, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27878499031066895, -0.40527400374412537, 0.22829000651836395, 1.8210062980651855, -1.121137022972107, 0.9586322903633118], "count": [606]}, "gripper_mode_state": {"mean": [0.0, 0.3085808580858086], "std": [0.0, 0.4619076878650482], "min": [0, 0], "max": [0, 1], "count": [606]}, "gripper_activity_state": {"mean": [2.0, 1.7673267326732673], "std": [0.0, 0.5776261157092819], "min": [2, 0], "max": [2, 2], "count": [606]}, "gripper_mode_action": {"mean": [0.0, 0.3085808580858086], "std": [0.0, 0.4619076878650482], "min": [0, 0], "max": [0, 1], "count": [606]}, "gripper_activity_action": {"mean": [2.0, 1.7673267326732673], "std": [0.0, 0.5776261157092819], "min": [2, 0], "max": [2, 2], "count": [606]}}} +{"episode_index": 81, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.411392106611163]], [[0.4199599835304492]], [[0.41546090426911503]]], "std": [[[0.2104862439844054]], [[0.2087330226930457]], [[0.20576574548117324]]], "count": [126]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3243316620629733]], [[0.31063429654269115]], [[0.3219075435729848]]], "std": [[[0.2597730414592277]], [[0.26795241851597196]], [[0.2561257864961132]]], "count": [126]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4363125340413943]], [[0.4394088955026455]], [[0.43246546905799355]]], "std": [[[0.28833604381233163]], [[0.2828479145024783]], [[0.28477742847100046]]], "count": [126]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37015028302987857]], [[0.3664006785584604]], [[0.37521026072466024]]], "std": [[[0.27076380859795907]], [[0.27109266112239094]], [[0.2703187952609481]]], "count": [126]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4512898027896881, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.31040000915527344, 0.4675450026988983, 0.22819200158119202, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.07955210655927658, 0.40948915481567383, -0.7349407076835632, -1.655724048614502, 0.12976522743701935, -0.19966566562652588, -0.02839650586247444, -0.33696600794792175, -0.46759700775146484, 0.03355799987912178, 1.4604160785675049, -1.801798701286316, -0.12537610530853271, 1008.0, 333.0, -0.004718494601547718, -0.2970114052295685, -0.8410295248031616, 1.9077404737472534, -1.0598032474517822, -0.0008334376034326851], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028199195861816, 0.46759799122810364, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.505709171295166, 0.6726847887039185, -0.21366320550441742, -1.411884069442749, 0.38758528232574463, 0.4806985855102539, 0.6513045430183411, -0.2718769907951355, -0.403328001499176, 0.22828499972820282, 1.8575490713119507, -1.121137022972107, 0.8356091976165771, 1008.0, 1003.0, 0.0035379312466830015, -0.29682713747024536, -0.840765655040741, 1.9077444076538086, -1.057124376296997, -0.00033793141483329237], "mean": [-0.19951540231704712, 0.6046679615974426, 0.45138970017433167, -1.411981463432312, -0.25389719009399414, -0.12053000926971436, 0.028276322409510612, -0.31032660603523254, 0.4675716757774353, 0.22823399305343628, -1.5732382535934448, -1.1211379766464233, -0.7462767362594604, 0.249471053481102, 0.49190565943717957, -0.5098492503166199, -1.5198346376419067, 0.25502291321754456, 0.1762363463640213, 0.4008166193962097, -0.3058224320411682, -0.4360574185848236, 0.11808281391859055, 1.6579324007034302, -1.5657366514205933, 0.3225753903388977, 1008.0, 781.3112182617188, -0.00019207654986530542, -0.29690971970558167, -0.840938150882721, 1.907727599143982, -1.0583231449127197, -0.0006508402293547988], "std": [2.552101796027273e-05, 1.9960043573519215e-05, 2.4842140192049555e-05, 2.9521796022891067e-05, 2.355578362767119e-05, 2.0604791643563658e-05, 1.635493026697077e-05, 1.6434645658591762e-05, 8.11814607004635e-06, 1.4832825399935246e-05, 1.1324882507324219e-05, 9.5367431640625e-07, 1.1324882507324219e-06, 0.1812238246202469, 0.07063145935535431, 0.15380901098251343, 0.08116470277309418, 0.05839873105287552, 0.22708266973495483, 0.20354105532169342, 0.016105934977531433, 0.016947928816080093, 0.06170477718114853, 0.11908866465091705, 0.2008058875799179, 0.3392372727394104, 0.0, 297.2674255371094, 0.0035779087338596582, 4.9033733375836164e-05, 6.006455805618316e-05, 1.4857475434837397e-05, 0.0009201724897138774, 8.667877409607172e-05], "count": [633]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4512898027896881, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.31040000915527344, 0.4675450026988983, 0.22819200158119202, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.07955210655927658, 0.40948915481567383, -0.7349407076835632, -1.655724048614502, 0.12976522743701935, -0.19966566562652588, -0.02839650586247444, -0.33696600794792175, -0.46759700775146484, 0.03355799987912178, 1.4604160785675049, -1.801798701286316, -0.12537610530853271, 1008.0, 333.0, -0.004718494601547718, -0.2970114052295685, -0.8410295248031616, 1.9077404737472534, -1.0598032474517822, -0.0008334376034326851], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028199195861816, 0.46759799122810364, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.505709171295166, 0.6726847887039185, -0.21366320550441742, -1.411884069442749, 0.38758528232574463, 0.4806985855102539, 0.6513045430183411, -0.2718769907951355, -0.4033229947090149, 0.22828499972820282, 1.8575490713119507, -1.121137022972107, 0.8356091976165771, 1008.0, 1003.0, 0.0035379312466830015, -0.29682713747024536, -0.840765655040741, 1.9077444076538086, -1.057124376296997, -0.00033793141483329237], "mean": [-0.19951537251472473, 0.6046679019927979, 0.4513896107673645, -1.411981225013733, -0.25389721989631653, -0.12053001672029495, 0.028276268392801285, -0.31032660603523254, 0.4675716161727905, 0.22823399305343628, -1.5732382535934448, -1.1211379766464233, -0.7462767362594604, 0.24903085827827454, 0.49167242646217346, -0.5094800591468811, -1.520142912864685, 0.2548322081565857, 0.17611144483089447, 0.4010513424873352, -0.3058233857154846, -0.4359559416770935, 0.11803533881902695, 1.6580697298049927, -1.5658828020095825, 0.3227151930332184, 1008.0, 781.3143920898438, -0.00019220127433072776, -0.296909898519516, -0.840938150882721, 1.907727599143982, -1.0583231449127197, -0.0006512151448987424], "std": [2.5519280825392343e-05, 1.9945146050304174e-05, 2.4851973648765124e-05, 2.9524564524763264e-05, 2.350503928028047e-05, 2.0604780729627237e-05, 1.636155866435729e-05, 1.6442694686702453e-05, 8.119620360957924e-06, 1.4844805264146999e-05, 1.1324882507324219e-05, 9.5367431640625e-07, 1.1324882507324219e-06, 0.1816824972629547, 0.07050243765115738, 0.15422837436199188, 0.08112461864948273, 0.05859851464629173, 0.2272675782442093, 0.20313116908073425, 0.016106225550174713, 0.016951318830251694, 0.06163150444626808, 0.11904085427522659, 0.2005159556865692, 0.33943015336990356, 0.0, 297.2695007324219, 0.0035777906887233257, 4.8996480472851545e-05, 6.000315988785587e-05, 1.4859724615234882e-05, 0.0009202735964208841, 8.692128176335245e-05], "count": [633]}, "timestamp": {"min": [0.0], "max": [21.066666666666666], "mean": [10.533333333333333], "std": [6.091037739231365], "count": [633]}, "frame_index": {"min": [0], "max": [632], "mean": [316.0], "std": [182.73113217694095], "count": [633]}, "episode_index": {"min": [149], "max": [149], "mean": [149.0], "std": [0.0], "count": [633]}, "index": {"min": [88809], "max": [89441], "mean": [89125.0], "std": [182.73113217694095], "count": [633]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [633]}, "gripper_open_scale_state": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.7805244855311998], "std": [0.0, 0.29668460901071486], "count": [633]}, "gripper_open_scale_action": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.7805244855311998], "std": [0.0, 0.29668460901071486], "count": [633]}, "eef_direction_state": {"mean": [6.0, 4.826224328593997], "std": [0.0, 1.85870764703146], "min": [6, 0], "max": [6, 6], "count": [633]}, "eef_velocity_state": {"mean": [0.0, 0.5608214849921012], "std": [0.0, 0.7434903093990574], "min": [0, 0], "max": [0, 2], "count": [633]}, "eef_acc_mag_state": {"mean": [0.0, 0.5418641390205371], "std": [0.0, 0.8039599861105688], "min": [0, 0], "max": [0, 2], "count": [633]}, "eef_direction_action": {"mean": [6.0, 4.826224328593997], "std": [0.0, 1.85870764703146], "min": [6, 0], "max": [6, 6], "count": [633]}, "eef_velocity_action": {"mean": [0.0, 0.5608214849921012], "std": [0.0, 0.7434903093990574], "min": [0, 0], "max": [0, 2], "count": [633]}, "eef_acc_mag_action": {"mean": [0.0, 0.5418641390205371], "std": [0.0, 0.8039599861105688], "min": [0, 0], "max": [0, 2], "count": [633]}, "eef_sim_pose_state": {"mean": [-0.31032639741897583, 0.4675719141960144, 0.22823387384414673, -1.5732269287109375, -1.1211369037628174, -0.7462754845619202, -0.3058224618434906, -0.43605753779411316, 0.11808282881975174, 1.6579350233078003, -1.5657368898391724, 0.3225756585597992], "std": [1.643318319111131e-05, 8.11448353488231e-06, 1.4832505257800221e-05, 0.0, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.016105934977531433, 0.016947928816080093, 0.061704766005277634, 0.11908857524394989, 0.20080608129501343, 0.33923736214637756], "min": [-0.31040000915527344, 0.4675450026988983, 0.22819200158119202, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33696600794792175, -0.46759700775146484, 0.03355799987912178, 1.4604160785675049, -1.801798701286316, -0.12537610530853271], "max": [-0.31028199195861816, 0.46759799122810364, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2718769907951355, -0.403328001499176, 0.22828499972820282, 1.8575490713119507, -1.121137022972107, 0.8356091976165771], "count": [633]}, "eef_sim_pose_action": {"mean": [-0.31032660603523254, 0.4675716757774353, 0.22823399305343628, -1.5732382535934448, -1.1211379766464233, -0.7462767362594604, -0.3058224320411682, -0.4360574185848236, 0.11808281391859055, 1.6579324007034302, -1.5657366514205933, 0.3225753903388977], "std": [1.6434645658591762e-05, 8.11814607004635e-06, 1.4832825399935246e-05, 1.1324882507324219e-05, 9.5367431640625e-07, 1.1324882507324219e-06, 0.016105934977531433, 0.016947928816080093, 0.06170477718114853, 0.11908866465091705, 0.2008058875799179, 0.3392372727394104], "min": [-0.31040000915527344, 0.4675450026988983, 0.22819200158119202, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33696600794792175, -0.46759700775146484, 0.03355799987912178, 1.4604160785675049, -1.801798701286316, -0.12537610530853271], "max": [-0.31028199195861816, 0.46759799122810364, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2718769907951355, -0.403328001499176, 0.22828499972820282, 1.8575490713119507, -1.121137022972107, 0.8356091976165771], "count": [633]}, "gripper_mode_state": {"mean": [0.0, 0.296998420221169], "std": [0.0, 0.456935836422684], "min": [0, 0], "max": [0, 1], "count": [633]}, "gripper_activity_state": {"mean": [2.0, 1.783570300157978], "std": [0.0, 0.5583618715985553], "min": [2, 0], "max": [2, 2], "count": [633]}, "gripper_mode_action": {"mean": [0.0, 0.296998420221169], "std": [0.0, 0.456935836422684], "min": [0, 0], "max": [0, 1], "count": [633]}, "gripper_activity_action": {"mean": [2.0, 1.783570300157978], "std": [0.0, 0.5583618715985553], "min": [2, 0], "max": [2, 2], "count": [633]}}} +{"episode_index": 82, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.411127452696765]], [[0.41910174658098537]], [[0.41699963956170705]]], "std": [[[0.2121410639812588]], [[0.20908432083482362]], [[0.20712984053064754]]], "count": [119]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33500610513813367]], [[0.3214284375514912]], [[0.33387503776020216]]], "std": [[[0.26678261730004327]], [[0.27499670045862357]], [[0.26382924772655664]]], "count": [119]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43952813135057944]], [[0.4421074792662163]], [[0.4334669752705004]]], "std": [[[0.2872857788020449]], [[0.2835222603309456]], [[0.2858371521920909]]], "count": [119]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36473059640522876]], [[0.36312409032240345]], [[0.37185417524853076]]], "std": [[[0.2546920024017964]], [[0.2573164248724848]], [[0.2562869779122588]]], "count": [119]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25394541025161743, -0.12061969935894012, 0.02822197414934635, -0.31036698818206787, 0.46755099296569824, 0.22819100320339203, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.021153390407562256, 0.3153984248638153, -0.7200006246566772, -1.689181923866272, -0.10058332234621048, -0.22282618284225464, -0.05092870816588402, -0.3335840106010437, -0.4675920009613037, 0.027191000059247017, 1.394516110420227, -1.7581236362457275, -0.10632447153329849, 1008.0, 333.0, -0.004536146763712168, -0.29714301228523254, -0.8409416079521179, 1.9077420234680176, -1.0581282377243042, -0.0009207681869156659], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.028326693922281265, -0.3102869987487793, 0.46759599447250366, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.49206069111824036, 0.6714282035827637, -0.23495621979236603, -1.4119539260864258, 0.41427135467529297, 0.5442460179328918, 0.6051405668258667, -0.25807100534439087, -0.42048001289367676, 0.22830399870872498, 1.7706365585327148, -1.0118215084075928, 0.876751184463501, 1008.0, 1003.0, 0.0035604897420853376, -0.2967369258403778, -0.8409098982810974, 1.9077428579330444, -1.0580956935882568, -0.0006625733803957701], "mean": [-0.1995163857936859, 0.6046730875968933, 0.4513890743255615, -1.4119740724563599, -0.2538965940475464, -0.12053988873958588, 0.028279276564717293, -0.3103262484073639, 0.46757224202156067, 0.22823886573314667, -1.5732378959655762, -1.1211367845535278, -0.7462766766548157, 0.2440832406282425, 0.44896402955055237, -0.4909190237522125, -1.549889087677002, 0.19641809165477753, 0.2708914279937744, 0.3306914269924164, -0.30180007219314575, -0.4405132234096527, 0.11226721107959747, 1.5835195779800415, -1.5128686428070068, 0.3478190302848816, 1008.0, 776.3175048828125, 0.0001851089036790654, -0.29695770144462585, -0.8409340381622314, 1.9077285528182983, -1.058109164237976, -0.0008212710963562131], "std": [2.524753290344961e-05, 1.875582711363677e-05, 2.3967266315594316e-05, 1.7888041838887148e-05, 2.221482827735599e-05, 3.020185249624774e-05, 1.6228656022576615e-05, 1.4176963304635137e-05, 7.801936590112746e-06, 1.2467339729482774e-05, 1.0967254638671875e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.14857859909534454, 0.09157757461071014, 0.13898923993110657, 0.07446124404668808, 0.10844768583774567, 0.2364790290594101, 0.2096625715494156, 0.018549196422100067, 0.01062383595854044, 0.05993232503533363, 0.09359896183013916, 0.2133057564496994, 0.33107033371925354, 0.0, 298.00042724609375, 0.0036308085545897484, 0.00016236165538430214, 5.295308710628888e-06, 1.4067950360185932e-05, 8.826768862491008e-06, 5.821221930091269e-05], "count": [589]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25394541025161743, -0.12061969935894012, 0.02822197414934635, -0.31036698818206787, 0.46755099296569824, 0.22819100320339203, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.021153390407562256, 0.3153984248638153, -0.7200006246566772, -1.689181923866272, -0.10058332234621048, -0.22282618284225464, -0.05092870816588402, -0.3335840106010437, -0.4675920009613037, 0.027191000059247017, 1.394516110420227, -1.7581236362457275, -0.10632447153329849, 1008.0, 333.0, -0.004536146763712168, -0.29714301228523254, -0.8409416079521179, 1.9077420234680176, -1.0581282377243042, -0.0009207681869156659], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.028326693922281265, -0.3102869987487793, 0.46759599447250366, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.49206069111824036, 0.6714282035827637, -0.23495621979236603, -1.4119539260864258, 0.41427135467529297, 0.5442460179328918, 0.6051405668258667, -0.25807100534439087, -0.42048001289367676, 0.22830399870872498, 1.7706365585327148, -1.0118215084075928, 0.876751184463501, 1008.0, 1003.0, 0.0035604897420853376, -0.2967369258403778, -0.8409098982810974, 1.9077428579330444, -1.0580956935882568, -0.0006625733803957701], "mean": [-0.19951635599136353, 0.6046731472015381, 0.4513890743255615, -1.4119740724563599, -0.2538966238498688, -0.12053980678319931, 0.02827931009232998, -0.3103262782096863, 0.4675722122192383, 0.22823886573314667, -1.5732378959655762, -1.1211367845535278, -0.7462766766548157, 0.24371257424354553, 0.44847768545150757, -0.49055925011634827, -1.5500452518463135, 0.19581976532936096, 0.27071815729141235, 0.33065736293792725, -0.3018259108066559, -0.4404367208480835, 0.11217845976352692, 1.5836035013198853, -1.5126885175704956, 0.34803691506385803, 1008.0, 776.3175048828125, 0.00017176129040308297, -0.296958327293396, -0.8409340381622314, 1.9077285528182983, -1.058109164237976, -0.0008211839594878256], "std": [2.5246808945667e-05, 1.875750058388803e-05, 2.3967266315594316e-05, 1.789808266039472e-05, 2.22216549445875e-05, 3.014621506736148e-05, 1.6235566363320686e-05, 1.4170775102684274e-05, 7.802243999321945e-06, 1.2466573025449179e-05, 1.0967254638671875e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.14896133542060852, 0.09150999039411545, 0.13936495780944824, 0.07426799833774567, 0.10909897834062576, 0.23680292069911957, 0.20972245931625366, 0.018571646884083748, 0.010590873658657074, 0.05979907512664795, 0.09361191093921661, 0.21368154883384705, 0.3313746452331543, 0.0, 298.0003967285156, 0.0036335207987576723, 0.00016228029562626034, 5.297722964314744e-06, 1.4067950360185932e-05, 8.848062861943617e-06, 5.810301809106022e-05], "count": [589]}, "timestamp": {"min": [0.0], "max": [19.6], "mean": [9.8], "std": [5.667646974029188], "count": [589]}, "frame_index": {"min": [0], "max": [588], "mean": [294.0], "std": [170.02940922087566], "count": [589]}, "episode_index": {"min": [152], "max": [152], "mean": [152.0], "std": [0.0], "count": [589]}, "index": {"min": [90936], "max": [91524], "mean": [91230.0], "std": [170.02940922087566], "count": [589]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [589]}, "gripper_open_scale_state": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.7752529720701467], "std": [0.0, 0.2971945073726086], "count": [589]}, "gripper_open_scale_action": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.7752529720701467], "std": [0.0, 0.2971945073726086], "count": [589]}, "eef_direction_state": {"mean": [6.0, 4.66723259762309], "std": [0.0, 1.915346648236361], "min": [6, 0], "max": [6, 6], "count": [589]}, "eef_velocity_state": {"mean": [0.0, 0.6146010186757216], "std": [0.0, 0.7365251679250838], "min": [0, 0], "max": [0, 2], "count": [589]}, "eef_acc_mag_state": {"mean": [0.0, 0.5738539898132428], "std": [0.0, 0.8116692973684163], "min": [0, 0], "max": [0, 2], "count": [589]}, "eef_direction_action": {"mean": [6.0, 4.66723259762309], "std": [0.0, 1.915346648236361], "min": [6, 0], "max": [6, 6], "count": [589]}, "eef_velocity_action": {"mean": [0.0, 0.6146010186757216], "std": [0.0, 0.7365251679250838], "min": [0, 0], "max": [0, 2], "count": [589]}, "eef_acc_mag_action": {"mean": [0.0, 0.5738539898132428], "std": [0.0, 0.8116692973684163], "min": [0, 0], "max": [0, 2], "count": [589]}, "eef_sim_pose_state": {"mean": [-0.31032636761665344, 0.4675723910331726, 0.22823871672153473, -1.5732269287109375, -1.121137022972107, -0.7462754845619202, -0.3017999827861786, -0.4405128061771393, 0.1122671365737915, 1.5835188627243042, -1.5128687620162964, 0.34781935811042786], "std": [1.4176705917634536e-05, 7.799984814482741e-06, 1.2466488442441914e-05, 0.0, 0.0, 1.1920928955078125e-07, 0.01854919269680977, 0.010623837821185589, 0.05993233993649483, 0.09359899163246155, 0.21330592036247253, 0.33107033371925354], "min": [-0.31036698818206787, 0.46755099296569824, 0.22819100320339203, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3335840106010437, -0.4675920009613037, 0.027191000059247017, 1.394516110420227, -1.7581236362457275, -0.10632447153329849], "max": [-0.3102869987487793, 0.46759599447250366, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.25807100534439087, -0.42048001289367676, 0.22830399870872498, 1.7706365585327148, -1.0118215084075928, 0.876751184463501], "count": [589]}, "eef_sim_pose_action": {"mean": [-0.3103262484073639, 0.46757224202156067, 0.22823886573314667, -1.5732378959655762, -1.1211367845535278, -0.7462766766548157, -0.30180007219314575, -0.4405132234096527, 0.11226721107959747, 1.5835195779800415, -1.5128686428070068, 0.3478190302848816], "std": [1.4176963304635137e-05, 7.801936590112746e-06, 1.2467339729482774e-05, 1.0967254638671875e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.018549196422100067, 0.01062383595854044, 0.05993232503533363, 0.09359896183013916, 0.2133057564496994, 0.33107033371925354], "min": [-0.31036698818206787, 0.46755099296569824, 0.22819100320339203, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3335840106010437, -0.4675920009613037, 0.027191000059247017, 1.394516110420227, -1.7581236362457275, -0.10632447153329849], "max": [-0.3102869987487793, 0.46759599447250366, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.25807100534439087, -0.42048001289367676, 0.22830399870872498, 1.7706365585327148, -1.0118215084075928, 0.876751184463501], "count": [589]}, "gripper_mode_state": {"mean": [0.0, 0.30390492359932086], "std": [0.0, 0.45994208440999246], "min": [0, 0], "max": [0, 1], "count": [589]}, "gripper_activity_state": {"mean": [2.0, 1.765704584040747], "std": [0.0, 0.5793082236534958], "min": [2, 0], "max": [2, 2], "count": [589]}, "gripper_mode_action": {"mean": [0.0, 0.30390492359932086], "std": [0.0, 0.45994208440999246], "min": [0, 0], "max": [0, 1], "count": [589]}, "gripper_activity_action": {"mean": [2.0, 1.765704584040747], "std": [0.0, 0.5793082236534958], "min": [2, 0], "max": [2, 2], "count": [589]}}} +{"episode_index": 83, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40984886111111113]], [[0.418856]], [[0.41512170424836603]]], "std": [[[0.20958031476126035]], [[0.20772458013801434]], [[0.20518707712069492]]], "count": [125]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33474395098039217]], [[0.32149342320261437]], [[0.3302015588235294]]], "std": [[[0.2659815974526907]], [[0.27425745215047664]], [[0.26204104590312416]]], "count": [125]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4363396111111111]], [[0.4385085947712418]], [[0.4300410751633987]]], "std": [[[0.2858917861976561]], [[0.28120749110308507]], [[0.2848939218971706]]], "count": [125]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3731889591503268]], [[0.37138390849673203]], [[0.3797703137254902]]], "std": [[[0.2560818372605307]], [[0.25923092324996105]], [[0.25699526613573087]]], "count": [125]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25394541025161743, -0.12058479338884354, 0.02822197414934635, -0.3103710114955902, 0.4675480127334595, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.09714502841234207, 0.3387683928012848, -0.6696479320526123, -1.692253828048706, 0.028379054740071297, -0.1733635514974594, -0.03537782281637192, -0.3336290121078491, -0.46759700775146484, 0.03391899913549423, 1.404234766960144, -1.770042896270752, 0.00737340934574604, 1008.0, 329.0, -0.0041714501567184925, -0.2976279854774475, -0.8410660028457642, 1.9077404737472534, -1.0586535930633545, -0.0008723566425032914], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.028361599892377853, -0.3102869987487793, 0.46759599447250366, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4199611246585846, 0.6460860371589661, -0.1909564733505249, -1.411919116973877, 0.3664144277572632, 0.510788083076477, 0.5640206336975098, -0.2753250002861023, -0.40440699458122253, 0.2282620072364807, 1.7882142066955566, -1.107826828956604, 0.937267541885376, 1008.0, 1003.0, 0.0038951081223785877, -0.297114759683609, -0.840876579284668, 1.9077428579330444, -1.0580956935882568, -0.0004993031616322696], "mean": [-0.19951699674129486, 0.6046723127365112, 0.45138686895370483, -1.411974549293518, -0.2538948059082031, -0.12051687389612198, 0.02827940508723259, -0.31032800674438477, 0.4675728976726532, 0.2282394915819168, -1.5732382535934448, -1.1211379766464233, -0.7462767362594604, 0.21250265836715698, 0.4417683780193329, -0.47548410296440125, -1.5399373769760132, 0.2171473205089569, 0.20378568768501282, 0.32134273648262024, -0.30826297402381897, -0.4351477324962616, 0.11253814399242401, 1.6034177541732788, -1.5346072912216187, 0.3993852138519287, 1008.0, 797.3571166992188, -0.00012789160246029496, -0.29731714725494385, -0.8409457802772522, 1.907727599143982, -1.0581670999526978, -0.0007259121630340815], "std": [2.595857404230628e-05, 1.92105580936186e-05, 2.5023337002494372e-05, 1.753005744831171e-05, 2.3116455849958584e-05, 2.1511406885110773e-05, 1.653499566600658e-05, 1.514012910774909e-05, 8.486917067784816e-06, 1.2464738574635703e-05, 1.1324882507324219e-05, 9.5367431640625e-07, 1.1324882507324219e-06, 0.14995883405208588, 0.08194418996572495, 0.1391676813364029, 0.06485076248645782, 0.08280445635318756, 0.21986700594425201, 0.20488619804382324, 0.014677907340228558, 0.015188313089311123, 0.06115980073809624, 0.10251535475254059, 0.2325633317232132, 0.3075456917285919, 0.0, 292.1636657714844, 0.003618719521909952, 0.00013500377826858312, 4.318247010814957e-05, 1.4791984540352132e-05, 0.0001627318561077118, 6.4103864133358e-05], "count": [630]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25394541025161743, -0.12058479338884354, 0.02822197414934635, -0.3103710114955902, 0.4675480127334595, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.09714502841234207, 0.3387683928012848, -0.6696479320526123, -1.692253828048706, 0.028379054740071297, -0.1733635514974594, -0.03537782281637192, -0.3336290121078491, -0.46759700775146484, 0.03391899913549423, 1.404234766960144, -1.770042896270752, 0.00737340934574604, 1008.0, 329.0, -0.0041714501567184925, -0.2976279854774475, -0.8410660028457642, 1.9077404737472534, -1.0586535930633545, -0.0008723566425032914], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.028361599892377853, -0.3102869987487793, 0.46759599447250366, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4199611246585846, 0.6460860371589661, -0.1909564733505249, -1.411919116973877, 0.3664144277572632, 0.510788083076477, 0.5640206336975098, -0.2753250002861023, -0.40440699458122253, 0.2282620072364807, 1.7882142066955566, -1.107826828956604, 0.937267541885376, 1008.0, 1003.0, 0.0038951081223785877, -0.297114759683609, -0.840876579284668, 1.9077428579330444, -1.0580956935882568, -0.0004993031616322696], "mean": [-0.19951705634593964, 0.6046722531318665, 0.4513868987560272, -1.411974549293518, -0.2538946866989136, -0.12051687389612198, 0.02827938087284565, -0.3103279769420624, 0.4675728976726532, 0.22823946177959442, -1.5732382535934448, -1.1211379766464233, -0.7462767362594604, 0.21203187108039856, 0.4413532614707947, -0.475075900554657, -1.54021418094635, 0.21679852902889252, 0.20371943712234497, 0.3213335871696472, -0.3082866370677948, -0.43504753708839417, 0.11248448491096497, 1.6033130884170532, -1.5345962047576904, 0.39968252182006836, 1008.0, 797.3539428710938, -0.0001286287442781031, -0.29731765389442444, -0.8409459590911865, 1.907727599143982, -1.058167815208435, -0.0007256905664689839], "std": [2.601435517135542e-05, 1.9217473891330883e-05, 2.5001558242365718e-05, 1.7538885003887117e-05, 2.307389149791561e-05, 2.1511406885110773e-05, 1.6528843843843788e-05, 1.5163650459726341e-05, 8.49838943395298e-06, 1.2480720215535257e-05, 1.1324882507324219e-05, 9.5367431640625e-07, 1.1324882507324219e-06, 0.15046337246894836, 0.08178018778562546, 0.13961413502693176, 0.06467610597610474, 0.0831109955906868, 0.21997098624706268, 0.20490197837352753, 0.014693176373839378, 0.015182066708803177, 0.06107306107878685, 0.10257971286773682, 0.23258326947689056, 0.30797117948532104, 0.0, 292.1618347167969, 0.003617988433688879, 0.00013490555284079164, 4.343489490565844e-05, 1.4789714441576507e-05, 0.00016381064779125154, 6.386758468579501e-05], "count": [630]}, "timestamp": {"min": [0.0], "max": [20.966666666666665], "mean": [10.483333333333333], "std": [6.062170189577937], "count": [630]}, "frame_index": {"min": [0], "max": [629], "mean": [314.5], "std": [181.86510568733812], "count": [630]}, "episode_index": {"min": [153], "max": [153], "mean": [153.0], "std": [0.0], "count": [630]}, "index": {"min": [91525], "max": [92154], "mean": [91839.5], "std": [181.86510568733812], "count": [630]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [630]}, "gripper_open_scale_state": {"min": [1.0, 0.32899999618530273], "max": [1.0, 1.0], "mean": [1.0, 0.7957492083784133], "std": [0.0, 0.29103414726214893], "count": [630]}, "gripper_open_scale_action": {"min": [1.0, 0.32899999618530273], "max": [1.0, 1.0], "mean": [1.0, 0.7957492083784133], "std": [0.0, 0.29103414726214893], "count": [630]}, "eef_direction_state": {"mean": [6.0, 4.734920634920635], "std": [0.0, 1.948842450908509], "min": [6, 0], "max": [6, 6], "count": [630]}, "eef_velocity_state": {"mean": [0.0, 0.5714285714285714], "std": [0.0, 0.7645786413876671], "min": [0, 0], "max": [0, 2], "count": [630]}, "eef_acc_mag_state": {"mean": [0.0, 0.5333333333333333], "std": [0.0, 0.7835612636981538], "min": [0, 0], "max": [0, 2], "count": [630]}, "eef_direction_action": {"mean": [6.0, 4.734920634920635], "std": [0.0, 1.948842450908509], "min": [6, 0], "max": [6, 6], "count": [630]}, "eef_velocity_action": {"mean": [0.0, 0.5714285714285714], "std": [0.0, 0.7645786413876671], "min": [0, 0], "max": [0, 2], "count": [630]}, "eef_acc_mag_action": {"mean": [0.0, 0.5333333333333333], "std": [0.0, 0.7835612636981538], "min": [0, 0], "max": [0, 2], "count": [630]}, "eef_sim_pose_state": {"mean": [-0.31032800674438477, 0.4675726890563965, 0.228239506483078, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.3082629144191742, -0.43514761328697205, 0.11253814399242401, 1.6034185886383057, -1.534608244895935, 0.3993854224681854], "std": [1.5140143659664318e-05, 8.484754289384e-06, 1.246472129423637e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.014677908271551132, 0.015188309364020824, 0.061159808188676834, 0.10251536220312119, 0.23256342113018036, 0.3075457513332367], "min": [-0.3103710114955902, 0.4675480127334595, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3336290121078491, -0.46759700775146484, 0.03391899913549423, 1.404234766960144, -1.770042896270752, 0.00737340934574604], "max": [-0.3102869987487793, 0.46759599447250366, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2753250002861023, -0.40440699458122253, 0.2282620072364807, 1.7882142066955566, -1.107826828956604, 0.937267541885376], "count": [630]}, "eef_sim_pose_action": {"mean": [-0.31032800674438477, 0.4675728976726532, 0.2282394915819168, -1.5732382535934448, -1.1211379766464233, -0.7462767362594604, -0.30826297402381897, -0.4351477324962616, 0.11253814399242401, 1.6034177541732788, -1.5346072912216187, 0.3993852138519287], "std": [1.514012910774909e-05, 8.486917067784816e-06, 1.2464738574635703e-05, 1.1324882507324219e-05, 9.5367431640625e-07, 1.1324882507324219e-06, 0.014677907340228558, 0.015188313089311123, 0.06115980073809624, 0.10251535475254059, 0.2325633317232132, 0.3075456917285919], "min": [-0.3103710114955902, 0.4675480127334595, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3336290121078491, -0.46759700775146484, 0.03391899913549423, 1.404234766960144, -1.770042896270752, 0.00737340934574604], "max": [-0.3102869987487793, 0.46759599447250366, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2753250002861023, -0.40440699458122253, 0.2282620072364807, 1.7882142066955566, -1.107826828956604, 0.937267541885376], "count": [630]}, "gripper_mode_state": {"mean": [0.0, 0.2714285714285714], "std": [0.0, 0.44469664046495444], "min": [0, 0], "max": [0, 1], "count": [630]}, "gripper_activity_state": {"mean": [2.0, 1.7857142857142858], "std": [0.0, 0.5550224199267233], "min": [2, 0], "max": [2, 2], "count": [630]}, "gripper_mode_action": {"mean": [0.0, 0.2714285714285714], "std": [0.0, 0.44469664046495444], "min": [0, 0], "max": [0, 1], "count": [630]}, "gripper_activity_action": {"mean": [2.0, 1.7857142857142858], "std": [0.0, 0.5550224199267233], "min": [2, 0], "max": [2, 2], "count": [630]}}} +{"episode_index": 84, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4118060122084064]], [[0.4211150399861842]], [[0.41787022756256975]]], "std": [[[0.21086396372613955]], [[0.20817127437936742]], [[0.20508477192827956]]], "count": [123]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3299760581061693]], [[0.3138291952282268]], [[0.32888022078750195]]], "std": [[[0.25802313367833885]], [[0.2665596967047803]], [[0.25393342808456854]]], "count": [123]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43739781437642805]], [[0.4399149479913917]], [[0.4313358656809607]]], "std": [[[0.2868331112113577]], [[0.28174980774605757]], [[0.2854474562210239]]], "count": [123]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38460931937138]], [[0.38162147131887986]], [[0.394761723524098]]], "std": [[[0.2625849572476266]], [[0.26305052581967925]], [[0.26610064191239097]]], "count": [123]}, "observation.state": {"min": [-0.1995784044265747, 0.6045646071434021, 0.4513246715068817, -1.4120935201644897, -0.25394541025161743, -0.12079423666000366, 0.02822197414934635, -0.31036698818206787, 0.4675469994544983, 0.2281239926815033, -1.5733972787857056, -1.1216340065002441, -0.7462777495384216, -0.11007791757583618, 0.39507272839546204, -0.6548300981521606, -1.7142623662948608, 0.1696111112833023, -0.2963220179080963, -0.02839650586247444, -0.33533400297164917, -0.4676069915294647, 0.03367000073194504, 1.3995002508163452, -1.7836531400680542, 0.027496980503201485, 1008.0, 331.0, -0.004765491466969252, -0.29657337069511414, -0.8411372900009155, 1.9077467918395996, -1.0597256422042847, -0.0007802798063494265], "max": [-0.19945622980594635, 0.6047391295433044, 0.45148175954818726, -1.411919116973877, -0.2537883222103119, -0.12048007547855377, 0.028326693922281265, -0.31027600169181824, 0.4675990045070648, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.376170814037323, 0.6332404017448425, -0.1307949721813202, -1.411884069442749, 0.3833615779876709, 0.4265410006046295, 0.5272465348243713, -0.273391991853714, -0.39726001024246216, 0.2282799929380417, 1.8206450939178467, -1.121137022972107, 1.0023102760314941, 1008.0, 1003.0, 0.003534171264618635, -0.29618799686431885, -0.8409383893013, 1.9077483415603638, -1.0572313070297241, 0.00041861727368086576], "mean": [-0.19951751828193665, 0.6046741008758545, 0.4513903260231018, -1.4119715690612793, -0.2538853585720062, -0.1205405667424202, 0.02827833592891693, -0.3103266954421997, 0.46757274866104126, 0.22823891043663025, -1.573238492012024, -1.121138334274292, -0.7462767362594604, 0.14279192686080933, 0.46470746397972107, -0.421827495098114, -1.570273756980896, 0.25837355852127075, 0.12958040833473206, 0.3125520944595337, -0.30825498700141907, -0.4241156578063965, 0.13021835684776306, 1.6134530305862427, -1.5350462198257446, 0.49447062611579895, 1008.0, 803.2233276367188, 0.0002676482545211911, -0.29640331864356995, -0.8410900235176086, 1.9077545404434204, -1.058289885520935, -0.0006620168569497764], "std": [2.6624355086823925e-05, 1.928035453602206e-05, 2.5647692382335663e-05, 1.5993740817066282e-05, 2.3311802578973584e-05, 2.1595644284388982e-05, 1.5806142982910387e-05, 1.5244731912389398e-05, 8.658013030071743e-06, 1.409164906363003e-05, 1.3201957699493505e-05, 1.9981836885563098e-05, 1.1323054422973655e-06, 0.14815528690814972, 0.06553463637828827, 0.14644967019557953, 0.06358202546834946, 0.06895235180854797, 0.2576765716075897, 0.15547817945480347, 0.015037481673061848, 0.01664392650127411, 0.060588981956243515, 0.12031465023756027, 0.2092527598142624, 0.3054109811782837, 0.0, 287.2118835449219, 0.0036788966972380877, 3.494954580673948e-05, 2.2090378479333594e-05, 7.538711543020327e-06, 0.0008693599957041442, 0.00010620390094118193], "count": [618]}, "action": {"min": [-0.1995784044265747, 0.6045646071434021, 0.4513246715068817, -1.4120935201644897, -0.25394541025161743, -0.12079423666000366, 0.02822197414934635, -0.31036698818206787, 0.4675469994544983, 0.2281239926815033, -1.5733972787857056, -1.1216340065002441, -0.7462777495384216, -0.11007791757583618, 0.39507272839546204, -0.6548300981521606, -1.7142623662948608, 0.1696111112833023, -0.2963220179080963, -0.02839650586247444, -0.33533400297164917, -0.4676069915294647, 0.03367000073194504, 1.3995002508163452, -1.7836531400680542, 0.027496980503201485, 1008.0, 331.0, -0.004765491466969252, -0.29657337069511414, -0.8411372900009155, 1.9077467918395996, -1.0597256422042847, -0.0007802798063494265], "max": [-0.19945622980594635, 0.6047391295433044, 0.45148175954818726, -1.411919116973877, -0.2537883222103119, -0.12048007547855377, 0.028326693922281265, -0.31027600169181824, 0.4675990045070648, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.376170814037323, 0.6332404017448425, -0.1307949721813202, -1.411884069442749, 0.3833615779876709, 0.4265410006046295, 0.5272465348243713, -0.273391991853714, -0.39726001024246216, 0.2282799929380417, 1.8206450939178467, -1.121137022972107, 1.0023102760314941, 1008.0, 1003.0, 0.003534171264618635, -0.29618799686431885, -0.8409383893013, 1.9077483415603638, -1.0572313070297241, 0.00041861727368086576], "mean": [-0.1995176076889038, 0.6046740412712097, 0.4513902962207794, -1.4119715690612793, -0.25388532876968384, -0.12054048478603363, 0.02827833592891693, -0.31032663583755493, 0.46757280826568604, 0.22823894023895264, -1.573238492012024, -1.121138334274292, -0.7462767362594604, 0.14229270815849304, 0.46438953280448914, -0.42131683230400085, -1.5704960823059082, 0.25832316279411316, 0.12930621206760406, 0.31284230947494507, -0.30827251076698303, -0.42400574684143066, 0.13021057844161987, 1.61347496509552, -1.5352517366409302, 0.4948751628398895, 1008.0, 803.2265625, 0.00026824744418263435, -0.29640311002731323, -0.8410901427268982, 1.9077545404434204, -1.058289647102356, -0.0006620506173931062], "std": [2.6566731321508996e-05, 1.927914854604751e-05, 2.5690009351819754e-05, 1.5993740817066282e-05, 2.3311778932111338e-05, 2.166192098229658e-05, 1.5806142982910387e-05, 1.5249343960022088e-05, 8.656760655867402e-06, 1.4091836419538595e-05, 1.3201957699493505e-05, 1.9981836885563098e-05, 1.1323054422973655e-06, 0.14848268032073975, 0.06533105671405792, 0.14689496159553528, 0.06326735764741898, 0.06896693259477615, 0.25803235173225403, 0.15500816702842712, 0.015046205371618271, 0.01658075489103794, 0.06057671457529068, 0.12030889093875885, 0.20890821516513824, 0.3059092164039612, 0.0, 287.2135925292969, 0.00367814302444458, 3.5047822166234255e-05, 2.214259802713059e-05, 7.538711543020327e-06, 0.0008691583061590791, 0.0001061820366885513], "count": [618]}, "timestamp": {"min": [0.0], "max": [20.566666666666666], "mean": [10.283333333333333], "std": [5.946699987450244], "count": [618]}, "frame_index": {"min": [0], "max": [617], "mean": [308.5], "std": [178.40099962350735], "count": [618]}, "episode_index": {"min": [156], "max": [156], "mean": [156.0], "std": [0.0], "count": [618]}, "index": {"min": [93571], "max": [94188], "mean": [93879.5], "std": [178.40099962350735], "count": [618]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [618]}, "gripper_open_scale_state": {"min": [1.0, 0.3310000002384186], "max": [1.0, 1.0], "mean": [1.0, 0.8024546917781089], "std": [0.0, 0.2866811980849782], "count": [618]}, "gripper_open_scale_action": {"min": [1.0, 0.3310000002384186], "max": [1.0, 1.0], "mean": [1.0, 0.8024546917781089], "std": [0.0, 0.2866811980849782], "count": [618]}, "eef_direction_state": {"mean": [6.0, 4.940129449838188], "std": [0.0, 1.7417325700871162], "min": [6, 0], "max": [6, 6], "count": [618]}, "eef_velocity_state": {"mean": [0.0, 0.5631067961165048], "std": [0.0, 0.7696075944505865], "min": [0, 0], "max": [0, 2], "count": [618]}, "eef_acc_mag_state": {"mean": [0.0, 0.5355987055016181], "std": [0.0, 0.7981743210162294], "min": [0, 0], "max": [0, 2], "count": [618]}, "eef_direction_action": {"mean": [6.0, 4.940129449838188], "std": [0.0, 1.7417325700871162], "min": [6, 0], "max": [6, 6], "count": [618]}, "eef_velocity_action": {"mean": [0.0, 0.5631067961165048], "std": [0.0, 0.7696075944505865], "min": [0, 0], "max": [0, 2], "count": [618]}, "eef_acc_mag_action": {"mean": [0.0, 0.5355987055016181], "std": [0.0, 0.7981743210162294], "min": [0, 0], "max": [0, 2], "count": [618]}, "eef_sim_pose_state": {"mean": [-0.3103262484073639, 0.4675726592540741, 0.22823885083198547, -1.5732271671295166, -1.1211378574371338, -0.7462755441665649, -0.30825504660606384, -0.424115926027298, 0.13021835684776306, 1.6134514808654785, -1.5350465774536133, 0.4944711923599243], "std": [1.523878745501861e-05, 8.657518264953978e-06, 1.4091466255194973e-05, 6.847039912827313e-06, 1.9975448594777845e-05, 1.068502371026625e-07, 0.01503747794777155, 0.01664392277598381, 0.060588981956243515, 0.12031474709510803, 0.20925268530845642, 0.305410772562027], "min": [-0.31036698818206787, 0.4675469994544983, 0.2281239926815033, -1.5733972787857056, -1.1216340065002441, -0.7462777495384216, -0.33533400297164917, -0.4676069915294647, 0.03367000073194504, 1.3995002508163452, -1.7836531400680542, 0.027496980503201485], "max": [-0.31027600169181824, 0.4675990045070648, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.273391991853714, -0.39726001024246216, 0.2282799929380417, 1.8206450939178467, -1.121137022972107, 1.0023102760314941], "count": [618]}, "eef_sim_pose_action": {"mean": [-0.3103266954421997, 0.46757274866104126, 0.22823891043663025, -1.573238492012024, -1.121138334274292, -0.7462767362594604, -0.30825498700141907, -0.4241156578063965, 0.13021835684776306, 1.6134530305862427, -1.5350462198257446, 0.49447062611579895], "std": [1.5244731912389398e-05, 8.658013030071743e-06, 1.409164906363003e-05, 1.3201957699493505e-05, 1.9981836885563098e-05, 1.1323054422973655e-06, 0.015037481673061848, 0.01664392650127411, 0.060588981956243515, 0.12031465023756027, 0.2092527598142624, 0.3054109811782837], "min": [-0.31036698818206787, 0.4675469994544983, 0.2281239926815033, -1.5733972787857056, -1.1216340065002441, -0.7462777495384216, -0.33533400297164917, -0.4676069915294647, 0.03367000073194504, 1.3995002508163452, -1.7836531400680542, 0.027496980503201485], "max": [-0.31027600169181824, 0.4675990045070648, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.273391991853714, -0.39726001024246216, 0.2282799929380417, 1.8206450939178467, -1.121137022972107, 1.0023102760314941], "count": [618]}, "gripper_mode_state": {"mean": [0.0, 0.2621359223300971], "std": [0.0, 0.4397961806953822], "min": [0, 0], "max": [0, 1], "count": [618]}, "gripper_activity_state": {"mean": [2.0, 1.7718446601941749], "std": [0.0, 0.5700594658803315], "min": [2, 0], "max": [2, 2], "count": [618]}, "gripper_mode_action": {"mean": [0.0, 0.2621359223300971], "std": [0.0, 0.4397961806953822], "min": [0, 0], "max": [0, 1], "count": [618]}, "gripper_activity_action": {"mean": [2.0, 1.7718446601941749], "std": [0.0, 0.5700594658803315], "min": [2, 0], "max": [2, 2], "count": [618]}}} +{"episode_index": 85, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41005626702069714]], [[0.419689831835512]], [[0.4147930572576253]]], "std": [[[0.21069324519576169]], [[0.20819437899172782]], [[0.20472791701859297]]], "count": [120]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3303967303240741]], [[0.31660375136165575]], [[0.3291253863698257]]], "std": [[[0.26235369550986765]], [[0.2699637105840907]], [[0.25895401060983053]]], "count": [120]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43602994621459695]], [[0.4382659500953159]], [[0.42972481107026145]]], "std": [[[0.28658565134834274]], [[0.28161687158594134]], [[0.2852736301238348]]], "count": [120]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3657348056236383]], [[0.3625028850081699]], [[0.37705715039488014]]], "std": [[[0.26485038183642806]], [[0.26647723404742446]], [[0.2698806174759391]]], "count": [120]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.310373991727829, 0.4675459861755371, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.024155355989933014, 0.4052829146385193, -0.681900143623352, -1.6484633684158325, 0.13208651542663574, -0.32037264108657837, -0.02825688011944294, -0.33238598704338074, -0.46759700775146484, 0.038127001374959946, 1.398381233215332, -1.8210583925247192, -4.3068299419246614e-05, 1008.0, 330.0, -0.004081216175109148, -0.296563982963562, -0.8410802483558655, 1.9077476263046265, -1.059743046760559, -0.0010213882196694613], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12049752473831177, 0.028326693922281265, -0.31027600169181824, 0.467602014541626, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.42990949749946594, 0.6602056622505188, -0.23284436762332916, -1.411884069442749, 0.3928561806678772, 0.45870742201805115, 0.5601809024810791, -0.27862998843193054, -0.41381099820137024, 0.22826500236988068, 1.7528585195541382, -1.121137022972107, 0.8448524475097656, 1008.0, 1003.0, 0.003934585489332676, -0.2962970435619354, -0.8409312963485718, 1.907749891281128, -1.0571893453598022, -0.00041007407708093524], "mean": [-0.19951637089252472, 0.6046659350395203, 0.4513889253139496, -1.4119619131088257, -0.2538994252681732, -0.12054990977048874, 0.02827790193259716, -0.31032904982566833, 0.4675729274749756, 0.22823718190193176, -1.5732380151748657, -1.121137022972107, -0.7462766766548157, 0.23185865581035614, 0.4817551374435425, -0.489562064409256, -1.5221771001815796, 0.28681865334510803, 0.2132246345281601, 0.36103004217147827, -0.31141260266304016, -0.4362536072731018, 0.12069901823997498, 1.5893718004226685, -1.5971481800079346, 0.3717222213745117, 1008.0, 779.6140747070312, -0.00031329927151091397, -0.2964271306991577, -0.8410187363624573, 1.9077562093734741, -1.0582760572433472, -0.0008961820276454091], "std": [2.4625043806736358e-05, 2.1950610971543938e-05, 2.4817181838443503e-05, 1.7988000763580203e-05, 2.355454307689797e-05, 1.9616718418546952e-05, 1.6985213733278215e-05, 1.5016835277492646e-05, 8.054701538640074e-06, 1.368010816804599e-05, 1.1086463928222656e-05, 0.0, 1.0728836059570312e-06, 0.12098663300275803, 0.06739076972007751, 0.12181856483221054, 0.05249781161546707, 0.057473257184028625, 0.2521919906139374, 0.16735969483852386, 0.014309358783066273, 0.012388032861053944, 0.06021381914615631, 0.1003439724445343, 0.212058424949646, 0.2888343334197998, 0.0, 297.878173828125, 0.0036181050818413496, 3.3263175282627344e-05, 5.5610355047974735e-05, 7.408371402561897e-06, 0.0007254800293594599, 9.788962779566646e-05], "count": [596]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.310373991727829, 0.4675459861755371, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.024155355989933014, 0.4052829146385193, -0.681900143623352, -1.6484633684158325, 0.13208651542663574, -0.32037264108657837, -0.02825688011944294, -0.33238598704338074, -0.46759700775146484, 0.038127001374959946, 1.398381233215332, -1.8210583925247192, -4.3068299419246614e-05, 1008.0, 330.0, -0.004081216175109148, -0.296563982963562, -0.8410802483558655, 1.9077476263046265, -1.059743046760559, -0.0010213882196694613], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12049752473831177, 0.028326693922281265, -0.31027600169181824, 0.467602014541626, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.42990949749946594, 0.6602056622505188, -0.23284436762332916, -1.411884069442749, 0.3928561806678772, 0.45870742201805115, 0.5601809024810791, -0.27862998843193054, -0.41381099820137024, 0.22826500236988068, 1.7528585195541382, -1.121137022972107, 0.8448524475097656, 1008.0, 1003.0, 0.003934585489332676, -0.2962970435619354, -0.8409312963485718, 1.907749891281128, -1.0571893453598022, -0.00041007407708093524], "mean": [-0.1995164006948471, 0.6046659350395203, 0.4513889253139496, -1.4119617938995361, -0.2538994252681732, -0.12054990231990814, 0.02827790193259716, -0.31032904982566833, 0.4675729274749756, 0.22823718190193176, -1.5732380151748657, -1.121137022972107, -0.7462766766548157, 0.2314836084842682, 0.4815008044242859, -0.48920297622680664, -1.5223069190979004, 0.28661468625068665, 0.2128913700580597, 0.3613409698009491, -0.3114367127418518, -0.43616363406181335, 0.12065798044204712, 1.5896269083023071, -1.597283124923706, 0.3718811869621277, 1008.0, 779.617431640625, -0.00032607989851385355, -0.29642724990844727, -0.8410186171531677, 1.9077562093734741, -1.058275580406189, -0.0008965738816186786], "std": [2.4625713194836862e-05, 2.1950610971543938e-05, 2.4817181838443503e-05, 1.8000364434556104e-05, 2.355454307689797e-05, 1.961671659955755e-05, 1.6985213733278215e-05, 1.5023612832010258e-05, 8.0598956628819e-06, 1.368010816804599e-05, 1.1086463928222656e-05, 0.0, 1.0728836059570312e-06, 0.12143217027187347, 0.06721324473619461, 0.1222449392080307, 0.05232039466500282, 0.05780468508601189, 0.252763569355011, 0.1668076366186142, 0.01431983895599842, 0.012355271726846695, 0.0601489320397377, 0.10049416869878769, 0.21178162097930908, 0.289065957069397, 0.0, 297.88079833984375, 0.003617006354033947, 3.3210799301741645e-05, 5.559377677855082e-05, 7.408371402561897e-06, 0.0007260676939040422, 9.784654685063288e-05], "count": [596]}, "timestamp": {"min": [0.0], "max": [19.833333333333332], "mean": [9.916666666666666], "std": [5.735004601373723], "count": [596]}, "frame_index": {"min": [0], "max": [595], "mean": [297.5], "std": [172.0501380412117], "count": [596]}, "episode_index": {"min": [158], "max": [158], "mean": [158.0], "std": [0.0], "count": [596]}, "index": {"min": [94842], "max": [95437], "mean": [95139.5], "std": [172.0501380412117], "count": [596]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [596]}, "gripper_open_scale_state": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.7782382570557146], "std": [0.0, 0.29684885081568774], "count": [596]}, "gripper_open_scale_action": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.7782382570557146], "std": [0.0, 0.29684885081568774], "count": [596]}, "eef_direction_state": {"mean": [6.0, 4.889261744966443], "std": [0.0, 1.7554762232555974], "min": [6, 0], "max": [6, 6], "count": [596]}, "eef_velocity_state": {"mean": [0.0, 0.5838926174496645], "std": [0.0, 0.7628159694409201], "min": [0, 0], "max": [0, 2], "count": [596]}, "eef_acc_mag_state": {"mean": [0.0, 0.5687919463087249], "std": [0.0, 0.8007751385285864], "min": [0, 0], "max": [0, 2], "count": [596]}, "eef_direction_action": {"mean": [6.0, 4.889261744966443], "std": [0.0, 1.7554762232555974], "min": [6, 0], "max": [6, 6], "count": [596]}, "eef_velocity_action": {"mean": [0.0, 0.5838926174496645], "std": [0.0, 0.7628159694409201], "min": [0, 0], "max": [0, 2], "count": [596]}, "eef_acc_mag_action": {"mean": [0.0, 0.5687919463087249], "std": [0.0, 0.8007751385285864], "min": [0, 0], "max": [0, 2], "count": [596]}, "eef_sim_pose_state": {"mean": [-0.31032928824424744, 0.46757280826568604, 0.22823722660541534, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.31141236424446106, -0.43625354766845703, 0.12069900333881378, 1.5893727540969849, -1.5971486568450928, 0.37172216176986694], "std": [1.5015111785032786e-05, 8.053966666921042e-06, 1.3680023585038725e-05, 0.0, 0.0, 5.960464477539063e-08, 0.014309356920421124, 0.012388031929731369, 0.06021382659673691, 0.10034395754337311, 0.2120584398508072, 0.2888341248035431], "min": [-0.310373991727829, 0.4675459861755371, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33238598704338074, -0.46759700775146484, 0.038127001374959946, 1.398381233215332, -1.8210583925247192, -4.3068299419246614e-05], "max": [-0.31027600169181824, 0.467602014541626, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27862998843193054, -0.41381099820137024, 0.22826500236988068, 1.7528585195541382, -1.121137022972107, 0.8448524475097656], "count": [596]}, "eef_sim_pose_action": {"mean": [-0.31032904982566833, 0.4675729274749756, 0.22823718190193176, -1.5732380151748657, -1.121137022972107, -0.7462766766548157, -0.31141260266304016, -0.4362536072731018, 0.12069901823997498, 1.5893718004226685, -1.5971481800079346, 0.3717222213745117], "std": [1.5016835277492646e-05, 8.054701538640074e-06, 1.368010816804599e-05, 1.1086463928222656e-05, 0.0, 1.0728836059570312e-06, 0.014309358783066273, 0.012388032861053944, 0.06021381914615631, 0.1003439724445343, 0.212058424949646, 0.2888343334197998], "min": [-0.310373991727829, 0.4675459861755371, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33238598704338074, -0.46759700775146484, 0.038127001374959946, 1.398381233215332, -1.8210583925247192, -4.3068299419246614e-05], "max": [-0.31027600169181824, 0.467602014541626, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27862998843193054, -0.41381099820137024, 0.22826500236988068, 1.7528585195541382, -1.121137022972107, 0.8448524475097656], "count": [596]}, "gripper_mode_state": {"mean": [0.0, 0.29697986577181207], "std": [0.0, 0.4569275928393566], "min": [0, 0], "max": [0, 1], "count": [596]}, "gripper_activity_state": {"mean": [2.0, 1.7651006711409396], "std": [0.0, 0.5808956489473779], "min": [2, 0], "max": [2, 2], "count": [596]}, "gripper_mode_action": {"mean": [0.0, 0.29697986577181207], "std": [0.0, 0.4569275928393566], "min": [0, 0], "max": [0, 1], "count": [596]}, "gripper_activity_action": {"mean": [2.0, 1.7651006711409396], "std": [0.0, 0.5808956489473779], "min": [2, 0], "max": [2, 2], "count": [596]}}} +{"episode_index": 86, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4115783274247199]], [[0.42107158722864146]], [[0.41763289274042953]]], "std": [[[0.21181963629586836]], [[0.20868606359798964]], [[0.20601262169859835]]], "count": [112]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3319762141835901]], [[0.3193598874445612]], [[0.33074015413457053]]], "std": [[[0.2649943668964016]], [[0.27276026942197024]], [[0.26202795976339305]]], "count": [112]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43570041141456584]], [[0.4378581750408497]], [[0.4292100803863212]]], "std": [[[0.28608212150924217]], [[0.2808932209308372]], [[0.28458022580459413]]], "count": [112]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3689109896562792]], [[0.3659892167804622]], [[0.3761398681868581]]], "std": [[[0.24478272720286817]], [[0.24803415112796645]], [[0.2466579113140227]]], "count": [112]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4512898027896881, -1.412023663520813, -0.25396284461021423, -0.12061969935894012, 0.02822197414934635, -0.3103879988193512, 0.4675390124320984, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.06475171446800232, 0.3090105354785919, -0.6322280764579773, -1.7599201202392578, -0.06675884127616882, -0.20701350271701813, -0.048520151525735855, -0.3404020071029663, -0.46760499477386475, 0.032416000962257385, 1.4211994409561157, -1.8198652267456055, 0.08342918008565903, 1008.0, 330.0, -0.00396842323243618, -0.2965094745159149, -0.8410778641700745, 1.9077483415603638, -1.059740662574768, -0.0012966693611815572], "max": [-0.19940386712551117, 0.6047216653823853, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12046262621879578, 0.028326693922281265, -0.31028199195861816, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3568499982357025, 0.6636614799499512, -0.16369442641735077, -1.411919116973877, 0.4409225285053253, 0.5036845803260803, 0.5182580947875977, -0.2663019895553589, -0.40452200174331665, 0.22827500104904175, 1.749709129333496, -0.9977234601974487, 0.9508468508720398, 1008.0, 1002.0, 0.0038951081223785877, -0.29599061608314514, -0.84088134765625, 1.907749891281128, -1.0571932792663574, -0.00024490535724908113], "mean": [-0.1995161473751068, 0.6046707034111023, 0.4513908922672272, -1.4119688272476196, -0.2539035677909851, -0.12056110054254532, 0.028281740844249725, -0.3103266954421997, 0.4675724506378174, 0.228238046169281, -1.5732375383377075, -1.1211352348327637, -0.7462766766548157, 0.17911826074123383, 0.4516933858394623, -0.4380238354206085, -1.5568480491638184, 0.24340645968914032, 0.21122075617313385, 0.3170245587825775, -0.30944639444351196, -0.4323180913925171, 0.12535367906093597, 1.5644316673278809, -1.5510777235031128, 0.44069692492485046, 1008.0, 800.7605590820312, 0.0005358414491638541, -0.2962506115436554, -0.8410581350326538, 1.9077602624893188, -1.0582166910171509, -0.0010503103258088231], "std": [2.590396070445422e-05, 1.9401806639507413e-05, 2.419054180791136e-05, 1.8348597222939134e-05, 2.2977143089519814e-05, 2.5722072678036056e-05, 1.648810757615138e-05, 1.5272586097125895e-05, 8.491301741742063e-06, 1.3353206668398343e-05, 1.0609626770019531e-05, 1.7881393432617188e-06, 1.0728836059570312e-06, 0.12869592010974884, 0.09160394221544266, 0.13108906149864197, 0.07321322709321976, 0.11163590848445892, 0.2248958796262741, 0.17375414073467255, 0.015247502364218235, 0.013988892547786236, 0.060611072927713394, 0.0765533521771431, 0.2214767038822174, 0.28348860144615173, 0.0, 286.2106628417969, 0.003602685872465372, 3.687791104312055e-05, 1.6919950212468393e-05, 1.1396651643735822e-05, 0.000867991242557764, 0.00012638575572054833], "count": [543]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4512898027896881, -1.412023663520813, -0.25396284461021423, -0.12061969935894012, 0.02822197414934635, -0.3103879988193512, 0.4675390124320984, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.06475171446800232, 0.3090105354785919, -0.6322280764579773, -1.7599201202392578, -0.06675884127616882, -0.20701350271701813, -0.048520151525735855, -0.3404020071029663, -0.467602014541626, 0.032416000962257385, 1.4211994409561157, -1.8198652267456055, 0.08342918008565903, 1008.0, 330.0, -0.00396842323243618, -0.2965094745159149, -0.8410778641700745, 1.9077483415603638, -1.059740662574768, -0.0012966693611815572], "max": [-0.19940386712551117, 0.6047216653823853, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12046262621879578, 0.028326693922281265, -0.31028199195861816, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3568499982357025, 0.6636614799499512, -0.16369442641735077, -1.411919116973877, 0.4409225285053253, 0.5036845803260803, 0.5182580947875977, -0.2663019895553589, -0.40452200174331665, 0.2282709926366806, 1.749709129333496, -0.9977234601974487, 0.9508468508720398, 1008.0, 1002.0, 0.0038951081223785877, -0.29599061608314514, -0.84088134765625, 1.907749891281128, -1.0571932792663574, -0.00024490535724908113], "mean": [-0.19951604306697845, 0.6046706438064575, 0.4513908624649048, -1.4119691848754883, -0.25390368700027466, -0.12056104093790054, 0.02828170917928219, -0.3103266954421997, 0.4675724506378174, 0.2282380312681198, -1.5732375383377075, -1.1211352348327637, -0.7462766766548157, 0.17863301932811737, 0.45116037130355835, -0.43750128149986267, -1.5571461915969849, 0.2428297996520996, 0.21106746792793274, 0.31699520349502563, -0.3094433844089508, -0.43222352862358093, 0.125295490026474, 1.5644266605377197, -1.5508618354797363, 0.4410700798034668, 1008.0, 800.7605590820312, 0.0005336361355148256, -0.2962508201599121, -0.8410581350326538, 1.9077602624893188, -1.0582174062728882, -0.0010505726095288992], "std": [2.583522473287303e-05, 1.938832974701654e-05, 2.4173386918846518e-05, 1.8362916307523847e-05, 2.3046151909511536e-05, 2.583681998657994e-05, 1.6485479136463255e-05, 1.5274223187589087e-05, 8.491301741742063e-06, 1.3361042874748819e-05, 1.0609626770019531e-05, 1.7881393432617188e-06, 1.0728836059570312e-06, 0.12911386787891388, 0.09155416488647461, 0.13159950077533722, 0.07295162975788116, 0.1123860627412796, 0.2251501828432083, 0.17381392419338226, 0.015247487463057041, 0.013923466205596924, 0.060527365654706955, 0.0765528604388237, 0.22195221483707428, 0.2840234339237213, 0.0, 286.2106628417969, 0.0036010006442666054, 3.658105561044067e-05, 1.6919950212468393e-05, 1.1396651643735822e-05, 0.0008675911813043058, 0.00012671318836510181], "count": [543]}, "timestamp": {"min": [0.0], "max": [18.066666666666666], "mean": [9.033333333333333], "std": [5.225011075657232], "count": [543]}, "frame_index": {"min": [0], "max": [542], "mean": [271.0], "std": [156.75033226971695], "count": [543]}, "episode_index": {"min": [160], "max": [160], "mean": [160.0], "std": [0.0], "count": [543]}, "index": {"min": [96142], "max": [96684], "mean": [96413.0], "std": [156.75033226971695], "count": [543]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [543]}, "gripper_open_scale_state": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.8001418053884313], "std": [0.0, 0.2857776364410346], "count": [543]}, "gripper_open_scale_action": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.8001418053884313], "std": [0.0, 0.2857776364410346], "count": [543]}, "eef_direction_state": {"mean": [6.0, 4.530386740331492], "std": [0.0, 1.935063976835559], "min": [6, 0], "max": [6, 6], "count": [543]}, "eef_velocity_state": {"mean": [0.0, 0.6998158379373849], "std": [0.0, 0.7867104994309579], "min": [0, 0], "max": [0, 2], "count": [543]}, "eef_acc_mag_state": {"mean": [0.0, 0.6095764272559853], "std": [0.0, 0.82461018479404], "min": [0, 0], "max": [0, 2], "count": [543]}, "eef_direction_action": {"mean": [6.0, 4.530386740331492], "std": [0.0, 1.935063976835559], "min": [6, 0], "max": [6, 6], "count": [543]}, "eef_velocity_action": {"mean": [0.0, 0.6998158379373849], "std": [0.0, 0.7867104994309579], "min": [0, 0], "max": [0, 2], "count": [543]}, "eef_acc_mag_action": {"mean": [0.0, 0.6095764272559853], "std": [0.0, 0.82461018479404], "min": [0, 0], "max": [0, 2], "count": [543]}, "eef_sim_pose_state": {"mean": [-0.31032660603523254, 0.4675721228122711, 0.22823812067508698, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.3094463646411896, -0.4323180913925171, 0.1253536492586136, 1.5644313097000122, -1.5510776042938232, 0.4406965374946594], "std": [1.5272504242602736e-05, 8.486102160532027e-06, 1.3353034773899708e-05, 0.0, 0.0, 5.960464477539063e-08, 0.015247502364218235, 0.013988892547786236, 0.06061108410358429, 0.07655338943004608, 0.221476748585701, 0.2834886312484741], "min": [-0.3103879988193512, 0.4675390124320984, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3404020071029663, -0.46760499477386475, 0.032416000962257385, 1.4211994409561157, -1.8198652267456055, 0.08342918008565903], "max": [-0.31028199195861816, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2663019895553589, -0.40452200174331665, 0.22827500104904175, 1.749709129333496, -0.9977234601974487, 0.9508468508720398], "count": [543]}, "eef_sim_pose_action": {"mean": [-0.3103266954421997, 0.4675724506378174, 0.228238046169281, -1.5732375383377075, -1.1211352348327637, -0.7462766766548157, -0.30944639444351196, -0.4323180913925171, 0.12535367906093597, 1.5644316673278809, -1.5510777235031128, 0.44069692492485046], "std": [1.5272586097125895e-05, 8.491301741742063e-06, 1.3353206668398343e-05, 1.0609626770019531e-05, 1.7881393432617188e-06, 1.0728836059570312e-06, 0.015247502364218235, 0.013988892547786236, 0.060611072927713394, 0.0765533521771431, 0.2214767038822174, 0.28348860144615173], "min": [-0.3103879988193512, 0.4675390124320984, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3404020071029663, -0.46760499477386475, 0.032416000962257385, 1.4211994409561157, -1.8198652267456055, 0.08342918008565903], "max": [-0.31028199195861816, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2663019895553589, -0.40452200174331665, 0.22827500104904175, 1.749709129333496, -0.9977234601974487, 0.9508468508720398], "count": [543]}, "gripper_mode_state": {"mean": [0.0, 0.2596685082872928], "std": [0.0, 0.4384527045088732], "min": [0, 0], "max": [0, 1], "count": [543]}, "gripper_activity_state": {"mean": [2.0, 1.7403314917127073], "std": [0.0, 0.6013899497805368], "min": [2, 0], "max": [2, 2], "count": [543]}, "gripper_mode_action": {"mean": [0.0, 0.2596685082872928], "std": [0.0, 0.4384527045088732], "min": [0, 0], "max": [0, 1], "count": [543]}, "gripper_activity_action": {"mean": [2.0, 1.7403314917127073], "std": [0.0, 0.6013899497805368], "min": [2, 0], "max": [2, 2], "count": [543]}}} +{"episode_index": 87, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41256719112376133]], [[0.4221480438277462]], [[0.41796213828273243]]], "std": [[[0.21170598844757038]], [[0.20915513226396554]], [[0.20628545944588828]]], "count": [124]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33118812098091926]], [[0.3182745147454143]], [[0.3271604272085178]]], "std": [[[0.2648567583054534]], [[0.273234564985682]], [[0.26106106205873897]]], "count": [124]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4366961113746574]], [[0.4390233436116382]], [[0.43042074010383724]]], "std": [[[0.28686441390339323]], [[0.28193141222621143]], [[0.2854379269194442]]], "count": [124]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3713695380033734]], [[0.37010783984292644]], [[0.38079865887887415]]], "std": [[[0.24054759192677175]], [[0.24232284821119726]], [[0.24379273739572233]]], "count": [124]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12061969935894012, 0.02822197414934635, -0.31036999821662903, 0.4675480127334595, 0.22819200158119202, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.06771877408027649, 0.30480432510375977, -0.6845356225967407, -1.7472840547561646, -0.07784168422222137, -0.2571568191051483, -0.07936011999845505, -0.3429189920425415, -0.467602014541626, 0.037289999425411224, 1.4258791208267212, -1.7631860971450806, -0.02836676873266697, 1008.0, 330.0, -0.004844446666538715, -0.2962650954723358, -0.8410604596138, 1.907771348953247, -1.0596225261688232, -0.001503604929894209], "max": [-0.19945622980594635, 0.6047391295433044, 0.45148175954818726, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31027600169181824, 0.46759700775146484, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.43331289291381836, 0.653870165348053, -0.15924383699893951, -1.411919116973877, 0.3704287111759186, 0.4701044261455536, 0.56107097864151, -0.26822298765182495, -0.3997809886932373, 0.2282630056142807, 1.8177692890167236, -0.9643978476524353, 0.9830189943313599, 1008.0, 1003.0, 0.0035435708705335855, -0.2958909869194031, -0.8408758044242859, 1.9077768325805664, -1.0570822954177856, -7.593964255647734e-05], "mean": [-0.19951698184013367, 0.6046693921089172, 0.45138853788375854, -1.4119809865951538, -0.2538873553276062, -0.12053509056568146, 0.028280314058065414, -0.3103233277797699, 0.46757254004478455, 0.2282354086637497, -1.5732381343841553, -1.1211377382278442, -0.7462767362594604, 0.2109617441892624, 0.4615155756473541, -0.47271350026130676, -1.5467147827148438, 0.21401198208332062, 0.1940821409225464, 0.3273935317993164, -0.306271493434906, -0.4342280924320221, 0.11904560774564743, 1.6165378093719482, -1.5189613103866577, 0.3938640356063843, 1008.0, 774.8202514648438, 0.0003233358438592404, -0.29613742232322693, -0.8409879207611084, 1.9077668190002441, -1.0583466291427612, -0.0008912383345887065], "std": [2.5577428459655493e-05, 2.1468240447575226e-05, 2.4849499823176302e-05, 2.07964658329729e-05, 2.5197939976351336e-05, 2.1147041479707696e-05, 1.7216403648490086e-05, 1.504664669482736e-05, 8.017079380806535e-06, 1.405971579515608e-05, 1.1205673217773438e-05, 7.152557373046875e-07, 1.1324882507324219e-06, 0.13990239799022675, 0.07969725877046585, 0.13648536801338196, 0.07881814241409302, 0.09689702838659286, 0.23951873183250427, 0.20189212262630463, 0.017423179000616074, 0.015577360987663269, 0.060264140367507935, 0.09613201022148132, 0.23774102330207825, 0.31044280529022217, 0.0, 300.67889404296875, 0.003665321506559849, 3.126401861663908e-05, 5.136846812092699e-05, 6.832738108641934e-06, 0.0008239700109697878, 0.0004672561481129378], "count": [623]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12061969935894012, 0.02822197414934635, -0.31036999821662903, 0.4675480127334595, 0.22819200158119202, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.06771877408027649, 0.30480432510375977, -0.6845356225967407, -1.7472840547561646, -0.07810348272323608, -0.2571568191051483, -0.07995352894067764, -0.3429189920425415, -0.467602014541626, 0.037289999425411224, 1.4258791208267212, -1.7631860971450806, -0.02836676873266697, 1008.0, 330.0, -0.004844446666538715, -0.2962650954723358, -0.8410604596138, 1.907771348953247, -1.0596225261688232, -0.001503604929894209], "max": [-0.19945622980594635, 0.6047391295433044, 0.45148175954818726, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31027600169181824, 0.46759700775146484, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.43331289291381836, 0.653870165348053, -0.15924383699893951, -1.411919116973877, 0.3704287111759186, 0.4701044261455536, 0.56107097864151, -0.26822298765182495, -0.3997809886932373, 0.2282630056142807, 1.8177692890167236, -0.9643978476524353, 0.9830189943313599, 1008.0, 1003.0, 0.0035435708705335855, -0.2958909869194031, -0.8408758044242859, 1.9077768325805664, -1.0570822954177856, -7.593964255647734e-05], "mean": [-0.19951708614826202, 0.6046693921089172, 0.45138847827911377, -1.4119809865951538, -0.2538873255252838, -0.12053509056568146, 0.028280314058065414, -0.3103232979774475, 0.4675725996494293, 0.22823543846607208, -1.5732381343841553, -1.1211377382278442, -0.7462767362594604, 0.21053273975849152, 0.4610368311405182, -0.47224923968315125, -1.5469262599945068, 0.2134789377450943, 0.19386284053325653, 0.32731059193611145, -0.30627837777137756, -0.43414267897605896, 0.11900262534618378, 1.6165310144424438, -1.5187097787857056, 0.3942405879497528, 1008.0, 774.8170166015625, 0.000323679851135239, -0.29613742232322693, -0.8409879207611084, 1.9077668190002441, -1.0583481788635254, -0.0008910769247449934], "std": [2.5462448320467956e-05, 2.145675716747064e-05, 2.4874329028534703e-05, 2.0797588149434887e-05, 2.519799818401225e-05, 2.1147041479707696e-05, 1.7216403648490086e-05, 1.5010426068329252e-05, 7.984613148437347e-06, 1.4054933672014158e-05, 1.1205673217773438e-05, 7.152557373046875e-07, 1.1324882507324219e-06, 0.1403459757566452, 0.07973136752843857, 0.13704794645309448, 0.0786329060792923, 0.09758667647838593, 0.2398691028356552, 0.20204871892929077, 0.01742563769221306, 0.01554008387029171, 0.06019577756524086, 0.09613502025604248, 0.23824432492256165, 0.3110118508338928, 0.0, 300.6773376464844, 0.0036648763343691826, 3.1278483220376074e-05, 5.140139546710998e-05, 6.8346689658937976e-06, 0.0008229547529481351, 0.0004674172669183463], "count": [623]}, "timestamp": {"min": [0.0], "max": [20.733333333333334], "mean": [10.366666666666667], "std": [5.994812572364358], "count": [623]}, "frame_index": {"min": [0], "max": [622], "mean": [311.0], "std": [179.84437717093076], "count": [623]}, "episode_index": {"min": [166], "max": [166], "mean": [166.0], "std": [0.0], "count": [623]}, "index": {"min": [99989], "max": [100611], "mean": [100300.0], "std": [179.84437717093076], "count": [623]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [623]}, "gripper_open_scale_state": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.773227930451664], "std": [0.0, 0.29947242241679856], "count": [623]}, "gripper_open_scale_action": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.773227930451664], "std": [0.0, 0.2994724224167986], "count": [623]}, "eef_direction_state": {"mean": [6.0, 4.696629213483146], "std": [0.0, 1.8261797441716965], "min": [6, 0], "max": [6, 6], "count": [623]}, "eef_velocity_state": {"mean": [0.0, 0.6243980738362761], "std": [0.0, 0.7475043006019675], "min": [0, 0], "max": [0, 2], "count": [623]}, "eef_acc_mag_state": {"mean": [0.0, 0.5746388443017657], "std": [0.0, 0.8134891003796834], "min": [0, 0], "max": [0, 2], "count": [623]}, "eef_direction_action": {"mean": [6.0, 4.696629213483146], "std": [0.0, 1.8261797441716965], "min": [6, 0], "max": [6, 6], "count": [623]}, "eef_velocity_action": {"mean": [0.0, 0.6243980738362761], "std": [0.0, 0.7475043006019675], "min": [0, 0], "max": [0, 2], "count": [623]}, "eef_acc_mag_action": {"mean": [0.0, 0.5746388443017657], "std": [0.0, 0.8134891003796834], "min": [0, 0], "max": [0, 2], "count": [623]}, "eef_sim_pose_state": {"mean": [-0.31032317876815796, 0.46757298707962036, 0.22823525965213776, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.30627143383026123, -0.43422821164131165, 0.11904553323984146, 1.6165372133255005, -1.5189629793167114, 0.3938639760017395], "std": [1.5046011867525522e-05, 8.00352336227661e-06, 1.40591100716847e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.017423173412680626, 0.015577368438243866, 0.06026415154337883, 0.09613198786973953, 0.23774105310440063, 0.3104429543018341], "min": [-0.31036999821662903, 0.4675480127334595, 0.22819200158119202, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3429189920425415, -0.467602014541626, 0.037289999425411224, 1.4258791208267212, -1.7631860971450806, -0.02836676873266697], "max": [-0.31027600169181824, 0.46759700775146484, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.26822298765182495, -0.3997809886932373, 0.2282630056142807, 1.8177692890167236, -0.9643978476524353, 0.9830189943313599], "count": [623]}, "eef_sim_pose_action": {"mean": [-0.3103233277797699, 0.46757254004478455, 0.2282354086637497, -1.5732381343841553, -1.1211377382278442, -0.7462767362594604, -0.306271493434906, -0.4342280924320221, 0.11904560774564743, 1.6165378093719482, -1.5189613103866577, 0.3938640356063843], "std": [1.504664669482736e-05, 8.017079380806535e-06, 1.405971579515608e-05, 1.1205673217773438e-05, 7.152557373046875e-07, 1.1324882507324219e-06, 0.017423179000616074, 0.015577360987663269, 0.060264140367507935, 0.09613201022148132, 0.23774102330207825, 0.31044280529022217], "min": [-0.31036999821662903, 0.4675480127334595, 0.22819200158119202, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3429189920425415, -0.467602014541626, 0.037289999425411224, 1.4258791208267212, -1.7631860971450806, -0.02836676873266697], "max": [-0.31027600169181824, 0.46759700775146484, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.26822298765182495, -0.3997809886932373, 0.2282630056142807, 1.8177692890167236, -0.9643978476524353, 0.9830189943313599], "count": [623]}, "gripper_mode_state": {"mean": [0.0, 0.30497592295345105], "std": [0.0, 0.4603972299787865], "min": [0, 0], "max": [0, 1], "count": [623]}, "gripper_activity_state": {"mean": [2.0, 1.7784911717495988], "std": [0.0, 0.5657872563291526], "min": [2, 0], "max": [2, 2], "count": [623]}, "gripper_mode_action": {"mean": [0.0, 0.30497592295345105], "std": [0.0, 0.4603972299787865], "min": [0, 0], "max": [0, 1], "count": [623]}, "gripper_activity_action": {"mean": [2.0, 1.7784911717495988], "std": [0.0, 0.5657872563291526], "min": [2, 0], "max": [2, 2], "count": [623]}}} +{"episode_index": 88, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4102336474781653]], [[0.41984003918676616]], [[0.41698228823240213]]], "std": [[[0.21094010191844836]], [[0.20830644666587497]], [[0.20618371920622705]]], "count": [113]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32962471079877376]], [[0.3172885071432703]], [[0.33238660781421714]]], "std": [[[0.2653931691006383]], [[0.27308592650338315]], [[0.26387712862736107]]], "count": [113]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43554344706171555]], [[0.437728552114061]], [[0.42908386654809416]]], "std": [[[0.28575322700591366]], [[0.2810245137498909]], [[0.28473454242575896]]], "count": [113]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3553899589334259]], [[0.35219362745098043]], [[0.3640704819538435]]], "std": [[[0.24861331933730366]], [[0.25234605597143317]], [[0.2509767044747327]]], "count": [113]}, "observation.state": {"min": [-0.1996307522058487, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12065461277961731, 0.02822197414934635, -0.3103660047054291, 0.46754899621009827, 0.22818799316883087, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.0309621412307024, 0.3404090106487274, -0.7051827907562256, -1.7000553607940674, -0.029478611424565315, -0.13658946752548218, -0.02839650586247444, -0.3381519913673401, -0.4675930142402649, 0.024166999384760857, 1.4014828205108643, -1.7458460330963135, -0.046848997473716736, 1008.0, 333.0, -0.00448351027444005, -0.2962312400341034, -0.8411333560943604, 1.9077982902526855, -1.0595029592514038, -0.0013412839034572244], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102799952030182, 0.46761399507522583, 0.2282940000295639, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4867897927761078, 0.6252990961074829, -0.2188642919063568, -1.3871701955795288, 0.3698527216911316, 0.5155702829360962, 0.5982639789581299, -0.2688719928264618, -0.42157500982284546, 0.2282779961824417, 1.7921643257141113, -1.0638595819473267, 0.8404436111450195, 1008.0, 1003.0, 0.00360560673289001, -0.2958984971046448, -0.8408687114715576, 1.9078069925308228, -1.0572495460510254, -0.00023161590797826648], "mean": [-0.19951900839805603, 0.6046669483184814, 0.45138850808143616, -1.411976933479309, -0.25391605496406555, -0.12053893506526947, 0.028279922902584076, -0.31032299995422363, 0.46757400035858154, 0.22823533415794373, -1.573237657546997, -1.1211353540420532, -0.7462766766548157, 0.2460242658853531, 0.44334036111831665, -0.48536384105682373, -1.5176823139190674, 0.20366919040679932, 0.24722708761692047, 0.33156847953796387, -0.3077193796634674, -0.4444209337234497, 0.11571419984102249, 1.5820683240890503, -1.518140435218811, 0.3559184968471527, 1008.0, 764.5905151367188, 0.0006246553966775537, -0.2960883378982544, -0.8410580158233643, 1.9077895879745483, -1.0582019090652466, -0.0009307693690061569], "std": [2.6345445803599432e-05, 1.8717448256211355e-05, 2.5326227842015214e-05, 1.7230937373824418e-05, 2.3791541025275365e-05, 1.902619806060102e-05, 1.7261372704524547e-05, 1.5119868294277694e-05, 8.627017450635321e-06, 1.3397449947660789e-05, 1.0728836059570312e-05, 1.6689300537109375e-06, 1.0728836059570312e-06, 0.15457987785339355, 0.08443233370780945, 0.1433873176574707, 0.08259480446577072, 0.08968618512153625, 0.19865186512470245, 0.2038011997938156, 0.01536624412983656, 0.011814398691058159, 0.06604837626218796, 0.09447626769542694, 0.21958738565444946, 0.29354768991470337, 0.0, 300.2610778808594, 0.0036132740788161755, 5.375637920224108e-05, 5.447446892503649e-05, 1.0284604286425747e-05, 0.00045214814599603415, 0.00027240414055995643], "count": [547]}, "action": {"min": [-0.1996307522058487, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12065461277961731, 0.02822197414934635, -0.3103660047054291, 0.46754899621009827, 0.22818799316883087, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.0309621412307024, 0.3404090106487274, -0.7051827907562256, -1.7000553607940674, -0.029478611424565315, -0.13658946752548218, -0.02839650586247444, -0.3381519913673401, -0.4675930142402649, 0.024166999384760857, 1.4014828205108643, -1.7458460330963135, -0.046848997473716736, 1008.0, 333.0, -0.00448351027444005, -0.2962312400341034, -0.8411333560943604, 1.9077982902526855, -1.0595029592514038, -0.0013412839034572244], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102799952030182, 0.46761399507522583, 0.2282940000295639, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4867897927761078, 0.6252990961074829, -0.2188642919063568, -1.3871701955795288, 0.3698527216911316, 0.5155702829360962, 0.5982639789581299, -0.2688719928264618, -0.42157500982284546, 0.2282779961824417, 1.7921643257141113, -1.0638595819473267, 0.8404436111450195, 1008.0, 1003.0, 0.00360560673289001, -0.2958984971046448, -0.8408687114715576, 1.9078069925308228, -1.0572495460510254, -0.00023161590797826648], "mean": [-0.19951900839805603, 0.6046670079231262, 0.451388418674469, -1.411976933479309, -0.253915935754776, -0.12053893506526947, 0.028279921039938927, -0.310323029756546, 0.46757397055625916, 0.2282354086637497, -1.573237657546997, -1.1211353540420532, -0.7462766766548157, 0.24560290575027466, 0.4428948163986206, -0.48494255542755127, -1.5180712938308716, 0.2031620293855667, 0.24737060070037842, 0.33158111572265625, -0.30770161747932434, -0.44434043765068054, 0.11563635617494583, 1.5820106267929077, -1.5180397033691406, 0.3560890853404999, 1008.0, 764.5941772460938, 0.00061047199415043, -0.2960880398750305, -0.8410580158233643, 1.9077895879745483, -1.0582019090652466, -0.0009297471260651946], "std": [2.6345447622588836e-05, 1.886375503090676e-05, 2.5352026568725705e-05, 1.7116308299591765e-05, 2.375782423769124e-05, 1.902619806060102e-05, 1.7261409084312618e-05, 1.5108445040823426e-05, 8.629182048025541e-06, 1.3462255992635619e-05, 1.0728836059570312e-05, 1.6689300537109375e-06, 1.0728836059570312e-06, 0.1550193727016449, 0.08422219753265381, 0.14382420480251312, 0.08259686082601547, 0.09018325060606003, 0.19841426610946655, 0.2037792205810547, 0.015368837863206863, 0.011806328780949116, 0.06594068557024002, 0.09449135512113571, 0.2197825163602829, 0.29380136728286743, 0.0, 300.2635803222656, 0.003617642680183053, 5.402431634138338e-05, 5.451674951473251e-05, 1.0288796147506218e-05, 0.00045215446152724326, 0.0002732558932621032], "count": [547]}, "timestamp": {"min": [0.0], "max": [18.2], "mean": [9.100000000000001], "std": [5.2635011583967986], "count": [547]}, "frame_index": {"min": [0], "max": [546], "mean": [273.0], "std": [157.90503475190397], "count": [547]}, "episode_index": {"min": [170], "max": [170], "mean": [170.0], "std": [0.0], "count": [547]}, "index": {"min": [102512], "max": [103058], "mean": [102785.0], "std": [157.90503475190397], "count": [547]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [547]}, "gripper_open_scale_state": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.763853746260324], "std": [0.0, 0.2996795638965395], "count": [547]}, "gripper_open_scale_action": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.763853746260324], "std": [0.0, 0.2996795638965395], "count": [547]}, "eef_direction_state": {"mean": [6.0, 4.740402193784278], "std": [0.0, 1.9373822363302073], "min": [6, 0], "max": [6, 6], "count": [547]}, "eef_velocity_state": {"mean": [0.0, 0.6288848263254113], "std": [0.0, 0.7903249739389203], "min": [0, 0], "max": [0, 2], "count": [547]}, "eef_acc_mag_state": {"mean": [0.0, 0.5594149908592322], "std": [0.0, 0.8076632653952264], "min": [0, 0], "max": [0, 2], "count": [547]}, "eef_direction_action": {"mean": [6.0, 4.740402193784278], "std": [0.0, 1.9373822363302073], "min": [6, 0], "max": [6, 6], "count": [547]}, "eef_velocity_action": {"mean": [0.0, 0.6288848263254113], "std": [0.0, 0.7903249739389203], "min": [0, 0], "max": [0, 2], "count": [547]}, "eef_acc_mag_action": {"mean": [0.0, 0.5594149908592322], "std": [0.0, 0.8076632653952264], "min": [0, 0], "max": [0, 2], "count": [547]}, "eef_sim_pose_state": {"mean": [-0.31032299995422363, 0.46757379174232483, 0.22823527455329895, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.3077194094657898, -0.4444209635257721, 0.11571415513753891, 1.5820703506469727, -1.5181396007537842, 0.3559185266494751], "std": [1.5119888303161133e-05, 8.624330803286284e-06, 1.3397262591752224e-05, 0.0, 0.0, 5.960464477539063e-08, 0.015366238541901112, 0.011814398691058159, 0.06604837626218796, 0.09447628259658813, 0.219587504863739, 0.2935478389263153], "min": [-0.3103660047054291, 0.46754899621009827, 0.22818799316883087, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3381519913673401, -0.4675930142402649, 0.024166999384760857, 1.4014828205108643, -1.7458460330963135, -0.046848997473716736], "max": [-0.3102799952030182, 0.46761399507522583, 0.2282940000295639, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2688719928264618, -0.42157500982284546, 0.2282779961824417, 1.7921643257141113, -1.0638595819473267, 0.8404436111450195], "count": [547]}, "eef_sim_pose_action": {"mean": [-0.31032299995422363, 0.46757400035858154, 0.22823533415794373, -1.573237657546997, -1.1211353540420532, -0.7462766766548157, -0.3077193796634674, -0.4444209337234497, 0.11571419984102249, 1.5820683240890503, -1.518140435218811, 0.3559184968471527], "std": [1.5119868294277694e-05, 8.627017450635321e-06, 1.3397449947660789e-05, 1.0728836059570312e-05, 1.6689300537109375e-06, 1.0728836059570312e-06, 0.01536624412983656, 0.011814398691058159, 0.06604837626218796, 0.09447626769542694, 0.21958738565444946, 0.29354768991470337], "min": [-0.3103660047054291, 0.46754899621009827, 0.22818799316883087, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3381519913673401, -0.4675930142402649, 0.024166999384760857, 1.4014828205108643, -1.7458460330963135, -0.046848997473716736], "max": [-0.3102799952030182, 0.46761399507522583, 0.2282940000295639, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2688719928264618, -0.42157500982284546, 0.2282779961824417, 1.7921643257141113, -1.0638595819473267, 0.8404436111450195], "count": [547]}, "gripper_mode_state": {"mean": [0.0, 0.31444241316270566], "std": [0.0, 0.46429342227423714], "min": [0, 0], "max": [0, 1], "count": [547]}, "gripper_activity_state": {"mean": [2.0, 1.7385740402193783], "std": [0.0, 0.6071121556712136], "min": [2, 0], "max": [2, 2], "count": [547]}, "gripper_mode_action": {"mean": [0.0, 0.31444241316270566], "std": [0.0, 0.46429342227423714], "min": [0, 0], "max": [0, 1], "count": [547]}, "gripper_activity_action": {"mean": [2.0, 1.7385740402193783], "std": [0.0, 0.6071121556712136], "min": [2, 0], "max": [2, 2], "count": [547]}}} +{"episode_index": 89, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4055315735438718]], [[0.41423008126554456]], [[0.41067134449650067]]], "std": [[[0.20803432900143096]], [[0.2062901096849614]], [[0.2041526360115511]]], "count": [113]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3261464243883394]], [[0.31283794609289145]], [[0.3284416247324889]]], "std": [[[0.26072012492103064]], [[0.2681731217796029]], [[0.25831357120483633]]], "count": [113]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4389692054919313]], [[0.44158245307710103]], [[0.43239195080687143]]], "std": [[[0.28846599123618977]], [[0.2841287337281988]], [[0.2871564660473591]]], "count": [113]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37294596998091273]], [[0.37163877682341373]], [[0.3784497458644224]]], "std": [[[0.24800692487272993]], [[0.250408598482195]], [[0.24972604367848103]]], "count": [113]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103629946708679, 0.46755000948905945, 0.22818900644779205, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.10089748352766037, 0.358822226524353, -0.6812194585800171, -1.6953953504562378, 0.07017968595027924, -0.1771509051322937, -0.028326693922281265, -0.3321000039577484, -0.4676010012626648, 0.036993999034166336, 1.3807919025421143, -1.8024051189422607, 0.01793184131383896, 1008.0, 332.0, -0.0039966213516891, -0.29615041613578796, -0.8412101864814758, 1.9078030586242676, -1.0597786903381348, -0.001388746197335422], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102779984474182, 0.467602014541626, 0.22826899588108063, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.43221333622932434, 0.6503096222877502, -0.15369369089603424, -1.411919116973877, 0.42359140515327454, 0.492479532957077, 0.5691518783569336, -0.27513501048088074, -0.40669000148773193, 0.2284020036458969, 1.785349726676941, -1.0946428775787354, 0.9942319393157959, 1008.0, 1002.0, 0.004145131912082434, -0.29592669010162354, -0.8409859538078308, 1.907806158065796, -1.0571298599243164, -0.0007992647588253021], "mean": [-0.19952000677585602, 0.6046660542488098, 0.45138999819755554, -1.4119828939437866, -0.2539064586162567, -0.12053573876619339, 0.028278781101107597, -0.31032082438468933, 0.46757397055625916, 0.22823233902454376, -1.573237657546997, -1.1211354732513428, -0.7462766766548157, 0.1818254441022873, 0.4576406478881836, -0.4419805407524109, -1.5537500381469727, 0.2635863423347473, 0.17259328067302704, 0.29853180050849915, -0.30580517649650574, -0.43308624625205994, 0.12810859084129333, 1.5781161785125732, -1.5353353023529053, 0.4785613417625427, 1008.0, 806.8727416992188, -0.0007001252379268408, -0.2960261404514313, -0.8411252498626709, 1.907792091369629, -1.0582404136657715, -0.0011145673925057054], "std": [2.567851697676815e-05, 1.976938801817596e-05, 2.4341627067769878e-05, 1.971780693565961e-05, 2.3742370103718713e-05, 2.0150593627477065e-05, 1.551081550132949e-05, 1.4370707503985614e-05, 7.902461220510304e-06, 1.3241005945019424e-05, 1.0728836059570312e-05, 1.5497207641601562e-06, 1.0728836059570312e-06, 0.1504489630460739, 0.08056135475635529, 0.15174545347690582, 0.06826406717300415, 0.07590722292661667, 0.23805628716945648, 0.19359327852725983, 0.011971160769462585, 0.013309178873896599, 0.06257884204387665, 0.0942518562078476, 0.22627755999565125, 0.33925527334213257, 0.0, 282.99786376953125, 0.0035558128729462624, 5.384426185628399e-05, 3.684888724819757e-05, 1.1480507964733988e-05, 0.0008652617689222097, 0.0001720591535558924], "count": [550]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103629946708679, 0.46755000948905945, 0.22818900644779205, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.10089748352766037, 0.358822226524353, -0.6812194585800171, -1.6953953504562378, 0.07017968595027924, -0.17730800807476044, -0.028326693922281265, -0.3321000039577484, -0.4676010012626648, 0.036993999034166336, 1.3807919025421143, -1.8024051189422607, 0.01793184131383896, 1008.0, 332.0, -0.0039966213516891, -0.29615041613578796, -0.8412101864814758, 1.9078030586242676, -1.0597786903381348, -0.001388746197335422], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102779984474182, 0.467602014541626, 0.22826899588108063, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.43221333622932434, 0.6503096222877502, -0.15369369089603424, -1.411919116973877, 0.42359140515327454, 0.492479532957077, 0.5691518783569336, -0.27513501048088074, -0.40669000148773193, 0.2284020036458969, 1.785349726676941, -1.0946428775787354, 0.9942319393157959, 1008.0, 1002.0, 0.004145131912082434, -0.29592669010162354, -0.8409859538078308, 1.907806158065796, -1.0571298599243164, -0.0007992647588253021], "mean": [-0.19951994717121124, 0.6046660542488098, 0.4513899087905884, -1.4119828939437866, -0.2539065182209015, -0.12053573876619339, 0.028278781101107597, -0.31032082438468933, 0.46757397055625916, 0.22823235392570496, -1.573237657546997, -1.1211354732513428, -0.7462766766548157, 0.18127919733524323, 0.45719674229621887, -0.44144174456596375, -1.554160475730896, 0.2632524073123932, 0.17249006032943726, 0.29856076836586, -0.30578410625457764, -0.4329758584499359, 0.1280674934387207, 1.5780566930770874, -1.5352872610092163, 0.4790121614933014, 1008.0, 806.8727416992188, -0.0007138995570130646, -0.29602622985839844, -0.8411253690719604, 1.907792091369629, -1.0582406520843506, -0.00111558404751122], "std": [2.5620829546824098e-05, 1.9750088540604338e-05, 2.435499663988594e-05, 1.9713406800292432e-05, 2.3799933842383325e-05, 2.0150593627477065e-05, 1.551081550132949e-05, 1.4378640116774477e-05, 7.902461220510304e-06, 1.3241935448604636e-05, 1.0728836059570312e-05, 1.5497207641601562e-06, 1.0728836059570312e-06, 0.15092836320400238, 0.08042227476835251, 0.15223637223243713, 0.06808892637491226, 0.07635185122489929, 0.23819565773010254, 0.19354547560214996, 0.011973429471254349, 0.01327432133257389, 0.06252043694257736, 0.09426525980234146, 0.22636839747428894, 0.33977508544921875, 0.0, 282.9978332519531, 0.0035531166940927505, 5.376684566726908e-05, 3.7014411645941436e-05, 1.1479224667709786e-05, 0.0008652147371321917, 0.00017191209190059453], "count": [550]}, "timestamp": {"min": [0.0], "max": [18.3], "mean": [9.15], "std": [5.2923687198329885], "count": [550]}, "frame_index": {"min": [0], "max": [549], "mean": [274.5], "std": [158.77106159498965], "count": [550]}, "episode_index": {"min": [174], "max": [174], "mean": [174.0], "std": [0.0], "count": [550]}, "index": {"min": [105049], "max": [105598], "mean": [105323.5], "std": [158.77106159498965], "count": [550]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [550]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.806243636824868], "std": [0.0, 0.28256605004793295], "count": [550]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.806243636824868], "std": [0.0, 0.2825660500479329], "count": [550]}, "eef_direction_state": {"mean": [6.0, 4.907272727272727], "std": [0.0, 1.7258836519781084], "min": [6, 0], "max": [6, 6], "count": [550]}, "eef_velocity_state": {"mean": [0.0, 0.5981818181818181], "std": [0.0, 0.7933796314939162], "min": [0, 0], "max": [0, 2], "count": [550]}, "eef_acc_mag_state": {"mean": [0.0, 0.5745454545454546], "std": [0.0, 0.8184726755739377], "min": [0, 0], "max": [0, 2], "count": [550]}, "eef_direction_action": {"mean": [6.0, 4.907272727272727], "std": [0.0, 1.7258836519781084], "min": [6, 0], "max": [6, 6], "count": [550]}, "eef_velocity_action": {"mean": [0.0, 0.5981818181818181], "std": [0.0, 0.7933796314939162], "min": [0, 0], "max": [0, 2], "count": [550]}, "eef_acc_mag_action": {"mean": [0.0, 0.5745454545454546], "std": [0.0, 0.8184726755739377], "min": [0, 0], "max": [0, 2], "count": [550]}, "eef_sim_pose_state": {"mean": [-0.3103208839893341, 0.4675739109516144, 0.22823236882686615, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.3058052062988281, -0.43308600783348083, 0.12810854613780975, 1.5781159400939941, -1.5353354215621948, 0.47856101393699646], "std": [1.4370701137522701e-05, 7.902032848505769e-06, 1.3240933185443282e-05, 0.0, 0.0, 5.960464477539063e-08, 0.011971157044172287, 0.01330917701125145, 0.06257884204387665, 0.09425196051597595, 0.2262773960828781, 0.33925536274909973], "min": [-0.3103629946708679, 0.46755000948905945, 0.22818900644779205, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3321000039577484, -0.4676010012626648, 0.036993999034166336, 1.3807919025421143, -1.8024051189422607, 0.01793184131383896], "max": [-0.3102779984474182, 0.467602014541626, 0.22826899588108063, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27513501048088074, -0.40669000148773193, 0.2284020036458969, 1.785349726676941, -1.0946428775787354, 0.9942319393157959], "count": [550]}, "eef_sim_pose_action": {"mean": [-0.31032082438468933, 0.46757397055625916, 0.22823233902454376, -1.573237657546997, -1.1211354732513428, -0.7462766766548157, -0.30580517649650574, -0.43308624625205994, 0.12810859084129333, 1.5781161785125732, -1.5353353023529053, 0.4785613417625427], "std": [1.4370707503985614e-05, 7.902461220510304e-06, 1.3241005945019424e-05, 1.0728836059570312e-05, 1.5497207641601562e-06, 1.0728836059570312e-06, 0.011971160769462585, 0.013309178873896599, 0.06257884204387665, 0.0942518562078476, 0.22627755999565125, 0.33925527334213257], "min": [-0.3103629946708679, 0.46755000948905945, 0.22818900644779205, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3321000039577484, -0.4676010012626648, 0.036993999034166336, 1.3807919025421143, -1.8024051189422607, 0.01793184131383896], "max": [-0.3102779984474182, 0.467602014541626, 0.22826899588108063, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27513501048088074, -0.40669000148773193, 0.2284020036458969, 1.785349726676941, -1.0946428775787354, 0.9942319393157959], "count": [550]}, "gripper_mode_state": {"mean": [0.0, 0.25272727272727274], "std": [0.0, 0.4345758833013012], "min": [0, 0], "max": [0, 1], "count": [550]}, "gripper_activity_state": {"mean": [2.0, 1.7418181818181817], "std": [0.0, 0.6020241339441795], "min": [2, 0], "max": [2, 2], "count": [550]}, "gripper_mode_action": {"mean": [0.0, 0.25272727272727274], "std": [0.0, 0.4345758833013012], "min": [0, 0], "max": [0, 1], "count": [550]}, "gripper_activity_action": {"mean": [2.0, 1.7418181818181817], "std": [0.0, 0.6020241339441795], "min": [2, 0], "max": [2, 2], "count": [550]}}} +{"episode_index": 90, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41063513814616753]], [[0.4184211938907795]], [[0.4159104733835683]]], "std": [[[0.20963524158761773]], [[0.20743021382590843]], [[0.20532004286020344]]], "count": [121]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34197778756819536]], [[0.3281221759709393]], [[0.33765693026521904]]], "std": [[[0.26926538962719454]], [[0.27774862327026456]], [[0.2656485149197463]]], "count": [121]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4360754047831254]], [[0.43801830976881106]], [[0.4294787767379679]]], "std": [[[0.28501699048739476]], [[0.2803413742289337]], [[0.2829985781173284]]], "count": [121]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37640393912385894]], [[0.37292231134878195]], [[0.38117641994814455]]], "std": [[[0.25058225579498394]], [[0.2532152377227531]], [[0.2511340355358695]]], "count": [121]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.1206720620393753, 0.02822197414934635, -0.31036800146102905, 0.46755099296569824, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.12444198131561279, 0.23134338855743408, -0.6737494468688965, -1.6827243566513062, -0.13458234071731567, -0.21191787719726562, -0.03391174599528313, -0.3420409858226776, -0.4675990045070648, 0.027218999341130257, 1.35447096824646, -1.8524380922317505, 0.06675273925065994, 1008.0, 332.0, -0.004560584668070078, -0.29613158106803894, -0.8411365151405334, 1.907806158065796, -1.0596994161605835, -0.0011552318464964628], "max": [-0.19945622980594635, 0.6047216653823853, 0.45148175954818726, -1.411901593208313, -0.25382325053215027, -0.12048007547855377, 0.028326693922281265, -0.31027600169181824, 0.4675990045070648, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.43022364377975464, 0.647429883480072, -0.1270076036453247, -1.3741326332092285, 0.4505218267440796, 0.43849653005599976, 0.5678777694702148, -0.2834149897098541, -0.39983099699020386, 0.2282709926366806, 1.7163478136062622, -1.0045313835144043, 0.9589999914169312, 1008.0, 1003.0, 0.0038819490000605583, -0.29600000381469727, -0.8409011960029602, 1.907808542251587, -1.0572360754013062, -0.0008372345473617315], "mean": [-0.1995188444852829, 0.6046692728996277, 0.45139074325561523, -1.4119750261306763, -0.25389087200164795, -0.12052782624959946, 0.028279529884457588, -0.3103260099887848, 0.46757325530052185, 0.22823697328567505, -1.5732380151748657, -1.1211371421813965, -0.7462766766548157, 0.17489305138587952, 0.4049094021320343, -0.44935426115989685, -1.5353341102600098, 0.1955455094575882, 0.19091178476810455, 0.2770492434501648, -0.31578779220581055, -0.4326818287372589, 0.11319214105606079, 1.562408685684204, -1.5203231573104858, 0.4603109359741211, 1008.0, 757.030029296875, 0.0003766020236071199, -0.29603418707847595, -0.8410675525665283, 1.9078187942504883, -1.0582826137542725, -0.000992343993857503], "std": [2.405935083515942e-05, 1.9660395992104895e-05, 2.6533900381764397e-05, 2.114412563969381e-05, 2.461962321831379e-05, 2.593639146653004e-05, 1.651498860155698e-05, 1.529147084511351e-05, 7.871552043070551e-06, 1.403123951604357e-05, 1.1086463928222656e-05, 1.1920928955078125e-07, 1.0728836059570312e-06, 0.16220489144325256, 0.10640618205070496, 0.14965328574180603, 0.0975029394030571, 0.1382790356874466, 0.1979427933692932, 0.19983793795108795, 0.012453300878405571, 0.018001241609454155, 0.0646810233592987, 0.10160835832357407, 0.23936563730239868, 0.2808755338191986, 0.0, 305.37579345703125, 0.0037966237869113684, 2.1540234229178168e-05, 5.2548501116689295e-05, 1.1712456398527138e-05, 0.0008755386807024479, 8.195785630960017e-05], "count": [600]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.1206720620393753, 0.02822197414934635, -0.31036800146102905, 0.46755099296569824, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.12456414848566055, 0.23134338855743408, -0.6737494468688965, -1.6827243566513062, -0.13465215265750885, -0.21191787719726562, -0.03405137360095978, -0.3420409858226776, -0.4675990045070648, 0.027218999341130257, 1.35447096824646, -1.8524380922317505, 0.06675273925065994, 1008.0, 332.0, -0.004560584668070078, -0.29613158106803894, -0.8411365151405334, 1.907806158065796, -1.0596994161605835, -0.0011552318464964628], "max": [-0.19945622980594635, 0.6047216653823853, 0.45148175954818726, -1.411901593208313, -0.25382325053215027, -0.12048007547855377, 0.028326693922281265, -0.31027600169181824, 0.4675990045070648, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.43022364377975464, 0.647429883480072, -0.1270076036453247, -1.3741326332092285, 0.4505218267440796, 0.43849653005599976, 0.5678777694702148, -0.2834149897098541, -0.3997659981250763, 0.2282709926366806, 1.7163478136062622, -1.0045313835144043, 0.9589999914169312, 1008.0, 1003.0, 0.0038819490000605583, -0.29600000381469727, -0.8409011960029602, 1.907808542251587, -1.0572360754013062, -0.0008372345473617315], "mean": [-0.1995188444852829, 0.6046693325042725, 0.4513908326625824, -1.4119751453399658, -0.2538907527923584, -0.1205279678106308, 0.02827950194478035, -0.3103259801864624, 0.4675731956958771, 0.22823694348335266, -1.5732380151748657, -1.1211371421813965, -0.7462766766548157, 0.17435280978679657, 0.40429064631462097, -0.44881829619407654, -1.5356554985046387, 0.1948978751897812, 0.19075947999954224, 0.2770395278930664, -0.31579920649528503, -0.43256875872612, 0.11311721801757812, 1.5623732805252075, -1.5201287269592285, 0.4606650173664093, 1008.0, 757.0266723632812, 0.00038904056418687105, -0.2960343360900879, -0.8410675525665283, 1.9078187942504883, -1.0582826137542725, -0.0009924753103405237], "std": [2.405935083515942e-05, 1.967367461475078e-05, 2.6506091671762988e-05, 2.115526149282232e-05, 2.4518325517419726e-05, 2.611351192172151e-05, 1.6508727640029974e-05, 1.5307130524888635e-05, 7.865724910516292e-06, 1.402397538186051e-05, 1.1086463928222656e-05, 1.1920928955078125e-07, 1.0728836059570312e-06, 0.16266101598739624, 0.10632205754518509, 0.15021967887878418, 0.09741348773241043, 0.13891248404979706, 0.19821728765964508, 0.19985289871692657, 0.01245141215622425, 0.017994636669754982, 0.06457366794347763, 0.10160830616950989, 0.23973672091960907, 0.2813693583011627, 0.0, 305.37432861328125, 0.003794778836891055, 2.1739335352322087e-05, 5.255667929304764e-05, 1.1713907042576466e-05, 0.0008755631279200315, 8.191074448404834e-05], "count": [600]}, "timestamp": {"min": [0.0], "max": [19.966666666666665], "mean": [9.983333333333333], "std": [5.77349467313695], "count": [600]}, "frame_index": {"min": [0], "max": [599], "mean": [299.5], "std": [173.2048401941085], "count": [600]}, "episode_index": {"min": [187], "max": [187], "mean": [187.0], "std": [0.0], "count": [600]}, "index": {"min": [112974], "max": [113573], "mean": [113273.5], "std": [173.2048401941085], "count": [600]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [600]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.7555050012965997], "std": [0.0, 0.3041495780446418], "count": [600]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.7555050012965997], "std": [0.0, 0.3041495780446418], "count": [600]}, "eef_direction_state": {"mean": [6.0, 4.903333333333333], "std": [0.0, 1.7918302250926457], "min": [6, 0], "max": [6, 6], "count": [600]}, "eef_velocity_state": {"mean": [0.0, 0.565], "std": [0.0, 0.7521801645882465], "min": [0, 0], "max": [0, 2], "count": [600]}, "eef_acc_mag_state": {"mean": [0.0, 0.53], "std": [0.0, 0.7847080136373428], "min": [0, 0], "max": [0, 2], "count": [600]}, "eef_direction_action": {"mean": [6.0, 4.903333333333333], "std": [0.0, 1.7918302250926457], "min": [6, 0], "max": [6, 6], "count": [600]}, "eef_velocity_action": {"mean": [0.0, 0.565], "std": [0.0, 0.7521801645882465], "min": [0, 0], "max": [0, 2], "count": [600]}, "eef_acc_mag_action": {"mean": [0.0, 0.53], "std": [0.0, 0.7847080136373428], "min": [0, 0], "max": [0, 2], "count": [600]}, "eef_sim_pose_state": {"mean": [-0.3103262186050415, 0.46757325530052185, 0.22823692858219147, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.3157880902290344, -0.43268176913261414, 0.11319217830896378, 1.5624101161956787, -1.5203258991241455, 0.4603100121021271], "std": [1.5289606380974874e-05, 7.871568413975183e-06, 1.4031164027983323e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.012453299015760422, 0.018001241609454155, 0.0646810308098793, 0.10160833597183228, 0.23936544358730316, 0.2808755338191986], "min": [-0.31036800146102905, 0.46755099296569824, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3420409858226776, -0.4675990045070648, 0.027218999341130257, 1.35447096824646, -1.8524380922317505, 0.06675273925065994], "max": [-0.31027600169181824, 0.4675990045070648, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2834149897098541, -0.39983099699020386, 0.2282709926366806, 1.7163478136062622, -1.0045313835144043, 0.9589999914169312], "count": [600]}, "eef_sim_pose_action": {"mean": [-0.3103260099887848, 0.46757325530052185, 0.22823697328567505, -1.5732380151748657, -1.1211371421813965, -0.7462766766548157, -0.31578779220581055, -0.4326818287372589, 0.11319214105606079, 1.562408685684204, -1.5203231573104858, 0.4603109359741211], "std": [1.529147084511351e-05, 7.871552043070551e-06, 1.403123951604357e-05, 1.1086463928222656e-05, 1.1920928955078125e-07, 1.0728836059570312e-06, 0.012453300878405571, 0.018001241609454155, 0.0646810233592987, 0.10160835832357407, 0.23936563730239868, 0.2808755338191986], "min": [-0.31036800146102905, 0.46755099296569824, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3420409858226776, -0.4675990045070648, 0.027218999341130257, 1.35447096824646, -1.8524380922317505, 0.06675273925065994], "max": [-0.31027600169181824, 0.4675990045070648, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2834149897098541, -0.39983099699020386, 0.2282709926366806, 1.7163478136062622, -1.0045313835144043, 0.9589999914169312], "count": [600]}, "gripper_mode_state": {"mean": [0.0, 0.33166666666666667], "std": [0.0, 0.4708119464169193], "min": [0, 0], "max": [0, 1], "count": [600]}, "gripper_activity_state": {"mean": [2.0, 1.7666666666666666], "std": [0.0, 0.5763872155263517], "min": [2, 0], "max": [2, 2], "count": [600]}, "gripper_mode_action": {"mean": [0.0, 0.33166666666666667], "std": [0.0, 0.4708119464169193], "min": [0, 0], "max": [0, 1], "count": [600]}, "gripper_activity_action": {"mean": [2.0, 1.7666666666666666], "std": [0.0, 0.5763872155263517], "min": [2, 0], "max": [2, 2], "count": [600]}}} +{"episode_index": 91, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4050006363771404]], [[0.4145280343542376]], [[0.41111984315075895]]], "std": [[[0.20974594636070434]], [[0.2065511445083439]], [[0.2040731878137956]]], "count": [121]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32520695929887106]], [[0.3119146748230973]], [[0.3232038297412629]]], "std": [[[0.2592844665288736]], [[0.26697939316292607]], [[0.25586438161572894]]], "count": [121]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43568908165883435]], [[0.4378227883784368]], [[0.42892857552800734]]], "std": [[[0.28550132702650916]], [[0.28070250782957473]], [[0.283534099732154]]], "count": [121]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3656716867876627]], [[0.36163199170852917]], [[0.3712509874817696]]], "std": [[[0.25448303724747007]], [[0.25704234907394713]], [[0.256998264130814]]], "count": [121]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103660047054291, 0.4675469994544983, 0.22819499671459198, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.19160224497318268, 0.3585604429244995, -0.679090142250061, -1.820779800415039, 0.07045894861221313, -0.1279151737689972, -0.02834414690732956, -0.33471500873565674, -0.46759700775146484, 0.035075001418590546, 1.3129266500473022, -1.8116025924682617, 0.026356149464845657, 1008.0, 332.0, -0.0045023090206086636, -0.29617106914520264, -0.8411927819252014, 1.9078006744384766, -1.0596987009048462, -0.0006976954755373299], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12042772024869919, 0.028326693922281265, -0.3102799952030182, 0.467602014541626, 0.22829100489616394, -1.5723901987075806, -1.121137022972107, -0.7456094622612, 0.4324227571487427, 0.6936811208724976, -0.12957324087619781, -1.4118491411209106, 0.4704011380672455, 0.5034925937652588, 0.5773025751113892, -0.2708680033683777, -0.3803139925003052, 0.2283869981765747, 1.8251525163650513, -1.121137022972107, 0.9261753559112549, 1008.0, 1003.0, 0.0038537506479769945, -0.2959887385368347, -0.8409875631332397, 1.9078078269958496, -1.0569864511489868, -0.0005040493560954928], "mean": [-0.19951684772968292, 0.6046746969223022, 0.45139050483703613, -1.411975622177124, -0.2538907527923584, -0.1205274909734726, 0.02827949821949005, -0.31032589077949524, 0.46757256984710693, 0.22823858261108398, -1.5732365846633911, -1.1211374998092651, -0.7462756037712097, 0.2061348855495453, 0.4472666382789612, -0.47350016236305237, -1.5673301219940186, 0.2597191035747528, 0.23309609293937683, 0.35926634073257446, -0.30242452025413513, -0.43048927187919617, 0.10675482451915741, 1.6080244779586792, -1.6023625135421753, 0.3850516378879547, 1008.0, 775.5439453125, 0.00037287099985405803, -0.2960335612297058, -0.8410810232162476, 1.9078197479248047, -1.0583285093307495, -0.0006283342372626066], "std": [2.485458207956981e-05, 1.8135589925805107e-05, 2.480767943779938e-05, 1.7219983419636264e-05, 2.3665796106797643e-05, 2.4820568796712905e-05, 1.6751509974710643e-05, 1.498157962487312e-05, 8.059833817242179e-06, 1.2944420632265974e-05, 3.5792319977190346e-05, 8.722134225536138e-06, 2.71273802354699e-05, 0.1568424254655838, 0.09140213578939438, 0.14422278106212616, 0.10018282383680344, 0.07988835126161575, 0.19979223608970642, 0.16126102209091187, 0.016304360702633858, 0.02061573788523674, 0.06148012727499008, 0.1362653374671936, 0.20251694321632385, 0.2586956322193146, 0.0, 299.59881591796875, 0.0037746685557067394, 2.8312482754699886e-05, 7.5939366070088e-05, 1.296078789891908e-05, 0.0009466335759498179, 4.789942249772139e-05], "count": [603]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103660047054291, 0.4675469994544983, 0.22819499671459198, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.19160224497318268, 0.3585604429244995, -0.679090142250061, -1.820779800415039, 0.07045894861221313, -0.1279151737689972, -0.02834414690732956, -0.33471500873565674, -0.46759700775146484, 0.035075001418590546, 1.3129266500473022, -1.8116025924682617, 0.026356149464845657, 1008.0, 332.0, -0.0045023090206086636, -0.29617106914520264, -0.8411927819252014, 1.9078006744384766, -1.0596987009048462, -0.0006976954755373299], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12042772024869919, 0.028326693922281265, -0.3102799952030182, 0.467602014541626, 0.22829100489616394, -1.5723901987075806, -1.121137022972107, -0.7456094622612, 0.4324227571487427, 0.6936811208724976, -0.12957324087619781, -1.4118491411209106, 0.4704011380672455, 0.5034925937652588, 0.5773025751113892, -0.2708680033683777, -0.38030099868774414, 0.2283869981765747, 1.8251525163650513, -1.121137022972107, 0.9261753559112549, 1008.0, 1003.0, 0.0038537506479769945, -0.2959887385368347, -0.8409875631332397, 1.9078078269958496, -1.0569864511489868, -0.0005040493560954928], "mean": [-0.1995168775320053, 0.6046746969223022, 0.45139044523239136, -1.4119757413864136, -0.2538907825946808, -0.12052731215953827, 0.02827949821949005, -0.31032586097717285, 0.46757256984710693, 0.22823861241340637, -1.5732365846633911, -1.1211374998092651, -0.7462756037712097, 0.20548847317695618, 0.4468693435192108, -0.4729765057563782, -1.5679118633270264, 0.25941672921180725, 0.23311620950698853, 0.3594307601451874, -0.30239200592041016, -0.4303451180458069, 0.10669124871492386, 1.6080271005630493, -1.602461576461792, 0.3853379487991333, 1008.0, 775.5472412109375, 0.00038474565371870995, -0.29603374004364014, -0.8410810828208923, 1.9078197479248047, -1.058328628540039, -0.0006282711983658373], "std": [2.4854858565959148e-05, 1.8135589925805107e-05, 2.4771008611423895e-05, 1.7199596186401322e-05, 2.3628615963389166e-05, 2.478306123521179e-05, 1.6751509974710643e-05, 1.4952307537896559e-05, 8.04832779977005e-06, 1.2944542504556011e-05, 3.579231633921154e-05, 8.722134225536138e-06, 2.71273802354699e-05, 0.1576738804578781, 0.09123911708593369, 0.1448739469051361, 0.10029702633619308, 0.08025456964969635, 0.19975724816322327, 0.16091592609882355, 0.01630697026848793, 0.020662173628807068, 0.061374321579933167, 0.13626466691493988, 0.20229680836200714, 0.25918900966644287, 0.0, 299.60186767578125, 0.0037718978710472584, 2.8529286282719113e-05, 7.599007221870124e-05, 1.2973647244507447e-05, 0.0009464676841162145, 4.787305442732759e-05], "count": [603]}, "timestamp": {"min": [0.0], "max": [20.066666666666666], "mean": [10.033333333333333], "std": [5.8023622264908115], "count": [603]}, "frame_index": {"min": [0], "max": [602], "mean": [301.0], "std": [174.07086679472434], "count": [603]}, "episode_index": {"min": [191], "max": [191], "mean": [191.0], "std": [0.0], "count": [603]}, "index": {"min": [115498], "max": [116100], "mean": [115799.0], "std": [174.07086679472434], "count": [603]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [603]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.7740994999262428], "std": [0.0, 0.29850448551262715], "count": [603]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.7740994999262428], "std": [0.0, 0.2985044855126272], "count": [603]}, "eef_direction_state": {"mean": [6.0, 4.855721393034826], "std": [0.0, 1.82412784366663], "min": [6, 0], "max": [6, 6], "count": [603]}, "eef_velocity_state": {"mean": [0.0, 0.5174129353233831], "std": [0.0, 0.7060120456400834], "min": [0, 0], "max": [0, 2], "count": [603]}, "eef_acc_mag_state": {"mean": [0.0, 0.5306799336650083], "std": [0.0, 0.7981969952103617], "min": [0, 0], "max": [0, 2], "count": [603]}, "eef_direction_action": {"mean": [6.0, 4.855721393034826], "std": [0.0, 1.82412784366663], "min": [6, 0], "max": [6, 6], "count": [603]}, "eef_velocity_action": {"mean": [0.0, 0.5174129353233831], "std": [0.0, 0.7060120456400834], "min": [0, 0], "max": [0, 2], "count": [603]}, "eef_acc_mag_action": {"mean": [0.0, 0.5306799336650083], "std": [0.0, 0.7981969952103617], "min": [0, 0], "max": [0, 2], "count": [603]}, "eef_sim_pose_state": {"mean": [-0.3103260099887848, 0.4675729274749756, 0.2282385379076004, -1.5732256174087524, -1.121137261390686, -0.7462744116783142, -0.3024246096611023, -0.4304891526699066, 0.10675486922264099, 1.608026385307312, -1.602364420890808, 0.38505131006240845], "std": [1.4981006643211003e-05, 8.052358680288307e-06, 1.2944363334099762e-05, 3.404609742574394e-05, 8.722075108380523e-06, 2.7105017579742707e-05, 0.01630435697734356, 0.02061573602259159, 0.06148012727499008, 0.1362653374671936, 0.20251697301864624, 0.25869572162628174], "min": [-0.3103660047054291, 0.4675469994544983, 0.22819499671459198, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.33471500873565674, -0.46759700775146484, 0.035075001418590546, 1.3129266500473022, -1.8116025924682617, 0.026356149464845657], "max": [-0.3102799952030182, 0.467602014541626, 0.22829100489616394, -1.5723901987075806, -1.121137022972107, -0.7456094622612, -0.2708680033683777, -0.3803139925003052, 0.2283869981765747, 1.8251525163650513, -1.121137022972107, 0.9261753559112549], "count": [603]}, "eef_sim_pose_action": {"mean": [-0.31032589077949524, 0.46757256984710693, 0.22823858261108398, -1.5732365846633911, -1.1211374998092651, -0.7462756037712097, -0.30242452025413513, -0.43048927187919617, 0.10675482451915741, 1.6080244779586792, -1.6023625135421753, 0.3850516378879547], "std": [1.498157962487312e-05, 8.059833817242179e-06, 1.2944420632265974e-05, 3.5792319977190346e-05, 8.722134225536138e-06, 2.71273802354699e-05, 0.016304360702633858, 0.02061573788523674, 0.06148012727499008, 0.1362653374671936, 0.20251694321632385, 0.2586956322193146], "min": [-0.3103660047054291, 0.4675469994544983, 0.22819499671459198, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.33471500873565674, -0.46759700775146484, 0.035075001418590546, 1.3129266500473022, -1.8116025924682617, 0.026356149464845657], "max": [-0.3102799952030182, 0.467602014541626, 0.22829100489616394, -1.5723901987075806, -1.121137022972107, -0.7456094622612, -0.2708680033683777, -0.3803139925003052, 0.2283869981765747, 1.8251525163650513, -1.121137022972107, 0.9261753559112549], "count": [603]}, "gripper_mode_state": {"mean": [0.0, 0.3034825870646766], "std": [0.0, 0.4597617931203138], "min": [0, 0], "max": [0, 1], "count": [603]}, "gripper_activity_state": {"mean": [2.0, 1.771144278606965], "std": [0.0, 0.5707315581970148], "min": [2, 0], "max": [2, 2], "count": [603]}, "gripper_mode_action": {"mean": [0.0, 0.3034825870646766], "std": [0.0, 0.4597617931203138], "min": [0, 0], "max": [0, 1], "count": [603]}, "gripper_activity_action": {"mean": [2.0, 1.771144278606965], "std": [0.0, 0.5707315581970148], "min": [2, 0], "max": [2, 2], "count": [603]}}} +{"episode_index": 92, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41164722740948234]], [[0.42464458028581803]], [[0.422007604199087]]], "std": [[[0.2163269578625349]], [[0.2094285718718781]], [[0.20532581245860332]]], "count": [126]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34012990844485946]], [[0.32616259953055293]], [[0.3380328904710032]]], "std": [[[0.26602200066626075]], [[0.27419701629766485]], [[0.26239787534314296]]], "count": [126]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43697506548915865]], [[0.4389909482311443]], [[0.43004377237005914]]], "std": [[[0.28559517614636853]], [[0.28042250516715983]], [[0.2833281942386952]]], "count": [126]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37593064957464467]], [[0.3747359635984023]], [[0.38096351897240377]]], "std": [[[0.24469874983479492]], [[0.24661239164067447]], [[0.2467167097708708]]], "count": [126]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31036901473999023, 0.4675459861755371, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2568601071834564, 0.22198842465877533, -0.6237632036209106, -1.817708134651184, -0.14795155823230743, -0.16142550110816956, -0.16170476377010345, -0.3352760076522827, -0.46759501099586487, 0.038176000118255615, 1.415578842163086, -1.781343936920166, 0.09008726477622986, 1008.0, 330.0, -0.0046226209960877895, -0.2962726056575775, -0.8412410616874695, 1.9078030586242676, -1.059723973274231, -0.0008362852968275547], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25382325053215027, -0.12048007547855377, 0.02834414690732956, -0.31028199195861816, 0.46759599447250366, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.34424877166748047, 0.679159939289093, -0.11651818454265594, -1.411884069442749, 0.36473891139030457, 0.42936843633651733, 0.5237035155296326, -0.2812559902667999, -0.3637929856777191, 0.22825999557971954, 1.7708579301834106, -0.9437325596809387, 1.0333986282348633, 1008.0, 1003.0, 0.003789834911003709, -0.29601505398750305, -0.8410279154777527, 1.9078093767166138, -1.0570616722106934, -0.00044614539365284145], "mean": [-0.19951829314231873, 0.6046735048294067, 0.45139023661613464, -1.4119700193405151, -0.2538909316062927, -0.12053176760673523, 0.028280366212129593, -0.3103271424770355, 0.46757277846336365, 0.2282397598028183, -1.5732382535934448, -1.121138095855713, -0.7462767362594604, 0.11398960649967194, 0.4063507318496704, -0.42892158031463623, -1.6135764122009277, 0.15140697360038757, 0.18230314552783966, 0.2541303038597107, -0.30841565132141113, -0.41627854108810425, 0.1102805957198143, 1.5914496183395386, -1.4796217679977417, 0.47756344079971313, 1008.0, 754.3757934570312, -3.192814256181009e-05, -0.29606035351753235, -0.841110348701477, 1.9078035354614258, -1.0583503246307373, -0.0006331163458526134], "std": [2.653119372553192e-05, 2.0491856048465706e-05, 2.418199073872529e-05, 1.6303038137266412e-05, 2.4328246581717394e-05, 2.079164914903231e-05, 1.7530197510495782e-05, 1.4836367881798651e-05, 8.31450324767502e-06, 1.3292305993672926e-05, 1.1324882507324219e-05, 1.0728836059570312e-06, 1.1324882507324219e-06, 0.16317306458950043, 0.11694099754095078, 0.14073681831359863, 0.08950668573379517, 0.13534876704216003, 0.20930443704128265, 0.21235068142414093, 0.012451918795704842, 0.02224632538855076, 0.05895141512155533, 0.10035408288240433, 0.25677308440208435, 0.30018797516822815, 0.0, 307.1224365234375, 0.00381914502941072, 2.646338180056773e-05, 5.9433557908050716e-05, 2.9575562621175777e-06, 0.000796935404650867, 6.599923653993756e-05], "count": [636]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31036901473999023, 0.4675459861755371, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2568601071834564, 0.22198842465877533, -0.6237632036209106, -1.817708134651184, -0.14795155823230743, -0.16142550110816956, -0.16170476377010345, -0.3352760076522827, -0.46759501099586487, 0.038176000118255615, 1.415578842163086, -1.781343936920166, 0.09008726477622986, 1008.0, 330.0, -0.0046226209960877895, -0.2962726056575775, -0.8412410616874695, 1.9078030586242676, -1.059723973274231, -0.0008362852968275547], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25382325053215027, -0.12048007547855377, 0.02834414690732956, -0.31028199195861816, 0.46759599447250366, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.34424877166748047, 0.679159939289093, -0.11651818454265594, -1.411884069442749, 0.36473891139030457, 0.42936843633651733, 0.5237035155296326, -0.2812559902667999, -0.3637929856777191, 0.22825999557971954, 1.7708579301834106, -0.9437325596809387, 1.0333986282348633, 1008.0, 1003.0, 0.003789834911003709, -0.29601505398750305, -0.8410279154777527, 1.9078093767166138, -1.0570616722106934, -0.00044614539365284145], "mean": [-0.1995183676481247, 0.6046735048294067, 0.45139023661613464, -1.4119700193405151, -0.2538907825946808, -0.12053168565034866, 0.028280392289161682, -0.31032708287239075, 0.46757280826568604, 0.2282397598028183, -1.5732382535934448, -1.121138095855713, -0.7462767362594604, 0.11327385902404785, 0.40576258301734924, -0.42840591073036194, -1.6141128540039062, 0.1507856398820877, 0.1822412610054016, 0.25392845273017883, -0.3084082305431366, -0.41611599922180176, 0.11021590232849121, 1.5912641286849976, -1.4793546199798584, 0.47799932956695557, 1008.0, 754.3757934570312, -3.221486258553341e-05, -0.2960604429244995, -0.8411105275154114, 1.9078032970428467, -1.0583502054214478, -0.000633419316727668], "std": [2.6472869649296626e-05, 2.0509141904767603e-05, 2.4167238734662533e-05, 1.6303038137266412e-05, 2.426662467769347e-05, 2.0823739760089666e-05, 1.7534390281070955e-05, 1.48236704262672e-05, 8.306590643769596e-06, 1.3285548448038753e-05, 1.1324882507324219e-05, 1.0728836059570312e-06, 1.1324882507324219e-06, 0.16379499435424805, 0.11688527464866638, 0.141253262758255, 0.08931893855333328, 0.13578444719314575, 0.20939992368221283, 0.21267977356910706, 0.012452048249542713, 0.022249355912208557, 0.05884465575218201, 0.10049764066934586, 0.2572328448295593, 0.30077773332595825, 0.0, 307.1224670410156, 0.0038188889157027006, 2.6596433599479496e-05, 5.963183139101602e-05, 3.1771403428138e-06, 0.0007969297003000975, 6.603130168514326e-05], "count": [636]}, "timestamp": {"min": [0.0], "max": [21.166666666666668], "mean": [10.583333333333334], "std": [6.11990528854334], "count": [636]}, "frame_index": {"min": [0], "max": [635], "mean": [317.5], "std": [183.5971586563002], "count": [636]}, "episode_index": {"min": [193], "max": [193], "mean": [193.0], "std": [0.0], "count": [636]}, "index": {"min": [116765], "max": [117400], "mean": [117082.5], "std": [183.5971586563002], "count": [636]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [636]}, "gripper_open_scale_state": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.7531823910913378], "std": [0.0, 0.30615962193923346], "count": [636]}, "gripper_open_scale_action": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.7531823910913378], "std": [0.0, 0.3061596219392334], "count": [636]}, "eef_direction_state": {"mean": [6.0, 4.74685534591195], "std": [0.0, 1.9707945077186035], "min": [6, 0], "max": [6, 6], "count": [636]}, "eef_velocity_state": {"mean": [0.0, 0.5188679245283019], "std": [0.0, 0.714597992393048], "min": [0, 0], "max": [0, 2], "count": [636]}, "eef_acc_mag_state": {"mean": [0.0, 0.49842767295597484], "std": [0.0, 0.7820695288230125], "min": [0, 0], "max": [0, 2], "count": [636]}, "eef_direction_action": {"mean": [6.0, 4.74685534591195], "std": [0.0, 1.9707945077186035], "min": [6, 0], "max": [6, 6], "count": [636]}, "eef_velocity_action": {"mean": [0.0, 0.5188679245283019], "std": [0.0, 0.714597992393048], "min": [0, 0], "max": [0, 2], "count": [636]}, "eef_acc_mag_action": {"mean": [0.0, 0.49842767295597484], "std": [0.0, 0.7820695288230125], "min": [0, 0], "max": [0, 2], "count": [636]}, "eef_sim_pose_state": {"mean": [-0.31032711267471313, 0.4675731062889099, 0.22823970019817352, -1.5732269287109375, -1.1211369037628174, -0.7462754845619202, -0.3084156811237335, -0.41627827286720276, 0.11028053611516953, 1.5914498567581177, -1.4796192646026611, 0.47756415605545044], "std": [1.4836333320999984e-05, 8.30702902021585e-06, 1.3292240510054398e-05, 0.0, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.012451917864382267, 0.022246334701776505, 0.05895140767097473, 0.10035408288240433, 0.25677305459976196, 0.30018818378448486], "min": [-0.31036901473999023, 0.4675459861755371, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3352760076522827, -0.46759501099586487, 0.038176000118255615, 1.415578842163086, -1.781343936920166, 0.09008726477622986], "max": [-0.31028199195861816, 0.46759599447250366, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2812559902667999, -0.3637929856777191, 0.22825999557971954, 1.7708579301834106, -0.9437325596809387, 1.0333986282348633], "count": [636]}, "eef_sim_pose_action": {"mean": [-0.3103271424770355, 0.46757277846336365, 0.2282397598028183, -1.5732382535934448, -1.121138095855713, -0.7462767362594604, -0.30841565132141113, -0.41627854108810425, 0.1102805957198143, 1.5914496183395386, -1.4796217679977417, 0.47756344079971313], "std": [1.4836367881798651e-05, 8.31450324767502e-06, 1.3292305993672926e-05, 1.1324882507324219e-05, 1.0728836059570312e-06, 1.1324882507324219e-06, 0.012451918795704842, 0.02224632538855076, 0.05895141512155533, 0.10035408288240433, 0.25677308440208435, 0.30018797516822815], "min": [-0.31036901473999023, 0.4675459861755371, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3352760076522827, -0.46759501099586487, 0.038176000118255615, 1.415578842163086, -1.781343936920166, 0.09008726477622986], "max": [-0.31028199195861816, 0.46759599447250366, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2812559902667999, -0.3637929856777191, 0.22825999557971954, 1.7708579301834106, -0.9437325596809387, 1.0333986282348633], "count": [636]}, "gripper_mode_state": {"mean": [0.0, 0.3380503144654088], "std": [0.0, 0.47304576877427684], "min": [0, 0], "max": [0, 1], "count": [636]}, "gripper_activity_state": {"mean": [2.0, 1.7814465408805031], "std": [0.0, 0.5616421749447917], "min": [2, 0], "max": [2, 2], "count": [636]}, "gripper_mode_action": {"mean": [0.0, 0.3380503144654088], "std": [0.0, 0.47304576877427684], "min": [0, 0], "max": [0, 1], "count": [636]}, "gripper_activity_action": {"mean": [2.0, 1.7814465408805031], "std": [0.0, 0.5616421749447917], "min": [2, 0], "max": [2, 2], "count": [636]}}} +{"episode_index": 93, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41442941712204007]], [[0.42354618356905605]], [[0.42056650125897355]]], "std": [[[0.2112976238849646]], [[0.2086835658073922]], [[0.20569782126219302]]], "count": [122]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33495077112129]], [[0.32027102418836384]], [[0.3320689304751956]]], "std": [[[0.26185858801788875]], [[0.2702576641682059]], [[0.2576175058842903]]], "count": [122]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4373087900460731]], [[0.438914587351334]], [[0.4300226397594557]]], "std": [[[0.28525219581671124]], [[0.28037817147259164]], [[0.28343883784574814]]], "count": [122]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3814635651050038]], [[0.378845462672774]], [[0.3854079727177756]]], "std": [[[0.2547296682125738]], [[0.25587590238481167]], [[0.2542790000071554]]], "count": [122]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12065461277961731, 0.02822197414934635, -0.3103710114955902, 0.46755099296569824, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1799783557653427, 0.34458035230636597, -0.6515663266181946, -1.7847213745117188, -0.03553490340709686, -0.1733984649181366, -0.0437903106212616, -0.33341100811958313, -0.467602014541626, 0.038516998291015625, 1.4459277391433716, -1.7769817113876343, 0.021346285939216614, 1008.0, 330.0, -0.004842566791921854, -0.29607710242271423, -0.8411927819252014, 1.9078054428100586, -1.0597984790802002, -0.0008894430939108133], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12046262621879578, 0.02834414690732956, -0.3102850019931793, 0.46759799122810364, 0.228302001953125, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.37147587537765503, 0.6731211543083191, -0.1457349956035614, -1.411919116973877, 0.4250923991203308, 0.44451791048049927, 0.5402840971946716, -0.26693999767303467, -0.3837220072746277, 0.22826999425888062, 1.7421753406524658, -1.0372302532196045, 0.9239017367362976, 1008.0, 1003.0, 0.0036789218429476023, -0.2959342300891876, -0.840944766998291, 1.9078141450881958, -1.057161569595337, -0.0005049986066296697], "mean": [-0.19951607286930084, 0.6046667098999023, 0.45138993859291077, -1.4119665622711182, -0.25388303399086, -0.120534248650074, 0.02828066423535347, -0.31033003330230713, 0.4675724506378174, 0.22823771834373474, -1.5732380151748657, -1.121137261390686, -0.7462766766548157, 0.14981569349765778, 0.4819669723510742, -0.42505088448524475, -1.5862562656402588, 0.23015809059143066, 0.17262201011180878, 0.2924096882343292, -0.30483123660087585, -0.4259154498577118, 0.13801242411136627, 1.5881513357162476, -1.4909807443618774, 0.4553137421607971, 1008.0, 794.6996459960938, 0.00015802498091943562, -0.2960316240787506, -0.841051459312439, 1.9078105688095093, -1.058366298675537, -0.0006819973350502551], "std": [2.6049108782899566e-05, 2.098371805914212e-05, 2.4252674847957678e-05, 1.7352826034766622e-05, 2.4044604288064875e-05, 2.056593802990392e-05, 1.5946550774970092e-05, 1.5072381756908726e-05, 8.268905730801634e-06, 1.3763979950454086e-05, 1.1086463928222656e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.17010711133480072, 0.07904588431119919, 0.1571933925151825, 0.09806342422962189, 0.09834934026002884, 0.22135846316814423, 0.20704805850982666, 0.015507145784795284, 0.02086780034005642, 0.06383117288351059, 0.07254207879304886, 0.24573193490505219, 0.3158864676952362, 0.0, 291.1295471191406, 0.003908489365130663, 1.0125490916834679e-05, 7.996802742127329e-05, 3.8231987673498224e-06, 0.0009163281065411866, 7.193192868726328e-05], "count": [606]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12065461277961731, 0.02822197414934635, -0.3103710114955902, 0.46755099296569824, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1799783557653427, 0.34458035230636597, -0.6515663266181946, -1.7847213745117188, -0.03553490340709686, -0.1733984649181366, -0.0437903106212616, -0.33341100811958313, -0.467602014541626, 0.038516998291015625, 1.4459277391433716, -1.7769817113876343, 0.021346285939216614, 1008.0, 330.0, -0.004842566791921854, -0.29607710242271423, -0.8411927819252014, 1.9078054428100586, -1.0597984790802002, -0.0008894430939108133], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12046262621879578, 0.02834414690732956, -0.3102850019931793, 0.46759799122810364, 0.228302001953125, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.37147587537765503, 0.6731211543083191, -0.1457349956035614, -1.411919116973877, 0.4250923991203308, 0.44451791048049927, 0.5402840971946716, -0.26693999767303467, -0.3837220072746277, 0.22826999425888062, 1.7421753406524658, -1.0372302532196045, 0.9239329695701599, 1008.0, 1003.0, 0.0036789218429476023, -0.2959342300891876, -0.840944766998291, 1.9078141450881958, -1.057161569595337, -0.0005049986066296697], "mean": [-0.19951599836349487, 0.6046667098999023, 0.45138993859291077, -1.4119665622711182, -0.25388312339782715, -0.12053439021110535, 0.028280608355998993, -0.31033003330230713, 0.4675724506378174, 0.22823764383792877, -1.5732380151748657, -1.121137261390686, -0.7462766766548157, 0.14918957650661469, 0.4815390706062317, -0.42454907298088074, -1.5867054462432861, 0.22968727350234985, 0.17253494262695312, 0.2923998236656189, -0.3048313856124878, -0.4257771670818329, 0.1379639208316803, 1.5881162881851196, -1.490859031677246, 0.4556069076061249, 1008.0, 794.7029418945312, 0.00014441912935581058, -0.296031653881073, -0.8410518169403076, 1.9078106880187988, -1.0583686828613281, -0.0006821805727668107], "std": [2.5987694243667647e-05, 2.0976513042114675e-05, 2.425267666694708e-05, 1.7375303286826238e-05, 2.4049128114711493e-05, 2.0613511878764257e-05, 1.5969235391821712e-05, 1.5057285963848699e-05, 8.257523404608946e-06, 1.377980242978083e-05, 1.1086463928222656e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.17062032222747803, 0.07908216118812561, 0.157593235373497, 0.09788744896650314, 0.09891582280397415, 0.22148418426513672, 0.20706340670585632, 0.015507209114730358, 0.020868850871920586, 0.06377372145652771, 0.07255452871322632, 0.24593330919742584, 0.31623876094818115, 0.0, 291.13177490234375, 0.003911105915904045, 1.0154233677894808e-05, 8.007745782379061e-05, 3.942641797038959e-06, 0.0009154566214419901, 7.188583549577743e-05], "count": [606]}, "timestamp": {"min": [0.0], "max": [20.166666666666668], "mean": [10.083333333333334], "std": [5.831229779449678], "count": [606]}, "frame_index": {"min": [0], "max": [605], "mean": [302.5], "std": [174.93689338349034], "count": [606]}, "episode_index": {"min": [195], "max": [195], "mean": [195.0], "std": [0.0], "count": [606]}, "index": {"min": [118060], "max": [118665], "mean": [118362.5], "std": [174.93689338349034], "count": [606]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [606]}, "gripper_open_scale_state": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.7938910898300681], "std": [0.0, 0.2905552788091217], "count": [606]}, "gripper_open_scale_action": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.7938910898300681], "std": [0.0, 0.2905552788091217], "count": [606]}, "eef_direction_state": {"mean": [6.0, 4.83003300330033], "std": [0.0, 1.768580475013947], "min": [6, 0], "max": [6, 6], "count": [606]}, "eef_velocity_state": {"mean": [0.0, 0.6056105610561056], "std": [0.0, 0.77368106025078], "min": [0, 0], "max": [0, 2], "count": [606]}, "eef_acc_mag_state": {"mean": [0.0, 0.5792079207920792], "std": [0.0, 0.8222343580799975], "min": [0, 0], "max": [0, 2], "count": [606]}, "eef_direction_action": {"mean": [6.0, 4.83003300330033], "std": [0.0, 1.768580475013947], "min": [6, 0], "max": [6, 6], "count": [606]}, "eef_velocity_action": {"mean": [0.0, 0.6056105610561056], "std": [0.0, 0.77368106025078], "min": [0, 0], "max": [0, 2], "count": [606]}, "eef_acc_mag_action": {"mean": [0.0, 0.5792079207920792], "std": [0.0, 0.8222343580799975], "min": [0, 0], "max": [0, 2], "count": [606]}, "eef_sim_pose_state": {"mean": [-0.3103298842906952, 0.46757230162620544, 0.2282375693321228, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.30483123660087585, -0.42591559886932373, 0.13801245391368866, 1.588152289390564, -1.4909785985946655, 0.4553130865097046], "std": [1.5071565940161236e-05, 8.267206794698723e-06, 1.37632687255973e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.01550714299082756, 0.02086780220270157, 0.06383119523525238, 0.07254206389188766, 0.24573180079460144, 0.31588664650917053], "min": [-0.3103710114955902, 0.46755099296569824, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33341100811958313, -0.467602014541626, 0.038516998291015625, 1.4459277391433716, -1.7769817113876343, 0.021346285939216614], "max": [-0.3102850019931793, 0.46759799122810364, 0.228302001953125, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.26693999767303467, -0.3837220072746277, 0.22826999425888062, 1.7421753406524658, -1.0372302532196045, 0.9239017367362976], "count": [606]}, "eef_sim_pose_action": {"mean": [-0.31033003330230713, 0.4675724506378174, 0.22823771834373474, -1.5732380151748657, -1.121137261390686, -0.7462766766548157, -0.30483123660087585, -0.4259154498577118, 0.13801242411136627, 1.5881513357162476, -1.4909807443618774, 0.4553137421607971], "std": [1.5072381756908726e-05, 8.268905730801634e-06, 1.3763979950454086e-05, 1.1086463928222656e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.015507145784795284, 0.02086780034005642, 0.06383117288351059, 0.07254207879304886, 0.24573193490505219, 0.3158864676952362], "min": [-0.3103710114955902, 0.46755099296569824, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33341100811958313, -0.467602014541626, 0.038516998291015625, 1.4459277391433716, -1.7769817113876343, 0.021346285939216614], "max": [-0.3102850019931793, 0.46759799122810364, 0.228302001953125, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.26693999767303467, -0.3837220072746277, 0.22826999425888062, 1.7421753406524658, -1.0372302532196045, 0.9239017367362976], "count": [606]}, "gripper_mode_state": {"mean": [0.0, 0.2739273927392739], "std": [0.0, 0.44597216981145377], "min": [0, 0], "max": [0, 1], "count": [606]}, "gripper_activity_state": {"mean": [2.0, 1.7656765676567656], "std": [0.0, 0.578386957796659], "min": [2, 0], "max": [2, 2], "count": [606]}, "gripper_mode_action": {"mean": [0.0, 0.2739273927392739], "std": [0.0, 0.44597216981145377], "min": [0, 0], "max": [0, 1], "count": [606]}, "gripper_activity_action": {"mean": [2.0, 1.7656765676567656], "std": [0.0, 0.578386957796659], "min": [2, 0], "max": [2, 2], "count": [606]}}} +{"episode_index": 94, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4101878800358941]], [[0.4197035669800707]], [[0.41684710168220296]]], "std": [[[0.21130663938911134]], [[0.20801610760662667]], [[0.20533589988436565]]], "count": [122]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32838552883585126]], [[0.313598789242473]], [[0.3253526548939248]]], "std": [[[0.25557483232626665]], [[0.26426308822873146]], [[0.25146058046771314]]], "count": [122]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43364812694203364]], [[0.43556803647005254]], [[0.4265348092789028]]], "std": [[[0.28301546715548087]], [[0.2779760113288483]], [[0.2807155895518423]]], "count": [122]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3800389327520626]], [[0.37432195234651233]], [[0.3877519386853102]]], "std": [[[0.26866390891869724]], [[0.2680679629722558]], [[0.2688357854798194]]], "count": [122]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12061969935894012, 0.02822197414934635, -0.31038299202919006, 0.4675459861755371, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.11850785464048386, 0.3954916000366211, -0.6872932314872742, -1.7723294496536255, 0.12517501413822174, -0.12053243815898895, -0.02822197414934635, -0.3346630036830902, -0.46761199831962585, 0.03310500085353851, 1.3697205781936646, -1.792665958404541, -0.038278862833976746, 1008.0, 330.0, -0.004340639337897301, -0.29621246457099915, -0.8410889506340027, 1.9078069925308228, -1.0596249103546143, -0.0010204389691352844], "max": [-0.19943878054618835, 0.6047216653823853, 0.4514293968677521, -1.411901593208313, -0.25382325053215027, -0.12049752473831177, 0.02834414690732956, -0.3102859854698181, 0.4675930142402649, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.43099161982536316, 0.6437298059463501, -0.1598197966814041, -1.411884069442749, 0.4383918046951294, 0.462599515914917, 0.5751557946205139, -0.25874701142311096, -0.39873799681663513, 0.2282779961824417, 1.7867313623428345, -1.121137022972107, 0.877383291721344, 1008.0, 1003.0, 0.00368456169962883, -0.2958139181137085, -0.8406904339790344, 1.9078125953674316, -1.0569761991500854, 0.00027623045025393367], "mean": [-0.199515700340271, 0.6046701073646545, 0.45138999819755554, -1.4119642972946167, -0.2538869082927704, -0.12056571990251541, 0.028282128274440765, -0.3103273808956146, 0.46757158637046814, 0.2282378077507019, -1.5732381343841553, -1.1211373805999756, -0.7462766766548157, 0.1891130656003952, 0.4876794219017029, -0.4540884792804718, -1.5700029134750366, 0.2569675147533417, 0.21738024055957794, 0.330312579870224, -0.30634066462516785, -0.4282141327857971, 0.13198919594287872, 1.5745633840560913, -1.535967230796814, 0.39000752568244934, 1008.0, 779.5549926757812, -0.00029393695876933634, -0.29605427384376526, -0.8410099148750305, 1.9078234434127808, -1.0583186149597168, -0.0008317503961734474], "std": [2.481072260707151e-05, 2.2060436094761826e-05, 2.3870434233685955e-05, 1.688349038886372e-05, 2.4173399651772343e-05, 2.213779771409463e-05, 1.7445232515456155e-05, 1.4831348380539566e-05, 7.9462688518106e-06, 1.411437460774323e-05, 1.1205673217773438e-05, 3.5762786865234375e-07, 1.0728836059570312e-06, 0.17887480556964874, 0.07558928430080414, 0.17495879530906677, 0.07744307816028595, 0.07751251012086868, 0.22583673894405365, 0.21455839276313782, 0.015922008082270622, 0.015496050007641315, 0.06941887736320496, 0.11198244243860245, 0.2331174612045288, 0.34428784251213074, 0.0, 298.8597106933594, 0.0035496819764375687, 2.8705011573038064e-05, 6.252869206946343e-05, 1.5302892279578373e-05, 0.000951264169998467, 0.00017469649901613593], "count": [609]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12061969935894012, 0.02822197414934635, -0.31038299202919006, 0.4675459861755371, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.11850785464048386, 0.3954916000366211, -0.6872932314872742, -1.7723294496536255, 0.12517501413822174, -0.12053243815898895, -0.02822197414934635, -0.3346630036830902, -0.46761199831962585, 0.03310500085353851, 1.3697205781936646, -1.792665958404541, -0.038278862833976746, 1008.0, 330.0, -0.004340639337897301, -0.29621246457099915, -0.8410889506340027, 1.9078069925308228, -1.0596249103546143, -0.0010204389691352844], "max": [-0.19943878054618835, 0.6047216653823853, 0.4514293968677521, -1.411901593208313, -0.25382325053215027, -0.12049752473831177, 0.02834414690732956, -0.3102859854698181, 0.4675930142402649, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.43099161982536316, 0.6437298059463501, -0.1598197966814041, -1.411884069442749, 0.4383918046951294, 0.462599515914917, 0.5751557946205139, -0.25874701142311096, -0.39873799681663513, 0.2282779961824417, 1.7867313623428345, -1.121137022972107, 0.877383291721344, 1008.0, 1003.0, 0.00368456169962883, -0.2958139181137085, -0.8406904339790344, 1.9078125953674316, -1.0569761991500854, 0.00027623045025393367], "mean": [-0.199515700340271, 0.6046701073646545, 0.4513899087905884, -1.4119642972946167, -0.2538868486881256, -0.12056561559438705, 0.028282100334763527, -0.3103273808956146, 0.4675716459751129, 0.2282378077507019, -1.5732381343841553, -1.1211373805999756, -0.7462766766548157, 0.18859383463859558, 0.48740455508232117, -0.453616738319397, -1.570359706878662, 0.2567991614341736, 0.21740226447582245, 0.33047887682914734, -0.30635279417037964, -0.4281034469604492, 0.1319720447063446, 1.574460744857788, -1.5361136198043823, 0.390198290348053, 1008.0, 779.5516967773438, -0.00029978962265886366, -0.2960543632507324, -0.8410100340843201, 1.9078234434127808, -1.0583184957504272, -0.0008322523208335042], "std": [2.481072260707151e-05, 2.2070777049520984e-05, 2.388365101069212e-05, 1.688349038886372e-05, 2.4155411665560678e-05, 2.216546272393316e-05, 1.7443595424992964e-05, 1.4831257431069389e-05, 7.951877705636434e-06, 1.4148208720143884e-05, 1.1205673217773438e-05, 3.5762786865234375e-07, 1.0728836059570312e-06, 0.17930202186107635, 0.07546748965978622, 0.17535226047039032, 0.07721393555402756, 0.07763010263442993, 0.22580434381961823, 0.21431951224803925, 0.015927884727716446, 0.015455172397196293, 0.06939638406038284, 0.11201217025518417, 0.23288480937480927, 0.3445172607898712, 0.0, 298.8580627441406, 0.0035460512153804302, 2.8679956812993623e-05, 6.258160283323377e-05, 1.5302892279578373e-05, 0.0009513748227618635, 0.00017473653133492917], "count": [609]}, "timestamp": {"min": [0.0], "max": [20.266666666666666], "mean": [10.133333333333333], "std": [5.860097332019388], "count": [609]}, "frame_index": {"min": [0], "max": [608], "mean": [304.0], "std": [175.80291996058162], "count": [609]}, "episode_index": {"min": [196], "max": [196], "mean": [196.0], "std": [0.0], "count": [609]}, "index": {"min": [118666], "max": [119274], "mean": [118970.0], "std": [175.80291996058162], "count": [609]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [609]}, "gripper_open_scale_state": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.7780377682304539], "std": [0.0, 0.29772776438684045], "count": [609]}, "gripper_open_scale_action": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.7780377682304539], "std": [0.0, 0.29772776438684045], "count": [609]}, "eef_direction_state": {"mean": [6.0, 4.635467980295567], "std": [0.0, 1.971502178570371], "min": [6, 0], "max": [6, 6], "count": [609]}, "eef_velocity_state": {"mean": [0.0, 0.6436781609195402], "std": [0.0, 0.7895854963368499], "min": [0, 0], "max": [0, 2], "count": [609]}, "eef_acc_mag_state": {"mean": [0.0, 0.5681444991789819], "std": [0.0, 0.8159151764608227], "min": [0, 0], "max": [0, 2], "count": [609]}, "eef_direction_action": {"mean": [6.0, 4.635467980295567], "std": [0.0, 1.971502178570371], "min": [6, 0], "max": [6, 6], "count": [609]}, "eef_velocity_action": {"mean": [0.0, 0.6436781609195402], "std": [0.0, 0.7895854963368499], "min": [0, 0], "max": [0, 2], "count": [609]}, "eef_acc_mag_action": {"mean": [0.0, 0.5681444991789819], "std": [0.0, 0.8159151764608227], "min": [0, 0], "max": [0, 2], "count": [609]}, "eef_sim_pose_state": {"mean": [-0.3103275001049042, 0.46757179498672485, 0.22823791205883026, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.306340754032135, -0.42821404337882996, 0.1319892704486847, 1.5745646953582764, -1.5359679460525513, 0.39000773429870605], "std": [1.4830985492153559e-05, 7.944705430418253e-06, 1.4114185432845261e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.015922008082270622, 0.015496055595576763, 0.06941887736320496, 0.11198241263628006, 0.23311738669872284, 0.3442879021167755], "min": [-0.31038299202919006, 0.4675459861755371, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3346630036830902, -0.46761199831962585, 0.03310500085353851, 1.3697205781936646, -1.792665958404541, -0.038278862833976746], "max": [-0.3102859854698181, 0.4675930142402649, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.25874701142311096, -0.39873799681663513, 0.2282779961824417, 1.7867313623428345, -1.121137022972107, 0.877383291721344], "count": [609]}, "eef_sim_pose_action": {"mean": [-0.3103273808956146, 0.46757158637046814, 0.2282378077507019, -1.5732381343841553, -1.1211373805999756, -0.7462766766548157, -0.30634066462516785, -0.4282141327857971, 0.13198919594287872, 1.5745633840560913, -1.535967230796814, 0.39000752568244934], "std": [1.4831348380539566e-05, 7.9462688518106e-06, 1.411437460774323e-05, 1.1205673217773438e-05, 3.5762786865234375e-07, 1.0728836059570312e-06, 0.015922008082270622, 0.015496050007641315, 0.06941887736320496, 0.11198244243860245, 0.2331174612045288, 0.34428784251213074], "min": [-0.31038299202919006, 0.4675459861755371, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3346630036830902, -0.46761199831962585, 0.03310500085353851, 1.3697205781936646, -1.792665958404541, -0.038278862833976746], "max": [-0.3102859854698181, 0.4675930142402649, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.25874701142311096, -0.39873799681663513, 0.2282779961824417, 1.7867313623428345, -1.121137022972107, 0.877383291721344], "count": [609]}, "gripper_mode_state": {"mean": [0.0, 0.29720853858784896], "std": [0.0, 0.4570291272756297], "min": [0, 0], "max": [0, 1], "count": [609]}, "gripper_activity_state": {"mean": [2.0, 1.7766830870279147], "std": [0.0, 0.5638666937624888], "min": [2, 0], "max": [2, 2], "count": [609]}, "gripper_mode_action": {"mean": [0.0, 0.29720853858784896], "std": [0.0, 0.4570291272756297], "min": [0, 0], "max": [0, 1], "count": [609]}, "gripper_activity_action": {"mean": [2.0, 1.7766830870279147], "std": [0.0, 0.5638666937624888], "min": [2, 0], "max": [2, 2], "count": [609]}}} +{"episode_index": 95, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40742654090324654]], [[0.41619867004178723]], [[0.41314102010339654]]], "std": [[[0.2077022733718484]], [[0.20606221320092827]], [[0.2031198306103927]]], "count": [122]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3276076204730526]], [[0.31367391078699236]], [[0.32912021690506804]]], "std": [[[0.2577714209265033]], [[0.2664600811311095]], [[0.25547263494447536]]], "count": [122]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42992938698703526]], [[0.43138548698167795]], [[0.42235927957248476]]], "std": [[[0.2789031279597582]], [[0.27348725335849333]], [[0.2761268955056972]]], "count": [122]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.379075287287046]], [[0.37816689267920284]], [[0.384708214467481]]], "std": [[[0.2514810625505277]], [[0.25402516652902785]], [[0.2537394292527544]]], "count": [122]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25394541025161743, -0.12065461277961731, 0.02822197414934635, -0.3103809952735901, 0.46755000948905945, 0.22819200158119202, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19860100746154785, 0.3338291347026825, -0.6553362607955933, -1.8082833290100098, -0.018133971840143204, -0.19792033731937408, -0.03824016451835632, -0.3391450047492981, -0.46758899092674255, 0.03859499841928482, 1.414536952972412, -1.794934630393982, 0.07813587039709091, 1008.0, 331.0, -0.004722254816442728, -0.2962331175804138, -0.8411388993263245, 1.907806158065796, -1.0598760843276978, -0.0013469794066622853], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411919116973877, -0.25382325053215027, -0.12046262621879578, 0.02834414690732956, -0.3102709949016571, 0.467602014541626, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.38262853026390076, 0.6311110258102417, -0.15077899396419525, -1.411884069442749, 0.3767467737197876, 0.5138947367668152, 0.5530599355697632, -0.27573901414871216, -0.37387698888778687, 0.228303000330925, 1.8475595712661743, -1.064919352531433, 0.9673933982849121, 1008.0, 1003.0, 0.00360560673289001, -0.29596805572509766, -0.841055691242218, 1.9078093767166138, -1.056939721107483, -0.0007109849248081446], "mean": [-0.19951660931110382, 0.6046656966209412, 0.45138978958129883, -1.4119818210601807, -0.25388655066490173, -0.1205170601606369, 0.02827991172671318, -0.31032615900039673, 0.46757251024246216, 0.2282342165708542, -1.5732380151748657, -1.121137261390686, -0.7462766766548157, 0.11656919121742249, 0.4370921850204468, -0.4273996949195862, -1.5868052244186401, 0.2057429850101471, 0.12434671819210052, 0.2645932734012604, -0.3123970031738281, -0.41824769973754883, 0.12074911594390869, 1.6094263792037964, -1.499238133430481, 0.5063633322715759, 1008.0, 811.041259765625, -0.00019054087169934064, -0.2960653305053711, -0.8411019444465637, 1.9078234434127808, -1.0583463907241821, -0.0009676642948761582], "std": [2.4551536625949666e-05, 2.167928687413223e-05, 2.4240616767201573e-05, 1.7674181435722858e-05, 2.3906568458187394e-05, 2.1906245819991454e-05, 1.6681060515111312e-05, 1.527929816802498e-05, 8.238868758780882e-06, 1.357035398541484e-05, 1.1086463928222656e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.15566778182983398, 0.07691014558076859, 0.1383163034915924, 0.08962655067443848, 0.09257856011390686, 0.22861522436141968, 0.18851977586746216, 0.012754693627357483, 0.02087675966322422, 0.05670260265469551, 0.0957198441028595, 0.23122745752334595, 0.2989649176597595, 0.0, 283.1080627441406, 0.0037419828586280346, 1.5402891222038306e-05, 1.9901543055311777e-05, 1.5836563761695288e-05, 0.0009464898612350225, 0.00021922960877418518], "count": [606]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25394541025161743, -0.12065461277961731, 0.02822197414934635, -0.3103809952735901, 0.46755000948905945, 0.22819200158119202, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19860100746154785, 0.3338291347026825, -0.6553362607955933, -1.8082833290100098, -0.018133971840143204, -0.19792033731937408, -0.03839724510908127, -0.3391450047492981, -0.46758899092674255, 0.03859499841928482, 1.414536952972412, -1.794934630393982, 0.07813587039709091, 1008.0, 331.0, -0.004722254816442728, -0.2962331175804138, -0.8411388993263245, 1.907806158065796, -1.0598760843276978, -0.0013469794066622853], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411919116973877, -0.25382325053215027, -0.12046262621879578, 0.02834414690732956, -0.3102709949016571, 0.467602014541626, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.38262853026390076, 0.6311110258102417, -0.15077899396419525, -1.411884069442749, 0.3767467737197876, 0.5138947367668152, 0.5530599355697632, -0.27573901414871216, -0.37387698888778687, 0.228303000330925, 1.8475595712661743, -1.0645596981048584, 0.9673933982849121, 1008.0, 1003.0, 0.00360560673289001, -0.29596805572509766, -0.841055691242218, 1.9078093767166138, -1.056939721107483, -0.0007109849248081446], "mean": [-0.19951646029949188, 0.6046656966209412, 0.451389878988266, -1.4119817018508911, -0.25388655066490173, -0.1205170527100563, 0.02827993966639042, -0.3103261888027191, 0.46757256984710693, 0.2282342165708542, -1.5732380151748657, -1.121137261390686, -0.7462766766548157, 0.11591273546218872, 0.4366467595100403, -0.4269101023674011, -1.5872987508773804, 0.20529408752918243, 0.12421871721744537, 0.2645764648914337, -0.3123871088027954, -0.4180990755558014, 0.12068559974431992, 1.6094212532043457, -1.4991437196731567, 0.5067275166511536, 1008.0, 811.0445556640625, -0.00020336198213044554, -0.2960653603076935, -0.8411020636558533, 1.9078234434127808, -1.0583453178405762, -0.000967260159086436], "std": [2.4548256988055073e-05, 2.1695721443393268e-05, 2.4219070837716572e-05, 1.770384369592648e-05, 2.390656663919799e-05, 2.1943315005046315e-05, 1.6686499293427914e-05, 1.526219966763165e-05, 8.240710485551972e-06, 1.3578498510469217e-05, 1.1086463928222656e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.15615594387054443, 0.0767204537987709, 0.13875490427017212, 0.0894855186343193, 0.09300247579813004, 0.22877386212348938, 0.18854637444019318, 0.012758445926010609, 0.020846432074904442, 0.05660374090075493, 0.0957220196723938, 0.23139344155788422, 0.2993904650211334, 0.0, 283.1116027832031, 0.0037435763515532017, 1.5405845260829665e-05, 1.989810698432848e-05, 1.5839425032027066e-05, 0.0009471928933635354, 0.0002192545944126323], "count": [606]}, "timestamp": {"min": [0.0], "max": [20.166666666666668], "mean": [10.083333333333334], "std": [5.831229779449678], "count": [606]}, "frame_index": {"min": [0], "max": [605], "mean": [302.5], "std": [174.93689338349034], "count": [606]}, "episode_index": {"min": [198], "max": [198], "mean": [198.0], "std": [0.0], "count": [606]}, "index": {"min": [119940], "max": [120545], "mean": [120242.5], "std": [174.93689338349034], "count": [606]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [606]}, "gripper_open_scale_state": {"min": [1.0, 0.3310000002384186], "max": [1.0, 1.0], "mean": [1.0, 0.8101881173971069], "std": [0.0, 0.2825345138580601], "count": [606]}, "gripper_open_scale_action": {"min": [1.0, 0.3310000002384186], "max": [1.0, 1.0], "mean": [1.0, 0.8101881173971069], "std": [0.0, 0.2825345138580601], "count": [606]}, "eef_direction_state": {"mean": [6.0, 4.759075907590759], "std": [0.0, 1.8663359041472969], "min": [6, 0], "max": [6, 6], "count": [606]}, "eef_velocity_state": {"mean": [0.0, 0.6039603960396039], "std": [0.0, 0.7844933778035755], "min": [0, 0], "max": [0, 2], "count": [606]}, "eef_acc_mag_state": {"mean": [0.0, 0.5643564356435643], "std": [0.0, 0.8114182049453084], "min": [0, 0], "max": [0, 2], "count": [606]}, "eef_direction_action": {"mean": [6.0, 4.759075907590759], "std": [0.0, 1.8663359041472969], "min": [6, 0], "max": [6, 6], "count": [606]}, "eef_velocity_action": {"mean": [0.0, 0.6039603960396039], "std": [0.0, 0.7844933778035755], "min": [0, 0], "max": [0, 2], "count": [606]}, "eef_acc_mag_action": {"mean": [0.0, 0.5643564356435643], "std": [0.0, 0.8114182049453084], "min": [0, 0], "max": [0, 2], "count": [606]}, "eef_sim_pose_state": {"mean": [-0.3103261888027191, 0.4675724506378174, 0.2282342165708542, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.312396764755249, -0.418247789144516, 0.12074904143810272, 1.6094260215759277, -1.4992363452911377, 0.5063641667366028], "std": [1.5279325452866033e-05, 8.238848749897443e-06, 1.3570354894909542e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.012754689902067184, 0.02087675966322422, 0.056702591478824615, 0.09571985900402069, 0.23122751712799072, 0.29896509647369385], "min": [-0.3103809952735901, 0.46755000948905945, 0.22819200158119202, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3391450047492981, -0.46758899092674255, 0.03859499841928482, 1.414536952972412, -1.794934630393982, 0.07813587039709091], "max": [-0.3102709949016571, 0.467602014541626, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27573901414871216, -0.37387698888778687, 0.228303000330925, 1.8475595712661743, -1.064919352531433, 0.9673933982849121], "count": [606]}, "eef_sim_pose_action": {"mean": [-0.31032615900039673, 0.46757251024246216, 0.2282342165708542, -1.5732380151748657, -1.121137261390686, -0.7462766766548157, -0.3123970031738281, -0.41824769973754883, 0.12074911594390869, 1.6094263792037964, -1.499238133430481, 0.5063633322715759], "std": [1.527929816802498e-05, 8.238868758780882e-06, 1.357035398541484e-05, 1.1086463928222656e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.012754693627357483, 0.02087675966322422, 0.05670260265469551, 0.0957198441028595, 0.23122745752334595, 0.2989649176597595], "min": [-0.3103809952735901, 0.46755000948905945, 0.22819200158119202, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3391450047492981, -0.46758899092674255, 0.03859499841928482, 1.414536952972412, -1.794934630393982, 0.07813587039709091], "max": [-0.3102709949016571, 0.467602014541626, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27573901414871216, -0.37387698888778687, 0.228303000330925, 1.8475595712661743, -1.064919352531433, 0.9673933982849121], "count": [606]}, "gripper_mode_state": {"mean": [0.0, 0.24917491749174916], "std": [0.0, 0.43253529102806226], "min": [0, 0], "max": [0, 1], "count": [606]}, "gripper_activity_state": {"mean": [2.0, 1.768976897689769], "std": [0.0, 0.573991820523026], "min": [2, 0], "max": [2, 2], "count": [606]}, "gripper_mode_action": {"mean": [0.0, 0.24917491749174916], "std": [0.0, 0.43253529102806226], "min": [0, 0], "max": [0, 1], "count": [606]}, "gripper_activity_action": {"mean": [2.0, 1.768976897689769], "std": [0.0, 0.573991820523026], "min": [2, 0], "max": [2, 2], "count": [606]}}} +{"episode_index": 96, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40802907020651397]], [[0.4164152077497666]], [[0.41343549012742353]]], "std": [[[0.2082097283679002]], [[0.2061586273532572]], [[0.20381889185554436]]], "count": [119]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3355698804031417]], [[0.32096895596473884]], [[0.3290241854094579]]], "std": [[[0.25889125993438233]], [[0.26751264893358906]], [[0.2538146146612101]]], "count": [119]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43019424019607844]], [[0.4320387282363926]], [[0.4229163697341682]]], "std": [[[0.279247387133279]], [[0.27381726241985355]], [[0.2766337106579329]]], "count": [119]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37635089354369194]], [[0.3736101138985006]], [[0.38749846384632286]]], "std": [[[0.25321481815781777]], [[0.2553614371980911]], [[0.2572523907070227]]], "count": [119]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.3103730082511902, 0.46754300594329834, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.13859659433364868, 0.3030938506126404, -0.6474473476409912, -1.711941123008728, 0.018709929659962654, -0.23256511986255646, -0.02839650586247444, -0.34307798743247986, -0.467631995677948, 0.039673998951911926, 1.4314887523651123, -1.8482588529586792, 0.10872522741556168, 1008.0, 330.0, -0.004408314824104309, -0.2961146831512451, -0.8410881757736206, 1.907806158065796, -1.0596946477890015, -0.0009245651308447123], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25382325053215027, -0.12048007547855377, 0.028326693922281265, -0.31027400493621826, 0.46759799122810364, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.398703008890152, 0.6253339648246765, -0.11747810989618301, -1.41151762008667, 0.4525115191936493, 0.4513595998287201, 0.552361786365509, -0.27454400062561035, -0.39451101422309875, 0.2282949984073639, 1.7785375118255615, -1.100813865661621, 0.9865743517875671, 1008.0, 1003.0, 0.003878189017996192, -0.29606014490127563, -0.8409788012504578, 1.9078093767166138, -1.0571131706237793, -0.0005961261922493577], "mean": [-0.19951246678829193, 0.6046760082244873, 0.4513896703720093, -1.4119696617126465, -0.25388723611831665, -0.12053599208593369, 0.02827986516058445, -0.31032875180244446, 0.46757128834724426, 0.2282402217388153, -1.5732378959655762, -1.1211367845535278, -0.7462766766548157, 0.1834547072649002, 0.4455663561820984, -0.45049887895584106, -1.5330615043640137, 0.26720181107521057, 0.16764448583126068, 0.31790077686309814, -0.3136056363582611, -0.43203291296958923, 0.12106950581073761, 1.5830637216567993, -1.574134111404419, 0.4590180516242981, 1008.0, 793.489013671875, 8.269238605862483e-05, -0.2960802912712097, -0.8410098552703857, 1.907823085784912, -1.0583497285842896, -0.0007070058491080999], "std": [2.444672463752795e-05, 1.916799010359682e-05, 2.394833427388221e-05, 1.8859811461879872e-05, 2.326788853679318e-05, 1.9043167412746698e-05, 1.698724190646317e-05, 1.4270071915234439e-05, 7.732945050520357e-06, 1.30813514260808e-05, 1.0967254638671875e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.14284570515155792, 0.07636503130197525, 0.14318729937076569, 0.07207277417182922, 0.08476948738098145, 0.20462292432785034, 0.1777704358100891, 0.015390275977551937, 0.016441043466329575, 0.0611296184360981, 0.09215909242630005, 0.23106816411018372, 0.2825227975845337, 0.0, 292.2932434082031, 0.003693298203870654, 4.665735104936175e-06, 1.8658622138900682e-05, 1.4866905075905379e-05, 0.0008197670103982091, 7.198518142104149e-05], "count": [591]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.3103730082511902, 0.46754300594329834, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.13859659433364868, 0.3030938506126404, -0.6474473476409912, -1.711941123008728, 0.018709929659962654, -0.23256511986255646, -0.02839650586247444, -0.34307798743247986, -0.467631995677948, 0.039673998951911926, 1.4314887523651123, -1.8482588529586792, 0.10872522741556168, 1008.0, 330.0, -0.004406434949487448, -0.2961146831512451, -0.8410881757736206, 1.907806158065796, -1.0596946477890015, -0.0009245651308447123], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25382325053215027, -0.12048007547855377, 0.028326693922281265, -0.31027400493621826, 0.46759799122810364, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.398703008890152, 0.6253339648246765, -0.11747810989618301, -1.41151762008667, 0.4525115191936493, 0.4513595998287201, 0.552361786365509, -0.27454400062561035, -0.39451101422309875, 0.2282949984073639, 1.7785375118255615, -1.100813865661621, 0.9865743517875671, 1008.0, 1003.0, 0.003878189017996192, -0.29606014490127563, -0.8409788012504578, 1.9078093767166138, -1.0571131706237793, -0.0005961261922493577], "mean": [-0.19951248168945312, 0.6046760082244873, 0.4513896703720093, -1.4119694232940674, -0.25388723611831665, -0.1205359548330307, 0.02827986516058445, -0.31032875180244446, 0.4675712287425995, 0.2282402366399765, -1.5732378959655762, -1.1211367845535278, -0.7462766766548157, 0.18288397789001465, 0.4450603425502777, -0.4499438405036926, -1.5333317518234253, 0.2668169140815735, 0.1674555391073227, 0.3179653286933899, -0.3136425316333771, -0.4319097101688385, 0.12103533744812012, 1.5829464197158813, -1.574115514755249, 0.4594133794307709, 1008.0, 793.489013671875, 9.649082494433969e-05, -0.2960802912712097, -0.8410100340843201, 1.907823085784912, -1.0583478212356567, -0.0007071327418088913], "std": [2.4452405341435224e-05, 1.916481960506644e-05, 2.394833427388221e-05, 1.8898232156061567e-05, 2.329740527784452e-05, 1.903524753288366e-05, 1.6987243725452572e-05, 1.4270072824729141e-05, 7.72925341152586e-06, 1.308231549046468e-05, 1.0967254638671875e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.14345265924930573, 0.076299749314785, 0.1438169628381729, 0.07191720604896545, 0.08534325659275055, 0.20494040846824646, 0.17765167355537415, 0.0154085299000144, 0.016446977853775024, 0.061075359582901, 0.0922156348824501, 0.231105238199234, 0.28308752179145813, 0.0, 292.293212890625, 0.0036917277611792088, 4.672639533964684e-06, 1.8933693354483694e-05, 1.4869960978103336e-05, 0.0008182036108337343, 7.202300184872001e-05], "count": [591]}, "timestamp": {"min": [0.0], "max": [19.666666666666668], "mean": [9.833333333333334], "std": [5.686892010645247], "count": [591]}, "frame_index": {"min": [0], "max": [590], "mean": [295.0], "std": [170.60676031935742], "count": [591]}, "episode_index": {"min": [200], "max": [200], "mean": [200.0], "std": [0.0], "count": [591]}, "index": {"min": [121217], "max": [121807], "mean": [121512.0], "std": [170.60676031935742], "count": [591]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [591]}, "gripper_open_scale_state": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.7921793574306566], "std": [0.0, 0.29135829551976317], "count": [591]}, "gripper_open_scale_action": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.7921793574306566], "std": [0.0, 0.29135829551976317], "count": [591]}, "eef_direction_state": {"mean": [6.0, 4.439932318104907], "std": [0.0, 2.1213672431219304], "min": [6, 0], "max": [6, 6], "count": [591]}, "eef_velocity_state": {"mean": [0.0, 0.6582064297800339], "std": [0.0, 0.7728008466533254], "min": [0, 0], "max": [0, 2], "count": [591]}, "eef_acc_mag_state": {"mean": [0.0, 0.6006768189509306], "std": [0.0, 0.8037135986682693], "min": [0, 0], "max": [0, 2], "count": [591]}, "eef_direction_action": {"mean": [6.0, 4.439932318104907], "std": [0.0, 2.1213672431219304], "min": [6, 0], "max": [6, 6], "count": [591]}, "eef_velocity_action": {"mean": [0.0, 0.6582064297800339], "std": [0.0, 0.7728008466533254], "min": [0, 0], "max": [0, 2], "count": [591]}, "eef_acc_mag_action": {"mean": [0.0, 0.6006768189509306], "std": [0.0, 0.8037135986682693], "min": [0, 0], "max": [0, 2], "count": [591]}, "eef_sim_pose_state": {"mean": [-0.31032872200012207, 0.46757128834724426, 0.22824011743068695, -1.5732269287109375, -1.121137022972107, -0.7462754845619202, -0.31360548734664917, -0.43203285336494446, 0.12106945365667343, 1.5830614566802979, -1.5741323232650757, 0.459018349647522], "std": [1.4270030078478158e-05, 7.732963240414392e-06, 1.3080960343359038e-05, 0.0, 0.0, 1.1920928955078125e-07, 0.015390275977551937, 0.016441041603684425, 0.061129629611968994, 0.09215912222862244, 0.2310682088136673, 0.2825228273868561], "min": [-0.3103730082511902, 0.46754300594329834, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34307798743247986, -0.467631995677948, 0.039673998951911926, 1.4314887523651123, -1.8482588529586792, 0.10872522741556168], "max": [-0.31027400493621826, 0.46759799122810364, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27454400062561035, -0.39451101422309875, 0.2282949984073639, 1.7785375118255615, -1.100813865661621, 0.9865743517875671], "count": [591]}, "eef_sim_pose_action": {"mean": [-0.31032875180244446, 0.46757128834724426, 0.2282402217388153, -1.5732378959655762, -1.1211367845535278, -0.7462766766548157, -0.3136056363582611, -0.43203291296958923, 0.12106950581073761, 1.5830637216567993, -1.574134111404419, 0.4590180516242981], "std": [1.4270071915234439e-05, 7.732945050520357e-06, 1.30813514260808e-05, 1.0967254638671875e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.015390275977551937, 0.016441043466329575, 0.0611296184360981, 0.09215909242630005, 0.23106816411018372, 0.2825227975845337], "min": [-0.3103730082511902, 0.46754300594329834, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34307798743247986, -0.467631995677948, 0.039673998951911926, 1.4314887523651123, -1.8482588529586792, 0.10872522741556168], "max": [-0.31027400493621826, 0.46759799122810364, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27454400062561035, -0.39451101422309875, 0.2282949984073639, 1.7785375118255615, -1.100813865661621, 0.9865743517875671], "count": [591]}, "gripper_mode_state": {"mean": [0.0, 0.27580372250423013], "std": [0.0, 0.44691836967956095], "min": [0, 0], "max": [0, 1], "count": [591]}, "gripper_activity_state": {"mean": [2.0, 1.766497461928934], "std": [0.0, 0.5755548338297828], "min": [2, 0], "max": [2, 2], "count": [591]}, "gripper_mode_action": {"mean": [0.0, 0.27580372250423013], "std": [0.0, 0.446918369679561], "min": [0, 0], "max": [0, 1], "count": [591]}, "gripper_activity_action": {"mean": [2.0, 1.766497461928934], "std": [0.0, 0.5755548338297828], "min": [2, 0], "max": [2, 2], "count": [591]}}} +{"episode_index": 97, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4117896703036053]], [[0.420991098724436]], [[0.4180504707595404]]], "std": [[[0.21011439030886417]], [[0.20773086963258364]], [[0.20495861350756356]]], "count": [124]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3391658579090238]], [[0.3237346303104575]], [[0.3353633364300021]]], "std": [[[0.2594046760461033]], [[0.26808531222475557]], [[0.25489279929819514]]], "count": [124]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43300690326533836]], [[0.43472306227598567]], [[0.4253439822501581]]], "std": [[[0.280493681203138]], [[0.2756179506363917]], [[0.2780426789885755]]], "count": [124]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.365203281480603]], [[0.36346271808454567]], [[0.37041469171674046]]], "std": [[[0.2402281049103555]], [[0.24303082082940927]], [[0.24107746099035327]]], "count": [124]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4512898027896881, -1.412023663520813, -0.25394541025161743, -0.12060225009918213, 0.02822197414934635, -0.31038498878479004, 0.4675469994544983, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1627345085144043, 0.2605951130390167, -0.7013256549835205, -1.7472141981124878, -0.027611108496785164, -0.30365240573883057, -0.08187339454889297, -0.3450450003147125, -0.467602014541626, 0.03714900091290474, 1.4155128002166748, -1.8647782802581787, 0.004404799547046423, 1008.0, 332.0, -0.004635780118405819, -0.2961861193180084, -0.841171383857727, 1.9078069925308228, -1.0595687627792358, -0.0009169711847789586], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12048007547855377, 0.02834414690732956, -0.31029000878334045, 0.4675930142402649, 0.22829900681972504, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4682718515396118, 0.6275854706764221, -0.08970992267131805, -1.3824927806854248, 0.4390200972557068, 0.3632553815841675, 0.6052452921867371, -0.2715260088443756, -0.3871990144252777, 0.228301003575325, 1.7896935939788818, -1.0128499269485474, 1.0775953531265259, 1008.0, 1002.0, 0.0039157867431640625, -0.2960131764411926, -0.8409542441368103, 1.907810926437378, -1.0573675632476807, -0.00044614539365284145], "mean": [-0.19951307773590088, 0.604669988155365, 0.4513884484767914, -1.4119569063186646, -0.2538900375366211, -0.1205340325832367, 0.028279000893235207, -0.31033480167388916, 0.46757182478904724, 0.2282421886920929, -1.5732381343841553, -1.1211377382278442, -0.7462767362594604, 0.2041400969028473, 0.45023229718208313, -0.4821969270706177, -1.535983681678772, 0.26548177003860474, 0.19773811101913452, 0.34173357486724854, -0.3133646845817566, -0.42911267280578613, 0.11282137781381607, 1.586901307106018, -1.5934956073760986, 0.3928399085998535, 1008.0, 769.1575317382812, 0.00020781136117875576, -0.29608726501464844, -0.8410060405731201, 1.907823920249939, -1.0583208799362183, -0.0007607328589074314], "std": [2.443999437673483e-05, 1.9436502043390647e-05, 2.5726601961650886e-05, 1.9232416889281012e-05, 2.438942829030566e-05, 1.922637784446124e-05, 1.7449419829063118e-05, 1.5297931895474903e-05, 8.005694326129742e-06, 1.3711295650864486e-05, 1.1205673217773438e-05, 7.152557373046875e-07, 1.1324882507324219e-06, 0.18456901609897614, 0.08652395755052567, 0.16806188225746155, 0.10642639547586441, 0.10373473167419434, 0.19481433928012848, 0.21295861899852753, 0.016654830425977707, 0.020387355238199234, 0.062072668224573135, 0.09437956660985947, 0.24910277128219604, 0.3106840252876282, 0.0, 300.9615783691406, 0.0038856298197060823, 1.0882610695261974e-05, 5.7935780205298215e-05, 1.5376963347080164e-05, 0.0007175679202191532, 8.474393689539284e-05], "count": [622]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4512898027896881, -1.412023663520813, -0.25394541025161743, -0.12060225009918213, 0.02822197414934635, -0.31038498878479004, 0.4675469994544983, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1627345085144043, 0.2605951130390167, -0.7013256549835205, -1.7472141981124878, -0.027611108496785164, -0.30365240573883057, -0.08187339454889297, -0.3450450003147125, -0.467602014541626, 0.03714900091290474, 1.4155128002166748, -1.8647782802581787, 0.004404799547046423, 1008.0, 332.0, -0.004635780118405819, -0.2961861193180084, -0.841171383857727, 1.9078069925308228, -1.0595687627792358, -0.0009169711847789586], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12048007547855377, 0.02834414690732956, -0.31029000878334045, 0.4675930142402649, 0.22829900681972504, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4682718515396118, 0.6275854706764221, -0.08970992267131805, -1.3824927806854248, 0.4390200972557068, 0.3632553815841675, 0.6052452921867371, -0.2715260088443756, -0.3871990144252777, 0.228301003575325, 1.7896935939788818, -1.0128499269485474, 1.0775953531265259, 1008.0, 1002.0, 0.0039157867431640625, -0.2960131764411926, -0.8409542441368103, 1.907810926437378, -1.0573675632476807, -0.00044614539365284145], "mean": [-0.1995130479335785, 0.6046698689460754, 0.4513884484767914, -1.411956787109375, -0.25389009714126587, -0.12053404748439789, 0.028279028832912445, -0.31033480167388916, 0.46757179498672485, 0.22824214398860931, -1.5732381343841553, -1.1211377382278442, -0.7462767362594604, 0.20356051623821259, 0.44968676567077637, -0.4816267490386963, -1.5362122058868408, 0.2650603652000427, 0.19744724035263062, 0.3416690528392792, -0.313406378030777, -0.42898431420326233, 0.11280137300491333, 1.5867263078689575, -1.5933483839035034, 0.3933592736721039, 1008.0, 769.1575317382812, 0.0002081588754663244, -0.29608726501464844, -0.841006338596344, 1.907823920249939, -1.0583226680755615, -0.0007605710416100919], "std": [2.4435550585621968e-05, 1.9550589058781043e-05, 2.5710472982609645e-05, 1.9243421775172465e-05, 2.4402886992902495e-05, 1.922628507600166e-05, 1.7455979104852304e-05, 1.5298537618946284e-05, 8.00429825176252e-06, 1.3723068150284234e-05, 1.1205673217773438e-05, 7.152557373046875e-07, 1.1324882507324219e-06, 0.18514907360076904, 0.0866207703948021, 0.16876541078090668, 0.10631217062473297, 0.10431176424026489, 0.19542302191257477, 0.21307674050331116, 0.01668030209839344, 0.020397096872329712, 0.06203751266002655, 0.09450662136077881, 0.24940894544124603, 0.311542272567749, 0.0, 300.9615783691406, 0.003885257989168167, 1.088767203327734e-05, 5.8288373111281544e-05, 1.5379579053842463e-05, 0.0007171876495704055, 8.484950376441702e-05], "count": [622]}, "timestamp": {"min": [0.0], "max": [20.7], "mean": [10.35], "std": [5.985190055461898], "count": [622]}, "frame_index": {"min": [0], "max": [621], "mean": [310.5], "std": [179.55570166385695], "count": [622]}, "episode_index": {"min": [201], "max": [201], "mean": [201.0], "std": [0.0], "count": [622]}, "index": {"min": [121808], "max": [122429], "mean": [122118.5], "std": [179.55570166385695], "count": [622]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [622]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.7685803852472275], "std": [0.0, 0.30051707797714106], "count": [622]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.7685803852472275], "std": [0.0, 0.30051707797714106], "count": [622]}, "eef_direction_state": {"mean": [6.0, 4.729903536977492], "std": [0.0, 1.9645670731504985], "min": [6, 0], "max": [6, 6], "count": [622]}, "eef_velocity_state": {"mean": [0.0, 0.5803858520900321], "std": [0.0, 0.7769599295633651], "min": [0, 0], "max": [0, 2], "count": [622]}, "eef_acc_mag_state": {"mean": [0.0, 0.5418006430868167], "std": [0.0, 0.7983233870764899], "min": [0, 0], "max": [0, 2], "count": [622]}, "eef_direction_action": {"mean": [6.0, 4.729903536977492], "std": [0.0, 1.9645670731504985], "min": [6, 0], "max": [6, 6], "count": [622]}, "eef_velocity_action": {"mean": [0.0, 0.5803858520900321], "std": [0.0, 0.7769599295633651], "min": [0, 0], "max": [0, 2], "count": [622]}, "eef_acc_mag_action": {"mean": [0.0, 0.5418006430868167], "std": [0.0, 0.7983233870764899], "min": [0, 0], "max": [0, 2], "count": [622]}, "eef_sim_pose_state": {"mean": [-0.31033480167388916, 0.46757179498672485, 0.2282421886920929, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.31336474418640137, -0.42911267280578613, 0.11282138526439667, 1.5869015455245972, -1.5934946537017822, 0.392839640378952], "std": [1.5297948266379535e-05, 8.00543148216093e-06, 1.3711300198337995e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.016654828563332558, 0.020387358963489532, 0.06207267567515373, 0.09437955170869827, 0.2491028755903244, 0.31068405508995056], "min": [-0.31038498878479004, 0.4675469994544983, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3450450003147125, -0.467602014541626, 0.03714900091290474, 1.4155128002166748, -1.8647782802581787, 0.004404799547046423], "max": [-0.31029000878334045, 0.4675930142402649, 0.22829900681972504, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2715260088443756, -0.3871990144252777, 0.228301003575325, 1.7896935939788818, -1.0128499269485474, 1.0775953531265259], "count": [622]}, "eef_sim_pose_action": {"mean": [-0.31033480167388916, 0.46757182478904724, 0.2282421886920929, -1.5732381343841553, -1.1211377382278442, -0.7462767362594604, -0.3133646845817566, -0.42911267280578613, 0.11282137781381607, 1.586901307106018, -1.5934956073760986, 0.3928399085998535], "std": [1.5297931895474903e-05, 8.005694326129742e-06, 1.3711295650864486e-05, 1.1205673217773438e-05, 7.152557373046875e-07, 1.1324882507324219e-06, 0.016654830425977707, 0.020387355238199234, 0.062072668224573135, 0.09437956660985947, 0.24910277128219604, 0.3106840252876282], "min": [-0.31038498878479004, 0.4675469994544983, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3450450003147125, -0.467602014541626, 0.03714900091290474, 1.4155128002166748, -1.8647782802581787, 0.004404799547046423], "max": [-0.31029000878334045, 0.4675930142402649, 0.22829900681972504, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2715260088443756, -0.3871990144252777, 0.228301003575325, 1.7896935939788818, -1.0128499269485474, 1.0775953531265259], "count": [622]}, "gripper_mode_state": {"mean": [0.0, 0.3135048231511254], "std": [0.0, 0.46391761015519223], "min": [0, 0], "max": [0, 1], "count": [622]}, "gripper_activity_state": {"mean": [2.0, 1.7781350482315113], "std": [0.0, 0.5633253311429479], "min": [2, 0], "max": [2, 2], "count": [622]}, "gripper_mode_action": {"mean": [0.0, 0.3135048231511254], "std": [0.0, 0.46391761015519223], "min": [0, 0], "max": [0, 1], "count": [622]}, "gripper_activity_action": {"mean": [2.0, 1.7781350482315113], "std": [0.0, 0.5633253311429479], "min": [2, 0], "max": [2, 2], "count": [622]}}} +{"episode_index": 98, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4073513607628844]], [[0.4167408523518697]], [[0.41220420316350587]]], "std": [[[0.2094189543710477]], [[0.20675815056525296]], [[0.20338953850893457]]], "count": [122]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33045731878817103]], [[0.3162775082369013]], [[0.32902967963141544]]], "std": [[[0.2614499755749282]], [[0.26951902006612816]], [[0.25790858194756316]]], "count": [122]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43569325243758705]], [[0.43777051858994964]], [[0.4288848407532412]]], "std": [[[0.2860342906269554]], [[0.28129814899970523]], [[0.28460644405433455]]], "count": [122]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37553181252009005]], [[0.37192102284903034]], [[0.3862906939756777]]], "std": [[[0.24074566762294186]], [[0.24326913298952563]], [[0.2459896702711458]]], "count": [122]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.310373991727829, 0.46754300594329834, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.04181808605790138, 0.31644564867019653, -0.653939962387085, -1.7127265930175781, 0.04412192478775978, -0.20954422652721405, -0.08138470351696014, -0.34264400601387024, -0.4676010012626648, 0.036827001720666885, 1.4059503078460693, -1.8026820421218872, 0.06751839071512222, 1008.0, 332.0, -0.004660218954086304, -0.2962462902069092, -0.8410826325416565, 1.907808542251587, -1.0596559047698975, -0.0008267928496934474], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12049752473831177, 0.02834414690732956, -0.31027498841285706, 0.4675939977169037, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3883008360862732, 0.6929131746292114, -0.1552819460630417, -1.411884069442749, 0.47343799471855164, 0.4496142566204071, 0.5364269614219666, -0.2722640037536621, -0.400954008102417, 0.2282799929380417, 1.7743116617202759, -1.0486347675323486, 1.0666518211364746, 1008.0, 1003.0, 0.003534171264618635, -0.2960676848888397, -0.8409724831581116, 1.9078125953674316, -1.0580815076828003, -0.0004869629628956318], "mean": [-0.1995127946138382, 0.6046719551086426, 0.45139017701148987, -1.411966323852539, -0.25389808416366577, -0.12054608017206192, 0.028279021382331848, -0.3103299140930176, 0.46757134795188904, 0.22824005782604218, -1.5732380151748657, -1.121137261390686, -0.7462766766548157, 0.1814754158258438, 0.4537041187286377, -0.45069652795791626, -1.5524513721466064, 0.2578524947166443, 0.19231224060058594, 0.32475462555885315, -0.31048357486724854, -0.4309252202510834, 0.12002277374267578, 1.584489107131958, -1.5722132921218872, 0.43879321217536926, 1008.0, 777.2920532226562, 8.263676863862202e-05, -0.29609987139701843, -0.8410326838493347, 1.9078235626220703, -1.0582467317581177, -0.0007252720533870161], "std": [2.527656761230901e-05, 1.907613295770716e-05, 2.4067672711680643e-05, 1.9227307348046452e-05, 2.3023045287118293e-05, 1.8675815226742998e-05, 1.6668389434926212e-05, 1.4408608876692597e-05, 7.828574780432973e-06, 1.3072473848296795e-05, 1.1086463928222656e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.12742799520492554, 0.0900224819779396, 0.1324281245470047, 0.07473839074373245, 0.09293662011623383, 0.18455053865909576, 0.17459900677204132, 0.01509989146143198, 0.012236815877258778, 0.059960074722766876, 0.09432048350572586, 0.21590398252010345, 0.2778724133968353, 0.0, 298.05120849609375, 0.0037685914430767298, 1.5614847143297084e-05, 1.3597619727079291e-05, 1.3945358659839258e-05, 0.00030470668571069837, 6.034986654412933e-05], "count": [606]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.310373991727829, 0.46754300594329834, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.04181808605790138, 0.31644564867019653, -0.653939962387085, -1.7127265930175781, 0.04412192478775978, -0.20954422652721405, -0.08138470351696014, -0.34264400601387024, -0.4676010012626648, 0.036827001720666885, 1.4059503078460693, -1.8026820421218872, 0.06751839071512222, 1008.0, 332.0, -0.004660218954086304, -0.2962462902069092, -0.8410826325416565, 1.907808542251587, -1.0596559047698975, -0.0008267928496934474], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12049752473831177, 0.02834414690732956, -0.31027498841285706, 0.4675939977169037, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3883008360862732, 0.6929131746292114, -0.1552819460630417, -1.411884069442749, 0.47343799471855164, 0.4496142566204071, 0.5364269614219666, -0.2722640037536621, -0.400954008102417, 0.2282799929380417, 1.7743116617202759, -1.0486347675323486, 1.0666518211364746, 1008.0, 1003.0, 0.003534171264618635, -0.2960676848888397, -0.8409724831581116, 1.9078125953674316, -1.0580815076828003, -0.0004869629628956318], "mean": [-0.1995127648115158, 0.6046719551086426, 0.45139023661613464, -1.411966323852539, -0.25389817357063293, -0.12054604291915894, 0.02827899344265461, -0.3103298842906952, 0.46757128834724426, 0.22824008762836456, -1.5732380151748657, -1.121137261390686, -0.7462766766548157, 0.18107914924621582, 0.4532293975353241, -0.450215607881546, -1.5526845455169678, 0.257554829120636, 0.19217076897621155, 0.32471969723701477, -0.310475617647171, -0.43085387349128723, 0.11998750269412994, 1.5843558311462402, -1.5721418857574463, 0.43931329250335693, 1008.0, 777.2953491210938, 9.519406739855185e-05, -0.2960999608039856, -0.8410328030586243, 1.9078235626220703, -1.0582467317581177, -0.0007254772935993969], "std": [2.5271816411986947e-05, 1.9058970792684704e-05, 2.406935345788952e-05, 1.9227307348046452e-05, 2.29711349675199e-05, 1.8683740563574247e-05, 1.6661337213008665e-05, 1.4409935829462484e-05, 7.829775313439313e-06, 1.3071128705632873e-05, 1.1086463928222656e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.12774556875228882, 0.08998353779315948, 0.13295267522335052, 0.07451976090669632, 0.0932372659444809, 0.18482297658920288, 0.17467178404331207, 0.015101131051778793, 0.01214932557195425, 0.05990263447165489, 0.09439325332641602, 0.21606004238128662, 0.27874115109443665, 0.0, 298.0541076660156, 0.003766958601772785, 1.5685500329709612e-05, 1.3769695215160027e-05, 1.3943917110736948e-05, 0.00030474134837277234, 6.0325088270474225e-05], "count": [606]}, "timestamp": {"min": [0.0], "max": [20.166666666666668], "mean": [10.083333333333334], "std": [5.831229779449678], "count": [606]}, "frame_index": {"min": [0], "max": [605], "mean": [302.5], "std": [174.93689338349034], "count": [606]}, "episode_index": {"min": [204], "max": [204], "mean": [204.0], "std": [0.0], "count": [606]}, "index": {"min": [123756], "max": [124361], "mean": [124058.5], "std": [174.93689338349034], "count": [606]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [606]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.7765016490870184], "std": [0.0, 0.2974564169260185], "count": [606]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.7765016490870184], "std": [0.0, 0.2974564169260185], "count": [606]}, "eef_direction_state": {"mean": [6.0, 4.8894389438943895], "std": [0.0, 1.7592717183384252], "min": [6, 0], "max": [6, 6], "count": [606]}, "eef_velocity_state": {"mean": [0.0, 0.5627062706270627], "std": [0.0, 0.7546524145978519], "min": [0, 0], "max": [0, 2], "count": [606]}, "eef_acc_mag_state": {"mean": [0.0, 0.5363036303630363], "std": [0.0, 0.8008878325644933], "min": [0, 0], "max": [0, 2], "count": [606]}, "eef_direction_action": {"mean": [6.0, 4.8894389438943895], "std": [0.0, 1.7592717183384252], "min": [6, 0], "max": [6, 6], "count": [606]}, "eef_velocity_action": {"mean": [0.0, 0.5627062706270627], "std": [0.0, 0.7546524145978519], "min": [0, 0], "max": [0, 2], "count": [606]}, "eef_acc_mag_action": {"mean": [0.0, 0.5363036303630363], "std": [0.0, 0.8008878325644933], "min": [0, 0], "max": [0, 2], "count": [606]}, "eef_sim_pose_state": {"mean": [-0.3103300929069519, 0.46757158637046814, 0.22824005782604218, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.3104834258556366, -0.4309251308441162, 0.12002281099557877, 1.5844866037368774, -1.5722107887268066, 0.43879351019859314], "std": [1.4407518392545171e-05, 7.82601819082629e-06, 1.3072477486275602e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.015099888667464256, 0.012236821465194225, 0.059960074722766876, 0.09432048350572586, 0.21590392291545868, 0.27787259221076965], "min": [-0.310373991727829, 0.46754300594329834, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34264400601387024, -0.4676010012626648, 0.036827001720666885, 1.4059503078460693, -1.8026820421218872, 0.06751839071512222], "max": [-0.31027498841285706, 0.4675939977169037, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2722640037536621, -0.400954008102417, 0.2282799929380417, 1.7743116617202759, -1.0486347675323486, 1.0666518211364746], "count": [606]}, "eef_sim_pose_action": {"mean": [-0.3103299140930176, 0.46757134795188904, 0.22824005782604218, -1.5732380151748657, -1.121137261390686, -0.7462766766548157, -0.31048357486724854, -0.4309252202510834, 0.12002277374267578, 1.584489107131958, -1.5722132921218872, 0.43879321217536926], "std": [1.4408608876692597e-05, 7.828574780432973e-06, 1.3072473848296795e-05, 1.1086463928222656e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.01509989146143198, 0.012236815877258778, 0.059960074722766876, 0.09432048350572586, 0.21590398252010345, 0.2778724133968353], "min": [-0.310373991727829, 0.46754300594329834, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34264400601387024, -0.4676010012626648, 0.036827001720666885, 1.4059503078460693, -1.8026820421218872, 0.06751839071512222], "max": [-0.31027498841285706, 0.4675939977169037, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2722640037536621, -0.400954008102417, 0.2282799929380417, 1.7743116617202759, -1.0486347675323486, 1.0666518211364746], "count": [606]}, "gripper_mode_state": {"mean": [0.0, 0.2986798679867987], "std": [0.0, 0.4576791501108496], "min": [0, 0], "max": [0, 1], "count": [606]}, "gripper_activity_state": {"mean": [2.0, 1.7722772277227723], "std": [0.0, 0.5695436442879088], "min": [2, 0], "max": [2, 2], "count": [606]}, "gripper_mode_action": {"mean": [0.0, 0.2986798679867987], "std": [0.0, 0.4576791501108496], "min": [0, 0], "max": [0, 1], "count": [606]}, "gripper_activity_action": {"mean": [2.0, 1.7722772277227723], "std": [0.0, 0.5695436442879088], "min": [2, 0], "max": [2, 2], "count": [606]}}} +{"episode_index": 99, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4048735509623797]], [[0.4150994464386804]], [[0.41224199571560904]]], "std": [[[0.20877620640621833]], [[0.20597417679245425]], [[0.20322325757321089]]], "count": [127]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3315123883871134]], [[0.31761377277288866]], [[0.33415327955329116]]], "std": [[[0.2609325383986767]], [[0.268932443134019]], [[0.25869043625472077]]], "count": [127]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43710093729092686]], [[0.4390082873372446]], [[0.42969740041685967]]], "std": [[[0.28622651487638273]], [[0.2814430592661242]], [[0.2845642375945041]]], "count": [127]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3795186702305594]], [[0.37632792798878084]], [[0.3904625196207092]]], "std": [[[0.25130032626262766]], [[0.2517225888793064]], [[0.25494200367847536]]], "count": [127]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12065461277961731, 0.02822197414934635, -0.3103620111942291, 0.4675459861755371, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.0783478245139122, 0.30283206701278687, -0.6744126677513123, -1.6999682188034058, 0.04673991724848747, -0.1811477243900299, -0.028291787952184677, -0.3397429883480072, -0.4675830006599426, 0.03983699902892113, 1.444704532623291, -1.7947250604629517, 0.013684047386050224, 1008.0, 332.0, -0.004771131556481123, -0.2961767315864563, -0.8411697745323181, 1.9078078269958496, -1.0597937107086182, -0.0008846968412399292], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25382325053215027, -0.12046262621879578, 0.028326693922281265, -0.3102720081806183, 0.46759501099586487, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.40564942359924316, 0.6518106460571289, -0.11821114271879196, -1.411884069442749, 0.39617228507995605, 0.3384018838405609, 0.5987700819969177, -0.2788670063018799, -0.4063889980316162, 0.22826799750328064, 1.7912027835845947, -1.0939927101135254, 1.0032867193222046, 1008.0, 1003.0, 0.0036714025773108006, -0.29595866799354553, -0.8409780263900757, 1.9078117609024048, -1.0573121309280396, -2.657887489476707e-05], "mean": [-0.19951535761356354, 0.604667067527771, 0.4513891637325287, -1.4119740724563599, -0.253897100687027, -0.12053918838500977, 0.02828005515038967, -0.3103269636631012, 0.4675719439983368, 0.22823677957057953, -1.5732382535934448, -1.1211382150650024, -0.7462767362594604, 0.18471914529800415, 0.45727699995040894, -0.458821564912796, -1.541552186012268, 0.2345770299434662, 0.15166310966014862, 0.33446699380874634, -0.3118900954723358, -0.4296799898147583, 0.12212658673524857, 1.6195368766784668, -1.5427061319351196, 0.4246114492416382, 1008.0, 751.4929809570312, 0.0003902053867932409, -0.2961120009422302, -0.8411012887954712, 1.9078243970870972, -1.0583035945892334, -0.0007249611080624163], "std": [2.5170849767164327e-05, 1.9248927856096998e-05, 2.4476044927723706e-05, 1.6913450963329524e-05, 2.483456046320498e-05, 2.1920128347119316e-05, 1.567278741276823e-05, 1.4765762898605317e-05, 7.905079655756708e-06, 1.317092392127961e-05, 1.1324882507324219e-05, 1.1920928955078125e-06, 1.1324882507324219e-06, 0.15460088849067688, 0.07474733144044876, 0.15640683472156525, 0.07984866946935654, 0.08081256598234177, 0.17660050094127655, 0.21395143866539001, 0.014161428436636925, 0.014775213785469532, 0.06255633383989334, 0.10234104841947556, 0.2270534485578537, 0.3232385218143463, 0.0, 307.38922119140625, 0.0038260621950030327, 2.870269054255914e-05, 4.5789845898980275e-05, 1.471493214921793e-05, 0.0006695305928587914, 0.00012568543024826795], "count": [641]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12065461277961731, 0.02822197414934635, -0.3103620111942291, 0.4675459861755371, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.0783478245139122, 0.30283206701278687, -0.6744126677513123, -1.6999682188034058, 0.04673991724848747, -0.1811477243900299, -0.028291787952184677, -0.3397429883480072, -0.4675830006599426, 0.03983699902892113, 1.444704532623291, -1.7947250604629517, 0.013684047386050224, 1008.0, 332.0, -0.004771131556481123, -0.2961767315864563, -0.8411697745323181, 1.9078078269958496, -1.0597937107086182, -0.0008846968412399292], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25382325053215027, -0.12046262621879578, 0.028326693922281265, -0.3102720081806183, 0.46759501099586487, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.40564942359924316, 0.6518106460571289, -0.11821114271879196, -1.411884069442749, 0.39617228507995605, 0.3384018838405609, 0.5987700819969177, -0.2788670063018799, -0.4063889980316162, 0.22826799750328064, 1.7912027835845947, -1.0939927101135254, 1.0032867193222046, 1008.0, 1003.0, 0.0036714025773108006, -0.29595866799354553, -0.8409780263900757, 1.9078117609024048, -1.0573121309280396, -2.657887489476707e-05], "mean": [-0.19951535761356354, 0.6046670079231262, 0.4513891041278839, -1.4119740724563599, -0.25389719009399414, -0.1205390989780426, 0.028280029073357582, -0.3103269338607788, 0.4675719439983368, 0.22823677957057953, -1.5732382535934448, -1.1211382150650024, -0.7462767362594604, 0.18428859114646912, 0.45681414008140564, -0.4583103656768799, -1.5417571067810059, 0.23426511883735657, 0.15157094597816467, 0.3344978988170624, -0.3119122087955475, -0.4295977056026459, 0.12210820615291595, 1.6193522214889526, -1.5426760911941528, 0.42500606179237366, 1008.0, 751.4898681640625, 0.0003901439195033163, -0.29611197113990784, -0.8411014676094055, 1.9078243970870972, -1.0583038330078125, -0.0007246737950481474], "std": [2.5170847948174924e-05, 1.9258694010204636e-05, 2.4501821826561354e-05, 1.6913450963329524e-05, 2.4792463591438718e-05, 2.1978079530526884e-05, 1.5667475963709876e-05, 1.4762772480025887e-05, 7.90042759035714e-06, 1.3167832548788283e-05, 1.1324882507324219e-05, 1.1920928955078125e-06, 1.1324882507324219e-06, 0.15494491159915924, 0.07475655525922775, 0.15696445107460022, 0.07968395203351974, 0.08112402260303497, 0.17675752937793732, 0.21390047669410706, 0.0141708143055439, 0.014711746014654636, 0.06252695620059967, 0.10253342986106873, 0.22711017727851868, 0.32378360629081726, 0.0, 307.38818359375, 0.0038261376321315765, 2.8682543415925466e-05, 4.582984183798544e-05, 1.4716297300765291e-05, 0.0006695442134514451, 0.00012590564438141882], "count": [641]}, "timestamp": {"min": [0.0], "max": [21.333333333333332], "mean": [10.666666666666666], "std": [6.168017869984201], "count": [641]}, "frame_index": {"min": [0], "max": [640], "mean": [320.0], "std": [185.04053609952604], "count": [641]}, "episode_index": {"min": [205], "max": [205], "mean": [205.0], "std": [0.0], "count": [641]}, "index": {"min": [124362], "max": [125002], "mean": [124682.0], "std": [185.04053609952604], "count": [641]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [641]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.7506692662904861], "std": [0.0, 0.30671999899689734], "count": [641]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.7506692662904861], "std": [0.0, 0.30671999899689734], "count": [641]}, "eef_direction_state": {"mean": [6.0, 4.931357254290171], "std": [0.0, 1.7579681396469264], "min": [6, 0], "max": [6, 6], "count": [641]}, "eef_velocity_state": {"mean": [0.0, 0.5397815912636506], "std": [0.0, 0.7569084520044138], "min": [0, 0], "max": [0, 2], "count": [641]}, "eef_acc_mag_state": {"mean": [0.0, 0.48205928237129486], "std": [0.0, 0.7679659721596511], "min": [0, 0], "max": [0, 2], "count": [641]}, "eef_direction_action": {"mean": [6.0, 4.931357254290171], "std": [0.0, 1.7579681396469264], "min": [6, 0], "max": [6, 6], "count": [641]}, "eef_velocity_action": {"mean": [0.0, 0.5397815912636506], "std": [0.0, 0.7569084520044138], "min": [0, 0], "max": [0, 2], "count": [641]}, "eef_acc_mag_action": {"mean": [0.0, 0.48205928237129486], "std": [0.0, 0.7679659721596511], "min": [0, 0], "max": [0, 2], "count": [641]}, "eef_sim_pose_state": {"mean": [-0.3103269636631012, 0.46757224202156067, 0.22823691368103027, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.311890184879303, -0.4296797811985016, 0.12212646752595901, 1.6195354461669922, -1.5427038669586182, 0.42461097240448], "std": [1.4765773812541738e-05, 7.900759555923287e-06, 1.317042188020423e-05, 0.0, 0.0, 5.960464477539063e-08, 0.01416142750531435, 0.014775211922824383, 0.06255633383989334, 0.10234106332063675, 0.2270534336566925, 0.32323846220970154], "min": [-0.3103620111942291, 0.4675459861755371, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3397429883480072, -0.4675830006599426, 0.03983699902892113, 1.444704532623291, -1.7947250604629517, 0.013684047386050224], "max": [-0.3102720081806183, 0.46759501099586487, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2788670063018799, -0.4063889980316162, 0.22826799750328064, 1.7912027835845947, -1.0939927101135254, 1.0032867193222046], "count": [641]}, "eef_sim_pose_action": {"mean": [-0.3103269636631012, 0.4675719439983368, 0.22823677957057953, -1.5732382535934448, -1.1211382150650024, -0.7462767362594604, -0.3118900954723358, -0.4296799898147583, 0.12212658673524857, 1.6195368766784668, -1.5427061319351196, 0.4246114492416382], "std": [1.4765762898605317e-05, 7.905079655756708e-06, 1.317092392127961e-05, 1.1324882507324219e-05, 1.1920928955078125e-06, 1.1324882507324219e-06, 0.014161428436636925, 0.014775213785469532, 0.06255633383989334, 0.10234104841947556, 0.2270534485578537, 0.3232385218143463], "min": [-0.3103620111942291, 0.4675459861755371, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3397429883480072, -0.4675830006599426, 0.03983699902892113, 1.444704532623291, -1.7947250604629517, 0.013684047386050224], "max": [-0.3102720081806183, 0.46759501099586487, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2788670063018799, -0.4063889980316162, 0.22826799750328064, 1.7912027835845947, -1.0939927101135254, 1.0032867193222046], "count": [641]}, "gripper_mode_state": {"mean": [0.0, 0.34009360374414976], "std": [0.0, 0.47374037661620905], "min": [0, 0], "max": [0, 1], "count": [641]}, "gripper_activity_state": {"mean": [2.0, 1.7847113884555381], "std": [0.0, 0.5561879551989317], "min": [2, 0], "max": [2, 2], "count": [641]}, "gripper_mode_action": {"mean": [0.0, 0.34009360374414976], "std": [0.0, 0.47374037661620905], "min": [0, 0], "max": [0, 1], "count": [641]}, "gripper_activity_action": {"mean": [2.0, 1.7847113884555381], "std": [0.0, 0.5561879551989317], "min": [2, 0], "max": [2, 2], "count": [641]}}} +{"episode_index": 100, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40559111377108986]], [[0.4149756406115418]], [[0.4111320172771951]]], "std": [[[0.20950406644852845]], [[0.20666065727173727]], [[0.20336816195376067]]], "count": [129]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34038656615747076]], [[0.3258720851066525]], [[0.3355340793940315]]], "std": [[[0.268826888958933]], [[0.27805675320125867]], [[0.2651874599959951]]], "count": [129]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43657350249531335]], [[0.4386438050995592]], [[0.42974282439073824]]], "std": [[[0.2864216881481912]], [[0.28155786552306944]], [[0.28518699946854614]]], "count": [129]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3850234505623955]], [[0.38407814004154633]], [[0.3899318285453716]]], "std": [[[0.2570020922228664]], [[0.2584020957411605]], [[0.2574916551822578]]], "count": [129]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12061969935894012, 0.02822197414934635, -0.3103710114955902, 0.46755099296569824, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.10032153129577637, 0.3039316236972809, -0.6366961002349854, -1.6785705089569092, -0.08745845407247543, -0.15964527428150177, -0.058625608682632446, -0.3416529893875122, -0.4676010012626648, 0.027991000562906265, 1.4022068977355957, -1.8302702903747559, 0.10458187758922577, 1008.0, 331.0, -0.004385756328701973, -0.29621055722236633, -0.8410429954528809, 1.907808542251587, -1.05962336063385, -0.0011011247988790274], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12049752473831177, 0.02834414690732956, -0.31027600169181824, 0.46760299801826477, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3671823740005493, 0.6518106460571289, -0.21390753984451294, -1.4118491411209106, 0.4681147336959839, 0.49616217613220215, 0.526077151298523, -0.2771739959716797, -0.4020540118217468, 0.22830699384212494, 1.762413501739502, -1.0409271717071533, 0.9057960510253906, 1008.0, 1003.0, 0.0035811683628708124, -0.2960207164287567, -0.8409003615379333, 1.907813310623169, -1.057117223739624, -0.0004081755760125816], "mean": [-0.19951340556144714, 0.604671061038971, 0.45139002799987793, -1.4119611978530884, -0.2538897693157196, -0.12056595832109451, 0.02827981486916542, -0.31032803654670715, 0.46757277846336365, 0.22824014723300934, -1.5732382535934448, -1.121138572692871, -0.7462767362594604, 0.1641608029603958, 0.4170500934123993, -0.4359004497528076, -1.5415312051773071, 0.2083975225687027, 0.1419634073972702, 0.2676924467086792, -0.3105423152446747, -0.43248850107192993, 0.11895832419395447, 1.590181589126587, -1.504700779914856, 0.5115634202957153, 1008.0, 797.5076293945312, 0.00015791234909556806, -0.29607242345809937, -0.8409758806228638, 1.907824993133545, -1.058313250541687, -0.0009698066860437393], "std": [2.5115548851317726e-05, 2.0329682229203172e-05, 2.4670402126503177e-05, 1.945559233718086e-05, 2.378069984843023e-05, 2.1895606550970115e-05, 1.6526699255337007e-05, 1.5063574210216757e-05, 8.029117452679202e-06, 1.4553752407664433e-05, 1.1324882507324219e-05, 1.5497207641601562e-06, 1.1324882507324219e-06, 0.1425369381904602, 0.0864725336432457, 0.13037629425525665, 0.07817519456148148, 0.13746339082717896, 0.22115398943424225, 0.2023412436246872, 0.015771768987178802, 0.015082892961800098, 0.0583021454513073, 0.08972484618425369, 0.26022854447364807, 0.2989270091056824, 0.0, 291.3822326660156, 0.0036330134607851505, 1.5814754078746773e-05, 4.577733125188388e-05, 1.4683811059512664e-05, 0.0007360741728916764, 9.89981199381873e-05], "count": [654]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12061969935894012, 0.02822197414934635, -0.3103710114955902, 0.46755099296569824, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.10032153129577637, 0.3039316236972809, -0.6366961002349854, -1.6785705089569092, -0.08745845407247543, -0.15964527428150177, -0.058625608682632446, -0.3416529893875122, -0.4676010012626648, 0.027991000562906265, 1.4022068977355957, -1.8302702903747559, 0.10458187758922577, 1008.0, 331.0, -0.004385756328701973, -0.29621055722236633, -0.8410429954528809, 1.907808542251587, -1.05962336063385, -0.0011011247988790274], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12049752473831177, 0.02834414690732956, -0.31027600169181824, 0.46760299801826477, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3671823740005493, 0.6518106460571289, -0.21390753984451294, -1.4118491411209106, 0.4681147336959839, 0.49616217613220215, 0.526077151298523, -0.2771739959716797, -0.4020540118217468, 0.22830699384212494, 1.762413501739502, -1.0409271717071533, 0.9057960510253906, 1008.0, 1003.0, 0.0035811683628708124, -0.2960207164287567, -0.8409003615379333, 1.907813310623169, -1.057117223739624, -0.0004081755760125816], "mean": [-0.19951336085796356, 0.6046709418296814, 0.45138996839523315, -1.4119611978530884, -0.253889799118042, -0.12056595832109451, 0.02827981486916542, -0.31032803654670715, 0.46757277846336365, 0.22824013233184814, -1.5732382535934448, -1.121138572692871, -0.7462767362594604, 0.1637074053287506, 0.4165955185890198, -0.43554598093032837, -1.541865587234497, 0.20788100361824036, 0.14191551506519318, 0.2676546573638916, -0.31054338812828064, -0.4323892295360565, 0.11886683851480484, 1.5902013778686523, -1.5045853853225708, 0.5118010640144348, 1008.0, 797.5045776367188, 0.00014616454427596182, -0.29607242345809937, -0.8409757018089294, 1.907824993133545, -1.0583151578903198, -0.0009702711831778288], "std": [2.5163384634652175e-05, 2.0334748114692047e-05, 2.469816172379069e-05, 1.9457642338238657e-05, 2.3793976652086712e-05, 2.1895606550970115e-05, 1.6526699255337007e-05, 1.5064390026964247e-05, 8.03176862973487e-06, 1.4553961591445841e-05, 1.1324882507324219e-05, 1.5497207641601562e-06, 1.1324882507324219e-06, 0.14289671182632446, 0.086269810795784, 0.13064837455749512, 0.07808797061443329, 0.13792546093463898, 0.221214160323143, 0.20239877700805664, 0.015771813690662384, 0.01506640762090683, 0.05817782133817673, 0.08972223848104477, 0.2604145109653473, 0.29917392134666443, 0.0, 291.3807373046875, 0.0036345000844448805, 1.582156437507365e-05, 4.57143978565e-05, 1.4686525901197456e-05, 0.00073654466541484, 9.877554111881182e-05], "count": [654]}, "timestamp": {"min": [0.0], "max": [21.766666666666666], "mean": [10.883333333333333], "std": [6.293110577507814], "count": [654]}, "frame_index": {"min": [0], "max": [653], "mean": [326.5], "std": [188.79331732523443], "count": [654]}, "episode_index": {"min": [207], "max": [207], "mean": [207.0], "std": [0.0], "count": [654]}, "index": {"min": [125599], "max": [126252], "mean": [125925.5], "std": [188.79331732523443], "count": [654]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [654]}, "gripper_open_scale_state": {"min": [1.0, 0.3310000002384186], "max": [1.0, 1.0], "mean": [1.0, 0.7965963287364453], "std": [0.0, 0.29074389031615316], "count": [654]}, "gripper_open_scale_action": {"min": [1.0, 0.3310000002384186], "max": [1.0, 1.0], "mean": [1.0, 0.7965963287364453], "std": [0.0, 0.29074389031615316], "count": [654]}, "eef_direction_state": {"mean": [6.0, 4.859327217125382], "std": [0.0, 1.8395327920232691], "min": [6, 0], "max": [6, 6], "count": [654]}, "eef_velocity_state": {"mean": [0.0, 0.5458715596330275], "std": [0.0, 0.754318710790093], "min": [0, 0], "max": [0, 2], "count": [654]}, "eef_acc_mag_state": {"mean": [0.0, 0.4785932721712538], "std": [0.0, 0.7714321105833905], "min": [0, 0], "max": [0, 2], "count": [654]}, "eef_direction_action": {"mean": [6.0, 4.859327217125382], "std": [0.0, 1.8395327920232691], "min": [6, 0], "max": [6, 6], "count": [654]}, "eef_velocity_action": {"mean": [0.0, 0.5458715596330275], "std": [0.0, 0.754318710790093], "min": [0, 0], "max": [0, 2], "count": [654]}, "eef_acc_mag_action": {"mean": [0.0, 0.4785932721712538], "std": [0.0, 0.7714321105833905], "min": [0, 0], "max": [0, 2], "count": [654]}, "eef_sim_pose_state": {"mean": [-0.3103279769420624, 0.467572420835495, 0.2282402366399765, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.3105423152446747, -0.43248802423477173, 0.11895834654569626, 1.590185284614563, -1.504703402519226, 0.5115626454353333], "std": [1.5063505998114124e-05, 8.019819688342977e-06, 1.4553441360476427e-05, 0.0, 0.0, 5.960464477539063e-08, 0.0157717764377594, 0.015082893893122673, 0.0583021454513073, 0.0897248312830925, 0.2602284550666809, 0.29892703890800476], "min": [-0.3103710114955902, 0.46755099296569824, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3416529893875122, -0.4676010012626648, 0.027991000562906265, 1.4022068977355957, -1.8302702903747559, 0.10458187758922577], "max": [-0.31027600169181824, 0.46760299801826477, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2771739959716797, -0.4020540118217468, 0.22830699384212494, 1.762413501739502, -1.0409271717071533, 0.9057960510253906], "count": [654]}, "eef_sim_pose_action": {"mean": [-0.31032803654670715, 0.46757277846336365, 0.22824014723300934, -1.5732382535934448, -1.121138572692871, -0.7462767362594604, -0.3105423152446747, -0.43248850107192993, 0.11895832419395447, 1.590181589126587, -1.504700779914856, 0.5115634202957153], "std": [1.5063574210216757e-05, 8.029117452679202e-06, 1.4553752407664433e-05, 1.1324882507324219e-05, 1.5497207641601562e-06, 1.1324882507324219e-06, 0.015771768987178802, 0.015082892961800098, 0.0583021454513073, 0.08972484618425369, 0.26022854447364807, 0.2989270091056824], "min": [-0.3103710114955902, 0.46755099296569824, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3416529893875122, -0.4676010012626648, 0.027991000562906265, 1.4022068977355957, -1.8302702903747559, 0.10458187758922577], "max": [-0.31027600169181824, 0.46760299801826477, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2771739959716797, -0.4020540118217468, 0.22830699384212494, 1.762413501739502, -1.0409271717071533, 0.9057960510253906], "count": [654]}, "gripper_mode_state": {"mean": [0.0, 0.2706422018348624], "std": [0.0, 0.44429157140422926], "min": [0, 0], "max": [0, 1], "count": [654]}, "gripper_activity_state": {"mean": [2.0, 1.7859327217125383], "std": [0.0, 0.5558014587320558], "min": [2, 0], "max": [2, 2], "count": [654]}, "gripper_mode_action": {"mean": [0.0, 0.2706422018348624], "std": [0.0, 0.44429157140422926], "min": [0, 0], "max": [0, 1], "count": [654]}, "gripper_activity_action": {"mean": [2.0, 1.7859327217125383], "std": [0.0, 0.5558014587320558], "min": [2, 0], "max": [2, 2], "count": [654]}}} +{"episode_index": 101, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4052142091503268]], [[0.41446527124183]], [[0.41129819444444443]]], "std": [[[0.2093178700711571]], [[0.20623227561786664]], [[0.20304948133357517]]], "count": [125]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3337823022875817]], [[0.32017613888888885]], [[0.33669813562091505]]], "std": [[[0.2644624604730853]], [[0.27243929651598675]], [[0.2619730146424175]]], "count": [125]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4367143986928105]], [[0.4388301552287582]], [[0.42973689052287584]]], "std": [[[0.2863816514971698]], [[0.2814794520012807]], [[0.28502621108593845]]], "count": [125]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39092678431372546]], [[0.3874964983660131]], [[0.404279864379085]]], "std": [[[0.25595659968474144]], [[0.2569413517458205]], [[0.25990477747239776]]], "count": [125]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12061969935894012, 0.02822197414934635, -0.3103809952735901, 0.4675480127334595, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.11746066063642502, 0.25672048330307007, -0.6229255199432373, -1.6247445344924927, -0.011588986031711102, -0.15079645812511444, -0.12116075307130814, -0.34740298986434937, -0.46759799122810364, 0.045207999646663666, 1.3837460279464722, -1.8350661993026733, 0.14965449273586273, 1008.0, 332.0, -0.004365077707916498, -0.29615041613578796, -0.8410857915878296, 1.907808542251587, -1.0596448183059692, -0.0010792921530082822], "max": [-0.19943878054618835, 0.6047216653823853, 0.4514293968677521, -1.411901593208313, -0.2537883222103119, -0.12049752473831177, 0.028326693922281265, -0.31028100848197937, 0.46759501099586487, 0.22828799486160278, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.34178784489631653, 0.6268349885940552, -0.13948671519756317, -1.411884069442749, 0.4170114994049072, 0.30782371759414673, 0.5555382966995239, -0.2896589934825897, -0.4028699994087219, 0.22826899588108063, 1.720962643623352, -1.044677734375, 1.030450701713562, 1008.0, 1003.0, 0.003806753782555461, -0.2958928644657135, -0.8409217596054077, 1.907810926437378, -1.057268500328064, -0.0006464362377300858], "mean": [-0.1995135247707367, 0.604671061038971, 0.4513894021511078, -1.4119654893875122, -0.2538914084434509, -0.12056294083595276, 0.028280023485422134, -0.3103277385234833, 0.4675714373588562, 0.2282385528087616, -1.5732381343841553, -1.1211377382278442, -0.7462767362594604, 0.15244413912296295, 0.42377445101737976, -0.41165950894355774, -1.5144670009613037, 0.26536914706230164, 0.11589791625738144, 0.28474104404449463, -0.32053887844085693, -0.4341789484024048, 0.13091780245304108, 1.5591068267822266, -1.555816888809204, 0.550823986530304, 1008.0, 772.4351806640625, -0.0001533889299025759, -0.2960542142391205, -0.840943455696106, 1.9078240394592285, -1.0584510564804077, -0.0010034505976364017], "std": [2.45208775595529e-05, 1.894262823043391e-05, 2.4946150006144308e-05, 1.7072063201339915e-05, 2.3060119929141365e-05, 2.345645953027997e-05, 1.5690036889282055e-05, 1.4826378901489079e-05, 8.201108357752673e-06, 1.2691985830315389e-05, 1.1205673217773438e-05, 7.152557373046875e-07, 1.1324882507324219e-06, 0.10932814329862595, 0.07798723876476288, 0.1312752217054367, 0.051955241709947586, 0.08040056377649307, 0.1435832530260086, 0.18134956061840057, 0.01454868447035551, 0.012484175153076649, 0.05464841425418854, 0.10406527668237686, 0.2157423049211502, 0.26419609785079956, 0.0, 301.19647216796875, 0.0037087444216012955, 3.0498065825668164e-05, 2.5106959583354183e-05, 1.3938197298557498e-05, 0.0005432714824564755, 6.469424261013046e-05], "count": [625]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12061969935894012, 0.02822197414934635, -0.3103809952735901, 0.4675480127334595, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.11746066063642502, 0.25672048330307007, -0.6229255199432373, -1.6247445344924927, -0.011588986031711102, -0.15079645812511444, -0.12116075307130814, -0.34740298986434937, -0.46759799122810364, 0.045207999646663666, 1.3837460279464722, -1.8350661993026733, 0.14965449273586273, 1008.0, 332.0, -0.004365077707916498, -0.29615041613578796, -0.8410857915878296, 1.907808542251587, -1.0596448183059692, -0.0010792921530082822], "max": [-0.19943878054618835, 0.6047216653823853, 0.4514293968677521, -1.411901593208313, -0.2537883222103119, -0.12049752473831177, 0.028326693922281265, -0.31028100848197937, 0.46759501099586487, 0.22828799486160278, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.34178784489631653, 0.6268349885940552, -0.13948671519756317, -1.411884069442749, 0.4170114994049072, 0.30782371759414673, 0.5555382966995239, -0.2896589934825897, -0.4028699994087219, 0.22826899588108063, 1.720962643623352, -1.044677734375, 1.030450701713562, 1008.0, 1003.0, 0.003806753782555461, -0.2958928644657135, -0.8409217596054077, 1.907810926437378, -1.057268500328064, -0.0006464362377300858], "mean": [-0.19951359927654266, 0.6046710014343262, 0.4513894021511078, -1.4119653701782227, -0.2538914382457733, -0.12056290358304977, 0.028280023485422134, -0.3103277385234833, 0.4675714373588562, 0.2282385230064392, -1.5732381343841553, -1.1211377382278442, -0.7462767362594604, 0.15194116532802582, 0.42322513461112976, -0.41116875410079956, -1.514742136001587, 0.2649461030960083, 0.11585057526826859, 0.2845958471298218, -0.32056671380996704, -0.4340764284133911, 0.13087446987628937, 1.5588189363479614, -1.5556974411010742, 0.5512731671333313, 1008.0, 772.4384155273438, -0.00015394231013488024, -0.29605409502983093, -0.8409436345100403, 1.9078240394592285, -1.0584495067596436, -0.0010034415172412992], "std": [2.4473078156006522e-05, 1.8940532754641026e-05, 2.4961624149000272e-05, 1.708346462692134e-05, 2.3072532712831162e-05, 2.3482758479076438e-05, 1.5690036889282055e-05, 1.4805678802076727e-05, 8.190722837753128e-06, 1.2684255125350319e-05, 1.1205673217773438e-05, 7.152557373046875e-07, 1.1324882507324219e-06, 0.1098332554101944, 0.07792261242866516, 0.13169819116592407, 0.05186650529503822, 0.08115257322788239, 0.14366593956947327, 0.18163633346557617, 0.014546058140695095, 0.012473227456212044, 0.05458205193281174, 0.1042766198515892, 0.21600311994552612, 0.2647649049758911, 0.0, 301.1993408203125, 0.0037082149647176266, 3.051205749216024e-05, 2.5746854589669965e-05, 1.3939641576143913e-05, 0.0005418583750724792, 6.468575156759471e-05], "count": [625]}, "timestamp": {"min": [0.0], "max": [20.8], "mean": [10.399999999999999], "std": [6.014057606050086], "count": [625]}, "frame_index": {"min": [0], "max": [624], "mean": [312.0], "std": [180.42172818150257], "count": [625]}, "episode_index": {"min": [208], "max": [208], "mean": [208.0], "std": [0.0], "count": [625]}, "index": {"min": [126253], "max": [126877], "mean": [126565.0], "std": [180.42172818150257], "count": [625]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [625]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.7709599981307983], "std": [0.0, 0.30006914674110674], "count": [625]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.7709599981307983], "std": [0.0, 0.30006914674110674], "count": [625]}, "eef_direction_state": {"mean": [6.0, 4.9232], "std": [0.0, 1.7510287718938176], "min": [6, 0], "max": [6, 6], "count": [625]}, "eef_velocity_state": {"mean": [0.0, 0.5392], "std": [0.0, 0.7432787902261156], "min": [0, 0], "max": [0, 2], "count": [625]}, "eef_acc_mag_state": {"mean": [0.0, 0.4784], "std": [0.0, 0.7693721076306274], "min": [0, 0], "max": [0, 2], "count": [625]}, "eef_direction_action": {"mean": [6.0, 4.9232], "std": [0.0, 1.7510287718938176], "min": [6, 0], "max": [6, 6], "count": [625]}, "eef_velocity_action": {"mean": [0.0, 0.5392], "std": [0.0, 0.7432787902261156], "min": [0, 0], "max": [0, 2], "count": [625]}, "eef_acc_mag_action": {"mean": [0.0, 0.4784], "std": [0.0, 0.7693721076306274], "min": [0, 0], "max": [0, 2], "count": [625]}, "eef_sim_pose_state": {"mean": [-0.3103276789188385, 0.467571496963501, 0.22823862731456757, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.32053902745246887, -0.43417900800704956, 0.13091781735420227, 1.5591106414794922, -1.5558136701583862, 0.550823450088501], "std": [1.4826334336248692e-05, 8.20129662315594e-06, 1.2691846677626017e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.014548685401678085, 0.012484177015721798, 0.05464841052889824, 0.10406530648469925, 0.21574226021766663, 0.2641960084438324], "min": [-0.3103809952735901, 0.4675480127334595, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34740298986434937, -0.46759799122810364, 0.045207999646663666, 1.3837460279464722, -1.8350661993026733, 0.14965449273586273], "max": [-0.31028100848197937, 0.46759501099586487, 0.22828799486160278, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2896589934825897, -0.4028699994087219, 0.22826899588108063, 1.720962643623352, -1.044677734375, 1.030450701713562], "count": [625]}, "eef_sim_pose_action": {"mean": [-0.3103277385234833, 0.4675714373588562, 0.2282385528087616, -1.5732381343841553, -1.1211377382278442, -0.7462767362594604, -0.32053887844085693, -0.4341789484024048, 0.13091780245304108, 1.5591068267822266, -1.555816888809204, 0.550823986530304], "std": [1.4826378901489079e-05, 8.201108357752673e-06, 1.2691985830315389e-05, 1.1205673217773438e-05, 7.152557373046875e-07, 1.1324882507324219e-06, 0.01454868447035551, 0.012484175153076649, 0.05464841425418854, 0.10406527668237686, 0.2157423049211502, 0.26419609785079956], "min": [-0.3103809952735901, 0.4675480127334595, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34740298986434937, -0.46759799122810364, 0.045207999646663666, 1.3837460279464722, -1.8350661993026733, 0.14965449273586273], "max": [-0.31028100848197937, 0.46759501099586487, 0.22828799486160278, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2896589934825897, -0.4028699994087219, 0.22826899588108063, 1.720962643623352, -1.044677734375, 1.030450701713562], "count": [625]}, "gripper_mode_state": {"mean": [0.0, 0.3088], "std": [0.0, 0.4619984415558126], "min": [0, 0], "max": [0, 1], "count": [625]}, "gripper_activity_state": {"mean": [2.0, 1.776], "std": [0.0, 0.5665897987080218], "min": [2, 0], "max": [2, 2], "count": [625]}, "gripper_mode_action": {"mean": [0.0, 0.3088], "std": [0.0, 0.4619984415558126], "min": [0, 0], "max": [0, 1], "count": [625]}, "gripper_activity_action": {"mean": [2.0, 1.776], "std": [0.0, 0.5665897987080218], "min": [2, 0], "max": [2, 2], "count": [625]}}} +{"episode_index": 102, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4105750189303363]], [[0.42003625989691273]], [[0.4164318840002126]]], "std": [[[0.21094322695250264]], [[0.20809496105688433]], [[0.2053894751174935]]], "count": [123]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3368291221637707]], [[0.32256386663744085]], [[0.3326921661618577]]], "std": [[[0.26799091667177943]], [[0.2765799123445668]], [[0.26475136142610145]]], "count": [123]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4364528418752325]], [[0.4386882688373452]], [[0.43036505493118654]]], "std": [[[0.2870668742634206]], [[0.2823428397712837]], [[0.28615962000392015]]], "count": [123]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37761016293373717]], [[0.37358068142568684]], [[0.3837184444577289]]], "std": [[[0.2565153841051892]], [[0.25809363441075744]], [[0.25736730142041775]]], "count": [123]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12065461277961731, 0.02822197414934635, -0.3103809952735901, 0.46754300594329834, 0.2281849980354309, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.11397000402212143, 0.2710321843624115, -0.7099650502204895, -1.677401065826416, -0.0725707933306694, -0.14987142384052277, -0.12606513500213623, -0.33504998683929443, -0.4675939977169037, 0.036423999816179276, 1.4125208854675293, -1.804794430732727, -0.02648092247545719, 1008.0, 332.0, -0.004404555540531874, -0.29611843824386597, -0.8411317467689514, 1.9078078269958496, -1.059402346611023, -0.0008951385389082134], "max": [-0.19943878054618835, 0.6047391295433044, 0.45148175954818726, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.028326693922281265, -0.31029000878334045, 0.46759700775146484, 0.2282949984073639, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.46471136808395386, 0.6839072704315186, -0.1941329687833786, -1.4079744815826416, 0.5066691040992737, 0.4443608224391937, 0.6072872877120972, -0.27656400203704834, -0.40073299407958984, 0.22830499708652496, 1.8060226440429688, -1.0273793935775757, 0.9673317670822144, 1008.0, 1003.0, 0.0035661293659359217, -0.2958947420120239, -0.8408243060112, 1.907813310623169, -1.0571924448013306, -0.00037115500890649855], "mean": [-0.1995135396718979, 0.6046716570854187, 0.4513915479183197, -1.4119715690612793, -0.25389039516448975, -0.12052483856678009, 0.0282797459512949, -0.31033095717430115, 0.4675709903240204, 0.2282385379076004, -1.5732381343841553, -1.1211374998092651, -0.7462766766548157, 0.2075234204530716, 0.4599094092845917, -0.4743838608264923, -1.5384395122528076, 0.24100777506828308, 0.18661771714687347, 0.3075970709323883, -0.3088037073612213, -0.4352017343044281, 0.1222429946064949, 1.59060537815094, -1.5270830392837524, 0.41734662652015686, 1008.0, 765.27685546875, 0.00011634730617515743, -0.29607489705085754, -0.8410186171531677, 1.9078238010406494, -1.058218240737915, -0.0006112346309237182], "std": [2.5060391635634005e-05, 2.0605877580237575e-05, 2.4702818336663768e-05, 1.778762089088559e-05, 2.3818920453777537e-05, 2.1611507690977305e-05, 1.6834475900395773e-05, 1.4778006516280584e-05, 8.008323675312568e-06, 1.461633564758813e-05, 1.1205673217773438e-05, 4.76837158203125e-07, 1.0728836059570312e-06, 0.17169925570487976, 0.09396351128816605, 0.15679658949375153, 0.08317144215106964, 0.11544197797775269, 0.18742015957832336, 0.2260860949754715, 0.012951064854860306, 0.015915866941213608, 0.061971042305231094, 0.10594765841960907, 0.23422785103321075, 0.3262869119644165, 0.0, 303.2794189453125, 0.003614223562180996, 2.4580429453635588e-05, 6.80938974255696e-05, 1.3659405340149533e-05, 0.0003503018815536052, 0.00013192949700169265], "count": [614]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12065461277961731, 0.02822197414934635, -0.3103809952735901, 0.46754300594329834, 0.2281849980354309, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.11397000402212143, 0.2710321843624115, -0.7099650502204895, -1.677401065826416, -0.0725707933306694, -0.14987142384052277, -0.12606513500213623, -0.33504998683929443, -0.4675939977169037, 0.036423999816179276, 1.4125208854675293, -1.804794430732727, -0.02648092247545719, 1008.0, 332.0, -0.004400795325636864, -0.29611843824386597, -0.8411317467689514, 1.9078078269958496, -1.059402346611023, -0.0008951385389082134], "max": [-0.19943878054618835, 0.6047391295433044, 0.45148175954818726, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.028326693922281265, -0.31029000878334045, 0.46759700775146484, 0.2282949984073639, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.46471136808395386, 0.6839072704315186, -0.1941329687833786, -1.4079744815826416, 0.5066691040992737, 0.4443608224391937, 0.6072872877120972, -0.27656400203704834, -0.40073299407958984, 0.22830499708652496, 1.8060226440429688, -1.0273793935775757, 0.9673317670822144, 1008.0, 1003.0, 0.0035661293659359217, -0.2958947420120239, -0.8408243060112, 1.907813310623169, -1.0571924448013306, -0.00037115500890649855], "mean": [-0.19951345026493073, 0.6046717166900635, 0.45139145851135254, -1.4119714498519897, -0.25389042496681213, -0.1205248236656189, 0.028279662132263184, -0.31033095717430115, 0.467570960521698, 0.2282385528087616, -1.5732381343841553, -1.1211374998092651, -0.7462766766548157, 0.20702607929706573, 0.4593715965747833, -0.4739743173122406, -1.5387803316116333, 0.24049079418182373, 0.1866159439086914, 0.3074881136417389, -0.30881625413894653, -0.43509641289711, 0.12215594947338104, 1.5904639959335327, -1.5269732475280762, 0.4176768958568573, 1008.0, 765.2801513671875, 0.00012909923680126667, -0.2960748076438904, -0.8410184383392334, 1.9078238010406494, -1.0582164525985718, -0.0006112701958045363], "std": [2.5107945475610904e-05, 2.0599545678123832e-05, 2.4719893190194853e-05, 1.7794045561458915e-05, 2.3832391889300197e-05, 2.161148950108327e-05, 1.6728687114664353e-05, 1.4766824278922286e-05, 8.006153620954137e-06, 1.4634848412242718e-05, 1.1205673217773438e-05, 4.76837158203125e-07, 1.0728836059570312e-06, 0.1721670925617218, 0.09408316761255264, 0.15718457102775574, 0.08308130502700806, 0.11609403789043427, 0.18742302060127258, 0.22626429796218872, 0.012956855818629265, 0.01591756008565426, 0.061859920620918274, 0.10602910816669464, 0.23443301022052765, 0.32672175765037537, 0.0, 303.2828369140625, 0.003612061496824026, 2.467792910465505e-05, 6.796466186642647e-05, 1.3662213859788608e-05, 0.000352703093085438, 0.00013191364996600896], "count": [614]}, "timestamp": {"min": [0.0], "max": [20.433333333333334], "mean": [10.216666666666665], "std": [5.908209918786268], "count": [614]}, "frame_index": {"min": [0], "max": [613], "mean": [306.5], "std": [177.24629756358806], "count": [614]}, "episode_index": {"min": [211], "max": [211], "mean": [211.0], "std": [0.0], "count": [614]}, "index": {"min": [128116], "max": [128729], "mean": [128422.5], "std": [177.24629756358806], "count": [614]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [614]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.7638697059709785], "std": [0.0, 0.30217887361999857], "count": [614]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.7638697059709785], "std": [0.0, 0.30217887361999857], "count": [614]}, "eef_direction_state": {"mean": [6.0, 4.7052117263843645], "std": [0.0, 1.8910225602171198], "min": [6, 0], "max": [6, 6], "count": [614]}, "eef_velocity_state": {"mean": [0.0, 0.5732899022801303], "std": [0.0, 0.7443620384567101], "min": [0, 0], "max": [0, 2], "count": [614]}, "eef_acc_mag_state": {"mean": [0.0, 0.5537459283387622], "std": [0.0, 0.800779734386799], "min": [0, 0], "max": [0, 2], "count": [614]}, "eef_direction_action": {"mean": [6.0, 4.7052117263843645], "std": [0.0, 1.8910225602171198], "min": [6, 0], "max": [6, 6], "count": [614]}, "eef_velocity_action": {"mean": [0.0, 0.5732899022801303], "std": [0.0, 0.7443620384567101], "min": [0, 0], "max": [0, 2], "count": [614]}, "eef_acc_mag_action": {"mean": [0.0, 0.5537459283387622], "std": [0.0, 0.800779734386799], "min": [0, 0], "max": [0, 2], "count": [614]}, "eef_sim_pose_state": {"mean": [-0.310330867767334, 0.46757110953330994, 0.22823858261108398, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.3088036775588989, -0.43520164489746094, 0.12224305421113968, 1.5906100273132324, -1.5270791053771973, 0.41734635829925537], "std": [1.477761452406412e-05, 8.007239557628054e-06, 1.4616161934100091e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.012951062060892582, 0.01591586507856846, 0.0619710311293602, 0.10594747960567474, 0.23422777652740479, 0.32628709077835083], "min": [-0.3103809952735901, 0.46754300594329834, 0.2281849980354309, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33504998683929443, -0.4675939977169037, 0.036423999816179276, 1.4125208854675293, -1.804794430732727, -0.02648092247545719], "max": [-0.31029000878334045, 0.46759700775146484, 0.2282949984073639, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27656400203704834, -0.40073299407958984, 0.22830499708652496, 1.8060226440429688, -1.0273793935775757, 0.9673317670822144], "count": [614]}, "eef_sim_pose_action": {"mean": [-0.31033095717430115, 0.4675709903240204, 0.2282385379076004, -1.5732381343841553, -1.1211374998092651, -0.7462766766548157, -0.3088037073612213, -0.4352017343044281, 0.1222429946064949, 1.59060537815094, -1.5270830392837524, 0.41734662652015686], "std": [1.4778006516280584e-05, 8.008323675312568e-06, 1.461633564758813e-05, 1.1205673217773438e-05, 4.76837158203125e-07, 1.0728836059570312e-06, 0.012951064854860306, 0.015915866941213608, 0.061971042305231094, 0.10594765841960907, 0.23422785103321075, 0.3262869119644165], "min": [-0.3103809952735901, 0.46754300594329834, 0.2281849980354309, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33504998683929443, -0.4675939977169037, 0.036423999816179276, 1.4125208854675293, -1.804794430732727, -0.02648092247545719], "max": [-0.31029000878334045, 0.46759700775146484, 0.2282949984073639, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27656400203704834, -0.40073299407958984, 0.22830499708652496, 1.8060226440429688, -1.0273793935775757, 0.9673317670822144], "count": [614]}, "gripper_mode_state": {"mean": [0.0, 0.31758957654723124], "std": [0.0, 0.4655388677820387], "min": [0, 0], "max": [0, 1], "count": [614]}, "gripper_activity_state": {"mean": [2.0, 1.771986970684039], "std": [0.0, 0.5708416779883962], "min": [2, 0], "max": [2, 2], "count": [614]}, "gripper_mode_action": {"mean": [0.0, 0.31758957654723124], "std": [0.0, 0.4655388677820386], "min": [0, 0], "max": [0, 1], "count": [614]}, "gripper_activity_action": {"mean": [2.0, 1.771986970684039], "std": [0.0, 0.5708416779883962], "min": [2, 0], "max": [2, 2], "count": [614]}}} +{"episode_index": 103, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4103417243963701]], [[0.4188967549829849]], [[0.4153360155701399]]], "std": [[[0.20955711793852433]], [[0.20730829353395908]], [[0.20447715912490683]]], "count": [121]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33310539384486576]], [[0.3191554043104845]], [[0.33069041686922707]]], "std": [[[0.263800593153814]], [[0.2716479938318061]], [[0.2601088897541311]]], "count": [121]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43750321058175334]], [[0.4396848650272781]], [[0.4313106904607573]]], "std": [[[0.2871873308188469]], [[0.282305891451845]], [[0.2860731731305729]]], "count": [121]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38620163702533356]], [[0.3791727012774807]], [[0.3953997224923027]]], "std": [[[0.26444961527081673]], [[0.26499768635629645]], [[0.2680558263074385]]], "count": [121]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25394541025161743, -0.12060225009918213, 0.02822197414934635, -0.3103800117969513, 0.46754899621009827, 0.22819100320339203, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.10337585210800171, 0.3737797141075134, -0.6580764055252075, -1.64998197555542, 0.030176742002367973, -0.19308577477931976, -0.030508356168866158, -0.34114500880241394, -0.4676069915294647, 0.038701001554727554, 1.3980741500854492, -1.859081745147705, 0.05977572500705719, 1008.0, 332.0, -0.004197768401354551, -0.2968534827232361, -0.8410588502883911, 1.907808542251587, -1.059687614440918, -0.0008884938433766365], "max": [-0.19945622980594635, 0.6047391295433044, 0.4514293968677521, -1.4118491411209106, -0.25382325053215027, -0.12034045159816742, 0.028326693922281265, -0.3102799952030182, 0.46760401129722595, 0.2283249944448471, -1.5723901987075806, -1.121137022972107, -0.7456094622612, 0.4009370505809784, 0.6576226353645325, -0.20238837599754333, -1.4118491411209106, 0.45694464445114136, 0.3603755831718445, 0.5693613290786743, -0.2693929970264435, -0.4009000062942505, 0.22826600074768066, 1.8341240882873535, -1.0866191387176514, 0.8866544365882874, 1008.0, 1002.0, 0.0038236728869378567, -0.295915424823761, -0.8408647179603577, 1.9078117609024048, -1.057106852531433, -0.00023541289556305856], "mean": [-0.19951483607292175, 0.6046696305274963, 0.4513879418373108, -1.4119720458984375, -0.25388866662979126, -0.12053495645523071, 0.02827887423336506, -0.3103286921977997, 0.46757182478904724, 0.22823721170425415, -1.5732365846633911, -1.1211374998092651, -0.7462756037712097, 0.20165178179740906, 0.4843093156814575, -0.4621184170246124, -1.5267548561096191, 0.30402565002441406, 0.13068236410617828, 0.3798530399799347, -0.3071620762348175, -0.43225061893463135, 0.12599904835224152, 1.6458760499954224, -1.5983328819274902, 0.4284225404262543, 1008.0, 793.1760864257812, 0.00018121748871635646, -0.29619503021240234, -0.8410259485244751, 1.9078235626220703, -1.0583431720733643, -0.0007062102085910738], "std": [2.5871506295516156e-05, 1.833886381064076e-05, 2.35049010370858e-05, 2.0358966139610857e-05, 2.2825617634225637e-05, 2.0812331058550626e-05, 1.5899779100436717e-05, 1.5360154066001996e-05, 8.282488124677911e-06, 1.3628667147713713e-05, 3.581987402867526e-05, 8.729353794478811e-06, 2.71499011432752e-05, 0.1547711044549942, 0.07295114547014236, 0.15240615606307983, 0.07175606489181519, 0.08520210534334183, 0.20132732391357422, 0.17786329984664917, 0.017589101567864418, 0.014850934967398643, 0.06288723647594452, 0.10864578187465668, 0.21260976791381836, 0.29385244846343994, 0.0, 291.38702392578125, 0.003584809834137559, 0.00021606286463793367, 3.73380389646627e-05, 1.3937139556219336e-05, 0.0008232805412262678, 0.00010135307820746675], "count": [602]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25394541025161743, -0.12060225009918213, 0.02822197414934635, -0.3103800117969513, 0.46754899621009827, 0.22819100320339203, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.10337585210800171, 0.3737797141075134, -0.6580764055252075, -1.64998197555542, 0.030176742002367973, -0.19308577477931976, -0.030508356168866158, -0.34114500880241394, -0.4676069915294647, 0.038701001554727554, 1.3980741500854492, -1.859081745147705, 0.05977572500705719, 1008.0, 332.0, -0.004197768401354551, -0.2968534827232361, -0.8410588502883911, 1.907808542251587, -1.059687614440918, -0.0008884938433766365], "max": [-0.19945622980594635, 0.6047391295433044, 0.4514293968677521, -1.4118491411209106, -0.25382325053215027, -0.12034045159816742, 0.028326693922281265, -0.3102799952030182, 0.46760401129722595, 0.2283249944448471, -1.5723901987075806, -1.121137022972107, -0.7456094622612, 0.4009370505809784, 0.6576226353645325, -0.20238837599754333, -1.4118491411209106, 0.45694464445114136, 0.3603755831718445, 0.5693613290786743, -0.2693929970264435, -0.4009000062942505, 0.22826600074768066, 1.8341240882873535, -1.0866191387176514, 0.8866544365882874, 1008.0, 1002.0, 0.0038217927794903517, -0.2959173023700714, -0.8408647179603577, 1.9078117609024048, -1.057106852531433, -0.00023541289556305856], "mean": [-0.19951491057872772, 0.6046696901321411, 0.451387882232666, -1.411971926689148, -0.25388866662979126, -0.12053495645523071, 0.028278898447752, -0.31032872200012207, 0.46757176518440247, 0.22823724150657654, -1.5732365846633911, -1.1211374998092651, -0.7462756037712097, 0.201152503490448, 0.48396727442741394, -0.4617130160331726, -1.5270358324050903, 0.3036620318889618, 0.13056862354278564, 0.3798515200614929, -0.30718910694122314, -0.4321408271789551, 0.12595942616462708, 1.645838737487793, -1.5982818603515625, 0.42865461111068726, 1008.0, 793.1760864257812, 0.0001687641051830724, -0.29619646072387695, -0.8410259485244751, 1.9078235626220703, -1.0583457946777344, -0.0007058159681037068], "std": [2.5820243536145426e-05, 1.835317198128905e-05, 2.3530330508947372e-05, 2.03544732357841e-05, 2.2825615815236233e-05, 2.0812331058550626e-05, 1.590742976986803e-05, 1.5376706869574264e-05, 8.277989763882942e-06, 1.3631606634589843e-05, 3.581987402867526e-05, 8.729353794478811e-06, 2.71499011432752e-05, 0.1552649587392807, 0.07287230342626572, 0.1527581661939621, 0.07163719832897186, 0.0858803316950798, 0.20148865878582, 0.1778666079044342, 0.01760737970471382, 0.014836563728749752, 0.06283050775527954, 0.10867476463317871, 0.21272799372673035, 0.29415807127952576, 0.0, 291.38702392578125, 0.003585157683119178, 0.0002171807427657768, 3.734797064680606e-05, 1.3938592928752769e-05, 0.0008245445205830038, 0.0001018016118905507], "count": [602]}, "timestamp": {"min": [0.0], "max": [20.033333333333335], "mean": [10.016666666666667], "std": [5.792739708750371], "count": [602]}, "frame_index": {"min": [0], "max": [601], "mean": [300.5], "std": [173.78219126251113], "count": [602]}, "episode_index": {"min": [213], "max": [213], "mean": [213.0], "std": [0.0], "count": [602]}, "index": {"min": [129402], "max": [130003], "mean": [129702.5], "std": [173.78219126251113], "count": [602]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [602]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.7925598000074145], "std": [0.0, 0.29094759507247536], "count": [602]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.7925598000074145], "std": [0.0, 0.29094759507247536], "count": [602]}, "eef_direction_state": {"mean": [6.0, 4.971760797342193], "std": [0.0, 1.6668150211931487], "min": [6, 0], "max": [6, 6], "count": [602]}, "eef_velocity_state": {"mean": [0.0, 0.5631229235880398], "std": [0.0, 0.7712669484815416], "min": [0, 0], "max": [0, 2], "count": [602]}, "eef_acc_mag_state": {"mean": [0.0, 0.5431893687707641], "std": [0.0, 0.8042423607164053], "min": [0, 0], "max": [0, 2], "count": [602]}, "eef_direction_action": {"mean": [6.0, 4.971760797342193], "std": [0.0, 1.6668150211931487], "min": [6, 0], "max": [6, 6], "count": [602]}, "eef_velocity_action": {"mean": [0.0, 0.5631229235880398], "std": [0.0, 0.7712669484815416], "min": [0, 0], "max": [0, 2], "count": [602]}, "eef_acc_mag_action": {"mean": [0.0, 0.5431893687707641], "std": [0.0, 0.8042423607164053], "min": [0, 0], "max": [0, 2], "count": [602]}, "eef_sim_pose_state": {"mean": [-0.3103286027908325, 0.467571884393692, 0.22823727130889893, -1.5732256174087524, -1.1211373805999756, -0.7462744116783142, -0.3071621060371399, -0.4322506785392761, 0.12599901854991913, 1.645873785018921, -1.5983316898345947, 0.42842212319374084], "std": [1.5359995813923888e-05, 8.282441740448121e-06, 1.3628618034999818e-05, 3.4074320865329355e-05, 8.728518878342584e-06, 2.7127476641908288e-05, 0.017589101567864418, 0.014850936830043793, 0.06288723647594452, 0.10864587128162384, 0.21260987222194672, 0.29385265707969666], "min": [-0.3103800117969513, 0.46754899621009827, 0.22819100320339203, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.34114500880241394, -0.4676069915294647, 0.038701001554727554, 1.3980741500854492, -1.859081745147705, 0.05977572500705719], "max": [-0.3102799952030182, 0.46760401129722595, 0.2283249944448471, -1.5723901987075806, -1.121137022972107, -0.7456094622612, -0.2693929970264435, -0.4009000062942505, 0.22826600074768066, 1.8341240882873535, -1.0866191387176514, 0.8866544365882874], "count": [602]}, "eef_sim_pose_action": {"mean": [-0.3103286921977997, 0.46757182478904724, 0.22823721170425415, -1.5732365846633911, -1.1211374998092651, -0.7462756037712097, -0.3071620762348175, -0.43225061893463135, 0.12599904835224152, 1.6458760499954224, -1.5983328819274902, 0.4284225404262543], "std": [1.5360154066001996e-05, 8.282488124677911e-06, 1.3628667147713713e-05, 3.581987402867526e-05, 8.729353794478811e-06, 2.71499011432752e-05, 0.017589101567864418, 0.014850934967398643, 0.06288723647594452, 0.10864578187465668, 0.21260976791381836, 0.29385244846343994], "min": [-0.3103800117969513, 0.46754899621009827, 0.22819100320339203, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.34114500880241394, -0.4676069915294647, 0.038701001554727554, 1.3980741500854492, -1.859081745147705, 0.05977572500705719], "max": [-0.3102799952030182, 0.46760401129722595, 0.2283249944448471, -1.5723901987075806, -1.121137022972107, -0.7456094622612, -0.2693929970264435, -0.4009000062942505, 0.22826600074768066, 1.8341240882873535, -1.0866191387176514, 0.8866544365882874], "count": [602]}, "gripper_mode_state": {"mean": [0.0, 0.2757475083056478], "std": [0.0, 0.44689016544210575], "min": [0, 0], "max": [0, 1], "count": [602]}, "gripper_activity_state": {"mean": [2.0, 1.7757475083056478], "std": [0.0, 0.56873981115515], "min": [2, 0], "max": [2, 2], "count": [602]}, "gripper_mode_action": {"mean": [0.0, 0.2757475083056478], "std": [0.0, 0.44689016544210575], "min": [0, 0], "max": [0, 1], "count": [602]}, "gripper_activity_action": {"mean": [2.0, 1.7757475083056478], "std": [0.0, 0.56873981115515], "min": [2, 0], "max": [2, 2], "count": [602]}}} +{"episode_index": 104, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40773004429636434]], [[0.41562007729524103]], [[0.4128811162811479]]], "std": [[[0.20837284554911284]], [[0.20639342645717437]], [[0.20402205910241644]]], "count": [128]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3275345339307598]], [[0.31272341101154005]], [[0.3300372944750817]]], "std": [[[0.2586210945183316]], [[0.26622781717712496]], [[0.25664479990279787]]], "count": [128]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4364925417432598]], [[0.43870717007506127]], [[0.43046487566380714]]], "std": [[[0.2860945938067011]], [[0.28124262154351853]], [[0.28481784741331007]]], "count": [128]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38298822061376636]], [[0.38322452161203024]], [[0.3894901338465074]]], "std": [[[0.24717439731987073]], [[0.24801034749352274]], [[0.24798416188844807]]], "count": [128]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12065461277961731, 0.02822197414934635, -0.3103730082511902, 0.46754398941993713, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.17043140530586243, 0.23335051536560059, -0.6656511425971985, -1.8180396556854248, 0.010489429347217083, -0.24863961338996887, -0.07527605444192886, -0.3507080078125, -0.46760401129722595, 0.03609900176525116, 1.3276158571243286, -1.8325599431991577, 0.06135130673646927, 1008.0, 333.0, -0.004425233695656061, -0.2974381148815155, -0.8412410616874695, 1.9077824354171753, -1.0596891641616821, -0.0012710398295894265], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12042772024869919, 0.028326693922281265, -0.31027400493621826, 0.46760401129722595, 0.22826899588108063, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4066616892814636, 0.650379478931427, -0.08349654823541641, -1.411884069442749, 0.4325973093509674, 0.4240451753139496, 0.5643347501754761, -0.2680650055408478, -0.38312000036239624, 0.2282709926366806, 1.7771713733673096, -1.0570769309997559, 1.104331135749817, 1008.0, 1003.0, 0.0038217927794903517, -0.296688050031662, -0.8408631086349487, 1.907810926437378, -1.0572748184204102, -0.0008932400378398597], "mean": [-0.1995171159505844, 0.6046656370162964, 0.45138871669769287, -1.411981225013733, -0.25389331579208374, -0.12053295224905014, 0.028277592733502388, -0.3103236258029938, 0.46757271885871887, 0.22823326289653778, -1.5732383728027344, -1.121138334274292, -0.7462767362594604, 0.14418505132198334, 0.4302841126918793, -0.414043128490448, -1.5510594844818115, 0.22890996932983398, 0.12205082923173904, 0.26316532492637634, -0.3106704652309418, -0.4278174638748169, 0.13145558536052704, 1.574578881263733, -1.4953216314315796, 0.5369239449501038, 1008.0, 800.6377563476562, -6.06216854066588e-05, -0.2969490587711334, -0.8409998416900635, 1.9078243970870972, -1.0582554340362549, -0.0011203972389921546], "std": [2.6254083422827534e-05, 1.9935578166041523e-05, 2.428918014629744e-05, 1.7498105080449022e-05, 2.3826194592402317e-05, 2.009572745009791e-05, 1.6675941878929734e-05, 1.4746943634236231e-05, 8.474434253002983e-06, 1.3778244465356693e-05, 1.1444091796875e-05, 1.3113021850585938e-06, 1.1324882507324219e-06, 0.17286187410354614, 0.0980665534734726, 0.1681842803955078, 0.09567303210496902, 0.09973935037851334, 0.23111242055892944, 0.21293559670448303, 0.01931079663336277, 0.02094077691435814, 0.066281758248806, 0.12324173003435135, 0.25589361786842346, 0.341900110244751, 0.0, 289.3898620605469, 0.003844246966764331, 3.172209471813403e-05, 6.305686110863462e-05, 1.7302863852819428e-05, 0.0005782043444924057, 9.313140617450699e-05], "count": [646]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12065461277961731, 0.02822197414934635, -0.3103730082511902, 0.46754398941993713, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.17043140530586243, 0.23335051536560059, -0.6656511425971985, -1.8180396556854248, 0.010489429347217083, -0.24863961338996887, -0.07527605444192886, -0.3507080078125, -0.46760401129722595, 0.03609900176525116, 1.3276158571243286, -1.8325599431991577, 0.06135130673646927, 1008.0, 333.0, -0.004425233695656061, -0.2974381148815155, -0.8412410616874695, 1.9077824354171753, -1.0596891641616821, -0.0012710398295894265], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12042772024869919, 0.028326693922281265, -0.31027400493621826, 0.46760401129722595, 0.22826899588108063, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4066616892814636, 0.650379478931427, -0.08349654823541641, -1.411884069442749, 0.4325973093509674, 0.4240451753139496, 0.5643347501754761, -0.2680650055408478, -0.38312000036239624, 0.2282709926366806, 1.7771713733673096, -1.0570769309997559, 1.104331135749817, 1008.0, 1003.0, 0.0038217927794903517, -0.296688050031662, -0.8408631086349487, 1.907810926437378, -1.0572748184204102, -0.0008932400378398597], "mean": [-0.1995171457529068, 0.6046656370162964, 0.45138874650001526, -1.411981225013733, -0.25389331579208374, -0.12053290754556656, 0.028277592733502388, -0.3103235960006714, 0.46757271885871887, 0.22823329269886017, -1.5732383728027344, -1.121138334274292, -0.7462767362594604, 0.14361757040023804, 0.42971715331077576, -0.4134836494922638, -1.551339030265808, 0.2285446971654892, 0.12185835838317871, 0.2631058096885681, -0.31070074439048767, -0.42769497632980347, 0.1314268410205841, 1.5743314027786255, -1.4952391386032104, 0.537468671798706, 1008.0, 800.640869140625, -6.099697566241957e-05, -0.2969490587711334, -0.8410000205039978, 1.9078243970870972, -1.0582538843154907, -0.001120514702051878], "std": [2.6253841497236863e-05, 1.9918716134270653e-05, 2.4305680199177004e-05, 1.7526817828183994e-05, 2.3826194592402317e-05, 2.0144198060734197e-05, 1.6675941878929734e-05, 1.4727335837960709e-05, 8.45188151288312e-06, 1.377889930154197e-05, 1.1444091796875e-05, 1.3113021850585938e-06, 1.1324882507324219e-06, 0.17328043282032013, 0.09811516106128693, 0.1686595380306244, 0.09552964568138123, 0.10007847100496292, 0.23136594891548157, 0.2130221724510193, 0.019325604662299156, 0.020939335227012634, 0.06624375283718109, 0.12340445816516876, 0.25602269172668457, 0.3425135016441345, 0.0, 289.3914489746094, 0.0038439061027020216, 3.1760002457303926e-05, 6.32749215583317e-05, 1.731678821670357e-05, 0.0005793813616037369, 9.303276601713151e-05], "count": [646]}, "timestamp": {"min": [0.0], "max": [21.5], "mean": [10.75], "std": [6.216130450511618], "count": [646]}, "frame_index": {"min": [0], "max": [645], "mean": [322.5], "std": [186.48391351534855], "count": [646]}, "episode_index": {"min": [215], "max": [215], "mean": [215.0], "std": [0.0], "count": [646]}, "index": {"min": [130580], "max": [131225], "mean": [130902.5], "std": [186.48391351534855], "count": [646]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [646]}, "gripper_open_scale_state": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.7997693484504894], "std": [0.0, 0.28878655431629413], "count": [646]}, "gripper_open_scale_action": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.7997693484504894], "std": [0.0, 0.2887865543162941], "count": [646]}, "eef_direction_state": {"mean": [6.0, 4.752321981424148], "std": [0.0, 1.910688332125335], "min": [6, 0], "max": [6, 6], "count": [646]}, "eef_velocity_state": {"mean": [0.0, 0.5712074303405573], "std": [0.0, 0.7692065573501595], "min": [0, 0], "max": [0, 2], "count": [646]}, "eef_acc_mag_state": {"mean": [0.0, 0.5092879256965944], "std": [0.0, 0.7823955755264973], "min": [0, 0], "max": [0, 2], "count": [646]}, "eef_direction_action": {"mean": [6.0, 4.752321981424148], "std": [0.0, 1.910688332125335], "min": [6, 0], "max": [6, 6], "count": [646]}, "eef_velocity_action": {"mean": [0.0, 0.5712074303405573], "std": [0.0, 0.7692065573501595], "min": [0, 0], "max": [0, 2], "count": [646]}, "eef_acc_mag_action": {"mean": [0.0, 0.5092879256965944], "std": [0.0, 0.7823955755264973], "min": [0, 0], "max": [0, 2], "count": [646]}, "eef_sim_pose_state": {"mean": [-0.31032368540763855, 0.46757274866104126, 0.22823330760002136, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.3106704652309418, -0.42781737446784973, 0.13145558536052704, 1.5745769739151, -1.49532151222229, 0.5369231700897217], "std": [1.4746853594260756e-05, 8.474487913190387e-06, 1.377812986902427e-05, 0.0, 0.0, 5.960464477539063e-08, 0.019310807809233665, 0.020940782502293587, 0.066281758248806, 0.12324164062738419, 0.2558935582637787, 0.34190043807029724], "min": [-0.3103730082511902, 0.46754398941993713, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3507080078125, -0.46760401129722595, 0.03609900176525116, 1.3276158571243286, -1.8325599431991577, 0.06135130673646927], "max": [-0.31027400493621826, 0.46760401129722595, 0.22826899588108063, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2680650055408478, -0.38312000036239624, 0.2282709926366806, 1.7771713733673096, -1.0570769309997559, 1.104331135749817], "count": [646]}, "eef_sim_pose_action": {"mean": [-0.3103236258029938, 0.46757271885871887, 0.22823326289653778, -1.5732383728027344, -1.121138334274292, -0.7462767362594604, -0.3106704652309418, -0.4278174638748169, 0.13145558536052704, 1.574578881263733, -1.4953216314315796, 0.5369239449501038], "std": [1.4746943634236231e-05, 8.474434253002983e-06, 1.3778244465356693e-05, 1.1444091796875e-05, 1.3113021850585938e-06, 1.1324882507324219e-06, 0.01931079663336277, 0.02094077691435814, 0.066281758248806, 0.12324173003435135, 0.25589361786842346, 0.341900110244751], "min": [-0.3103730082511902, 0.46754398941993713, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3507080078125, -0.46760401129722595, 0.03609900176525116, 1.3276158571243286, -1.8325599431991577, 0.06135130673646927], "max": [-0.31027400493621826, 0.46760401129722595, 0.22826899588108063, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2680650055408478, -0.38312000036239624, 0.2282709926366806, 1.7771713733673096, -1.0570769309997559, 1.104331135749817], "count": [646]}, "gripper_mode_state": {"mean": [0.0, 0.2693498452012384], "std": [0.0, 0.4436220306649626], "min": [0, 0], "max": [0, 1], "count": [646]}, "gripper_activity_state": {"mean": [2.0, 1.7910216718266254], "std": [0.0, 0.5491168334188599], "min": [2, 0], "max": [2, 2], "count": [646]}, "gripper_mode_action": {"mean": [0.0, 0.2693498452012384], "std": [0.0, 0.4436220306649626], "min": [0, 0], "max": [0, 1], "count": [646]}, "gripper_activity_action": {"mean": [2.0, 1.7910216718266254], "std": [0.0, 0.5491168334188599], "min": [2, 0], "max": [2, 2], "count": [646]}}} +{"episode_index": 105, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4119463501855545]], [[0.41966984463276835]], [[0.4167704421457849]]], "std": [[[0.20902774790798967]], [[0.20879728820559407]], [[0.20480996493578602]]], "count": [118]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32406119142572287]], [[0.3086080404619475]], [[0.3216346152514678]]], "std": [[[0.25467486940694845]], [[0.2630997165774801]], [[0.2506735392778658]]], "count": [118]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43648366878531075]], [[0.4388995790406558]], [[0.4305938694333666]]], "std": [[[0.285962484674292]], [[0.2813903616823363]], [[0.2850935602962069]]], "count": [118]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38481610896477236]], [[0.38210951174255015]], [[0.39108759831616263]]], "std": [[[0.2515556461305119]], [[0.25451646093703434]], [[0.25416362272145354]]], "count": [118]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4512898027896881, -1.412041187286377, -0.25396284461021423, -0.12079423666000366, 0.02822197414934635, -0.31036901473999023, 0.4675480127334595, 0.22818699479103088, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.26635468006134033, 0.3027099072933197, -0.6531021595001221, -1.772172451019287, -0.051312681287527084, -0.2764950692653656, -0.02825688011944294, -0.34999001026153564, -0.4676010012626648, 0.03814300149679184, 1.3362048864364624, -1.7908270359039307, 0.044412631541490555, 1008.0, 330.0, -0.0040511381812393665, -0.2971636652946472, -0.8412268161773682, 1.9077895879745483, -1.0596922636032104, -0.001268192077986896], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31026700139045715, 0.4675999879837036, 0.22829100489616394, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.39222782850265503, 0.6667158007621765, -0.03462733328342438, -1.411884069442749, 0.42015311121940613, 0.4142364263534546, 0.5615073442459106, -0.27351200580596924, -0.3625530004501343, 0.22828499972820282, 1.7824938297271729, -0.9874258041381836, 1.001096487045288, 1008.0, 1003.0, 0.003919546492397785, -0.2965564727783203, -0.8409748673439026, 1.9078054428100586, -1.057002305984497, -0.0004708257911261171], "mean": [-0.19951516389846802, 0.6046721935272217, 0.45139017701148987, -1.4119784832000732, -0.2539012134075165, -0.12054739892482758, 0.02827746421098709, -0.3103238642215729, 0.467571884393692, 0.22823604941368103, -1.5732378959655762, -1.1211365461349487, -0.7462766766548157, 0.10832102596759796, 0.46220511198043823, -0.3960520029067993, -1.6010640859603882, 0.20637929439544678, 0.13698960840702057, 0.28855884075164795, -0.30761170387268066, -0.4190371334552765, 0.13652242720127106, 1.6085600852966309, -1.4788777828216553, 0.4901435077190399, 1008.0, 798.0740356445312, -0.000408691237680614, -0.2969619631767273, -0.8410701751708984, 1.90779447555542, -1.0583810806274414, -0.0011096815578639507], "std": [2.4644945369800553e-05, 1.9170971427229233e-05, 2.5054428988369182e-05, 1.8508029825170524e-05, 2.346465589653235e-05, 2.7511146981851198e-05, 1.7338941688649356e-05, 1.485827215219615e-05, 7.75546686782036e-06, 1.3523312190955039e-05, 1.0967254638671875e-05, 4.76837158203125e-07, 1.0728836059570312e-06, 0.17177729308605194, 0.0846041887998581, 0.16039101779460907, 0.08950423449277878, 0.10495193302631378, 0.22064024209976196, 0.1600191593170166, 0.016892453655600548, 0.02370704524219036, 0.06500933319330215, 0.12241446226835251, 0.20338629186153412, 0.27534613013267517, 0.0, 289.12628173828125, 0.0036783001851290464, 6.713567563565448e-05, 6.170312553877011e-05, 9.073585715668742e-06, 0.0009291536989621818, 0.00014700654719490558], "count": [581]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4512898027896881, -1.412041187286377, -0.25396284461021423, -0.12079423666000366, 0.02822197414934635, -0.31036901473999023, 0.4675480127334595, 0.22818699479103088, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.26635468006134033, 0.3027099072933197, -0.6531021595001221, -1.772172451019287, -0.051312681287527084, -0.2764950692653656, -0.02825688011944294, -0.34999001026153564, -0.4676010012626648, 0.03814300149679184, 1.3362048864364624, -1.7908270359039307, 0.044412631541490555, 1008.0, 330.0, -0.0040511381812393665, -0.2971636652946472, -0.8412268161773682, 1.9077895879745483, -1.0596922636032104, -0.001268192077986896], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31026700139045715, 0.4675999879837036, 0.22829100489616394, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.39222782850265503, 0.6667158007621765, -0.03462733328342438, -1.411884069442749, 0.42015311121940613, 0.4142364263534546, 0.5615073442459106, -0.27351200580596924, -0.3625530004501343, 0.22828499972820282, 1.7824938297271729, -0.9874258041381836, 1.001096487045288, 1008.0, 1003.0, 0.003919546492397785, -0.2965564727783203, -0.8409748673439026, 1.9078054428100586, -1.057002305984497, -0.0004708257911261171], "mean": [-0.19951516389846802, 0.6046721935272217, 0.45139017701148987, -1.4119783639907837, -0.2539011538028717, -0.1205473393201828, 0.028277497738599777, -0.3103238642215729, 0.4675719439983368, 0.22823607921600342, -1.5732378959655762, -1.1211365461349487, -0.7462766766548157, 0.10753193497657776, 0.4616987109184265, -0.39534932374954224, -1.6015821695327759, 0.20586538314819336, 0.13674555718898773, 0.2886061668395996, -0.3076058626174927, -0.41886019706726074, 0.13651308417320251, 1.6085293292999268, -1.4786672592163086, 0.4905557930469513, 1008.0, 798.070556640625, -0.00039559995639137924, -0.2969617247581482, -0.8410704135894775, 1.90779447555542, -1.0583776235580444, -0.0011092714266851544], "std": [2.4644945369800553e-05, 1.9152786990161985e-05, 2.5038772946572863e-05, 1.8535050912760198e-05, 2.339540696993936e-05, 2.7582158509176224e-05, 1.7348595065413974e-05, 1.4860938790661748e-05, 7.758218089293223e-06, 1.3515931641450152e-05, 1.0967254638671875e-05, 4.76837158203125e-07, 1.0728836059570312e-06, 0.1724085509777069, 0.08463065326213837, 0.1610400378704071, 0.08927875757217407, 0.10544762760400772, 0.22100292146205902, 0.1599295288324356, 0.01689208298921585, 0.02372783236205578, 0.06499651819467545, 0.12242590636014938, 0.20381945371627808, 0.2759079337120056, 0.0, 289.12396240234375, 0.0036797625944018364, 6.730034510837868e-05, 6.19975253357552e-05, 9.068732651940081e-06, 0.0009291108581237495, 0.00014745679800398648], "count": [581]}, "timestamp": {"min": [0.0], "max": [19.333333333333332], "mean": [9.666666666666668], "std": [5.590666825661815], "count": [581]}, "frame_index": {"min": [0], "max": [580], "mean": [290.0], "std": [167.72000476985446], "count": [581]}, "episode_index": {"min": [216], "max": [216], "mean": [216.0], "std": [0.0], "count": [581]}, "index": {"min": [131226], "max": [131806], "mean": [131516.0], "std": [167.72000476985446], "count": [581]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [581]}, "gripper_open_scale_state": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.797191050551229], "std": [0.0, 0.2885053580739209], "count": [581]}, "gripper_open_scale_action": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.797191050551229], "std": [0.0, 0.2885053580739209], "count": [581]}, "eef_direction_state": {"mean": [6.0, 4.6970740103270225], "std": [0.0, 1.9141132799725389], "min": [6, 0], "max": [6, 6], "count": [581]}, "eef_velocity_state": {"mean": [0.0, 0.6041308089500861], "std": [0.0, 0.7816198437444848], "min": [0, 0], "max": [0, 2], "count": [581]}, "eef_acc_mag_state": {"mean": [0.0, 0.5438898450946644], "std": [0.0, 0.7959999058870987], "min": [0, 0], "max": [0, 2], "count": [581]}, "eef_direction_action": {"mean": [6.0, 4.6970740103270225], "std": [0.0, 1.9141132799725389], "min": [6, 0], "max": [6, 6], "count": [581]}, "eef_velocity_action": {"mean": [0.0, 0.6041308089500861], "std": [0.0, 0.7816198437444848], "min": [0, 0], "max": [0, 2], "count": [581]}, "eef_acc_mag_action": {"mean": [0.0, 0.5438898450946644], "std": [0.0, 0.7959999058870987], "min": [0, 0], "max": [0, 2], "count": [581]}, "eef_sim_pose_state": {"mean": [-0.3103238344192505, 0.46757206320762634, 0.22823603451251984, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.3076113164424896, -0.4190369248390198, 0.13652242720127106, 1.6085622310638428, -1.478878378868103, 0.4901428818702698], "std": [1.4858250324323308e-05, 7.753293175483122e-06, 1.3523325833375566e-05, 0.0, 0.0, 5.960464477539063e-08, 0.016892453655600548, 0.023707037791609764, 0.06500932574272156, 0.12241458147764206, 0.20338626205921173, 0.2753461003303528], "min": [-0.31036901473999023, 0.4675480127334595, 0.22818699479103088, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34999001026153564, -0.4676010012626648, 0.03814300149679184, 1.3362048864364624, -1.7908270359039307, 0.044412631541490555], "max": [-0.31026700139045715, 0.4675999879837036, 0.22829100489616394, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27351200580596924, -0.3625530004501343, 0.22828499972820282, 1.7824938297271729, -0.9874258041381836, 1.001096487045288], "count": [581]}, "eef_sim_pose_action": {"mean": [-0.3103238642215729, 0.467571884393692, 0.22823604941368103, -1.5732378959655762, -1.1211365461349487, -0.7462766766548157, -0.30761170387268066, -0.4190371334552765, 0.13652242720127106, 1.6085600852966309, -1.4788777828216553, 0.4901435077190399], "std": [1.485827215219615e-05, 7.75546686782036e-06, 1.3523312190955039e-05, 1.0967254638671875e-05, 4.76837158203125e-07, 1.0728836059570312e-06, 0.016892453655600548, 0.02370704524219036, 0.06500933319330215, 0.12241446226835251, 0.20338629186153412, 0.27534613013267517], "min": [-0.31036901473999023, 0.4675480127334595, 0.22818699479103088, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34999001026153564, -0.4676010012626648, 0.03814300149679184, 1.3362048864364624, -1.7908270359039307, 0.044412631541490555], "max": [-0.31026700139045715, 0.4675999879837036, 0.22829100489616394, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27351200580596924, -0.3625530004501343, 0.22828499972820282, 1.7824938297271729, -0.9874258041381836, 1.001096487045288], "count": [581]}, "gripper_mode_state": {"mean": [0.0, 0.26506024096385544], "std": [0.0, 0.44136527913287155], "min": [0, 0], "max": [0, 1], "count": [581]}, "gripper_activity_state": {"mean": [2.0, 1.7555938037865748], "std": [0.0, 0.5886100786408732], "min": [2, 0], "max": [2, 2], "count": [581]}, "gripper_mode_action": {"mean": [0.0, 0.26506024096385544], "std": [0.0, 0.44136527913287155], "min": [0, 0], "max": [0, 1], "count": [581]}, "gripper_activity_action": {"mean": [2.0, 1.7555938037865748], "std": [0.0, 0.5886100786408732], "min": [2, 0], "max": [2, 2], "count": [581]}}} +{"episode_index": 106, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4101995820764203]], [[0.41925059310583207]], [[0.4159887290252639]]], "std": [[[0.21113978401729655]], [[0.2090172564347707]], [[0.20605180671649992]]], "count": [104]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33755100710155855]], [[0.3216186486613876]], [[0.33529619940925093]]], "std": [[[0.26086756144135415]], [[0.26965146216234714]], [[0.25764507667646513]]], "count": [104]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4322029678858723]], [[0.43623492882730014]], [[0.42894918929110104]]], "std": [[[0.2825538958223784]], [[0.2782724020164616]], [[0.27998032421541214]]], "count": [104]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38730590317056307]], [[0.384490922731272]], [[0.3936647832610608]]], "std": [[[0.2596204083999146]], [[0.26180259052298693]], [[0.2601436023384491]]], "count": [104]}, "observation.state": {"min": [-0.1995958536863327, 0.6045646071434021, 0.4512898027896881, -1.4120935201644897, -0.25396284461021423, -0.12054989486932755, 0.02822197414934635, -0.3103800117969513, 0.4675520062446594, 0.2281859964132309, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.004171337001025677, 0.2058964967727661, -0.6556678414344788, -1.7686294317245483, 0.01855284906923771, -0.12196360528469086, -0.032847095280885696, -0.33259299397468567, -0.4762740135192871, 0.043108001351356506, 1.3113584518432617, -1.7268519401550293, -0.02719443291425705, 1008.0, 328.0, -0.0047955699265003204, -0.2966711223125458, -0.8410081267356873, 1.9078030586242676, -1.0596305131912231, -0.0013355885166674852], "max": [-0.19945622980594635, 0.6047565937042236, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.120392806828022, 0.02834414690732956, -0.31027600169181824, 0.46759799122810364, 0.2282940000295639, -1.5723901987075806, -1.121137022972107, -0.7456094622612, 0.3737622797489166, 0.7340331077575684, -0.08066911995410919, -1.3592623472213745, 0.547213077545166, 0.49637165665626526, 0.5378232002258301, -0.27256399393081665, -0.39043301343917847, 0.2292879968881607, 1.6568597555160522, -1.1176916360855103, 0.9829360842704773, 1008.0, 1002.0, 0.0036864415742456913, -0.29625943303108215, -0.8409479260444641, 1.9078093767166138, -1.0571306943893433, -0.0007318683201447129], "mean": [-0.19952042400836945, 0.6046753525733948, 0.4513891637325287, -1.411962866783142, -0.2539001703262329, -0.12051548063755035, 0.028277771547436714, -0.310331255197525, 0.46757420897483826, 0.22824344038963318, -1.5732353925704956, -1.1211334466934204, -0.7462753057479858, 0.1364889144897461, 0.4565386474132538, -0.37119370698928833, -1.5712354183197021, 0.21973282098770142, 0.1857188194990158, 0.19842968881130219, -0.308043509721756, -0.4357733726501465, 0.15836374461650848, 1.488901138305664, -1.4259551763534546, 0.5650574564933777, 1008.0, 825.2530517578125, 0.00014155478856991976, -0.2964741587638855, -0.8409804701805115, 1.907792568206787, -1.0582903623580933, -0.0009394334629178047], "std": [2.613506148918532e-05, 2.6013769456767477e-05, 2.4740100343478844e-05, 2.8911126719322056e-05, 2.3372991563519463e-05, 2.3731614419375546e-05, 1.7367847249261104e-05, 1.6887534002307802e-05, 8.244944183388725e-06, 1.5865523891989142e-05, 3.910685336450115e-05, 1.0472604117239825e-05, 3.0081186196184717e-05, 0.09167861193418503, 0.14690563082695007, 0.14223045110702515, 0.12165568768978119, 0.11851517111063004, 0.23001009225845337, 0.18133807182312012, 0.014871031977236271, 0.025490038096904755, 0.060689862817525864, 0.09938138723373413, 0.2215312123298645, 0.2941320836544037, 0.0, 271.1507873535156, 0.0037477517034858465, 3.97010771848727e-05, 8.872659236658365e-06, 1.2690359653788619e-05, 0.0007151741301640868, 0.0002154281100956723], "count": [490]}, "action": {"min": [-0.1995958536863327, 0.6045646071434021, 0.4512898027896881, -1.4120935201644897, -0.25396284461021423, -0.12054989486932755, 0.02822197414934635, -0.3103800117969513, 0.4675520062446594, 0.2281859964132309, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.004171337001025677, 0.2058964967727661, -0.6556678414344788, -1.7686294317245483, 0.01855284906923771, -0.12196360528469086, -0.032847095280885696, -0.33259299397468567, -0.4762740135192871, 0.043108001351356506, 1.3113584518432617, -1.7268519401550293, -0.02719443291425705, 1008.0, 328.0, -0.0047955699265003204, -0.2966711223125458, -0.8410081267356873, 1.9078030586242676, -1.0596305131912231, -0.0013355885166674852], "max": [-0.19945622980594635, 0.6047565937042236, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.120392806828022, 0.02834414690732956, -0.31027600169181824, 0.46759799122810364, 0.2282940000295639, -1.5723901987075806, -1.121137022972107, -0.7456094622612, 0.3737622797489166, 0.7340331077575684, -0.08066911995410919, -1.3592623472213745, 0.547213077545166, 0.49637165665626526, 0.5378232002258301, -0.27256399393081665, -0.39043301343917847, 0.2292879968881607, 1.6568597555160522, -1.1176916360855103, 0.9829360842704773, 1008.0, 1002.0, 0.0036864415742456913, -0.29625943303108215, -0.8409479260444641, 1.9078093767166138, -1.0571306943893433, -0.0007318683201447129], "mean": [-0.19952042400836945, 0.6046751737594604, 0.45138922333717346, -1.411962866783142, -0.25390005111694336, -0.12051548063755035, 0.0282778050750494, -0.3103312849998474, 0.46757420897483826, 0.22824333608150482, -1.5732353925704956, -1.1211334466934204, -0.7462753057479858, 0.1363414227962494, 0.4557298421859741, -0.3704455494880676, -1.5711408853530884, 0.21927738189697266, 0.18595702946186066, 0.19864873588085175, -0.3080848753452301, -0.43578967452049255, 0.15833477675914764, 1.4883729219436646, -1.426120638847351, 0.5654586553573608, 1008.0, 825.2530517578125, 0.00015714245091658086, -0.2964739203453064, -0.840980589389801, 1.907792568206787, -1.058290719985962, -0.0009385966113768518], "std": [2.613506148918532e-05, 2.605275221867487e-05, 2.4761766326264478e-05, 2.893235614465084e-05, 2.3283841073862277e-05, 2.3731614419375546e-05, 1.737867933115922e-05, 1.689172859187238e-05, 8.251960025518201e-06, 1.5942916434141807e-05, 3.910685336450115e-05, 1.0472604117239825e-05, 3.0081184377195314e-05, 0.09163513034582138, 0.14717857539653778, 0.14276981353759766, 0.1217973604798317, 0.11881127208471298, 0.22975316643714905, 0.18112878501415253, 0.014905519783496857, 0.025512950494885445, 0.06065985932946205, 0.09961953014135361, 0.2213333696126938, 0.29451268911361694, 0.0, 271.15081787109375, 0.0037465007044374943, 3.9903068682178855e-05, 8.839454494591337e-06, 1.2690359653788619e-05, 0.0007151964236982167, 0.00021533686958719045], "count": [490]}, "timestamp": {"min": [0.0], "max": [16.3], "mean": [8.15], "std": [4.715017379489591], "count": [490]}, "frame_index": {"min": [0], "max": [489], "mean": [244.5], "std": [141.45052138468773], "count": [490]}, "episode_index": {"min": [220], "max": [220], "mean": [220.0], "std": [0.0], "count": [490]}, "index": {"min": [133741], "max": [134230], "mean": [133985.5], "std": [141.45052138468773], "count": [490]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [490]}, "gripper_open_scale_state": {"min": [1.0, 0.328000009059906], "max": [1.0, 1.0], "mean": [1.0, 0.8246142874566876], "std": [0.0, 0.27073732045895527], "count": [490]}, "gripper_open_scale_action": {"min": [1.0, 0.328000009059906], "max": [1.0, 1.0], "mean": [1.0, 0.8246142874566876], "std": [0.0, 0.27073732045895527], "count": [490]}, "eef_direction_state": {"mean": [6.0, 4.563265306122449], "std": [0.0, 1.9538234496672955], "min": [6, 0], "max": [6, 6], "count": [490]}, "eef_velocity_state": {"mean": [0.0, 0.7408163265306122], "std": [0.0, 0.8428373768498155], "min": [0, 0], "max": [0, 2], "count": [490]}, "eef_acc_mag_state": {"mean": [0.0, 0.6387755102040816], "std": [0.0, 0.821972820080606], "min": [0, 0], "max": [0, 2], "count": [490]}, "eef_direction_action": {"mean": [6.0, 4.563265306122449], "std": [0.0, 1.9538234496672955], "min": [6, 0], "max": [6, 6], "count": [490]}, "eef_velocity_action": {"mean": [0.0, 0.7408163265306122], "std": [0.0, 0.8428373768498155], "min": [0, 0], "max": [0, 2], "count": [490]}, "eef_acc_mag_action": {"mean": [0.0, 0.6387755102040816], "std": [0.0, 0.821972820080606], "min": [0, 0], "max": [0, 2], "count": [490]}, "eef_sim_pose_state": {"mean": [-0.31033140420913696, 0.467573881149292, 0.2282433807849884, -1.5732252597808838, -1.1211373805999756, -0.7462742924690247, -0.3080436885356903, -0.4357731342315674, 0.1583636850118637, 1.4889013767242432, -1.425955057144165, 0.5650573968887329], "std": [1.6887028323253617e-05, 8.239669114118442e-06, 1.5865387467783876e-05, 3.7761037674499676e-05, 9.673261047282722e-06, 3.006251972692553e-05, 0.014871027320623398, 0.025490032508969307, 0.06068986654281616, 0.09938135743141174, 0.22153118252754211, 0.2941321134567261], "min": [-0.3103800117969513, 0.4675520062446594, 0.2281859964132309, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.33259299397468567, -0.4762740135192871, 0.043108001351356506, 1.3113584518432617, -1.7268519401550293, -0.02719443291425705], "max": [-0.31027600169181824, 0.46759799122810364, 0.2282940000295639, -1.5723901987075806, -1.121137022972107, -0.7456094622612, -0.27256399393081665, -0.39043301343917847, 0.2292879968881607, 1.6568597555160522, -1.1176916360855103, 0.9829360842704773], "count": [490]}, "eef_sim_pose_action": {"mean": [-0.310331255197525, 0.46757420897483826, 0.22824344038963318, -1.5732353925704956, -1.1211334466934204, -0.7462753057479858, -0.308043509721756, -0.4357733726501465, 0.15836374461650848, 1.488901138305664, -1.4259551763534546, 0.5650574564933777], "std": [1.6887534002307802e-05, 8.244944183388725e-06, 1.5865523891989142e-05, 3.910685336450115e-05, 1.0472604117239825e-05, 3.0081186196184717e-05, 0.014871031977236271, 0.025490038096904755, 0.060689862817525864, 0.09938138723373413, 0.2215312123298645, 0.2941320836544037], "min": [-0.3103800117969513, 0.4675520062446594, 0.2281859964132309, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.33259299397468567, -0.4762740135192871, 0.043108001351356506, 1.3113584518432617, -1.7268519401550293, -0.02719443291425705], "max": [-0.31027600169181824, 0.46759799122810364, 0.2282940000295639, -1.5723901987075806, -1.121137022972107, -0.7456094622612, -0.27256399393081665, -0.39043301343917847, 0.2292879968881607, 1.6568597555160522, -1.1176916360855103, 0.9829360842704773], "count": [490]}, "gripper_mode_state": {"mean": [0.0, 0.2163265306122449], "std": [0.0, 0.4117394355238707], "min": [0, 0], "max": [0, 1], "count": [490]}, "gripper_activity_state": {"mean": [2.0, 1.7183673469387755], "std": [0.0, 0.621280267816928], "min": [2, 0], "max": [2, 2], "count": [490]}, "gripper_mode_action": {"mean": [0.0, 0.2163265306122449], "std": [0.0, 0.4117394355238707], "min": [0, 0], "max": [0, 1], "count": [490]}, "gripper_activity_action": {"mean": [2.0, 1.7183673469387755], "std": [0.0, 0.621280267816928], "min": [2, 0], "max": [2, 2], "count": [490]}}} +{"episode_index": 107, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4090016890451833]], [[0.41770929241261723]], [[0.41408668833475415]]], "std": [[[0.21012853536725715]], [[0.20848860258666146]], [[0.20630644447270835]]], "count": [115]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32718407928388743]], [[0.3122458280051151]], [[0.3233226502557545]]], "std": [[[0.2584225476648699]], [[0.26716432041842686]], [[0.25512505618063713]]], "count": [115]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43166822250639386]], [[0.43571835571184997]], [[0.42823597790565504]]], "std": [[[0.2835838780242132]], [[0.2791783734149472]], [[0.28054478244984676]]], "count": [115]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3896808237425405]], [[0.3838328413611822]], [[0.3961338537226485]]], "std": [[[0.2784036743248493]], [[0.2782530385249526]], [[0.2792186771199628]]], "count": [115]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12061969935894012, 0.02822197414934635, -0.310371994972229, 0.46755000948905945, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1520530879497528, 0.3172135651111603, -0.6665587425231934, -1.706164002418518, 0.044750239700078964, -0.1206895187497139, -0.02839650586247444, -0.328218013048172, -0.494378000497818, 0.02616100013256073, 1.1631020307540894, -1.8240656852722168, -0.09775929898023605, 1008.0, 332.0, -0.004752332344651222, -0.2966260015964508, -0.8409724831581116, 1.9078069925308228, -1.0589451789855957, -0.0005866337451152503], "max": [-0.19945622980594635, 0.6047391295433044, 0.45148175954818726, -1.411884069442749, -0.25384068489074707, -0.12046262621879578, 0.028326693922281265, -0.31028100848197937, 0.46759599447250366, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4292113482952118, 0.6047565937042236, -0.20586158335208893, -1.2631471157073975, 0.3761533498764038, 0.7379077672958374, 0.5346641540527344, -0.2530460059642792, -0.42441099882125854, 0.2283650040626526, 1.6641430854797363, -1.121137022972107, 0.8867232203483582, 1008.0, 1003.0, 0.0034702555276453495, -0.2960207164287567, -0.8408671021461487, 1.9078102111816406, -1.0576393604278564, -0.00047936898772604764], "mean": [-0.19952017068862915, 0.6046655178070068, 0.45139122009277344, -1.4119809865951538, -0.2539011240005493, -0.12055611610412598, 0.028274619951844215, -0.31032130122184753, 0.4675735831260681, 0.2282327562570572, -1.5732377767562866, -1.1211358308792114, -0.7462766766548157, 0.25488850474357605, 0.41124457120895386, -0.3885192573070526, -1.486812949180603, 0.19834567606449127, 0.2854454815387726, 0.2987552285194397, -0.30175530910491943, -0.4627933204174042, 0.1454131007194519, 1.4801647663116455, -1.4755150079727173, 0.472258061170578, 1008.0, 813.41357421875, 7.340907177422196e-05, -0.29644834995269775, -0.8409612774848938, 1.9078223705291748, -1.0582765340805054, -0.0005078387912362814], "std": [2.5173556423396803e-05, 1.998133484448772e-05, 2.4538263460271992e-05, 3.1683324777986854e-05, 2.3821607101126574e-05, 2.155170113837812e-05, 1.5819325199117884e-05, 1.6657206288073212e-05, 8.371239346161019e-06, 1.5047492524900008e-05, 1.0848045349121094e-05, 1.1920928955078125e-06, 1.0728836059570312e-06, 0.08193569630384445, 0.09224865585565567, 0.1430446356534958, 0.1133769154548645, 0.09151381254196167, 0.31584423780441284, 0.147030770778656, 0.017956163734197617, 0.020234782248735428, 0.06300652027130127, 0.12032825499773026, 0.1868417114019394, 0.2968052625656128, 0.0, 281.44281005859375, 0.0035662197042256594, 9.256441990146413e-05, 1.4789904525969177e-05, 1.4499934877676424e-05, 0.00046294243657030165, 1.3353984286368359e-05], "count": [561]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12061969935894012, 0.02822197414934635, -0.310371994972229, 0.46755000948905945, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1520530879497528, 0.3172135651111603, -0.6665587425231934, -1.706164002418518, 0.044750239700078964, -0.1206895187497139, -0.02839650586247444, -0.328218013048172, -0.494378000497818, 0.02616100013256073, 1.1631020307540894, -1.8240656852722168, -0.09775929898023605, 1008.0, 332.0, -0.004752332344651222, -0.2966260015964508, -0.8409724831581116, 1.9078069925308228, -1.0589451789855957, -0.0005866337451152503], "max": [-0.19945622980594635, 0.6047391295433044, 0.45148175954818726, -1.411884069442749, -0.25384068489074707, -0.12046262621879578, 0.028326693922281265, -0.31028100848197937, 0.46759599447250366, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4292113482952118, 0.6047565937042236, -0.20586158335208893, -1.2631471157073975, 0.3761533498764038, 0.7379077672958374, 0.5346641540527344, -0.2530460059642792, -0.42441099882125854, 0.2283650040626526, 1.6641430854797363, -1.121137022972107, 0.8867232203483582, 1008.0, 1003.0, 0.0034702555276453495, -0.2960207164287567, -0.8408671021461487, 1.9078102111816406, -1.0576393604278564, -0.00047936898772604764], "mean": [-0.19952020049095154, 0.6046655178070068, 0.4513911008834839, -1.411981225013733, -0.2539011240005493, -0.1205560639500618, 0.028274621814489365, -0.31032127141952515, 0.4675735831260681, 0.22823278605937958, -1.5732377767562866, -1.1211358308792114, -0.7462766766548157, 0.2549465596675873, 0.4107619524002075, -0.3880835473537445, -1.486567735671997, 0.19830895960330963, 0.28561079502105713, 0.29930660128593445, -0.30178147554397583, -0.46283894777297974, 0.14537151157855988, 1.4799611568450928, -1.4760582447052002, 0.4724150002002716, 1008.0, 813.41357421875, 8.681618055561557e-05, -0.29644790291786194, -0.8409610986709595, 1.9078223705291748, -1.0582760572433472, -0.0005077897221781313], "std": [2.516970198485069e-05, 1.9961778889410198e-05, 2.4553173716412857e-05, 3.174822268192656e-05, 2.3822465664125048e-05, 2.1519364963751286e-05, 1.5819330656086095e-05, 1.6688412870280445e-05, 8.367765985894948e-06, 1.5047461602080148e-05, 1.0848045349121094e-05, 1.1920928955078125e-06, 1.0728836059570312e-06, 0.08190789818763733, 0.0919429212808609, 0.14322438836097717, 0.11368704587221146, 0.09149570018053055, 0.3156559467315674, 0.14638261497020721, 0.0179793331772089, 0.020274324342608452, 0.06295954436063766, 0.12026744335889816, 0.18625245988368988, 0.29697346687316895, 0.0, 281.44281005859375, 0.003564493963494897, 9.261695959139615e-05, 1.504639567428967e-05, 1.4497153642878402e-05, 0.0004630416806321591, 1.3334649338503368e-05], "count": [561]}, "timestamp": {"min": [0.0], "max": [18.666666666666668], "mean": [9.333333333333334], "std": [5.398216440708981], "count": [561]}, "frame_index": {"min": [0], "max": [560], "mean": [280.0], "std": [161.94649322126944], "count": [561]}, "episode_index": {"min": [224], "max": [224], "mean": [224.0], "std": [0.0], "count": [561]}, "index": {"min": [135877], "max": [136437], "mean": [136157.0], "std": [161.94649322126944], "count": [561]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [561]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8115258453257793], "std": [0.0, 0.28017112403940214], "count": [561]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8115258453257793], "std": [0.0, 0.28017112403940214], "count": [561]}, "eef_direction_state": {"mean": [6.0, 4.657754010695188], "std": [0.0, 1.9768214688041303], "min": [6, 0], "max": [6, 6], "count": [561]}, "eef_velocity_state": {"mean": [0.0, 0.6720142602495544], "std": [0.0, 0.7984506207249398], "min": [0, 0], "max": [0, 2], "count": [561]}, "eef_acc_mag_state": {"mean": [0.0, 0.5882352941176471], "std": [0.0, 0.7987092449732031], "min": [0, 0], "max": [0, 2], "count": [561]}, "eef_direction_action": {"mean": [6.0, 4.657754010695188], "std": [0.0, 1.9768214688041303], "min": [6, 0], "max": [6, 6], "count": [561]}, "eef_velocity_action": {"mean": [0.0, 0.6720142602495544], "std": [0.0, 0.7984506207249398], "min": [0, 0], "max": [0, 2], "count": [561]}, "eef_acc_mag_action": {"mean": [0.0, 0.5882352941176471], "std": [0.0, 0.7987092449732031], "min": [0, 0], "max": [0, 2], "count": [561]}, "eef_sim_pose_state": {"mean": [-0.310321569442749, 0.4675733745098114, 0.22823280096054077, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.30175527930259705, -0.46279314160346985, 0.1454131305217743, 1.4801653623580933, -1.4755167961120605, 0.4722577929496765], "std": [1.66551490110578e-05, 8.36785420688102e-06, 1.504733972979011e-05, 0.0, 0.0, 5.960464477539063e-08, 0.01795615628361702, 0.020234784111380577, 0.06300651282072067, 0.12032835185527802, 0.1868416965007782, 0.29680541157722473], "min": [-0.310371994972229, 0.46755000948905945, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.328218013048172, -0.494378000497818, 0.02616100013256073, 1.1631020307540894, -1.8240656852722168, -0.09775929898023605], "max": [-0.31028100848197937, 0.46759599447250366, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2530460059642792, -0.42441099882125854, 0.2283650040626526, 1.6641430854797363, -1.121137022972107, 0.8867232203483582], "count": [561]}, "eef_sim_pose_action": {"mean": [-0.31032130122184753, 0.4675735831260681, 0.2282327562570572, -1.5732377767562866, -1.1211358308792114, -0.7462766766548157, -0.30175530910491943, -0.4627933204174042, 0.1454131007194519, 1.4801647663116455, -1.4755150079727173, 0.472258061170578], "std": [1.6657206288073212e-05, 8.371239346161019e-06, 1.5047492524900008e-05, 1.0848045349121094e-05, 1.1920928955078125e-06, 1.0728836059570312e-06, 0.017956163734197617, 0.020234782248735428, 0.06300652027130127, 0.12032825499773026, 0.1868417114019394, 0.2968052625656128], "min": [-0.310371994972229, 0.46755000948905945, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.328218013048172, -0.494378000497818, 0.02616100013256073, 1.1631020307540894, -1.8240656852722168, -0.09775929898023605], "max": [-0.31028100848197937, 0.46759599447250366, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2530460059642792, -0.42441099882125854, 0.2283650040626526, 1.6641430854797363, -1.121137022972107, 0.8867232203483582], "count": [561]}, "gripper_mode_state": {"mean": [0.0, 0.24420677361853832], "std": [0.0, 0.4296159044278547], "min": [0, 0], "max": [0, 1], "count": [561]}, "gripper_activity_state": {"mean": [2.0, 1.7522281639928698], "std": [0.0, 0.591923832231823], "min": [2, 0], "max": [2, 2], "count": [561]}, "gripper_mode_action": {"mean": [0.0, 0.24420677361853832], "std": [0.0, 0.4296159044278547], "min": [0, 0], "max": [0, 1], "count": [561]}, "gripper_activity_action": {"mean": [2.0, 1.7522281639928698], "std": [0.0, 0.591923832231823], "min": [2, 0], "max": [2, 2], "count": [561]}}} +{"episode_index": 108, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4131147841198627]], [[0.42125523775894536]], [[0.41842980952974407]]], "std": [[[0.21144860654841904]], [[0.21025772785403962]], [[0.20717379626443755]]], "count": [118]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3301413710258115]], [[0.3153927505677412]], [[0.3294864451783538]]], "std": [[[0.25805861978105293]], [[0.2669023626037382]], [[0.25497602346901804]]], "count": [118]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4312059654370222]], [[0.43482148346626787]], [[0.4274289198377091]]], "std": [[[0.28358160889404643]], [[0.2784143723768879]], [[0.2800838718789777]]], "count": [118]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3939688434695912]], [[0.39118706034673756]], [[0.398795786252354]]], "std": [[[0.26293722493824356]], [[0.266057966442664]], [[0.26250875341764107]]], "count": [118]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.310373991727829, 0.4675459861755371, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.057787854224443436, 0.26602306962013245, -0.672946572303772, -1.7553125619888306, 0.0022689278703182936, -0.13779374957084656, -0.02839650586247444, -0.32762300968170166, -0.48446598649024963, 0.03897700086236, 1.3137378692626953, -1.7005064487457275, -0.08192234486341476, 1008.0, 334.0, -0.004771131556481123, -0.29640981554985046, -0.8409186005592346, 1.907806158065796, -1.0596257448196411, -0.000594227691181004], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411919116973877, -0.25382325053215027, -0.12049752473831177, 0.028361599892377853, -0.31027400493621826, 0.4675999879837036, 0.22826500236988068, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.40252527594566345, 0.6047391295433044, -0.12309807538986206, -1.324181318283081, 0.39444440603256226, 0.6123313307762146, 0.5359905958175659, -0.2614249885082245, -0.39282599091529846, 0.229420006275177, 1.667575716972351, -1.121137022972107, 0.9741544723510742, 1008.0, 1003.0, 0.0036789218429476023, -0.2960958778858185, -0.840887725353241, 1.9078078269958496, -1.0569705963134766, -0.0004917092155665159], "mean": [-0.1995210498571396, 0.6046663522720337, 0.4513934552669525, -1.4119681119918823, -0.25389760732650757, -0.12056577205657959, 0.028277620673179626, -0.3103243112564087, 0.46757271885871887, 0.22823339700698853, -1.5732378959655762, -1.1211365461349487, -0.7462766766548157, 0.17768360674381256, 0.4110715389251709, -0.352210134267807, -1.5271719694137573, 0.1884489804506302, 0.232507586479187, 0.27972185611724854, -0.309551477432251, -0.4481610059738159, 0.15200670063495636, 1.485115885734558, -1.4689092636108398, 0.5256106853485107, 1008.0, 822.4467163085938, 0.00020841439254581928, -0.29625168442726135, -0.8409034609794617, 1.9078079462051392, -1.058310627937317, -0.0005126750329509377], "std": [2.529122866690159e-05, 1.8975699276779778e-05, 2.34956150961807e-05, 1.768445326888468e-05, 2.2338108465191908e-05, 2.068493631668389e-05, 1.7006957932608202e-05, 1.486165274400264e-05, 7.997391548997257e-06, 1.2560009054141119e-05, 1.0967254638671875e-05, 4.76837158203125e-07, 1.0728836059570312e-06, 0.08359374105930328, 0.10228139907121658, 0.14965423941612244, 0.11420927196741104, 0.08156070113182068, 0.23646071553230286, 0.13908666372299194, 0.015307355672121048, 0.02444794401526451, 0.060744427144527435, 0.08759088069200516, 0.1616501361131668, 0.28049829602241516, 0.0, 277.400146484375, 0.0038586233276873827, 9.38626762945205e-05, 6.682119874312775e-06, 1.021767843667476e-06, 0.0007324345060624182, 1.488757879997138e-05], "count": [582]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.310373991727829, 0.4675459861755371, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.057787854224443436, 0.26602306962013245, -0.672946572303772, -1.7553125619888306, 0.0022689278703182936, -0.13779374957084656, -0.02839650586247444, -0.32762300968170166, -0.48446598649024963, 0.03897700086236, 1.3137378692626953, -1.7005064487457275, -0.08192234486341476, 1008.0, 334.0, -0.004771131556481123, -0.29640981554985046, -0.8409186005592346, 1.907806158065796, -1.0596257448196411, -0.000594227691181004], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411919116973877, -0.25382325053215027, -0.12049752473831177, 0.028361599892377853, -0.31027400493621826, 0.4675999879837036, 0.22826500236988068, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.40252527594566345, 0.6047391295433044, -0.12309807538986206, -1.324181318283081, 0.39444440603256226, 0.6123313307762146, 0.5359905958175659, -0.2614249885082245, -0.39282599091529846, 0.229420006275177, 1.667575716972351, -1.121137022972107, 0.9741544723510742, 1008.0, 1003.0, 0.0036789218429476023, -0.2960958778858185, -0.840887725353241, 1.9078078269958496, -1.0569705963134766, -0.0004917092155665159], "mean": [-0.1995210349559784, 0.6046664118766785, 0.45139336585998535, -1.4119682312011719, -0.25389760732650757, -0.1205657497048378, 0.028277678415179253, -0.31032437086105347, 0.4675726592540741, 0.22823341190814972, -1.5732378959655762, -1.1211365461349487, -0.7462766766548157, 0.1776270717382431, 0.4105508625507355, -0.3516521453857422, -1.5270321369171143, 0.18820519745349884, 0.23267173767089844, 0.2800445258617401, -0.30957695841789246, -0.4481881260871887, 0.15200646221637726, 1.484798550605774, -1.4691314697265625, 0.5258477926254272, 1008.0, 822.4467163085938, 0.00022159627405926585, -0.2962513566017151, -0.8409034609794617, 1.90780770778656, -1.0583078861236572, -0.0005126831820234656], "std": [2.52957488555694e-05, 1.886549944174476e-05, 2.3533588318969123e-05, 1.7668819054961205e-05, 2.2338110284181312e-05, 2.0720648535643704e-05, 1.6995309124467894e-05, 1.4857766473141965e-05, 7.998486580618192e-06, 1.257428630196955e-05, 1.0967254638671875e-05, 4.76837158203125e-07, 1.0728836059570312e-06, 0.08359010517597198, 0.10206666588783264, 0.14988833665847778, 0.11439964920282364, 0.08157655596733093, 0.2362484633922577, 0.13858892023563385, 0.015320996753871441, 0.024478115141391754, 0.060744140297174454, 0.08760510385036469, 0.16126112639904022, 0.28074294328689575, 0.0, 277.400146484375, 0.003856855910271406, 9.396220411872491e-05, 6.674277301499387e-06, 8.890235108083289e-07, 0.0007337316055782139, 1.4882094546919689e-05], "count": [582]}, "timestamp": {"min": [0.0], "max": [19.366666666666667], "mean": [9.683333333333335], "std": [5.600289344376837], "count": [582]}, "frame_index": {"min": [0], "max": [581], "mean": [290.5], "std": [168.0086803313051], "count": [582]}, "episode_index": {"min": [225], "max": [225], "mean": [225.0], "std": [0.0], "count": [582]}, "index": {"min": [136438], "max": [137019], "mean": [136728.5], "std": [168.0086803313051], "count": [582]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [582]}, "gripper_open_scale_state": {"min": [1.0, 0.33399999141693115], "max": [1.0, 1.0], "mean": [1.0, 0.8205103091255496], "std": [0.0, 0.2761402841289659], "count": [582]}, "gripper_open_scale_action": {"min": [1.0, 0.33399999141693115], "max": [1.0, 1.0], "mean": [1.0, 0.8205103091255496], "std": [0.0, 0.2761402841289659], "count": [582]}, "eef_direction_state": {"mean": [6.0, 4.893470790378007], "std": [0.0, 1.7874107235069394], "min": [6, 0], "max": [6, 6], "count": [582]}, "eef_velocity_state": {"mean": [0.0, 0.6013745704467354], "std": [0.0, 0.779372049132157], "min": [0, 0], "max": [0, 2], "count": [582]}, "eef_acc_mag_state": {"mean": [0.0, 0.5756013745704467], "std": [0.0, 0.8145725372349338], "min": [0, 0], "max": [0, 2], "count": [582]}, "eef_direction_action": {"mean": [6.0, 4.893470790378007], "std": [0.0, 1.7874107235069394], "min": [6, 0], "max": [6, 6], "count": [582]}, "eef_velocity_action": {"mean": [0.0, 0.6013745704467354], "std": [0.0, 0.779372049132157], "min": [0, 0], "max": [0, 2], "count": [582]}, "eef_acc_mag_action": {"mean": [0.0, 0.5756013745704467], "std": [0.0, 0.8145725372349338], "min": [0, 0], "max": [0, 2], "count": [582]}, "eef_sim_pose_state": {"mean": [-0.31032440066337585, 0.4675729274749756, 0.22823351621627808, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.3095516860485077, -0.44816097617149353, 0.1520065814256668, 1.4851160049438477, -1.4689085483551025, 0.5256112813949585], "std": [1.4861420822853688e-05, 7.995030500751454e-06, 1.255941970157437e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.01530735194683075, 0.024447942152619362, 0.06074444577097893, 0.08759096264839172, 0.16165012121200562, 0.28049832582473755], "min": [-0.310373991727829, 0.4675459861755371, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32762300968170166, -0.48446598649024963, 0.03897700086236, 1.3137378692626953, -1.7005064487457275, -0.08192234486341476], "max": [-0.31027400493621826, 0.4675999879837036, 0.22826500236988068, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2614249885082245, -0.39282599091529846, 0.229420006275177, 1.667575716972351, -1.121137022972107, 0.9741544723510742], "count": [582]}, "eef_sim_pose_action": {"mean": [-0.3103243112564087, 0.46757271885871887, 0.22823339700698853, -1.5732378959655762, -1.1211365461349487, -0.7462766766548157, -0.309551477432251, -0.4481610059738159, 0.15200670063495636, 1.485115885734558, -1.4689092636108398, 0.5256106853485107], "std": [1.486165274400264e-05, 7.997391548997257e-06, 1.2560009054141119e-05, 1.0967254638671875e-05, 4.76837158203125e-07, 1.0728836059570312e-06, 0.015307355672121048, 0.02444794401526451, 0.060744427144527435, 0.08759088069200516, 0.1616501361131668, 0.28049829602241516], "min": [-0.310373991727829, 0.4675459861755371, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32762300968170166, -0.48446598649024963, 0.03897700086236, 1.3137378692626953, -1.7005064487457275, -0.08192234486341476], "max": [-0.31027400493621826, 0.4675999879837036, 0.22826500236988068, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2614249885082245, -0.39282599091529846, 0.229420006275177, 1.667575716972351, -1.121137022972107, 0.9741544723510742], "count": [582]}, "gripper_mode_state": {"mean": [0.0, 0.23367697594501718], "std": [0.0, 0.423169052339852], "min": [0, 0], "max": [0, 1], "count": [582]}, "gripper_activity_state": {"mean": [2.0, 1.7646048109965635], "std": [0.0, 0.5784664806669483], "min": [2, 0], "max": [2, 2], "count": [582]}, "gripper_mode_action": {"mean": [0.0, 0.23367697594501718], "std": [0.0, 0.423169052339852], "min": [0, 0], "max": [0, 1], "count": [582]}, "gripper_activity_action": {"mean": [2.0, 1.7646048109965635], "std": [0.0, 0.5784664806669483], "min": [2, 0], "max": [2, 2], "count": [582]}}} +{"episode_index": 109, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4083204391339869]], [[0.41736103145424835]], [[0.41402100898692806]]], "std": [[[0.20929386633555302]], [[0.2092954115600622]], [[0.20526221584300075]]], "count": [100]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3238094852941177]], [[0.3109100224673203]], [[0.32675327410130717]]], "std": [[[0.2577268881184407]], [[0.2659476533759997]], [[0.2556886648425407]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4296506699346405]], [[0.4325611070261438]], [[0.4250182679738562]]], "std": [[[0.2828738759224433]], [[0.2765365083442975]], [[0.27844047003019035]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39467425040849674]], [[0.38561832516339867]], [[0.4040605575980392]]], "std": [[[0.2791420765217613]], [[0.2815703373454423]], [[0.2828887853422992]]], "count": [100]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31037798523902893, 0.4675450026988983, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.11878710985183716, 0.3620162010192871, -0.6041631698608398, -1.671100378036499, 0.07468263804912567, -0.12072442471981049, -0.02839650586247444, -0.3324440121650696, -0.4727180004119873, 0.04588700085878372, 1.3352991342544556, -1.7928600311279297, 0.06847703456878662, 1008.0, 332.0, -0.003943984862416983, -0.29622185230255127, -0.8409202098846436, 1.9078069925308228, -1.0594879388809204, -0.000520186556968838], "max": [-0.19945622980594635, 0.6047391295433044, 0.45148175954818726, -1.411919116973877, -0.25384068489074707, -0.12049752473831177, 0.02834414690732956, -0.31027498841285706, 0.4676010012626648, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.31328660249710083, 0.620918333530426, -0.21306979656219482, -1.361304521560669, 0.38837069272994995, 0.4697030186653137, 0.48837804794311523, -0.26888999342918396, -0.41052401065826416, 0.22827300429344177, 1.6540414094924927, -1.121137022972107, 0.7903183698654175, 1008.0, 1003.0, 0.003772915806621313, -0.29584774374961853, -0.8408979773521423, 1.9078069925308228, -1.056992769241333, -0.0004955061594955623], "mean": [-0.1995212882757187, 0.604671061038971, 0.45139017701148987, -1.4119645357131958, -0.2538996934890747, -0.12055868655443192, 0.02827639877796173, -0.31032633781433105, 0.4675735533237457, 0.2282382845878601, -1.5732368230819702, -1.1211318969726562, -0.7462766766548157, 0.19503650069236755, 0.4490927457809448, -0.39087772369384766, -1.5062129497528076, 0.22926200926303864, 0.17734253406524658, 0.28566327691078186, -0.30981895327568054, -0.45034199953079224, 0.15060171484947205, 1.5407894849777222, -1.4851813316345215, 0.5140548944473267, 1008.0, 826.0108032226562, 0.0006391709321178496, -0.2960367500782013, -0.8409102559089661, 1.9078192710876465, -1.0583566427230835, -0.0005019922973588109], "std": [2.6592497306410223e-05, 1.880798845377285e-05, 2.6294579583918676e-05, 1.7806229152483866e-05, 2.3578244508826174e-05, 2.067269633698743e-05, 1.725398760754615e-05, 1.605490433576051e-05, 8.788230843492784e-06, 1.273240013688337e-05, 9.894371032714844e-06, 5.125999450683594e-06, 1.0728836059570312e-06, 0.05036282166838646, 0.07998266816139221, 0.11608678847551346, 0.08881371468305588, 0.07061781734228134, 0.19512659311294556, 0.133849635720253, 0.013294179923832417, 0.01994124799966812, 0.05817575007677078, 0.06669490784406662, 0.19374099373817444, 0.22702203691005707, 0.0, 269.81976318359375, 0.0025470517575740814, 7.287824701052159e-05, 4.225485554343322e-06, 1.2278556823730469e-05, 0.0006436255644075572, 3.5687355648406083e-06], "count": [463]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31037798523902893, 0.4675450026988983, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.11878710985183716, 0.3620162010192871, -0.6041631698608398, -1.671100378036499, 0.07468263804912567, -0.12072442471981049, -0.02839650586247444, -0.3324440121650696, -0.4727180004119873, 0.04588700085878372, 1.3352991342544556, -1.7928600311279297, 0.06847703456878662, 1008.0, 332.0, -0.003943984862416983, -0.29622185230255127, -0.8409202098846436, 1.9078069925308228, -1.0594879388809204, -0.000520186556968838], "max": [-0.19945622980594635, 0.6047391295433044, 0.45148175954818726, -1.411919116973877, -0.25384068489074707, -0.12049752473831177, 0.02834414690732956, -0.31027498841285706, 0.4676010012626648, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.31328660249710083, 0.620918333530426, -0.21306979656219482, -1.361304521560669, 0.38837069272994995, 0.4697030186653137, 0.48837804794311523, -0.26888999342918396, -0.41052401065826416, 0.22827300429344177, 1.6540414094924927, -1.121137022972107, 0.7903183698654175, 1008.0, 1003.0, 0.003772915806621313, -0.29584774374961853, -0.8408979773521423, 1.9078069925308228, -1.056992769241333, -0.0004955061594955623], "mean": [-0.19952133297920227, 0.6046711206436157, 0.45139017701148987, -1.4119646549224854, -0.25389957427978516, -0.12055876106023788, 0.028276359662413597, -0.31032630801200867, 0.4675735831260681, 0.2282383143901825, -1.5732368230819702, -1.1211318969726562, -0.7462766766548157, 0.19494616985321045, 0.448630690574646, -0.3904164433479309, -1.5061187744140625, 0.2288874387741089, 0.17756670713424683, 0.2861208915710449, -0.30986207723617554, -0.4503518342971802, 0.15056605637073517, 1.5406420230865479, -1.4854315519332886, 0.5139504671096802, 1008.0, 826.01513671875, 0.0006378635880537331, -0.2960364520549774, -0.8409102559089661, 1.9078192710876465, -1.0583528280258179, -0.0005020045791752636], "std": [2.6586687454255298e-05, 1.882377728179563e-05, 2.6294579583918676e-05, 1.7789914636523463e-05, 2.3482331016566604e-05, 2.051204319286626e-05, 1.7277525330428034e-05, 1.604896351636853e-05, 8.785552381596062e-06, 1.272865029022796e-05, 9.894371032714844e-06, 5.125999450683594e-06, 1.0728836059570312e-06, 0.05039212852716446, 0.07970336079597473, 0.11626940220594406, 0.08893654495477676, 0.07094532251358032, 0.19484348595142365, 0.13313674926757812, 0.01332801952958107, 0.019950883463025093, 0.05813334882259369, 0.06669814884662628, 0.1933458298444748, 0.22692638635635376, 0.0, 269.8223571777344, 0.002545597031712532, 7.278626435436308e-05, 4.225569682603236e-06, 1.2278556823730469e-05, 0.0006421728758141398, 3.5594403016148135e-06], "count": [463]}, "timestamp": {"min": [0.0], "max": [15.4], "mean": [7.7], "std": [4.455209185760966], "count": [463]}, "frame_index": {"min": [0], "max": [462], "mean": [231.0], "std": [133.65627557282897], "count": [463]}, "episode_index": {"min": [227], "max": [227], "mean": [227.0], "std": [0.0], "count": [463]}, "index": {"min": [137647], "max": [138109], "mean": [137878.0], "std": [133.65627557282897], "count": [463]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [463]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8243844494320146], "std": [0.0, 0.26875493848954807], "count": [463]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8243844494320146], "std": [0.0, 0.26875493848954807], "count": [463]}, "eef_direction_state": {"mean": [6.0, 4.736501079913607], "std": [0.0, 1.9104425616375735], "min": [6, 0], "max": [6, 6], "count": [463]}, "eef_velocity_state": {"mean": [0.0, 0.6695464362850972], "std": [0.0, 0.8161975324580059], "min": [0, 0], "max": [0, 2], "count": [463]}, "eef_acc_mag_state": {"mean": [0.0, 0.6479481641468683], "std": [0.0, 0.8256361520841828], "min": [0, 0], "max": [0, 2], "count": [463]}, "eef_direction_action": {"mean": [6.0, 4.736501079913607], "std": [0.0, 1.9104425616375735], "min": [6, 0], "max": [6, 6], "count": [463]}, "eef_velocity_action": {"mean": [0.0, 0.6695464362850972], "std": [0.0, 0.8161975324580059], "min": [0, 0], "max": [0, 2], "count": [463]}, "eef_acc_mag_action": {"mean": [0.0, 0.6479481641468683], "std": [0.0, 0.8256361520841828], "min": [0, 0], "max": [0, 2], "count": [463]}, "eef_sim_pose_state": {"mean": [-0.31032612919807434, 0.4675733149051666, 0.22823835909366608, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.3098191022872925, -0.45034196972846985, 0.15060172975063324, 1.5407893657684326, -1.485181212425232, 0.5140546560287476], "std": [1.6053514627856202e-05, 8.784804776951205e-06, 1.2732057257380802e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.013294180855154991, 0.01994125172495842, 0.058175742626190186, 0.0666949599981308, 0.19374090433120728, 0.22702212631702423], "min": [-0.31037798523902893, 0.4675450026988983, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3324440121650696, -0.4727180004119873, 0.04588700085878372, 1.3352991342544556, -1.7928600311279297, 0.06847703456878662], "max": [-0.31027498841285706, 0.4676010012626648, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.26888999342918396, -0.41052401065826416, 0.22827300429344177, 1.6540414094924927, -1.121137022972107, 0.7903183698654175], "count": [463]}, "eef_sim_pose_action": {"mean": [-0.31032633781433105, 0.4675735533237457, 0.2282382845878601, -1.5732368230819702, -1.1211318969726562, -0.7462766766548157, -0.30981895327568054, -0.45034199953079224, 0.15060171484947205, 1.5407894849777222, -1.4851813316345215, 0.5140548944473267], "std": [1.605490433576051e-05, 8.788230843492784e-06, 1.273240013688337e-05, 9.894371032714844e-06, 5.125999450683594e-06, 1.0728836059570312e-06, 0.013294179923832417, 0.01994124799966812, 0.05817575007677078, 0.06669490784406662, 0.19374099373817444, 0.22702203691005707], "min": [-0.31037798523902893, 0.4675450026988983, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3324440121650696, -0.4727180004119873, 0.04588700085878372, 1.3352991342544556, -1.7928600311279297, 0.06847703456878662], "max": [-0.31027498841285706, 0.4676010012626648, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.26888999342918396, -0.41052401065826416, 0.22827300429344177, 1.6540414094924927, -1.121137022972107, 0.7903183698654175], "count": [463]}, "gripper_mode_state": {"mean": [0.0, 0.21814254859611232], "std": [0.0, 0.4129847177415947], "min": [0, 0], "max": [0, 1], "count": [463]}, "gripper_activity_state": {"mean": [2.0, 1.6976241900647948], "std": [0.0, 0.6400381107191515], "min": [2, 0], "max": [2, 2], "count": [463]}, "gripper_mode_action": {"mean": [0.0, 0.21814254859611232], "std": [0.0, 0.4129847177415947], "min": [0, 0], "max": [0, 1], "count": [463]}, "gripper_activity_action": {"mean": [2.0, 1.6976241900647948], "std": [0.0, 0.6400381107191515], "min": [2, 0], "max": [2, 2], "count": [463]}}} +{"episode_index": 110, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40940917990759523]], [[0.4169143776763579]], [[0.4142806249295696]]], "std": [[[0.2097005908378525]], [[0.207839940243582]], [[0.20555154746882442]]], "count": [116]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3213022189119901]], [[0.30787471827811586]], [[0.32375386311133647]]], "std": [[[0.2583275810958522]], [[0.2666920151693577]], [[0.25649665264684646]]], "count": [116]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4304547290539779]], [[0.4330950247915258]], [[0.425262983857336]]], "std": [[[0.2833840273865642]], [[0.2770109725006323]], [[0.27880865911483016]]], "count": [116]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3931610797695515]], [[0.39014449339362184]], [[0.4000735082826234]]], "std": [[[0.27417263672428016]], [[0.2757616911790748]], [[0.274785367720065]]], "count": [116]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12061969935894012, 0.02822197414934635, -0.31036698818206787, 0.4675540030002594, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.11217231303453445, 0.25621435046195984, -0.7597941756248474, -1.6754637956619263, -0.12437216192483902, -0.1206720620393753, -0.028379054740071297, -0.33314600586891174, -0.4850490093231201, 0.01766899973154068, 1.1999702453613281, -1.7245181798934937, -0.1844560205936432, 1008.0, 333.0, -0.004276723135262728, -0.29687416553497314, -0.8423812985420227, 1.9069480895996094, -1.0566235780715942, -0.0012605980737134814], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12049752473831177, 0.028326693922281265, -0.3102709949016571, 0.46760401129722595, 0.22829200327396393, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5685933232307434, 0.6487388610839844, -0.1868898570537567, -1.369036316871643, 0.5094616413116455, 0.8223293423652649, 0.5889264345169067, -0.2511120140552521, -0.4463990032672882, 0.22897300124168396, 1.686504602432251, -1.038537621498108, 0.7948763966560364, 1008.0, 1005.0, 0.0038932280149310827, -0.29630833864212036, -0.8422743082046509, 1.9074686765670776, -1.0565775632858276, -0.00021927572379354388], "mean": [-0.1995343118906021, 0.604666531085968, 0.45138344168663025, -1.4119616746902466, -0.2538999021053314, -0.12056999653577805, 0.028276214376091957, -0.31031835079193115, 0.46757856011390686, 0.22823935747146606, -1.5732377767562866, -1.1211360692977905, -0.7462766766548157, 0.2798365354537964, 0.4520898759365082, -0.4388708174228668, -1.4799362421035767, 0.19483953714370728, 0.2857186496257782, 0.25761526823043823, -0.30029037594795227, -0.4648294150829315, 0.15207847952842712, 1.4771728515625, -1.4122273921966553, 0.4340003728866577, 1008.0, 850.3345336914062, -0.00038033496821299195, -0.2964617908000946, -0.8423395752906799, 1.9072175025939941, -1.0566010475158691, -0.000764395808801055], "std": [2.5868828743114136e-05, 1.9715496819117106e-05, 2.5671706680441275e-05, 2.3054557459545322e-05, 2.382441198278684e-05, 2.125942410202697e-05, 1.6118969142553397e-05, 1.535992487333715e-05, 8.335149686899967e-06, 1.4527379789797124e-05, 1.0848045349121094e-05, 9.5367431640625e-07, 1.0728836059570312e-06, 0.14547491073608398, 0.10309721529483795, 0.15114566683769226, 0.06945469975471497, 0.12899558246135712, 0.3302069306373596, 0.20238476991653442, 0.019636692479252815, 0.008211381733417511, 0.06722856312990189, 0.11625409871339798, 0.218009814620018, 0.3313867449760437, 0.0, 259.5521545410156, 0.0036771369632333517, 5.806151239085011e-05, 3.06234069284983e-05, 0.0001967711141332984, 9.740771020005923e-06, 0.00023876482737250626], "count": [568]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12061969935894012, 0.02822197414934635, -0.31036698818206787, 0.4675540030002594, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.11217231303453445, 0.25621435046195984, -0.7597941756248474, -1.6754637956619263, -0.12437216192483902, -0.1206720620393753, -0.028379054740071297, -0.33314600586891174, -0.4850490093231201, 0.01766899973154068, 1.1999702453613281, -1.7245181798934937, -0.1844560205936432, 1008.0, 333.0, -0.004276723135262728, -0.29687416553497314, -0.8423812985420227, 1.9069480895996094, -1.0566235780715942, -0.0012605980737134814], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12049752473831177, 0.028326693922281265, -0.3102709949016571, 0.46760401129722595, 0.22829200327396393, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5685933232307434, 0.6487388610839844, -0.1868898570537567, -1.369036316871643, 0.5094616413116455, 0.8223293423652649, 0.5889264345169067, -0.2511120140552521, -0.4463990032672882, 0.22897300124168396, 1.686504602432251, -1.038537621498108, 0.7948763966560364, 1008.0, 1005.0, 0.0038932280149310827, -0.29630833864212036, -0.8422743082046509, 1.9074686765670776, -1.0565775632858276, -0.00021927572379354388], "mean": [-0.1995343714952469, 0.604666531085968, 0.45138341188430786, -1.4119617938995361, -0.25390002131462097, -0.12057004868984222, 0.028276214376091957, -0.31031832098960876, 0.46757856011390686, 0.22823938727378845, -1.5732377767562866, -1.1211360692977905, -0.7462766766548157, 0.2797165513038635, 0.451485812664032, -0.43841469287872314, -1.4798719882965088, 0.19418340921401978, 0.285896897315979, 0.257679283618927, -0.3003274202346802, -0.46483880281448364, 0.15202166140079498, 1.476945400238037, -1.4120903015136719, 0.43405792117118835, 1008.0, 850.3309936523438, -0.000367086409823969, -0.2964617609977722, -0.8423396348953247, 1.9072171449661255, -1.0566009283065796, -0.00076332624303177], "std": [2.5890405595418997e-05, 1.9715496819117106e-05, 2.564738315413706e-05, 2.304924237250816e-05, 2.3899678126326762e-05, 2.1251733414828777e-05, 1.6118969142553397e-05, 1.5347619410022162e-05, 8.335010534210596e-06, 1.4535250556946266e-05, 1.0848045349121094e-05, 9.5367431640625e-07, 1.0728836059570312e-06, 0.14556916058063507, 0.10320650786161423, 0.15149790048599243, 0.06953442096710205, 0.12963981926441193, 0.3300153315067291, 0.20229999721050262, 0.019675323739647865, 0.008217569440603256, 0.06717776507139206, 0.11619212478399277, 0.21821755170822144, 0.3314439654350281, 0.0, 259.5506286621094, 0.0036778398789465427, 5.8043158787768334e-05, 3.062971154577099e-05, 0.0001965109258890152, 9.71188819676172e-06, 0.00023789970146026462], "count": [568]}, "timestamp": {"min": [0.0], "max": [18.9], "mean": [9.450000000000001], "std": [5.465574077807381], "count": [568]}, "frame_index": {"min": [0], "max": [567], "mean": [283.5], "std": [163.96722233422142], "count": [568]}, "episode_index": {"min": [228], "max": [228], "mean": [228.0], "std": [0.0], "count": [568]}, "index": {"min": [138110], "max": [138677], "mean": [138393.5], "std": [163.96722233422142], "count": [568]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [568]}, "gripper_open_scale_state": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.8480105619930046], "std": [0.0, 0.2581825991354678], "count": [568]}, "gripper_open_scale_action": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.8480105619930046], "std": [0.0, 0.2581825991354678], "count": [568]}, "eef_direction_state": {"mean": [6.0, 4.871478873239437], "std": [0.0, 1.830693875680763], "min": [6, 0], "max": [6, 6], "count": [568]}, "eef_velocity_state": {"mean": [0.0, 0.6056338028169014], "std": [0.0, 0.7868438154063886], "min": [0, 0], "max": [0, 2], "count": [568]}, "eef_acc_mag_state": {"mean": [0.0, 0.5545774647887324], "std": [0.0, 0.7964579361141509], "min": [0, 0], "max": [0, 2], "count": [568]}, "eef_direction_action": {"mean": [6.0, 4.871478873239437], "std": [0.0, 1.830693875680763], "min": [6, 0], "max": [6, 6], "count": [568]}, "eef_velocity_action": {"mean": [0.0, 0.6056338028169014], "std": [0.0, 0.7868438154063886], "min": [0, 0], "max": [0, 2], "count": [568]}, "eef_acc_mag_action": {"mean": [0.0, 0.5545774647887324], "std": [0.0, 0.7964579361141509], "min": [0, 0], "max": [0, 2], "count": [568]}, "eef_sim_pose_state": {"mean": [-0.3103184103965759, 0.46757835149765015, 0.2282392978668213, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.30029046535491943, -0.46482935547828674, 0.15207841992378235, 1.4771734476089478, -1.412229061126709, 0.433999627828598], "std": [1.5359815733972937e-05, 8.332730430993252e-06, 1.4527257008012384e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.019636694341897964, 0.008211378008127213, 0.06722857058048248, 0.11625403165817261, 0.2180100530385971, 0.3313872516155243], "min": [-0.31036698818206787, 0.4675540030002594, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33314600586891174, -0.4850490093231201, 0.01766899973154068, 1.1999702453613281, -1.7245181798934937, -0.1844560205936432], "max": [-0.3102709949016571, 0.46760401129722595, 0.22829200327396393, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2511120140552521, -0.4463990032672882, 0.22897300124168396, 1.686504602432251, -1.038537621498108, 0.7948763966560364], "count": [568]}, "eef_sim_pose_action": {"mean": [-0.31031835079193115, 0.46757856011390686, 0.22823935747146606, -1.5732377767562866, -1.1211360692977905, -0.7462766766548157, -0.30029037594795227, -0.4648294150829315, 0.15207847952842712, 1.4771728515625, -1.4122273921966553, 0.4340003728866577], "std": [1.535992487333715e-05, 8.335149686899967e-06, 1.4527379789797124e-05, 1.0848045349121094e-05, 9.5367431640625e-07, 1.0728836059570312e-06, 0.019636692479252815, 0.008211381733417511, 0.06722856312990189, 0.11625409871339798, 0.218009814620018, 0.3313867449760437], "min": [-0.31036698818206787, 0.4675540030002594, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33314600586891174, -0.4850490093231201, 0.01766899973154068, 1.1999702453613281, -1.7245181798934937, -0.1844560205936432], "max": [-0.3102709949016571, 0.46760401129722595, 0.22829200327396393, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2511120140552521, -0.4463990032672882, 0.22897300124168396, 1.686504602432251, -1.038537621498108, 0.7948763966560364], "count": [568]}, "gripper_mode_state": {"mean": [0.0, 0.18838028169014084], "std": [0.0, 0.3910155382596522], "min": [0, 0], "max": [0, 1], "count": [568]}, "gripper_activity_state": {"mean": [2.0, 1.744718309859155], "std": [0.0, 0.5992720862235488], "min": [2, 0], "max": [2, 2], "count": [568]}, "gripper_mode_action": {"mean": [0.0, 0.18838028169014084], "std": [0.0, 0.3910155382596522], "min": [0, 0], "max": [0, 1], "count": [568]}, "gripper_activity_action": {"mean": [2.0, 1.744718309859155], "std": [0.0, 0.5992720862235488], "min": [2, 0], "max": [2, 2], "count": [568]}}} +{"episode_index": 111, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41064942470043575]], [[0.41890760787339626]], [[0.4156476186153474]]], "std": [[[0.21099911031727725]], [[0.20906588163146972]], [[0.20638431822914355]]], "count": [108]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32302547809247156]], [[0.3095069614651416]], [[0.3251745718349068]]], "std": [[[0.25649869997263836]], [[0.2644959185383703]], [[0.25386548046728286]]], "count": [108]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43015098114863226]], [[0.4329815098493101]], [[0.4251930203794481]]], "std": [[[0.282971994746353]], [[0.2766444628740351]], [[0.27850740710200594]]], "count": [108]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38160004387557495]], [[0.37705529835390944]], [[0.3898196146514161]]], "std": [[[0.27352682549744417]], [[0.2719266904623252]], [[0.27604250113109857]]], "count": [108]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31036999821662903, 0.4675459861755371, 0.22818699479103088, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.15919148921966553, 0.3977256417274475, -0.7204893231391907, -1.654380202293396, 0.17074556648731232, -0.2174854874610901, -0.02839650586247444, -0.33029699325561523, -0.47183600068092346, 0.03725599870085716, 1.3043434619903564, -1.8817870616912842, -0.17330347001552582, 1008.0, 332.0, -0.004365077707916498, -0.29670682549476624, -0.8423804640769958, 1.9071375131607056, -1.0566037893295288, -0.000783127557951957], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.4119539260864258, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31028100848197937, 0.46759799122810364, 0.22826500236988068, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5281366109848022, 0.649105429649353, -0.27951446175575256, -1.3167985677719116, 0.4997750222682953, 0.6340606212615967, 0.7126179933547974, -0.24513399600982666, -0.4408070147037506, 0.2285670042037964, 1.8479183912277222, -1.121137022972107, 0.8160879611968994, 1008.0, 1003.0, 0.0037315585650503635, -0.29630643129348755, -0.8423472046852112, 1.9071398973464966, -1.0565847158432007, -0.0005619533476419747], "mean": [-0.19951219856739044, 0.6046661138534546, 0.45139166712760925, -1.411985993385315, -0.2539008855819702, -0.12054122984409332, 0.028274236246943474, -0.31032535433769226, 0.4675704538822174, 0.2282303124666214, -1.5732372999191284, -1.1211342811584473, -0.7462766766548157, 0.2775547504425049, 0.4913121461868286, -0.4458690285682678, -1.472995400428772, 0.2730953097343445, 0.2026146799325943, 0.32792550325393677, -0.29930579662323, -0.45939019322395325, 0.15467841923236847, 1.5479438304901123, -1.4877008199691772, 0.44117847084999084, 1008.0, 819.4710693359375, -0.0006006865878589451, -0.29655852913856506, -0.8423610329627991, 1.9071500301361084, -1.0565948486328125, -0.0006180809577926993], "std": [2.849722295650281e-05, 1.9747967598959804e-05, 2.5460509277763776e-05, 1.9637793229776435e-05, 2.3781087293173186e-05, 2.062763087451458e-05, 1.5394482034025714e-05, 1.5400470147142187e-05, 8.556519787816796e-06, 1.3199442037148401e-05, 1.0371208190917969e-05, 2.7418136596679688e-06, 1.0728836059570312e-06, 0.12410552054643631, 0.08114586770534515, 0.14813339710235596, 0.08201344311237335, 0.09393471479415894, 0.3225212097167969, 0.19982750713825226, 0.01804370991885662, 0.010463176295161247, 0.06276830285787582, 0.10670309513807297, 0.22485850751399994, 0.35961663722991943, 0.0, 276.4421081542969, 0.003764703404158354, 5.724475340684876e-05, 5.766475624113809e-06, 1.1140462447656319e-05, 4.543616341834422e-06, 3.161259519401938e-05], "count": [518]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31036999821662903, 0.4675459861755371, 0.22818699479103088, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.15919148921966553, 0.3977256417274475, -0.7204893231391907, -1.654380202293396, 0.17074556648731232, -0.2174854874610901, -0.02839650586247444, -0.33029699325561523, -0.47183600068092346, 0.03725599870085716, 1.3043434619903564, -1.8817870616912842, -0.17330347001552582, 1008.0, 332.0, -0.004365077707916498, -0.29670682549476624, -0.8423804640769958, 1.9071375131607056, -1.0566037893295288, -0.000783127557951957], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.4119539260864258, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31028100848197937, 0.46759799122810364, 0.22826500236988068, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5281366109848022, 0.649105429649353, -0.27951446175575256, -1.3167985677719116, 0.4997750222682953, 0.6340606212615967, 0.7126179933547974, -0.24513399600982666, -0.4408070147037506, 0.2285670042037964, 1.8479183912277222, -1.121137022972107, 0.8160879611968994, 1008.0, 1003.0, 0.0037315585650503635, -0.29630643129348755, -0.8423472046852112, 1.9071398973464966, -1.0565847158432007, -0.0005619533476419747], "mean": [-0.19951210916042328, 0.6046661138534546, 0.4513917565345764, -1.4119861125946045, -0.2539008557796478, -0.12054122984409332, 0.028274301439523697, -0.31032541394233704, 0.467570424079895, 0.22823023796081543, -1.5732372999191284, -1.1211342811584473, -0.7462766766548157, 0.277483195066452, 0.49105140566825867, -0.4455862045288086, -1.4728273153305054, 0.27312394976615906, 0.20243379473686218, 0.3283978998661041, -0.2993394732475281, -0.45938438177108765, 0.1546584665775299, 1.548024296760559, -1.4880716800689697, 0.4413096308708191, 1008.0, 819.4671630859375, -0.0006004107999615371, -0.29655882716178894, -0.8423610925674438, 1.9071500301361084, -1.0565948486328125, -0.0006179783376865089], "std": [2.8417669454938732e-05, 1.9747967598959804e-05, 2.5439701857976615e-05, 1.9707384126377292e-05, 2.3779577531968243e-05, 2.062763087451458e-05, 1.5241194887494203e-05, 1.538736978545785e-05, 8.547752258891705e-06, 1.3245617992652114e-05, 1.0371208190917969e-05, 2.7418136596679688e-06, 1.0728836059570312e-06, 0.12416115403175354, 0.08100222796201706, 0.14826223254203796, 0.08222609013319016, 0.09393072873353958, 0.3227284550666809, 0.199273481965065, 0.018080295994877815, 0.010459461249411106, 0.0627468004822731, 0.1067386120557785, 0.22441238164901733, 0.35974010825157166, 0.0, 276.4403076171875, 0.003764434950426221, 5.7309265685034916e-05, 5.7586084949434735e-06, 1.113895541493548e-05, 4.539928795566084e-06, 3.1585117540089414e-05], "count": [518]}, "timestamp": {"min": [0.0], "max": [17.233333333333334], "mean": [8.616666666666667], "std": [4.984448035863371], "count": [518]}, "frame_index": {"min": [0], "max": [517], "mean": [258.5], "std": [149.53344107590115], "count": [518]}, "episode_index": {"min": [229], "max": [229], "mean": [229.0], "std": [0.0], "count": [518]}, "index": {"min": [138678], "max": [139195], "mean": [138936.5], "std": [149.53344107590115], "count": [518]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [518]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8177606176915776], "std": [0.0, 0.27530932559124477], "count": [518]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8177606176915776], "std": [0.0, 0.2753093255912448], "count": [518]}, "eef_direction_state": {"mean": [6.0, 4.696911196911197], "std": [0.0, 1.9567796499073675], "min": [6, 0], "max": [6, 6], "count": [518]}, "eef_velocity_state": {"mean": [0.0, 0.6583011583011583], "std": [0.0, 0.8084009969389822], "min": [0, 0], "max": [0, 2], "count": [518]}, "eef_acc_mag_state": {"mean": [0.0, 0.6312741312741312], "std": [0.0, 0.815597655030135], "min": [0, 0], "max": [0, 2], "count": [518]}, "eef_direction_action": {"mean": [6.0, 4.696911196911197], "std": [0.0, 1.9567796499073675], "min": [6, 0], "max": [6, 6], "count": [518]}, "eef_velocity_action": {"mean": [0.0, 0.6583011583011583], "std": [0.0, 0.8084009969389822], "min": [0, 0], "max": [0, 2], "count": [518]}, "eef_acc_mag_action": {"mean": [0.0, 0.6312741312741312], "std": [0.0, 0.815597655030135], "min": [0, 0], "max": [0, 2], "count": [518]}, "eef_sim_pose_state": {"mean": [-0.3103254437446594, 0.4675701856613159, 0.22823020815849304, -1.5732269287109375, -1.121137022972107, -0.7462756633758545, -0.29930579662323, -0.4593900144100189, 0.15467846393585205, 1.54794180393219, -1.4877020120620728, 0.441178560256958], "std": [1.5400259144371375e-05, 8.552980034437496e-06, 1.3199090062698815e-05, 0.0, 0.0, 5.960464477539063e-08, 0.01804370991885662, 0.010463173501193523, 0.06276831775903702, 0.10670314729213715, 0.22485874593257904, 0.35961639881134033], "min": [-0.31036999821662903, 0.4675459861755371, 0.22818699479103088, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33029699325561523, -0.47183600068092346, 0.03725599870085716, 1.3043434619903564, -1.8817870616912842, -0.17330347001552582], "max": [-0.31028100848197937, 0.46759799122810364, 0.22826500236988068, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.24513399600982666, -0.4408070147037506, 0.2285670042037964, 1.8479183912277222, -1.121137022972107, 0.8160879611968994], "count": [518]}, "eef_sim_pose_action": {"mean": [-0.31032535433769226, 0.4675704538822174, 0.2282303124666214, -1.5732372999191284, -1.1211342811584473, -0.7462766766548157, -0.29930579662323, -0.45939019322395325, 0.15467841923236847, 1.5479438304901123, -1.4877008199691772, 0.44117847084999084], "std": [1.5400470147142187e-05, 8.556519787816796e-06, 1.3199442037148401e-05, 1.0371208190917969e-05, 2.7418136596679688e-06, 1.0728836059570312e-06, 0.01804370991885662, 0.010463176295161247, 0.06276830285787582, 0.10670309513807297, 0.22485850751399994, 0.35961663722991943], "min": [-0.31036999821662903, 0.4675459861755371, 0.22818699479103088, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33029699325561523, -0.47183600068092346, 0.03725599870085716, 1.3043434619903564, -1.8817870616912842, -0.17330347001552582], "max": [-0.31028100848197937, 0.46759799122810364, 0.22826500236988068, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.24513399600982666, -0.4408070147037506, 0.2285670042037964, 1.8479183912277222, -1.121137022972107, 0.8160879611968994], "count": [518]}, "gripper_mode_state": {"mean": [0.0, 0.23166023166023167], "std": [0.0, 0.42189307736363696], "min": [0, 0], "max": [0, 1], "count": [518]}, "gripper_activity_state": {"mean": [2.0, 1.7355212355212355], "std": [0.0, 0.606856590442686], "min": [2, 0], "max": [2, 2], "count": [518]}, "gripper_mode_action": {"mean": [0.0, 0.23166023166023167], "std": [0.0, 0.42189307736363696], "min": [0, 0], "max": [0, 1], "count": [518]}, "gripper_activity_action": {"mean": [2.0, 1.7355212355212355], "std": [0.0, 0.606856590442686], "min": [2, 0], "max": [2, 2], "count": [518]}}} +{"episode_index": 112, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4094647493256562]], [[0.4187959412931839]], [[0.4159753248521631]]], "std": [[[0.2109047989993523]], [[0.2081665689457997]], [[0.20572091353485558]]], "count": [126]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3246276325344953]], [[0.3107363315696649]], [[0.3206667639277933]]], "std": [[[0.25766312868797014]], [[0.2663045526993715]], [[0.25381864699798196]]], "count": [126]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43050002431528167]], [[0.4336545463092645]], [[0.4255568329183525]]], "std": [[[0.28291758882338175]], [[0.2767685185434879]], [[0.2784975793616519]]], "count": [126]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38636350697686483]], [[0.38315624027388734]], [[0.3936809267688557]]], "std": [[[0.2803092852101775]], [[0.2794270460756597]], [[0.2810485924067984]]], "count": [126]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4512898027896881, -1.412041187286377, -0.25394541025161743, -0.12058479338884354, 0.028204521164298058, -0.31039300560951233, 0.46754398941993713, 0.2281849980354309, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1077217236161232, 0.3185749650001526, -0.7090051174163818, -1.686389446258545, 0.057211894541978836, -0.13987068831920624, -0.028379054740071297, -0.3366979956626892, -0.47009000182151794, 0.026453999802470207, 1.2361005544662476, -1.8673089742660522, -0.16761262714862823, 1008.0, 334.0, -0.004663978237658739, -0.297099769115448, -0.8423780798912048, 1.9071834087371826, -1.0566092729568481, -0.0009739259257912636], "max": [-0.19943878054618835, 0.604791522026062, 0.45148175954818726, -1.411884069442749, -0.25384068489074707, -0.12046262621879578, 0.028326693922281265, -0.3102720081806183, 0.46759700775146484, 0.22829200327396393, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.48888418078422546, 0.6047216653823853, -0.17392206192016602, -1.3553528785705566, 0.3645992577075958, 0.7697076797485352, 0.606135368347168, -0.2575579881668091, -0.4296469986438751, 0.22827699780464172, 1.830311894416809, -1.121137022972107, 0.8265547752380371, 1008.0, 1002.0, 0.0033480634447187185, -0.2967369258403778, -0.8423543572425842, 1.9071857929229736, -1.0565847158432007, -0.0005695472937077284], "mean": [-0.19950321316719055, 0.6046667098999023, 0.4513898193836212, -1.4119666814804077, -0.2538938522338867, -0.12052799761295319, 0.02826645039021969, -0.31033751368522644, 0.46756821870803833, 0.22823703289031982, -1.5732382535934448, -1.121138095855713, -0.7462767362594604, 0.2402830570936203, 0.4358161985874176, -0.42234447598457336, -1.492773413658142, 0.1827879548072815, 0.22952556610107422, 0.2958490550518036, -0.3066934049129486, -0.45298102498054504, 0.1418910026550293, 1.5357236862182617, -1.4484120607376099, 0.436962753534317, 1008.0, 813.7606201171875, 4.194825578451855e-06, -0.2969629466533661, -0.8423689007759094, 1.9071851968765259, -1.0565944910049438, -0.0007898210315033793], "std": [2.6429048375575803e-05, 2.4620878321002237e-05, 3.0097047783783637e-05, 2.5021805413416587e-05, 2.207000034104567e-05, 2.1103744074935094e-05, 1.6203108316403814e-05, 1.74964006873779e-05, 8.728313332539983e-06, 1.645830889174249e-05, 1.1324882507324219e-05, 1.0728836059570312e-06, 1.1324882507324219e-06, 0.11941332370042801, 0.08556465804576874, 0.1473463922739029, 0.09681454300880432, 0.08196956664323807, 0.3577331602573395, 0.1753329187631607, 0.02069762349128723, 0.01145931612700224, 0.0639849603176117, 0.1301170140504837, 0.22480936348438263, 0.3196954131126404, 0.0, 281.87811279296875, 0.002943489234894514, 0.0001241662830580026, 6.968879006308271e-06, 7.523113936258596e-07, 7.412533705064561e-06, 0.000124234618851915], "count": [635]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4512898027896881, -1.412041187286377, -0.25394541025161743, -0.12058479338884354, 0.028204521164298058, -0.31039300560951233, 0.46754398941993713, 0.2281849980354309, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1077217236161232, 0.3185749650001526, -0.7090051174163818, -1.686389446258545, 0.057211894541978836, -0.13987068831920624, -0.028379054740071297, -0.3366979956626892, -0.47009000182151794, 0.026453999802470207, 1.2361005544662476, -1.8673089742660522, -0.16761262714862823, 1008.0, 334.0, -0.004662098363041878, -0.297099769115448, -0.8423780798912048, 1.9071834087371826, -1.0566092729568481, -0.0009739259257912636], "max": [-0.19943878054618835, 0.604791522026062, 0.45148175954818726, -1.411884069442749, -0.25384068489074707, -0.12046262621879578, 0.028326693922281265, -0.3102720081806183, 0.46759700775146484, 0.22829200327396393, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.48888418078422546, 0.6047216653823853, -0.17392206192016602, -1.3553528785705566, 0.3645992577075958, 0.7697076797485352, 0.606135368347168, -0.2575579881668091, -0.4296469986438751, 0.22827699780464172, 1.830311894416809, -1.121137022972107, 0.8265547752380371, 1008.0, 1002.0, 0.0033480634447187185, -0.2967369258403778, -0.8423543572425842, 1.9071857929229736, -1.0565847158432007, -0.0005695472937077284], "mean": [-0.19950315356254578, 0.6046667098999023, 0.45138978958129883, -1.4119666814804077, -0.25389379262924194, -0.12052803486585617, 0.02826645039021969, -0.31033748388290405, 0.46756821870803833, 0.22823703289031982, -1.5732382535934448, -1.121138095855713, -0.7462767362594604, 0.24014055728912354, 0.4353756904602051, -0.4219171404838562, -1.492699146270752, 0.18257495760917664, 0.22949948906898499, 0.29628369212150574, -0.3067302703857422, -0.4529677629470825, 0.14184433221817017, 1.5357002019882202, -1.4487168788909912, 0.4370827078819275, 1008.0, 813.7606201171875, 5.376098215492675e-06, -0.2969633638858795, -0.8423689007759094, 1.9071851968765259, -1.0565944910049438, -0.0007902037468738854], "std": [2.6455263650859706e-05, 2.4620876502012834e-05, 3.0119619623292238e-05, 2.5032155463122763e-05, 2.2105676180217415e-05, 2.1120969904586673e-05, 1.6203108316403814e-05, 1.7496147847850807e-05, 8.729924957151525e-06, 1.6462912753922865e-05, 1.1324882507324219e-05, 1.0728836059570312e-06, 1.1324882507324219e-06, 0.11951585859060287, 0.08541924506425858, 0.1476544886827469, 0.0968947485089302, 0.08196201175451279, 0.35775893926620483, 0.17487037181854248, 0.020725009962916374, 0.011447283439338207, 0.06393308192491531, 0.13011151552200317, 0.22449728846549988, 0.31982576847076416, 0.0, 281.87811279296875, 0.0029417655896395445, 0.00012407447502482682, 6.962629868212389e-06, 7.532033237112046e-07, 7.420444035233231e-06, 0.00012394360965117812], "count": [635]}, "timestamp": {"min": [0.0], "max": [21.133333333333333], "mean": [10.566666666666666], "std": [6.1102827721436554], "count": [635]}, "frame_index": {"min": [0], "max": [634], "mean": [317.0], "std": [183.30848316430968], "count": [635]}, "episode_index": {"min": [231], "max": [231], "mean": [231.0], "std": [0.0], "count": [635]}, "index": {"min": [139819], "max": [140453], "mean": [140136.0], "std": [183.30848316430968], "count": [635]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [635]}, "gripper_open_scale_state": {"min": [1.0, 0.33399999141693115], "max": [1.0, 1.0], "mean": [1.0, 0.8131055138711855], "std": [0.0, 0.28144300512218406], "count": [635]}, "gripper_open_scale_action": {"min": [1.0, 0.33399999141693115], "max": [1.0, 1.0], "mean": [1.0, 0.8131055138711855], "std": [0.0, 0.28144300512218406], "count": [635]}, "eef_direction_state": {"mean": [6.0, 4.870866141732283], "std": [0.0, 1.825200247291209], "min": [6, 0], "max": [6, 6], "count": [635]}, "eef_velocity_state": {"mean": [0.0, 0.5779527559055118], "std": [0.0, 0.7805624245090175], "min": [0, 0], "max": [0, 2], "count": [635]}, "eef_acc_mag_state": {"mean": [0.0, 0.5196850393700787], "std": [0.0, 0.7821874606732374], "min": [0, 0], "max": [0, 2], "count": [635]}, "eef_direction_action": {"mean": [6.0, 4.870866141732283], "std": [0.0, 1.825200247291209], "min": [6, 0], "max": [6, 6], "count": [635]}, "eef_velocity_action": {"mean": [0.0, 0.5779527559055118], "std": [0.0, 0.7805624245090175], "min": [0, 0], "max": [0, 2], "count": [635]}, "eef_acc_mag_action": {"mean": [0.0, 0.5196850393700787], "std": [0.0, 0.7821874606732374], "min": [0, 0], "max": [0, 2], "count": [635]}, "eef_sim_pose_state": {"mean": [-0.3103373944759369, 0.4675685167312622, 0.22823697328567505, -1.5732269287109375, -1.121137022972107, -0.7462754845619202, -0.30669325590133667, -0.45298129320144653, 0.1418909728527069, 1.5357236862182617, -1.4484106302261353, 0.43696293234825134], "std": [1.7495787687948905e-05, 8.723352948436514e-06, 1.6458181562484242e-05, 0.0, 0.0, 1.1920928955078125e-07, 0.020697621628642082, 0.011459317989647388, 0.06398498266935349, 0.1301170140504837, 0.22480951249599457, 0.31969547271728516], "min": [-0.31039300560951233, 0.46754398941993713, 0.2281849980354309, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3366979956626892, -0.47009000182151794, 0.026453999802470207, 1.2361005544662476, -1.8673089742660522, -0.16761262714862823], "max": [-0.3102720081806183, 0.46759700775146484, 0.22829200327396393, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2575579881668091, -0.4296469986438751, 0.22827699780464172, 1.830311894416809, -1.121137022972107, 0.8265547752380371], "count": [635]}, "eef_sim_pose_action": {"mean": [-0.31033751368522644, 0.46756821870803833, 0.22823703289031982, -1.5732382535934448, -1.121138095855713, -0.7462767362594604, -0.3066934049129486, -0.45298102498054504, 0.1418910026550293, 1.5357236862182617, -1.4484120607376099, 0.436962753534317], "std": [1.74964006873779e-05, 8.728313332539983e-06, 1.645830889174249e-05, 1.1324882507324219e-05, 1.0728836059570312e-06, 1.1324882507324219e-06, 0.02069762349128723, 0.01145931612700224, 0.0639849603176117, 0.1301170140504837, 0.22480936348438263, 0.3196954131126404], "min": [-0.31039300560951233, 0.46754398941993713, 0.2281849980354309, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3366979956626892, -0.47009000182151794, 0.026453999802470207, 1.2361005544662476, -1.8673089742660522, -0.16761262714862823], "max": [-0.3102720081806183, 0.46759700775146484, 0.22829200327396393, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2575579881668091, -0.4296469986438751, 0.22827699780464172, 1.830311894416809, -1.121137022972107, 0.8265547752380371], "count": [635]}, "gripper_mode_state": {"mean": [0.0, 0.2503937007874016], "std": [0.0, 0.4332397666343569], "min": [0, 0], "max": [0, 1], "count": [635]}, "gripper_activity_state": {"mean": [2.0, 1.784251968503937], "std": [0.0, 0.5547823857757116], "min": [2, 0], "max": [2, 2], "count": [635]}, "gripper_mode_action": {"mean": [0.0, 0.2503937007874016], "std": [0.0, 0.4332397666343569], "min": [0, 0], "max": [0, 1], "count": [635]}, "gripper_activity_action": {"mean": [2.0, 1.784251968503937], "std": [0.0, 0.5547823857757116], "min": [2, 0], "max": [2, 2], "count": [635]}}} +{"episode_index": 113, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4117039333388723]], [[0.4199991483881688]], [[0.4174030131826742]]], "std": [[[0.21027378730503316]], [[0.20883375435916554]], [[0.20586218507037068]]], "count": [118]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3277317457350172]], [[0.3144698231693807]], [[0.32532556670266977]]], "std": [[[0.25801555601011794]], [[0.2663783145617002]], [[0.2544865024560769]]], "count": [118]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4370187319984491]], [[0.4405474617813227]], [[0.4316767821535394]]], "std": [[[0.2842969468454416]], [[0.2806594778199004]], [[0.2822084151808537]]], "count": [118]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3748208949540268]], [[0.3744030841503268]], [[0.3827241158469037]]], "std": [[[0.2521815422884124]], [[0.2536371325659811]], [[0.252004561343158]]], "count": [118]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12061969935894012, 0.02822197414934635, -0.3103730082511902, 0.4675459861755371, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.11765264719724655, 0.32813936471939087, -0.6743952035903931, -1.6541008949279785, 0.10149089992046356, -0.18236945569515228, -0.028326693922281265, -0.3280029892921448, -0.4727590084075928, 0.045003000646829605, 1.3304840326309204, -1.867069125175476, -0.052903853356838226, 1008.0, 333.0, -0.004726014565676451, -0.29767122864723206, -0.8424319624900818, 1.9071842432022095, -1.0566061735153198, -0.001189404632896185], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25382325053215027, -0.12049752473831177, 0.028326693922281265, -0.31026801466941833, 0.46759799122810364, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4193153381347656, 0.6168692111968994, -0.18078120052814484, -1.359559178352356, 0.49809950590133667, 0.47630035877227783, 0.5796762108802795, -0.27643901109695435, -0.4119040071964264, 0.22876599431037903, 1.7148479223251343, -1.121137022972107, 0.9233060479164124, 1008.0, 1003.0, 0.0036469639744609594, -0.29666364192962646, -0.8423455953598022, 1.9071849584579468, -1.0565966367721558, -0.000760345661547035], "mean": [-0.19950903952121735, 0.6046761274337769, 0.4513885974884033, -1.4119771718978882, -0.25389572978019714, -0.1205691546201706, 0.028276650235056877, -0.3103247582912445, 0.4675702452659607, 0.22823750972747803, -1.5732378959655762, -1.1211365461349487, -0.7462766766548157, 0.21145987510681152, 0.44143515825271606, -0.4060634970664978, -1.492522120475769, 0.23038241267204285, 0.18466927111148834, 0.26621219515800476, -0.31162789463996887, -0.45135554671287537, 0.14711768925189972, 1.5219768285751343, -1.4765517711639404, 0.5061700344085693, 1008.0, 760.1337890625, 0.000677816744428128, -0.29675930738449097, -0.8423931002616882, 1.9071811437606812, -1.0566012859344482, -0.000974113296251744], "std": [2.5259303583879955e-05, 2.0285511709516868e-05, 2.4800567189231515e-05, 1.759760380082298e-05, 2.366732769587543e-05, 2.1622341591864824e-05, 1.7118618416134268e-05, 1.4368560186994728e-05, 7.863742212066427e-06, 1.3372962712310255e-05, 1.0967254638671875e-05, 4.76837158203125e-07, 1.0728836059570312e-06, 0.08298137038946152, 0.07703305780887604, 0.13718993961811066, 0.09311861544847488, 0.09662507474422455, 0.25675755739212036, 0.16459140181541443, 0.010729578323662281, 0.01907581090927124, 0.0588899590075016, 0.11188259720802307, 0.23886838555335999, 0.2919444441795349, 0.0, 303.33746337890625, 0.003588966326788068, 0.00023951379989739507, 2.1844614821020514e-05, 3.6846181501459796e-06, 2.7843916541314684e-06, 8.925676957005635e-05], "count": [583]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12061969935894012, 0.02822197414934635, -0.3103730082511902, 0.4675459861755371, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.11765264719724655, 0.32813936471939087, -0.6743952035903931, -1.6541008949279785, 0.10149089992046356, -0.18236945569515228, -0.028326693922281265, -0.3280029892921448, -0.4727590084075928, 0.045003000646829605, 1.3304840326309204, -1.867069125175476, -0.052903853356838226, 1008.0, 333.0, -0.004726014565676451, -0.29767122864723206, -0.8424319624900818, 1.9071842432022095, -1.0566061735153198, -0.001189404632896185], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25382325053215027, -0.12049752473831177, 0.028326693922281265, -0.31026801466941833, 0.46759799122810364, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4193153381347656, 0.6168692111968994, -0.18078120052814484, -1.359559178352356, 0.49809950590133667, 0.47630035877227783, 0.5796762108802795, -0.27643901109695435, -0.4119040071964264, 0.22876599431037903, 1.7148479223251343, -1.121137022972107, 0.9233060479164124, 1008.0, 1003.0, 0.0036469639744609594, -0.29666364192962646, -0.8423455953598022, 1.9071849584579468, -1.0565966367721558, -0.000760345661547035], "mean": [-0.19950903952121735, 0.6046761870384216, 0.4513885974884033, -1.4119772911071777, -0.25389564037323, -0.1205691546201706, 0.028276678174734116, -0.3103247582912445, 0.4675701856613159, 0.22823746502399445, -1.5732378959655762, -1.1211365461349487, -0.7462766766548157, 0.2113553136587143, 0.4409651756286621, -0.4056049883365631, -1.4924372434616089, 0.23013412952423096, 0.18473927676677704, 0.26648780703544617, -0.3116539418697357, -0.451364129781723, 0.14709201455116272, 1.5217934846878052, -1.4767329692840576, 0.5063727498054504, 1008.0, 760.1337890625, 0.0006893894751556218, -0.2967609167098999, -0.8423932194709778, 1.9071811437606812, -1.0566012859344482, -0.0009745756979100406], "std": [2.5259303583879955e-05, 2.0291185137466528e-05, 2.4800567189231515e-05, 1.757229256327264e-05, 2.377621603955049e-05, 2.1622341591864824e-05, 1.7099304386647418e-05, 1.4368408301379532e-05, 7.862509846745525e-06, 1.3367793144425377e-05, 1.0967254638671875e-05, 4.76837158203125e-07, 1.0728836059570312e-06, 0.08303461223840714, 0.07687129080295563, 0.13748414814472198, 0.09321451187133789, 0.09675007313489914, 0.2566799223423004, 0.16423243284225464, 0.010744703933596611, 0.019084252417087555, 0.058857835829257965, 0.11188594251871109, 0.23863869905471802, 0.2921520173549652, 0.0, 303.33746337890625, 0.0035853409208357334, 0.0002420486998744309, 2.1823370843776502e-05, 3.6857691156910732e-06, 2.7843916541314684e-06, 8.889977470971644e-05], "count": [583]}, "timestamp": {"min": [0.0], "max": [19.4], "mean": [9.700000000000001], "std": [5.609911863043047], "count": [583]}, "frame_index": {"min": [0], "max": [582], "mean": [291.0], "std": [168.2973558912914], "count": [583]}, "episode_index": {"min": [233], "max": [233], "mean": [233.0], "std": [0.0], "count": [583]}, "index": {"min": [141061], "max": [141643], "mean": [141352.0], "std": [168.2973558912914], "count": [583]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [583]}, "gripper_open_scale_state": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.7588816485519475], "std": [0.0, 0.30233741782818324], "count": [583]}, "gripper_open_scale_action": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.7588816485519475], "std": [0.0, 0.3023374178281832], "count": [583]}, "eef_direction_state": {"mean": [6.0, 5.036020583190394], "std": [0.0, 1.7057282000786995], "min": [6, 0], "max": [6, 6], "count": [583]}, "eef_velocity_state": {"mean": [0.0, 0.5420240137221269], "std": [0.0, 0.7734004260261137], "min": [0, 0], "max": [0, 2], "count": [583]}, "eef_acc_mag_state": {"mean": [0.0, 0.5197255574614065], "std": [0.0, 0.7831010573477712], "min": [0, 0], "max": [0, 2], "count": [583]}, "eef_direction_action": {"mean": [6.0, 5.036020583190394], "std": [0.0, 1.7057282000786995], "min": [6, 0], "max": [6, 6], "count": [583]}, "eef_velocity_action": {"mean": [0.0, 0.5420240137221269], "std": [0.0, 0.7734004260261137], "min": [0, 0], "max": [0, 2], "count": [583]}, "eef_acc_mag_action": {"mean": [0.0, 0.5197255574614065], "std": [0.0, 0.7831010573477712], "min": [0, 0], "max": [0, 2], "count": [583]}, "eef_sim_pose_state": {"mean": [-0.3103248178958893, 0.4675702452659607, 0.22823740541934967, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.3116277754306793, -0.45135554671287537, 0.1471177041530609, 1.521974802017212, -1.4765527248382568, 0.5061703324317932], "std": [1.436848469893448e-05, 7.863757673476357e-06, 1.3372702596825548e-05, 0.0, 0.0, 5.960464477539063e-08, 0.010729575529694557, 0.01907581090927124, 0.058889955282211304, 0.11188258230686188, 0.2388683408498764, 0.2919444739818573], "min": [-0.3103730082511902, 0.4675459861755371, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3280029892921448, -0.4727590084075928, 0.045003000646829605, 1.3304840326309204, -1.867069125175476, -0.052903853356838226], "max": [-0.31026801466941833, 0.46759799122810364, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27643901109695435, -0.4119040071964264, 0.22876599431037903, 1.7148479223251343, -1.121137022972107, 0.9233060479164124], "count": [583]}, "eef_sim_pose_action": {"mean": [-0.3103247582912445, 0.4675702452659607, 0.22823750972747803, -1.5732378959655762, -1.1211365461349487, -0.7462766766548157, -0.31162789463996887, -0.45135554671287537, 0.14711768925189972, 1.5219768285751343, -1.4765517711639404, 0.5061700344085693], "std": [1.4368560186994728e-05, 7.863742212066427e-06, 1.3372962712310255e-05, 1.0967254638671875e-05, 4.76837158203125e-07, 1.0728836059570312e-06, 0.010729578323662281, 0.01907581090927124, 0.0588899590075016, 0.11188259720802307, 0.23886838555335999, 0.2919444441795349], "min": [-0.3103730082511902, 0.4675459861755371, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3280029892921448, -0.4727590084075928, 0.045003000646829605, 1.3304840326309204, -1.867069125175476, -0.052903853356838226], "max": [-0.31026801466941833, 0.46759799122810364, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27643901109695435, -0.4119040071964264, 0.22876599431037903, 1.7148479223251343, -1.121137022972107, 0.9233060479164124], "count": [583]}, "gripper_mode_state": {"mean": [0.0, 0.3259005145797599], "std": [0.0, 0.46871032544249214], "min": [0, 0], "max": [0, 1], "count": [583]}, "gripper_activity_state": {"mean": [2.0, 1.7667238421955402], "std": [0.0, 0.5742837175393926], "min": [2, 0], "max": [2, 2], "count": [583]}, "gripper_mode_action": {"mean": [0.0, 0.3259005145797599], "std": [0.0, 0.46871032544249214], "min": [0, 0], "max": [0, 1], "count": [583]}, "gripper_activity_action": {"mean": [2.0, 1.7667238421955402], "std": [0.0, 0.5742837175393926], "min": [2, 0], "max": [2, 2], "count": [583]}}} +{"episode_index": 114, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4109836941721133]], [[0.4196894690259145]], [[0.4168137004070634]]], "std": [[[0.21083264320902276]], [[0.2089463958838898]], [[0.2057835316459931]]], "count": [114]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32775491987730765]], [[0.313068168787983]], [[0.32079257682605206]]], "std": [[[0.2549330344656441]], [[0.2646671237222515]], [[0.25109215597892004]]], "count": [114]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43762018583018003]], [[0.44280469197913086]], [[0.4339906368249054]]], "std": [[[0.2833809851582854]], [[0.2806019396215987]], [[0.28102517907113467]]], "count": [114]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39219068376619654]], [[0.3880949289072354]], [[0.3981137018403853]]], "std": [[[0.26017759076048363]], [[0.26038046792833347]], [[0.26107171235899995]]], "count": [114]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103800117969513, 0.46754300594329834, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.15029031038284302, 0.3100053668022156, -0.7063871026039124, -1.5763639211654663, -0.05583307892084122, -0.12060225009918213, -0.043249256908893585, -0.32891198992729187, -0.48084598779678345, 0.04055500030517578, 1.275078296661377, -1.7512787580490112, -0.0866316705942154, 1008.0, 334.0, -0.004583143629133701, -0.2972332239151001, -0.8424105644226074, 1.9071857929229736, -1.056602954864502, -0.0011134650558233261], "max": [-0.19943878054618835, 0.6047216653823853, 0.45148175954818726, -1.411919116973877, -0.25382325053215027, -0.12046262621879578, 0.02834414690732956, -0.3102850019931793, 0.4675939977169037, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4723559021949768, 0.6047565937042236, -0.2471735179424286, -1.3670990467071533, 0.37828266620635986, 0.5980719327926636, 0.6454402208328247, -0.2780419886112213, -0.43220099806785583, 0.22828799486160278, 1.7788019180297852, -1.0234171152114868, 0.8232093453407288, 1008.0, 1002.0, 0.0035698891151696444, -0.29693806171417236, -0.842390775680542, 1.9071897268295288, -1.0565927028656006, -0.0009112757397815585], "mean": [-0.19951224327087402, 0.6046719551086426, 0.45138871669769287, -1.41196870803833, -0.2538910508155823, -0.12053509801626205, 0.028284812346100807, -0.31033068895339966, 0.46757152676582336, 0.22824008762836456, -1.573237657546997, -1.1211357116699219, -0.7462766766548157, 0.265066534280777, 0.459247887134552, -0.4437352418899536, -1.4640095233917236, 0.20756912231445312, 0.2159505933523178, 0.250431627035141, -0.30818843841552734, -0.46453940868377686, 0.15210679173469543, 1.5139437913894653, -1.4245229959487915, 0.45923957228660583, 1008.0, 796.8135986328125, -0.0003580008924473077, -0.2971002757549286, -0.8424075245857239, 1.9071794748306274, -1.0566011667251587, -0.0010459221666678786], "std": [2.5600189474062063e-05, 1.9850273019983433e-05, 2.7264724849374034e-05, 1.7902824765769765e-05, 2.469305763952434e-05, 2.8370537620503455e-05, 1.7917962395586073e-05, 1.546703788335435e-05, 8.418786819675006e-06, 1.4830354302830528e-05, 1.0728836059570312e-05, 1.3113021850585938e-06, 1.0728836059570312e-06, 0.08326461911201477, 0.07863771915435791, 0.12044478207826614, 0.054390083998441696, 0.08917545527219772, 0.20854619145393372, 0.22843000292778015, 0.010615214705467224, 0.014917499385774136, 0.057722222059965134, 0.1179862692952156, 0.2378975749015808, 0.29822391271591187, 0.0, 287.4592590332031, 0.003690860001370311, 8.863807306624949e-05, 4.012294994026888e-06, 6.867459887871519e-06, 2.986971367135993e-06, 2.6496578357182443e-05], "count": [558]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103800117969513, 0.46754300594329834, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.15029031038284302, 0.3100053668022156, -0.7063871026039124, -1.5763639211654663, -0.05583307892084122, -0.12060225009918213, -0.043249256908893585, -0.32891198992729187, -0.48084598779678345, 0.04055500030517578, 1.275078296661377, -1.7512787580490112, -0.0866316705942154, 1008.0, 334.0, -0.004583143629133701, -0.2972332239151001, -0.8424105644226074, 1.9071857929229736, -1.056602954864502, -0.0011134650558233261], "max": [-0.19943878054618835, 0.6047216653823853, 0.45148175954818726, -1.411919116973877, -0.25382325053215027, -0.12046262621879578, 0.02834414690732956, -0.3102850019931793, 0.4675939977169037, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4723559021949768, 0.6047565937042236, -0.2471735179424286, -1.3670990467071533, 0.37828266620635986, 0.5980719327926636, 0.6454402208328247, -0.2780419886112213, -0.43220099806785583, 0.22828799486160278, 1.7788019180297852, -1.0232679843902588, 0.8232093453407288, 1008.0, 1002.0, 0.0035698891151696444, -0.29693806171417236, -0.842390775680542, 1.9071897268295288, -1.0565927028656006, -0.0009112757397815585], "mean": [-0.19951224327087402, 0.6046718955039978, 0.4513888359069824, -1.41196870803833, -0.25389108061790466, -0.12053515017032623, 0.028284812346100807, -0.31033065915107727, 0.4675714671611786, 0.22824005782604218, -1.573237657546997, -1.1211357116699219, -0.7462766766548157, 0.2650032937526703, 0.45872241258621216, -0.4433739185333252, -1.4639328718185425, 0.20701396465301514, 0.21609477698802948, 0.25040918588638306, -0.30820655822753906, -0.4645616114139557, 0.15205159783363342, 1.5137557983398438, -1.4243476390838623, 0.45935869216918945, 1008.0, 796.8135986328125, -0.00034363227314315736, -0.29710060358047485, -0.8424075245857239, 1.9071794748306274, -1.0566011667251587, -0.0010459800250828266], "std": [2.5600189474062063e-05, 1.9856859580613673e-05, 2.725939339143224e-05, 1.7892261894303374e-05, 2.4706710973987356e-05, 2.8376807676977478e-05, 1.7917962395586073e-05, 1.5466472177649848e-05, 8.417189746978693e-06, 1.4801654288021382e-05, 1.0728836059570312e-05, 1.3113021850585938e-06, 1.0728836059570312e-06, 0.08332774043083191, 0.0786435604095459, 0.12072344869375229, 0.05449355021119118, 0.08984659612178802, 0.2083410769701004, 0.228457972407341, 0.010627444833517075, 0.014931261539459229, 0.05766407027840614, 0.11797546595335007, 0.23815718293190002, 0.29835188388824463, 0.0, 287.4592590332031, 0.003690392477437854, 8.8594933913555e-05, 4.012631507066544e-06, 6.868926448078128e-06, 2.9880795864301035e-06, 2.648441295605153e-05], "count": [558]}, "timestamp": {"min": [0.0], "max": [18.566666666666666], "mean": [9.283333333333333], "std": [5.369348881140748], "count": [558]}, "frame_index": {"min": [0], "max": [557], "mean": [278.5], "std": [161.08046643422244], "count": [558]}, "episode_index": {"min": [235], "max": [235], "mean": [235.0], "std": [0.0], "count": [558]}, "index": {"min": [142141], "max": [142698], "mean": [142419.5], "std": [161.08046643422244], "count": [558]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [558]}, "gripper_open_scale_state": {"min": [1.0, 0.33399999141693115], "max": [1.0, 1.0], "mean": [1.0, 0.7962078865497343], "std": [0.0, 0.28702906922733223], "count": [558]}, "gripper_open_scale_action": {"min": [1.0, 0.33399999141693115], "max": [1.0, 1.0], "mean": [1.0, 0.7962078865497343], "std": [0.0, 0.28702906922733223], "count": [558]}, "eef_direction_state": {"mean": [6.0, 4.854838709677419], "std": [0.0, 1.8155254062852275], "min": [6, 0], "max": [6, 6], "count": [558]}, "eef_velocity_state": {"mean": [0.0, 0.5985663082437276], "std": [0.0, 0.7478509869284197], "min": [0, 0], "max": [0, 2], "count": [558]}, "eef_acc_mag_state": {"mean": [0.0, 0.5394265232974911], "std": [0.0, 0.7836050964038774], "min": [0, 0], "max": [0, 2], "count": [558]}, "eef_direction_action": {"mean": [6.0, 4.854838709677419], "std": [0.0, 1.8155254062852275], "min": [6, 0], "max": [6, 6], "count": [558]}, "eef_velocity_action": {"mean": [0.0, 0.5985663082437276], "std": [0.0, 0.7478509869284197], "min": [0, 0], "max": [0, 2], "count": [558]}, "eef_acc_mag_action": {"mean": [0.0, 0.5394265232974911], "std": [0.0, 0.7836050964038774], "min": [0, 0], "max": [0, 2], "count": [558]}, "eef_sim_pose_state": {"mean": [-0.310330867767334, 0.46757128834724426, 0.22824004292488098, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.30818864703178406, -0.464539498090744, 0.15210680663585663, 1.5139466524124146, -1.4245223999023438, 0.45923900604248047], "std": [1.5466059267055243e-05, 8.414973308390472e-06, 1.4830253348918632e-05, 0.0, 0.0, 5.960464477539063e-08, 0.010615214705467224, 0.014917496591806412, 0.05772223696112633, 0.11798638850450516, 0.237897589802742, 0.2982241213321686], "min": [-0.3103800117969513, 0.46754300594329834, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32891198992729187, -0.48084598779678345, 0.04055500030517578, 1.275078296661377, -1.7512787580490112, -0.0866316705942154], "max": [-0.3102850019931793, 0.4675939977169037, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2780419886112213, -0.43220099806785583, 0.22828799486160278, 1.7788019180297852, -1.0234171152114868, 0.8232093453407288], "count": [558]}, "eef_sim_pose_action": {"mean": [-0.31033068895339966, 0.46757152676582336, 0.22824008762836456, -1.573237657546997, -1.1211357116699219, -0.7462766766548157, -0.30818843841552734, -0.46453940868377686, 0.15210679173469543, 1.5139437913894653, -1.4245229959487915, 0.45923957228660583], "std": [1.546703788335435e-05, 8.418786819675006e-06, 1.4830354302830528e-05, 1.0728836059570312e-05, 1.3113021850585938e-06, 1.0728836059570312e-06, 0.010615214705467224, 0.014917499385774136, 0.057722222059965134, 0.1179862692952156, 0.2378975749015808, 0.29822391271591187], "min": [-0.3103800117969513, 0.46754300594329834, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32891198992729187, -0.48084598779678345, 0.04055500030517578, 1.275078296661377, -1.7512787580490112, -0.0866316705942154], "max": [-0.3102850019931793, 0.4675939977169037, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2780419886112213, -0.43220099806785583, 0.22828799486160278, 1.7788019180297852, -1.0234171152114868, 0.8232093453407288], "count": [558]}, "gripper_mode_state": {"mean": [0.0, 0.26523297491039427], "std": [0.0, 0.44145718244307347], "min": [0, 0], "max": [0, 1], "count": [558]}, "gripper_activity_state": {"mean": [2.0, 1.7491039426523298], "std": [0.0, 0.59699749339262], "min": [2, 0], "max": [2, 2], "count": [558]}, "gripper_mode_action": {"mean": [0.0, 0.26523297491039427], "std": [0.0, 0.44145718244307347], "min": [0, 0], "max": [0, 1], "count": [558]}, "gripper_activity_action": {"mean": [2.0, 1.7491039426523298], "std": [0.0, 0.59699749339262], "min": [2, 0], "max": [2, 2], "count": [558]}}} +{"episode_index": 115, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41344217312696685]], [[0.4221616644728879]], [[0.4190974907709997]]], "std": [[[0.2106426899576533]], [[0.20866114567058547]], [[0.20508322385274608]]], "count": [108]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33279868108508837]], [[0.3166996433218349]], [[0.3317357877178649]]], "std": [[[0.25206663199099]], [[0.2612758314734528]], [[0.24919443372732392]]], "count": [108]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4376061807824982]], [[0.44314742760530135]], [[0.43413953000181554]]], "std": [[[0.2800470598051005]], [[0.2781437601818949]], [[0.27831769981968435]]], "count": [108]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3869850615014524]], [[0.38361762436456065]], [[0.3957996985445413]]], "std": [[[0.2597306016395836]], [[0.2616041807179248]], [[0.26134508858779837]]], "count": [108]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12074188143014908, 0.02822197414934635, -0.3103649914264679, 0.4675399959087372, 0.228193998336792, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, 0.16336281597614288, 0.3493974506855011, -0.7323750853538513, -1.6565618515014648, 0.15002849698066711, -0.12060225009918213, -0.028274333104491234, -0.3353840112686157, -0.48714399337768555, 0.0422310009598732, 1.331353783607483, -1.7871887683868408, -0.1780639886856079, 1008.0, 334.0, -0.004667737986892462, -0.29755279421806335, -0.8424375057220459, 1.9071731567382812, -1.0566085577011108, -0.0012273744214326143], "max": [-0.19943878054618835, 0.6047565937042236, 0.45146432518959045, -1.411919116973877, -0.25382325053215027, -0.12049752473831177, 0.02834414690732956, -0.3102790117263794, 0.4675999879837036, 0.22832100093364716, -1.5723901987075806, -1.121137022972107, -0.7456094622612, 0.5026024580001831, 0.642420768737793, -0.18168877065181732, -1.3123306035995483, 0.4167497158050537, 0.609468936920166, 0.6819350123405457, -0.2638390064239502, -0.4267660081386566, 0.22837600111961365, 1.7231249809265137, -1.121137022972107, 0.9126409888267517, 1008.0, 1003.0, 0.003780435537919402, -0.2970132827758789, -0.8422156572341919, 1.9071944952011108, -1.0565894842147827, -0.0009321591351181269], "mean": [-0.19951389729976654, 0.604669988155365, 0.45138218998908997, -1.4119714498519897, -0.25389564037323, -0.12054691463708878, 0.02829151786863804, -0.3103243410587311, 0.46757370233535767, 0.2282414585351944, -1.5732357501983643, -1.1211347579956055, -0.7462753653526306, 0.25306299328804016, 0.4772704243659973, -0.443177193403244, -1.4792791604995728, 0.24064218997955322, 0.21625183522701263, 0.25618013739585876, -0.30829790234565735, -0.4593867361545563, 0.1549229919910431, 1.5070644617080688, -1.4492621421813965, 0.46555203199386597, 1008.0, 835.1019287109375, -0.00035922700772061944, -0.2972712814807892, -0.8423624038696289, 1.907178282737732, -1.0566014051437378, -0.0010887377429753542], "std": [2.5360994186485186e-05, 2.2695654479321092e-05, 2.524614865251351e-05, 1.7336653399979696e-05, 2.3730372049612924e-05, 2.242530172225088e-05, 1.9794497347902507e-05, 1.5030197573651094e-05, 8.18369062471902e-06, 1.516233623988228e-05, 3.811281931120902e-05, 9.764487913344055e-06, 2.920275437645614e-05, 0.09573431313037872, 0.08416808396577835, 0.12490246444940567, 0.07463211566209793, 0.06791171431541443, 0.24168430268764496, 0.21351885795593262, 0.013863041996955872, 0.014783346094191074, 0.05663302540779114, 0.10065289586782455, 0.22842632234096527, 0.3125293254852295, 0.0, 266.59979248046875, 0.003642200492322445, 0.00012418761616572738, 3.2056694180937484e-05, 8.879322194843553e-06, 4.446184448170243e-06, 7.046758400974795e-05], "count": [520]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12074188143014908, 0.02822197414934635, -0.3103649914264679, 0.4675399959087372, 0.228193998336792, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, 0.16336281597614288, 0.3493974506855011, -0.7323750853538513, -1.6565618515014648, 0.15002849698066711, -0.12060225009918213, -0.028274333104491234, -0.3353840112686157, -0.48714399337768555, 0.0422310009598732, 1.331353783607483, -1.7871887683868408, -0.1780639886856079, 1008.0, 334.0, -0.0046658581122756, -0.29755279421806335, -0.8424375057220459, 1.9071731567382812, -1.0566085577011108, -0.0012273744214326143], "max": [-0.19943878054618835, 0.6047565937042236, 0.45146432518959045, -1.411919116973877, -0.25382325053215027, -0.12049752473831177, 0.02834414690732956, -0.3102790117263794, 0.4675999879837036, 0.22832100093364716, -1.5723901987075806, -1.121137022972107, -0.7456094622612, 0.5026024580001831, 0.642420768737793, -0.18168877065181732, -1.3123306035995483, 0.4167497158050537, 0.609468936920166, 0.6819350123405457, -0.2638390064239502, -0.4267660081386566, 0.22837600111961365, 1.7231249809265137, -1.121137022972107, 0.9126409888267517, 1008.0, 1003.0, 0.003780435537919402, -0.2970132827758789, -0.8422156572341919, 1.9071944952011108, -1.0565894842147827, -0.0009321591351181269], "mean": [-0.199513778090477, 0.604669988155365, 0.45138224959373474, -1.4119712114334106, -0.25389546155929565, -0.12054687738418579, 0.028291482478380203, -0.3103243410587311, 0.46757370233535767, 0.22824150323867798, -1.5732357501983643, -1.1211347579956055, -0.7462753653526306, 0.253038227558136, 0.4767928719520569, -0.4426673650741577, -1.4791183471679688, 0.24052758514881134, 0.21635358035564423, 0.25653406977653503, -0.30830857157707214, -0.45942258834838867, 0.15491904318332672, 1.506812572479248, -1.4495476484298706, 0.465856671333313, 1008.0, 835.1019287109375, -0.0003438409767113626, -0.2972710430622101, -0.8423622846603394, 1.907178282737732, -1.0566014051437378, -0.0010885423980653286], "std": [2.5417244614800438e-05, 2.269565266033169e-05, 2.5233213818864897e-05, 1.736645572236739e-05, 2.3684009647695348e-05, 2.2434158381656744e-05, 1.9808781871688552e-05, 1.5037267075967975e-05, 8.192856512323488e-06, 1.5124525816645473e-05, 3.811281931120902e-05, 9.764487913344055e-06, 2.920275437645614e-05, 0.0957498550415039, 0.08414799720048904, 0.12540796399116516, 0.07486674189567566, 0.06793949007987976, 0.24155372381210327, 0.2131991684436798, 0.013866710476577282, 0.014825757592916489, 0.05662794038653374, 0.10065086930990219, 0.22810867428779602, 0.3128797113895416, 0.0, 266.5998229980469, 0.003640865907073021, 0.00012449256610125303, 3.201555591658689e-05, 8.890395292837638e-06, 4.45049727204605e-06, 7.068384002195671e-05], "count": [520]}, "timestamp": {"min": [0.0], "max": [17.3], "mean": [8.65], "std": [5.003693080560042], "count": [520]}, "frame_index": {"min": [0], "max": [519], "mean": [259.5], "std": [150.11079241680127], "count": [520]}, "episode_index": {"min": [236], "max": [236], "mean": [236.0], "std": [0.0], "count": [520]}, "index": {"min": [142699], "max": [143218], "mean": [142958.5], "std": [150.11079241680127], "count": [520]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [520]}, "gripper_open_scale_state": {"min": [1.0, 0.33399999141693115], "max": [1.0, 1.0], "mean": [1.0, 0.8336615385344395], "std": [0.0, 0.26569590943355553], "count": [520]}, "gripper_open_scale_action": {"min": [1.0, 0.33399999141693115], "max": [1.0, 1.0], "mean": [1.0, 0.8336615385344395], "std": [0.0, 0.26569590943355553], "count": [520]}, "eef_direction_state": {"mean": [6.0, 4.7846153846153845], "std": [0.0, 1.8386224583580766], "min": [6, 0], "max": [6, 6], "count": [520]}, "eef_velocity_state": {"mean": [0.0, 0.6615384615384615], "std": [0.0, 0.7995560898576154], "min": [0, 0], "max": [0, 2], "count": [520]}, "eef_acc_mag_state": {"mean": [0.0, 0.6211538461538462], "std": [0.0, 0.820843032512104], "min": [0, 0], "max": [0, 2], "count": [520]}, "eef_direction_action": {"mean": [6.0, 4.7846153846153845], "std": [0.0, 1.8386224583580766], "min": [6, 0], "max": [6, 6], "count": [520]}, "eef_velocity_action": {"mean": [0.0, 0.6615384615384615], "std": [0.0, 0.7995560898576154], "min": [0, 0], "max": [0, 2], "count": [520]}, "eef_acc_mag_action": {"mean": [0.0, 0.6211538461538462], "std": [0.0, 0.820843032512104], "min": [0, 0], "max": [0, 2], "count": [520]}, "eef_sim_pose_state": {"mean": [-0.3103243410587311, 0.4675734341144562, 0.2282414436340332, -1.5732252597808838, -1.1211373805999756, -0.7462743520736694, -0.30829787254333496, -0.4593866169452667, 0.1549229919910431, 1.5070629119873047, -1.4492642879486084, 0.46555250883102417], "std": [1.503022122051334e-05, 8.179961696441751e-06, 1.5162305317062419e-05, 3.665778785943985e-05, 9.390472769155167e-06, 2.9184149752836674e-05, 0.013863041065633297, 0.014783349819481373, 0.05663302540779114, 0.10065285861492157, 0.22842635214328766, 0.31252947449684143], "min": [-0.3103649914264679, 0.4675399959087372, 0.228193998336792, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.3353840112686157, -0.48714399337768555, 0.0422310009598732, 1.331353783607483, -1.7871887683868408, -0.1780639886856079], "max": [-0.3102790117263794, 0.4675999879837036, 0.22832100093364716, -1.5723901987075806, -1.121137022972107, -0.7456094622612, -0.2638390064239502, -0.4267660081386566, 0.22837600111961365, 1.7231249809265137, -1.121137022972107, 0.9126409888267517], "count": [520]}, "eef_sim_pose_action": {"mean": [-0.3103243410587311, 0.46757370233535767, 0.2282414585351944, -1.5732357501983643, -1.1211347579956055, -0.7462753653526306, -0.30829790234565735, -0.4593867361545563, 0.1549229919910431, 1.5070644617080688, -1.4492621421813965, 0.46555203199386597], "std": [1.5030197573651094e-05, 8.18369062471902e-06, 1.516233623988228e-05, 3.811281931120902e-05, 9.764487913344055e-06, 2.920275437645614e-05, 0.013863041996955872, 0.014783346094191074, 0.05663302540779114, 0.10065289586782455, 0.22842632234096527, 0.3125293254852295], "min": [-0.3103649914264679, 0.4675399959087372, 0.228193998336792, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.3353840112686157, -0.48714399337768555, 0.0422310009598732, 1.331353783607483, -1.7871887683868408, -0.1780639886856079], "max": [-0.3102790117263794, 0.4675999879837036, 0.22832100093364716, -1.5723901987075806, -1.121137022972107, -0.7456094622612, -0.2638390064239502, -0.4267660081386566, 0.22837600111961365, 1.7231249809265137, -1.121137022972107, 0.9126409888267517], "count": [520]}, "gripper_mode_state": {"mean": [0.0, 0.20961538461538462], "std": [0.0, 0.40703412037313086], "min": [0, 0], "max": [0, 1], "count": [520]}, "gripper_activity_state": {"mean": [2.0, 1.7346153846153847], "std": [0.0, 0.609818578123736], "min": [2, 0], "max": [2, 2], "count": [520]}, "gripper_mode_action": {"mean": [0.0, 0.20961538461538462], "std": [0.0, 0.40703412037313086], "min": [0, 0], "max": [0, 1], "count": [520]}, "gripper_activity_action": {"mean": [2.0, 1.7346153846153847], "std": [0.0, 0.609818578123736], "min": [2, 0], "max": [2, 2], "count": [520]}}} +{"episode_index": 116, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41442925123265684]], [[0.4233019238762757]], [[0.4201807651788786]]], "std": [[[0.2116860922736496]], [[0.20955270272795215]], [[0.20633921443973302]]], "count": [114]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3338134047844284]], [[0.3188886810572182]], [[0.32868798016282536]]], "std": [[[0.2564394757184441]], [[0.2649753935712681]], [[0.25233506623103313]]], "count": [114]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4300590116529068]], [[0.433843685500516]], [[0.42550896363662427]]], "std": [[[0.2793112820564427]], [[0.27566140688083074]], [[0.2774432286192576]]], "count": [114]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38417133571264767]], [[0.3846732563639491]], [[0.38921447332588005]]], "std": [[[0.24646509554597254]], [[0.24980238387194548]], [[0.24812663839914884]]], "count": [114]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12061969935894012, 0.02825688011944294, -0.3103800117969513, 0.46755099296569824, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.08915141224861145, 0.3168994188308716, -0.6852686405181885, -1.675795316696167, 0.039304815232753754, -0.19978782534599304, -0.02839650586247444, -0.3255540132522583, -0.4700219929218292, 0.042089998722076416, 1.2465873956680298, -1.8914920091629028, -0.06042063608765602, 1008.0, 334.0, -0.004774891305714846, -0.2971692979335785, -0.8424280285835266, 1.9071890115737915, -1.0566068887710571, -0.0010773936519399285], "max": [-0.19945622980594635, 0.6047565937042236, 0.45148175954818726, -1.411901593208313, -0.25384068489074707, -0.12049752473831177, 0.028361599892377853, -0.3102850019931793, 0.46759599447250366, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4478166103363037, 0.6055594086647034, -0.15856316685676575, -1.3847966194152832, 0.4643273949623108, 0.6354743838310242, 0.5231450200080872, -0.24840599298477173, -0.4184409976005554, 0.22824199497699738, 1.69096839427948, -1.0643202066421509, 0.9877654314041138, 1008.0, 1003.0, 0.003539811121299863, -0.2969662547111511, -0.8423337340354919, 1.9071929454803467, -1.0565950870513916, -0.0008524224977008998], "mean": [-0.19951899349689484, 0.6046615242958069, 0.45138949155807495, -1.4119625091552734, -0.25390130281448364, -0.12054765224456787, 0.02828841656446457, -0.31032755970954895, 0.4675741195678711, 0.22823786735534668, -1.573237657546997, -1.1211355924606323, -0.7462766766548157, 0.21475136280059814, 0.4428543746471405, -0.3953761160373688, -1.4935319423675537, 0.2744145095348358, 0.19148693978786469, 0.27355387806892395, -0.307247519493103, -0.45256882905960083, 0.15029525756835938, 1.5032185316085815, -1.507361650466919, 0.5395669937133789, 1008.0, 790.2774658203125, -0.0003976432199124247, -0.29709166288375854, -0.8423895239830017, 1.907181739807129, -1.0566010475158691, -0.0010228944011032581], "std": [2.6012707166955806e-05, 1.98344041564269e-05, 2.5076837118831463e-05, 1.7532031051814556e-05, 2.162733107979875e-05, 1.9132001398247667e-05, 1.8252749214298092e-05, 1.5104535123100504e-05, 8.3949298641528e-06, 1.3361922356125433e-05, 1.0728836059570312e-05, 1.430511474609375e-06, 1.0728836059570312e-06, 0.09253799915313721, 0.07700756937265396, 0.1362399309873581, 0.08068636804819107, 0.09455709159374237, 0.30215752124786377, 0.14702977240085602, 0.015127153135836124, 0.01370670460164547, 0.05693129077553749, 0.10944794118404388, 0.2352631539106369, 0.3020198941230774, 0.0, 290.618896484375, 0.0037771486677229404, 2.0921796021866612e-05, 3.444116373430006e-05, 9.112967745750211e-06, 2.672531991265714e-06, 3.726440991158597e-05], "count": [555]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12061969935894012, 0.02825688011944294, -0.3103800117969513, 0.46755099296569824, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.08915141224861145, 0.3168994188308716, -0.6852686405181885, -1.675795316696167, 0.039304815232753754, -0.19978782534599304, -0.02839650586247444, -0.3255540132522583, -0.4700219929218292, 0.042089998722076416, 1.2465873956680298, -1.8914920091629028, -0.06042063608765602, 1008.0, 334.0, -0.004774891305714846, -0.2971692979335785, -0.8424280285835266, 1.9071890115737915, -1.0566068887710571, -0.0010773936519399285], "max": [-0.19945622980594635, 0.6047565937042236, 0.45148175954818726, -1.411901593208313, -0.25384068489074707, -0.12049752473831177, 0.028361599892377853, -0.3102850019931793, 0.46759599447250366, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4478166103363037, 0.6055594086647034, -0.15856316685676575, -1.3847966194152832, 0.4643273949623108, 0.6354743838310242, 0.5231450200080872, -0.24840599298477173, -0.4184409976005554, 0.22824199497699738, 1.69096839427948, -1.0643202066421509, 0.9877654314041138, 1008.0, 1003.0, 0.003539811121299863, -0.2969662547111511, -0.8423337340354919, 1.9071929454803467, -1.0565950870513916, -0.0008524224977008998], "mean": [-0.19951899349689484, 0.6046614646911621, 0.4513895511627197, -1.4119625091552734, -0.2539012134075165, -0.12054765224456787, 0.028288384899497032, -0.31032755970954895, 0.4675741195678711, 0.2282378375530243, -1.573237657546997, -1.1211355924606323, -0.7462766766548157, 0.21459846198558807, 0.44234833121299744, -0.39485955238342285, -1.4935094118118286, 0.2740445137023926, 0.19137829542160034, 0.27367347478866577, -0.30723804235458374, -0.4525708556175232, 0.15027911961078644, 1.503130316734314, -1.5072764158248901, 0.5399646162986755, 1008.0, 790.2810668945312, -0.00041076517663896084, -0.29709163308143616, -0.8423896431922913, 1.907181739807129, -1.0566010475158691, -0.0010228806640952826], "std": [2.6012707166955806e-05, 1.992247962334659e-05, 2.509614932932891e-05, 1.7532353012938984e-05, 2.170053448935505e-05, 1.9132001398247667e-05, 1.8261960576637648e-05, 1.5118950614123605e-05, 8.394410542678088e-06, 1.3361752280616201e-05, 1.0728836059570312e-05, 1.430511474609375e-06, 1.0728836059570312e-06, 0.09263314306735992, 0.0768723413348198, 0.13657036423683167, 0.08071073144674301, 0.09503711760044098, 0.30228057503700256, 0.14681167900562286, 0.015126868151128292, 0.013708935119211674, 0.05691058188676834, 0.10941077768802643, 0.2354111671447754, 0.30243682861328125, 0.0, 290.6207275390625, 0.003777324454858899, 2.100532947224565e-05, 3.4387474443065e-05, 9.11144343263004e-06, 2.6719569632405182e-06, 3.728904266608879e-05], "count": [555]}, "timestamp": {"min": [0.0], "max": [18.466666666666665], "mean": [9.233333333333333], "std": [5.340481321074042], "count": [555]}, "frame_index": {"min": [0], "max": [554], "mean": [277.0], "std": [160.21443963222126], "count": [555]}, "episode_index": {"min": [237], "max": [237], "mean": [237.0], "std": [0.0], "count": [555]}, "index": {"min": [143219], "max": [143773], "mean": [143496.0], "std": [160.21443963222126], "count": [555]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [555]}, "gripper_open_scale_state": {"min": [1.0, 0.33399999141693115], "max": [1.0, 1.0], "mean": [1.0, 0.7894648651281992], "std": [0.0, 0.2900282856544531], "count": [555]}, "gripper_open_scale_action": {"min": [1.0, 0.33399999141693115], "max": [1.0, 1.0], "mean": [1.0, 0.7894648651281992], "std": [0.0, 0.2900282856544531], "count": [555]}, "eef_direction_state": {"mean": [6.0, 4.877477477477478], "std": [0.0, 1.845212196820341], "min": [6, 0], "max": [6, 6], "count": [555]}, "eef_velocity_state": {"mean": [0.0, 0.5981981981981982], "std": [0.0, 0.7979683642018774], "min": [0, 0], "max": [0, 2], "count": [555]}, "eef_acc_mag_state": {"mean": [0.0, 0.5531531531531532], "std": [0.0, 0.8022288568147324], "min": [0, 0], "max": [0, 2], "count": [555]}, "eef_direction_action": {"mean": [6.0, 4.877477477477478], "std": [0.0, 1.845212196820341], "min": [6, 0], "max": [6, 6], "count": [555]}, "eef_velocity_action": {"mean": [0.0, 0.5981981981981982], "std": [0.0, 0.7979683642018774], "min": [0, 0], "max": [0, 2], "count": [555]}, "eef_acc_mag_action": {"mean": [0.0, 0.5531531531531532], "std": [0.0, 0.8022288568147324], "min": [0, 0], "max": [0, 2], "count": [555]}, "eef_sim_pose_state": {"mean": [-0.31032758951187134, 0.46757400035858154, 0.22823791205883026, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.3072476089000702, -0.45256897807121277, 0.15029527246952057, 1.503218650817871, -1.5073609352111816, 0.5395674705505371], "std": [1.5104524209164083e-05, 8.394405995204579e-06, 1.3361827768676449e-05, 0.0, 0.0, 5.960464477539063e-08, 0.015127151273190975, 0.013706703670322895, 0.05693129077553749, 0.10944797843694687, 0.23526325821876526, 0.3020201325416565], "min": [-0.3103800117969513, 0.46755099296569824, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3255540132522583, -0.4700219929218292, 0.042089998722076416, 1.2465873956680298, -1.8914920091629028, -0.06042063608765602], "max": [-0.3102850019931793, 0.46759599447250366, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.24840599298477173, -0.4184409976005554, 0.22824199497699738, 1.69096839427948, -1.0643202066421509, 0.9877654314041138], "count": [555]}, "eef_sim_pose_action": {"mean": [-0.31032755970954895, 0.4675741195678711, 0.22823786735534668, -1.573237657546997, -1.1211355924606323, -0.7462766766548157, -0.307247519493103, -0.45256882905960083, 0.15029525756835938, 1.5032185316085815, -1.507361650466919, 0.5395669937133789], "std": [1.5104535123100504e-05, 8.3949298641528e-06, 1.3361922356125433e-05, 1.0728836059570312e-05, 1.430511474609375e-06, 1.0728836059570312e-06, 0.015127153135836124, 0.01370670460164547, 0.05693129077553749, 0.10944794118404388, 0.2352631539106369, 0.3020198941230774], "min": [-0.3103800117969513, 0.46755099296569824, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3255540132522583, -0.4700219929218292, 0.042089998722076416, 1.2465873956680298, -1.8914920091629028, -0.06042063608765602], "max": [-0.3102850019931793, 0.46759599447250366, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.24840599298477173, -0.4184409976005554, 0.22824199497699738, 1.69096839427948, -1.0643202066421509, 0.9877654314041138], "count": [555]}, "gripper_mode_state": {"mean": [0.0, 0.27927927927927926], "std": [0.0, 0.4486450305581536], "min": [0, 0], "max": [0, 1], "count": [555]}, "gripper_activity_state": {"mean": [2.0, 1.7513513513513514], "std": [0.0, 0.5937914313457334], "min": [2, 0], "max": [2, 2], "count": [555]}, "gripper_mode_action": {"mean": [0.0, 0.27927927927927926], "std": [0.0, 0.4486450305581536], "min": [0, 0], "max": [0, 1], "count": [555]}, "gripper_activity_action": {"mean": [2.0, 1.7513513513513514], "std": [0.0, 0.5937914313457334], "min": [2, 0], "max": [2, 2], "count": [555]}}} +{"episode_index": 117, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41465468082264956]], [[0.42348270959024636]], [[0.42061947743841127]]], "std": [[[0.21177329605229117]], [[0.20945710764913478]], [[0.20614719465254092]]], "count": [104]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33551896956699345]], [[0.3186363416760935]], [[0.3355297377765209]]], "std": [[[0.2525703452944023]], [[0.2619843793475459]], [[0.24970680121885674]]], "count": [104]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4275588137097788]], [[0.4311462320104324]], [[0.42300535562782804]]], "std": [[[0.2770683292324475]], [[0.2734819364356312]], [[0.2751544637157423]]], "count": [104]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39400213282428354]], [[0.39123095973164906]], [[0.40024739583333335]]], "std": [[[0.2681253688750422]], [[0.2684015021886712]], [[0.2679078623106052]]], "count": [104]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31038299202919006, 0.46755099296569824, 0.2282010018825531, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, 0.020455259829759598, 0.35061919689178467, -0.655004620552063, -1.6803680658340454, 0.2163161039352417, -0.1215447336435318, -0.02834414690732956, -0.32881900668144226, -0.46759799122810364, 0.03793400153517723, 1.222875952720642, -1.9256428480148315, 0.019131718203425407, 1008.0, 332.0, -0.004513587802648544, -0.2971956431865692, -0.8424208760261536, 1.9071905612945557, -1.0566085577011108, -0.001080241403542459], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12041027098894119, 0.028326693922281265, -0.3102869987487793, 0.46759501099586487, 0.228303000330925, -1.5723901987075806, -1.121137022972107, -0.7456094622612, 0.39072683453559875, 0.6277425289154053, -0.10841985046863556, -1.411884069442749, 0.4779060482978821, 0.5199859142303467, 0.5570218563079834, -0.26374000310897827, -0.41718998551368713, 0.22828400135040283, 1.7272039651870728, -1.121137022972107, 0.9303542971611023, 1008.0, 1003.0, 0.0038875886239111423, -0.296766996383667, -0.8424034714698792, 1.9071921110153198, -1.056597352027893, -0.0009141234331764281], "mean": [-0.1995191127061844, 0.6046735644340515, 0.4513920843601227, -1.411964774131775, -0.2538999319076538, -0.12054738402366638, 0.028275271877646446, -0.3103276491165161, 0.46757322549819946, 0.228239506483078, -1.5732353925704956, -1.1211336851119995, -0.7462753057479858, 0.1801004707813263, 0.4596589207649231, -0.3760455250740051, -1.527875542640686, 0.28208544850349426, 0.1527884602546692, 0.27582454681396484, -0.3020592927932739, -0.44687914848327637, 0.15599019825458527, 1.5403718948364258, -1.4991012811660767, 0.5717280507087708, 1008.0, 823.5030517578125, -8.787594560999423e-05, -0.2970500588417053, -0.8424129486083984, 1.9071811437606812, -1.0566062927246094, -0.001021147589199245], "std": [2.6460829758434556e-05, 1.949840589077212e-05, 2.428074185445439e-05, 1.7517922970000654e-05, 2.2764381355955265e-05, 2.1125817511347122e-05, 1.5974093912518583e-05, 1.5300847735488787e-05, 8.508938662998844e-06, 1.3512420082406607e-05, 3.891821688739583e-05, 1.033643366099568e-05, 2.9928914955235086e-05, 0.09387785941362381, 0.07227009534835815, 0.15152113139629364, 0.07450325787067413, 0.06734230369329453, 0.21811698377132416, 0.14543260633945465, 0.011776382103562355, 0.01427938137203455, 0.059248000383377075, 0.11297152191400528, 0.2035035341978073, 0.2781386971473694, 0.0, 273.24761962890625, 0.00394607475027442, 3.2246767659671605e-05, 3.5987934552395018e-06, 1.0221727279713377e-05, 3.951523922296474e-06, 4.5274387957761064e-05], "count": [495]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31038299202919006, 0.46755099296569824, 0.2282010018825531, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, 0.020455259829759598, 0.35061919689178467, -0.655004620552063, -1.6803680658340454, 0.2163161039352417, -0.1215447336435318, -0.02834414690732956, -0.32881900668144226, -0.46759799122810364, 0.03793400153517723, 1.222875952720642, -1.9256428480148315, 0.019131718203425407, 1008.0, 332.0, -0.004513587802648544, -0.2971956431865692, -0.8424208760261536, 1.9071905612945557, -1.0566085577011108, -0.001080241403542459], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12041027098894119, 0.028326693922281265, -0.3102869987487793, 0.46759501099586487, 0.228303000330925, -1.5723901987075806, -1.121137022972107, -0.7456094622612, 0.39072683453559875, 0.6277425289154053, -0.10841985046863556, -1.411884069442749, 0.4779060482978821, 0.5199859142303467, 0.5570218563079834, -0.26374000310897827, -0.41718998551368713, 0.22828400135040283, 1.7272039651870728, -1.121137022972107, 0.9303542971611023, 1008.0, 1003.0, 0.0038875886239111423, -0.296766996383667, -0.8424034714698792, 1.9071921110153198, -1.056597352027893, -0.0009141234331764281], "mean": [-0.19951917231082916, 0.6046738028526306, 0.4513920843601227, -1.4119648933410645, -0.2538999915122986, -0.12054738402366638, 0.028275271877646446, -0.31032758951187134, 0.46757322549819946, 0.2282395362854004, -1.5732353925704956, -1.1211336851119995, -0.7462753057479858, 0.179763063788414, 0.45920491218566895, -0.37536051869392395, -1.5281707048416138, 0.2820875942707062, 0.15309979021549225, 0.2762549817562103, -0.30202698707580566, -0.44683536887168884, 0.15598483383655548, 1.5400692224502563, -1.499550700187683, 0.5720895528793335, 1008.0, 823.4989624023438, -0.00010276308603351936, -0.2970499098300934, -0.8424129486083984, 1.9071811437606812, -1.0566062927246094, -0.0010213394416496158], "std": [2.6525338398641907e-05, 1.9458781025605276e-05, 2.428074185445439e-05, 1.7532998754177243e-05, 2.268972275487613e-05, 2.1125817511347122e-05, 1.5974093912518583e-05, 1.5348254237324e-05, 8.515570698364172e-06, 1.3513928934116848e-05, 3.891821688739583e-05, 1.033643366099568e-05, 2.9928914955235086e-05, 0.09410752356052399, 0.0720633938908577, 0.15194439888000488, 0.07433246076107025, 0.0673413872718811, 0.21783660352230072, 0.14484989643096924, 0.011775245890021324, 0.014249258674681187, 0.05924161151051521, 0.11308290809392929, 0.20291531085968018, 0.2784794569015503, 0.0, 273.2443542480469, 0.003946563228964806, 3.246100459364243e-05, 3.6066821849090047e-06, 1.022334981826134e-05, 3.950445261580171e-06, 4.5178367145126686e-05], "count": [495]}, "timestamp": {"min": [0.0], "max": [16.466666666666665], "mean": [8.233333333333333], "std": [4.763130001102994], "count": [495]}, "frame_index": {"min": [0], "max": [494], "mean": [247.0], "std": [142.89390003308984], "count": [495]}, "episode_index": {"min": [238], "max": [238], "mean": [238.0], "std": [0.0], "count": [495]}, "index": {"min": [143774], "max": [144268], "mean": [144021.0], "std": [142.89390003308984], "count": [495]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [495]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8218161603417059], "std": [0.0, 0.27214124693179537], "count": [495]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8218161603417059], "std": [0.0, 0.27214124693179537], "count": [495]}, "eef_direction_state": {"mean": [6.0, 4.787878787878788], "std": [0.0, 1.9094275797414562], "min": [6, 0], "max": [6, 6], "count": [495]}, "eef_velocity_state": {"mean": [0.0, 0.6585858585858586], "std": [0.0, 0.8327889253246917], "min": [0, 0], "max": [0, 2], "count": [495]}, "eef_acc_mag_state": {"mean": [0.0, 0.6262626262626263], "std": [0.0, 0.8163216164799845], "min": [0, 0], "max": [0, 2], "count": [495]}, "eef_direction_action": {"mean": [6.0, 4.787878787878788], "std": [0.0, 1.9094275797414562], "min": [6, 0], "max": [6, 6], "count": [495]}, "eef_velocity_action": {"mean": [0.0, 0.6585858585858586], "std": [0.0, 0.8327889253246917], "min": [0, 0], "max": [0, 2], "count": [495]}, "eef_acc_mag_action": {"mean": [0.0, 0.6262626262626263], "std": [0.0, 0.8163216164799845], "min": [0, 0], "max": [0, 2], "count": [495]}, "eef_sim_pose_state": {"mean": [-0.3103276491165161, 0.467572957277298, 0.2282395213842392, -1.5732251405715942, -1.1211373805999756, -0.7462742924690247, -0.3020591735839844, -0.4468790292739868, 0.15599016845226288, 1.54037344455719, -1.4991018772125244, 0.5717288851737976], "std": [1.5300871382351033e-05, 8.504624020133633e-06, 1.3512404620996676e-05, 3.757033118745312e-05, 9.624349331716076e-06, 2.9910590455983765e-05, 0.011776386760175228, 0.01427938137203455, 0.059248022735118866, 0.11297143995761871, 0.2035033404827118, 0.278138667345047], "min": [-0.31038299202919006, 0.46755099296569824, 0.2282010018825531, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.32881900668144226, -0.46759799122810364, 0.03793400153517723, 1.222875952720642, -1.9256428480148315, 0.019131718203425407], "max": [-0.3102869987487793, 0.46759501099586487, 0.228303000330925, -1.5723901987075806, -1.121137022972107, -0.7456094622612, -0.26374000310897827, -0.41718998551368713, 0.22828400135040283, 1.7272039651870728, -1.121137022972107, 0.9303542971611023], "count": [495]}, "eef_sim_pose_action": {"mean": [-0.3103276491165161, 0.46757322549819946, 0.228239506483078, -1.5732353925704956, -1.1211336851119995, -0.7462753057479858, -0.3020592927932739, -0.44687914848327637, 0.15599019825458527, 1.5403718948364258, -1.4991012811660767, 0.5717280507087708], "std": [1.5300847735488787e-05, 8.508938662998844e-06, 1.3512420082406607e-05, 3.891821688739583e-05, 1.033643366099568e-05, 2.9928914955235086e-05, 0.011776382103562355, 0.01427938137203455, 0.059248000383377075, 0.11297152191400528, 0.2035035341978073, 0.2781386971473694], "min": [-0.31038299202919006, 0.46755099296569824, 0.2282010018825531, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.32881900668144226, -0.46759799122810364, 0.03793400153517723, 1.222875952720642, -1.9256428480148315, 0.019131718203425407], "max": [-0.3102869987487793, 0.46759501099586487, 0.228303000330925, -1.5723901987075806, -1.121137022972107, -0.7456094622612, -0.26374000310897827, -0.41718998551368713, 0.22828400135040283, 1.7272039651870728, -1.121137022972107, 0.9303542971611023], "count": [495]}, "gripper_mode_state": {"mean": [0.0, 0.22424242424242424], "std": [0.0, 0.4170824371899432], "min": [0, 0], "max": [0, 1], "count": [495]}, "gripper_activity_state": {"mean": [2.0, 1.7171717171717171], "std": [0.0, 0.6234541130823277], "min": [2, 0], "max": [2, 2], "count": [495]}, "gripper_mode_action": {"mean": [0.0, 0.22424242424242424], "std": [0.0, 0.4170824371899432], "min": [0, 0], "max": [0, 1], "count": [495]}, "gripper_activity_action": {"mean": [2.0, 1.7171717171717171], "std": [0.0, 0.6234541130823277], "min": [2, 0], "max": [2, 2], "count": [495]}}} +{"episode_index": 118, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4071542797075727]], [[0.41711980927428444]], [[0.4140555027327023]]], "std": [[[0.20989621051622098]], [[0.20731850164834437]], [[0.20408774458803924]]], "count": [116]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3329532623394185]], [[0.3177790631338742]], [[0.3350979142016002]]], "std": [[[0.2581681603078198]], [[0.2668943289203636]], [[0.2559525168279572]]], "count": [116]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43306592292089247]], [[0.43626347334910975]], [[0.4280781989519946]]], "std": [[[0.28292200135572]], [[0.2785787026637007]], [[0.2805814467175474]]], "count": [116]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38693301181823303]], [[0.3822547241238449]], [[0.40062474116801894]]], "std": [[[0.2679108491257953]], [[0.26696663857804726]], [[0.2719375799123963]]], "count": [116]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25394541025161743, -0.12058479338884354, 0.02822197414934635, -0.3103730082511902, 0.46755000948905945, 0.2281859964132309, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.0190066359937191, 0.3732735514640808, -0.6957929730415344, -1.6971756219863892, 0.03932226821780205, -0.12238249182701111, -0.02839650586247444, -0.33319199085235596, -0.4675990045070648, 0.05165499821305275, 1.343475341796875, -1.7878389358520508, -0.05331174284219742, 1008.0, 332.0, -0.004348158836364746, -0.29671812057495117, -0.8424485921859741, 1.9071913957595825, -1.0566235780715942, -0.0012814814690500498], "max": [-0.19945622980594635, 0.6047391295433044, 0.45148175954818726, -1.411919116973877, -0.25384068489074707, -0.12046262621879578, 0.028326693922281265, -0.31028199195861816, 0.46759799122810364, 0.22826600074768066, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.44202208518981934, 0.6244438886642456, -0.18104299902915955, -1.4118491411209106, 0.4216715395450592, 0.4704185724258423, 0.6664190292358398, -0.2863430082798004, -0.4043090045452118, 0.22833700478076935, 1.8491816520690918, -1.1013352870941162, 0.8283273577690125, 1008.0, 1003.0, 0.003607486840337515, -0.2966786324977875, -0.8424145579338074, 1.9071929454803467, -1.056597352027893, -0.0010878354078158736], "mean": [-0.1995193511247635, 0.6046668887138367, 0.45139196515083313, -1.4119809865951538, -0.2538967430591583, -0.12053391337394714, 0.028265591710805893, -0.31032511591911316, 0.46757233142852783, 0.22823183238506317, -1.5732377767562866, -1.12113618850708, -0.7462766766548157, 0.18508662283420563, 0.5007436275482178, -0.4291887879371643, -1.5358353853225708, 0.2781437635421753, 0.14495351910591125, 0.3163255751132965, -0.3071290850639343, -0.4378657042980194, 0.14997807145118713, 1.5845088958740234, -1.5148847103118896, 0.47317150235176086, 1008.0, 797.810546875, -3.727774310391396e-05, -0.2966998517513275, -0.8424227237701416, 1.9071829319000244, -1.056604266166687, -0.0011222459143027663], "std": [2.5815357730607502e-05, 1.896961111924611e-05, 2.408633372397162e-05, 1.829734719649423e-05, 2.245984251203481e-05, 1.9403187252464704e-05, 1.794394302123692e-05, 1.4554701920133084e-05, 8.063354471232742e-06, 1.2888803212263156e-05, 1.0848045349121094e-05, 8.344650268554688e-07, 1.0728836059570312e-06, 0.13395972549915314, 0.06032177433371544, 0.1399945765733719, 0.0893789604306221, 0.06958173215389252, 0.20820468664169312, 0.21019253134727478, 0.010571342892944813, 0.015828637406229973, 0.05518385395407677, 0.1287948340177536, 0.21048811078071594, 0.32024863362312317, 0.0, 289.32257080078125, 0.003517742734402418, 4.495467692322563e-06, 6.530632163048722e-06, 9.300748388341162e-06, 5.522798801393947e-06, 2.1848318283446133e-05], "count": [570]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25394541025161743, -0.12058479338884354, 0.02822197414934635, -0.3103730082511902, 0.46755000948905945, 0.2281859964132309, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.0190066359937191, 0.3732735514640808, -0.6957929730415344, -1.6971756219863892, 0.03932226821780205, -0.12238249182701111, -0.02839650586247444, -0.33319199085235596, -0.4675990045070648, 0.05165499821305275, 1.343475341796875, -1.7878389358520508, -0.05331174284219742, 1008.0, 332.0, -0.004348158836364746, -0.29671812057495117, -0.8424485921859741, 1.9071913957595825, -1.0566235780715942, -0.0012814814690500498], "max": [-0.19945622980594635, 0.6047391295433044, 0.45148175954818726, -1.411919116973877, -0.25384068489074707, -0.12046262621879578, 0.028326693922281265, -0.31028199195861816, 0.46759799122810364, 0.22826600074768066, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.44202208518981934, 0.6244438886642456, -0.18104299902915955, -1.4118491411209106, 0.4216715395450592, 0.4704185724258423, 0.6664190292358398, -0.2863430082798004, -0.4043090045452118, 0.22833700478076935, 1.8491816520690918, -1.1013352870941162, 0.8283273577690125, 1008.0, 1003.0, 0.003607486840337515, -0.2966786324977875, -0.8424145579338074, 1.9071929454803467, -1.056597352027893, -0.0010878354078158736], "mean": [-0.1995193511247635, 0.6046668291091919, 0.4513920843601227, -1.4119809865951538, -0.25389665365219116, -0.12053388357162476, 0.02826562151312828, -0.31032511591911316, 0.46757230162620544, 0.2282317876815796, -1.5732377767562866, -1.12113618850708, -0.7462766766548157, 0.18471094965934753, 0.5003501772880554, -0.42872828245162964, -1.5361417531967163, 0.27777448296546936, 0.14522847533226013, 0.31635719537734985, -0.30713433027267456, -0.43780195713043213, 0.14995068311691284, 1.5842405557632446, -1.5148640871047974, 0.4732967019081116, 1008.0, 797.8087768554688, -5.0189602916361764e-05, -0.2966998219490051, -0.8424227833747864, 1.9071829319000244, -1.056604266166687, -0.0011221726890653372], "std": [2.5815357730607502e-05, 1.8979728338308632e-05, 2.406787643849384e-05, 1.829734719649423e-05, 2.2509726477437653e-05, 1.9391598470974714e-05, 1.794391209841706e-05, 1.453732511436101e-05, 8.036019607970957e-06, 1.2897453416371718e-05, 1.0848045349121094e-05, 8.344650268554688e-07, 1.0728836059570312e-06, 0.134219229221344, 0.06037737429141998, 0.14035330712795258, 0.08925274759531021, 0.0702652633190155, 0.20795708894729614, 0.2101418673992157, 0.010573695413768291, 0.015781939029693604, 0.0551488921046257, 0.12897679209709167, 0.21052739024162292, 0.32036978006362915, 0.0, 289.3226318359375, 0.0035182468127459288, 4.521444225247251e-06, 6.583417416550219e-06, 9.299557859776542e-06, 5.5809969126130454e-06, 2.1855374143342488e-05], "count": [570]}, "timestamp": {"min": [0.0], "max": [18.966666666666665], "mean": [9.483333333333333], "std": [5.484819116501541], "count": [570]}, "frame_index": {"min": [0], "max": [569], "mean": [284.5], "std": [164.54457349504622], "count": [570]}, "episode_index": {"min": [242], "max": [242], "mean": [242.0], "std": [0.0], "count": [570]}, "index": {"min": [146084], "max": [146653], "mean": [146368.5], "std": [164.54457349504622], "count": [570]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [570]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.7961315771989655], "std": [0.0, 0.2881342580958448], "count": [570]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.7961315771989655], "std": [0.0, 0.2881342580958448], "count": [570]}, "eef_direction_state": {"mean": [6.0, 5.245614035087719], "std": [0.0, 1.3876738298493083], "min": [6, 0], "max": [6, 6], "count": [570]}, "eef_velocity_state": {"mean": [0.0, 0.49298245614035086], "std": [0.0, 0.7260466490070185], "min": [0, 0], "max": [0, 2], "count": [570]}, "eef_acc_mag_state": {"mean": [0.0, 0.4543859649122807], "std": [0.0, 0.7390297516596352], "min": [0, 0], "max": [0, 2], "count": [570]}, "eef_direction_action": {"mean": [6.0, 5.245614035087719], "std": [0.0, 1.3876738298493083], "min": [6, 0], "max": [6, 6], "count": [570]}, "eef_velocity_action": {"mean": [0.0, 0.49298245614035086], "std": [0.0, 0.7260466490070185], "min": [0, 0], "max": [0, 2], "count": [570]}, "eef_acc_mag_action": {"mean": [0.0, 0.4543859649122807], "std": [0.0, 0.7390297516596352], "min": [0, 0], "max": [0, 2], "count": [570]}, "eef_sim_pose_state": {"mean": [-0.31032517552375793, 0.4675721228122711, 0.22823192179203033, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.3071291446685791, -0.43786588311195374, 0.14997811615467072, 1.5845108032226562, -1.5148855447769165, 0.4731719493865967], "std": [1.4554647350450978e-05, 8.062183042056859e-06, 1.2888509445474483e-05, 0.0, 0.0, 5.960464477539063e-08, 0.010571345686912537, 0.015828637406229973, 0.055183831602334976, 0.12879493832588196, 0.21048815548419952, 0.32024911046028137], "min": [-0.3103730082511902, 0.46755000948905945, 0.2281859964132309, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33319199085235596, -0.4675990045070648, 0.05165499821305275, 1.343475341796875, -1.7878389358520508, -0.05331174284219742], "max": [-0.31028199195861816, 0.46759799122810364, 0.22826600074768066, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2863430082798004, -0.4043090045452118, 0.22833700478076935, 1.8491816520690918, -1.1013352870941162, 0.8283273577690125], "count": [570]}, "eef_sim_pose_action": {"mean": [-0.31032511591911316, 0.46757233142852783, 0.22823183238506317, -1.5732377767562866, -1.12113618850708, -0.7462766766548157, -0.3071290850639343, -0.4378657042980194, 0.14997807145118713, 1.5845088958740234, -1.5148847103118896, 0.47317150235176086], "std": [1.4554701920133084e-05, 8.063354471232742e-06, 1.2888803212263156e-05, 1.0848045349121094e-05, 8.344650268554688e-07, 1.0728836059570312e-06, 0.010571342892944813, 0.015828637406229973, 0.05518385395407677, 0.1287948340177536, 0.21048811078071594, 0.32024863362312317], "min": [-0.3103730082511902, 0.46755000948905945, 0.2281859964132309, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33319199085235596, -0.4675990045070648, 0.05165499821305275, 1.343475341796875, -1.7878389358520508, -0.05331174284219742], "max": [-0.31028199195861816, 0.46759799122810364, 0.22826600074768066, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2863430082798004, -0.4043090045452118, 0.22833700478076935, 1.8491816520690918, -1.1013352870941162, 0.8283273577690125], "count": [570]}, "gripper_mode_state": {"mean": [0.0, 0.2719298245614035], "std": [0.0, 0.44495392466569633], "min": [0, 0], "max": [0, 1], "count": [570]}, "gripper_activity_state": {"mean": [2.0, 1.756140350877193], "std": [0.0, 0.5880439009329456], "min": [2, 0], "max": [2, 2], "count": [570]}, "gripper_mode_action": {"mean": [0.0, 0.2719298245614035], "std": [0.0, 0.4449539246656963], "min": [0, 0], "max": [0, 1], "count": [570]}, "gripper_activity_action": {"mean": [2.0, 1.756140350877193], "std": [0.0, 0.5880439009329456], "min": [2, 0], "max": [2, 2], "count": [570]}}} +{"episode_index": 119, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41092339647723497]], [[0.4201360069098261]], [[0.41715978280436466]]], "std": [[[0.21133492524013095]], [[0.20884957901646248]], [[0.2057472552199018]]], "count": [118]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3340097260302426]], [[0.3185077458596433]], [[0.33482712106735346]]], "std": [[[0.25995341961793966]], [[0.2688262857682822]], [[0.2574159442662303]]], "count": [118]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4332685208264097]], [[0.43652043695302983]], [[0.42871946486928103]]], "std": [[[0.28366117230501103]], [[0.2795003223051264]], [[0.2816649260587254]]], "count": [118]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39455226681067906]], [[0.3863153508225324]], [[0.4020725410573834]]], "std": [[[0.262843905675215]], [[0.26296950689315707]], [[0.265949759097319]]], "count": [118]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31036698818206787, 0.4675529897212982, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.05277875438332558, 0.2511179745197296, -0.6263812184333801, -1.6801238059997559, -0.10796606540679932, -0.13182471692562103, -0.028379054740071297, -0.33456599712371826, -0.46764498949050903, 0.02341100014746189, 1.3037132024765015, -1.7222729921340942, 0.07804979383945465, 1008.0, 332.0, -0.004515468142926693, -0.2966654896736145, -0.8424224853515625, 1.9072333574295044, -1.056612491607666, -0.0011466885916888714], "max": [-0.19943878054618835, 0.6047391295433044, 0.4514293968677521, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31028398871421814, 0.46759799122810364, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.33510324358940125, 0.6324549317359924, -0.18226473033428192, -1.4106274843215942, 0.47773152589797974, 0.5637587904930115, 0.5633050203323364, -0.2845599949359894, -0.4180780053138733, 0.22865299880504608, 1.8224173784255981, -1.0047810077667236, 0.8178678154945374, 1008.0, 1003.0, 0.003596207359805703, -0.29636281728744507, -0.8422933220863342, 1.9072349071502686, -1.0566014051437378, -0.0010318298591300845], "mean": [-0.19951984286308289, 0.6046672463417053, 0.4513804614543915, -1.4119642972946167, -0.2538943588733673, -0.12052660435438156, 0.028271425515413284, -0.31032755970954895, 0.46757471561431885, 0.22824068367481232, -1.5732378959655762, -1.1211365461349487, -0.7462766766548157, 0.1684848517179489, 0.42664796113967896, -0.3760976195335388, -1.5373046398162842, 0.1925007551908493, 0.21353638172149658, 0.3020132780075073, -0.31009960174560547, -0.44252920150756836, 0.14487600326538086, 1.5271655321121216, -1.487046480178833, 0.49156051874160767, 1008.0, 792.3728637695312, 1.1808922863565385e-05, -0.29649609327316284, -0.842386782169342, 1.9072288274765015, -1.056606411933899, -0.0010946433758363128], "std": [2.5816283596213907e-05, 1.9139699361403473e-05, 2.4623435820103623e-05, 1.800765130610671e-05, 2.254096580145415e-05, 2.102913822454866e-05, 1.6190853784792125e-05, 1.4798371921642683e-05, 7.921589713077992e-06, 1.2897660781163722e-05, 1.0967254638671875e-05, 4.76837158203125e-07, 1.0728836059570312e-06, 0.08582717180252075, 0.09764236956834793, 0.13403470814228058, 0.0705973356962204, 0.1326889544725418, 0.22127391397953033, 0.1613069474697113, 0.011381885968148708, 0.012205338105559349, 0.06274545192718506, 0.1363179087638855, 0.1849292367696762, 0.2627975344657898, 0.0, 292.0621337890625, 0.0036338719073683023, 1.572513792780228e-05, 4.3860956793650985e-05, 5.017101557314163e-06, 2.7017849788535386e-06, 3.0124147087917663e-05], "count": [582]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31036698818206787, 0.4675529897212982, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.05277875438332558, 0.2511179745197296, -0.6263812184333801, -1.6801238059997559, -0.10796606540679932, -0.13182471692562103, -0.028379054740071297, -0.33456599712371826, -0.46764498949050903, 0.02341100014746189, 1.3037132024765015, -1.7222729921340942, 0.07804979383945465, 1008.0, 332.0, -0.004515468142926693, -0.2966654896736145, -0.8424224853515625, 1.9072333574295044, -1.056612491607666, -0.0011466885916888714], "max": [-0.19943878054618835, 0.6047391295433044, 0.4514293968677521, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31028398871421814, 0.46759799122810364, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.33510324358940125, 0.6324549317359924, -0.18226473033428192, -1.410679817199707, 0.47773152589797974, 0.5637587904930115, 0.5633050203323364, -0.2845599949359894, -0.4180780053138733, 0.22865299880504608, 1.8224173784255981, -1.0047810077667236, 0.8178678154945374, 1008.0, 1003.0, 0.003596207359805703, -0.29636281728744507, -0.8422933220863342, 1.9072349071502686, -1.0566014051437378, -0.0010318298591300845], "mean": [-0.19951969385147095, 0.6046672463417053, 0.4513803720474243, -1.4119642972946167, -0.2538943588733673, -0.12052665650844574, 0.028271425515413284, -0.31032758951187134, 0.4675746560096741, 0.22824059426784515, -1.5732378959655762, -1.1211365461349487, -0.7462766766548157, 0.16824328899383545, 0.42618528008461, -0.3756400942802429, -1.537369728088379, 0.19189654290676117, 0.2135525941848755, 0.302129328250885, -0.3101207911968231, -0.44250062108039856, 0.14484158158302307, 1.5271315574645996, -1.4868683815002441, 0.49161168932914734, 1008.0, 792.3728637695312, -1.3179886764191906e-06, -0.2964960038661957, -0.8423869609832764, 1.9072288274765015, -1.056606411933899, -0.0010947183473035693], "std": [2.5831768653006293e-05, 1.915011671371758e-05, 2.462938573444262e-05, 1.8004961020778865e-05, 2.254096580145415e-05, 2.099608536809683e-05, 1.6190853784792125e-05, 1.4802526493440382e-05, 7.918711162346881e-06, 1.2866474207839929e-05, 1.0967254638671875e-05, 4.76837158203125e-07, 1.0728836059570312e-06, 0.08593704551458359, 0.09744244813919067, 0.1342332661151886, 0.07049787789583206, 0.13320928812026978, 0.22124962508678436, 0.16109441220760345, 0.011394551023840904, 0.012165920808911324, 0.06270531564950943, 0.13630911707878113, 0.18532903492450714, 0.2628495991230011, 0.0, 292.0621337890625, 0.003636115463450551, 1.592125954630319e-05, 4.375572825665586e-05, 5.015483111492358e-06, 2.7021148980566068e-06, 3.0104711186140776e-05], "count": [582]}, "timestamp": {"min": [0.0], "max": [19.366666666666667], "mean": [9.683333333333335], "std": [5.600289344376837], "count": [582]}, "frame_index": {"min": [0], "max": [581], "mean": [290.5], "std": [168.0086803313051], "count": [582]}, "episode_index": {"min": [244], "max": [244], "mean": [244.0], "std": [0.0], "count": [582]}, "index": {"min": [147232], "max": [147813], "mean": [147522.5], "std": [168.0086803313051], "count": [582]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [582]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.7905721665964913], "std": [0.0, 0.2907645737999108], "count": [582]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.7905721665964913], "std": [0.0, 0.2907645737999108], "count": [582]}, "eef_direction_state": {"mean": [6.0, 5.001718213058419], "std": [0.0, 1.6606411432054742], "min": [6, 0], "max": [6, 6], "count": [582]}, "eef_velocity_state": {"mean": [0.0, 0.5807560137457045], "std": [0.0, 0.7729361915955724], "min": [0, 0], "max": [0, 2], "count": [582]}, "eef_acc_mag_state": {"mean": [0.0, 0.5549828178694158], "std": [0.0, 0.7970527215572959], "min": [0, 0], "max": [0, 2], "count": [582]}, "eef_direction_action": {"mean": [6.0, 5.001718213058419], "std": [0.0, 1.6606411432054742], "min": [6, 0], "max": [6, 6], "count": [582]}, "eef_velocity_action": {"mean": [0.0, 0.5807560137457045], "std": [0.0, 0.7729361915955724], "min": [0, 0], "max": [0, 2], "count": [582]}, "eef_acc_mag_action": {"mean": [0.0, 0.5549828178694158], "std": [0.0, 0.7970527215572959], "min": [0, 0], "max": [0, 2], "count": [582]}, "eef_sim_pose_state": {"mean": [-0.3103276789188385, 0.4675743877887726, 0.22824080288410187, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.31009966135025024, -0.4425291121006012, 0.14487604796886444, 1.5271661281585693, -1.487047553062439, 0.4915603697299957], "std": [1.4797924450249411e-05, 7.913859917607624e-06, 1.2897123269794974e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.011381886899471283, 0.012205338105559349, 0.06274545937776566, 0.13631783425807953, 0.18492914736270905, 0.26279744505882263], "min": [-0.31036698818206787, 0.4675529897212982, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33456599712371826, -0.46764498949050903, 0.02341100014746189, 1.3037132024765015, -1.7222729921340942, 0.07804979383945465], "max": [-0.31028398871421814, 0.46759799122810364, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2845599949359894, -0.4180780053138733, 0.22865299880504608, 1.8224173784255981, -1.0047810077667236, 0.8178678154945374], "count": [582]}, "eef_sim_pose_action": {"mean": [-0.31032755970954895, 0.46757471561431885, 0.22824068367481232, -1.5732378959655762, -1.1211365461349487, -0.7462766766548157, -0.31009960174560547, -0.44252920150756836, 0.14487600326538086, 1.5271655321121216, -1.487046480178833, 0.49156051874160767], "std": [1.4798371921642683e-05, 7.921589713077992e-06, 1.2897660781163722e-05, 1.0967254638671875e-05, 4.76837158203125e-07, 1.0728836059570312e-06, 0.011381885968148708, 0.012205338105559349, 0.06274545192718506, 0.1363179087638855, 0.1849292367696762, 0.2627975344657898], "min": [-0.31036698818206787, 0.4675529897212982, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33456599712371826, -0.46764498949050903, 0.02341100014746189, 1.3037132024765015, -1.7222729921340942, 0.07804979383945465], "max": [-0.31028398871421814, 0.46759799122810364, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2845599949359894, -0.4180780053138733, 0.22865299880504608, 1.8224173784255981, -1.0047810077667236, 0.8178678154945374], "count": [582]}, "gripper_mode_state": {"mean": [0.0, 0.27835051546391754], "std": [0.0, 0.4481869096759613], "min": [0, 0], "max": [0, 1], "count": [582]}, "gripper_activity_state": {"mean": [2.0, 1.7628865979381443], "std": [0.0, 0.5792493520775294], "min": [2, 0], "max": [2, 2], "count": [582]}, "gripper_mode_action": {"mean": [0.0, 0.27835051546391754], "std": [0.0, 0.44818690967596125], "min": [0, 0], "max": [0, 1], "count": [582]}, "gripper_activity_action": {"mean": [2.0, 1.7628865979381443], "std": [0.0, 0.5792493520775294], "min": [2, 0], "max": [2, 2], "count": [582]}}} +{"episode_index": 120, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4155429379366689]], [[0.42429700881789495]], [[0.42140298026538203]]], "std": [[[0.2123155829235142]], [[0.21001250680887254]], [[0.2066082023454535]]], "count": [116]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3292881715545413]], [[0.31291210101138156]], [[0.3287424674611224]]], "std": [[[0.24915383040387268]], [[0.2579437659133447]], [[0.24561061768177217]]], "count": [116]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42636363604349786]], [[0.4297543508423484]], [[0.4218060292004733]]], "std": [[[0.27551354432404823]], [[0.2720490051254336]], [[0.27399425200026056]]], "count": [116]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38704798604068064]], [[0.38580038243745773]], [[0.39267137142213204]]], "std": [[[0.257299191519782]], [[0.2584297296395863]], [[0.2587274933920423]]], "count": [116]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.310371994972229, 0.46755099296569824, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.08618436008691788, 0.32997193932533264, -0.655144214630127, -1.6632988452911377, 0.18385298550128937, -0.23411846160888672, -0.02839650586247444, -0.32864099740982056, -0.46759501099586487, 0.029930999502539635, 1.289800763130188, -1.9453693628311157, 0.011800847016274929, 1008.0, 323.0, -0.004333119839429855, -0.2965714931488037, -0.8424240350723267, 1.9072340726852417, -1.0566108226776123, -0.0012264252873137593], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102790117263794, 0.4675990045070648, 0.22826999425888062, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.421095609664917, 0.6078632473945618, -0.21710151433944702, -1.3909226655960083, 0.5271068811416626, 0.5796762108802795, 0.5504069924354553, -0.2604129910469055, -0.4329630136489868, 0.24652700126171112, 1.8444414138793945, -1.121137022972107, 0.8392218947410583, 1008.0, 1001.0, 0.003928945865482092, -0.29583460092544556, -0.8424050211906433, 1.9072372913360596, -1.056602954864502, -0.000989113817922771], "mean": [-0.19951926171779633, 0.6046724319458008, 0.4513903260231018, -1.411974310874939, -0.25389620661735535, -0.12056034803390503, 0.028273742645978928, -0.3103240132331848, 0.46757271885871887, 0.22823655605316162, -1.5732377767562866, -1.12113618850708, -0.7462766766548157, 0.21765843033790588, 0.47453635931015015, -0.3983721137046814, -1.4817627668380737, 0.29165464639663696, 0.15655747056007385, 0.2993186414241791, -0.3055960536003113, -0.4521925449371338, 0.1586971879005432, 1.5405879020690918, -1.5054209232330322, 0.5230026245117188, 1008.0, 800.7140502929688, 0.0002405063423793763, -0.29623904824256897, -0.842409610748291, 1.907227635383606, -1.0566052198410034, -0.0010863849893212318], "std": [2.494136970199179e-05, 1.8717704733717255e-05, 2.4437633328489028e-05, 1.853269714047201e-05, 2.3574573788209818e-05, 2.4250668502645567e-05, 1.6320125723723322e-05, 1.4347603610076476e-05, 8.002292815945111e-06, 1.3062559446552768e-05, 1.0848045349121094e-05, 8.344650268554688e-07, 1.0728836059570312e-06, 0.09502346813678741, 0.07997311651706696, 0.137828066945076, 0.07368499040603638, 0.09643066674470901, 0.3013264834880829, 0.15096180140972137, 0.013506453484296799, 0.010451878421008587, 0.0683274194598198, 0.12109436094760895, 0.24704645574092865, 0.28024178743362427, 0.0, 288.3978576660156, 0.0037257152143865824, 5.9192283515585586e-05, 3.6816140891460236e-06, 8.157730007951614e-06, 1.9993844944110606e-06, 6.0906408180017024e-05], "count": [570]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.310371994972229, 0.46755099296569824, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.08618436008691788, 0.32997193932533264, -0.655144214630127, -1.6632988452911377, 0.18385298550128937, -0.23411846160888672, -0.02839650586247444, -0.32864099740982056, -0.46759501099586487, 0.029930999502539635, 1.289800763130188, -1.9453693628311157, 0.011800847016274929, 1008.0, 323.0, -0.004333119839429855, -0.2965714931488037, -0.8424240350723267, 1.9072340726852417, -1.0566108226776123, -0.0012264252873137593], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102790117263794, 0.4675990045070648, 0.22826999425888062, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.421095609664917, 0.6078632473945618, -0.21710151433944702, -1.3909226655960083, 0.5271068811416626, 0.5796762108802795, 0.5504069924354553, -0.2604129910469055, -0.4329630136489868, 0.24652700126171112, 1.8444414138793945, -1.121137022972107, 0.8392218947410583, 1008.0, 1001.0, 0.003928945865482092, -0.29583460092544556, -0.8424050211906433, 1.9072372913360596, -1.056602954864502, -0.000989113817922771], "mean": [-0.19951924681663513, 0.6046724319458008, 0.45139041543006897, -1.4119741916656494, -0.25389623641967773, -0.12056046724319458, 0.02827371284365654, -0.3103240728378296, 0.4675726592540741, 0.22823649644851685, -1.5732377767562866, -1.12113618850708, -0.7462766766548157, 0.21747727692127228, 0.4743429124355316, -0.3979714810848236, -1.4817438125610352, 0.2915380001068115, 0.1563829928636551, 0.29965969920158386, -0.30559831857681274, -0.452169269323349, 0.15872588753700256, 1.540677785873413, -1.5055079460144043, 0.523140549659729, 1008.0, 800.7140502929688, 0.00022704718867316842, -0.2962389290332794, -0.842409610748291, 1.907227635383606, -1.0566052198410034, -0.0010863716015592217], "std": [2.4943872631411068e-05, 1.8717704733717255e-05, 2.437370494590141e-05, 1.855420669016894e-05, 2.357490302529186e-05, 2.4285469407914206e-05, 1.633532883715816e-05, 1.4355057828652207e-05, 7.998568435141351e-06, 1.3047254469711334e-05, 1.0848045349121094e-05, 8.344650268554688e-07, 1.0728836059570312e-06, 0.0951562151312828, 0.07979315519332886, 0.1380055546760559, 0.07370450347661972, 0.09651640057563782, 0.3015155494213104, 0.1504419595003128, 0.013507367111742496, 0.010432371869683266, 0.06835997849702835, 0.12113741785287857, 0.2469204217195511, 0.280370831489563, 0.0, 288.3978576660156, 0.003726222086697817, 5.9150719607714564e-05, 3.6816140891460236e-06, 8.161640835169237e-06, 2.001521806960227e-06, 6.089048838475719e-05], "count": [570]}, "timestamp": {"min": [0.0], "max": [18.966666666666665], "mean": [9.483333333333333], "std": [5.484819116501541], "count": [570]}, "frame_index": {"min": [0], "max": [569], "mean": [284.5], "std": [164.54457349504622], "count": [570]}, "episode_index": {"min": [246], "max": [246], "mean": [246.0], "std": [0.0], "count": [570]}, "index": {"min": [148356], "max": [148925], "mean": [148640.5], "std": [164.54457349504622], "count": [570]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [570]}, "gripper_open_scale_state": {"min": [1.0, 0.3230000138282776], "max": [1.0, 1.0], "mean": [1.0, 0.8001017568404214], "std": [0.0, 0.2879725583036451], "count": [570]}, "gripper_open_scale_action": {"min": [1.0, 0.3230000138282776], "max": [1.0, 1.0], "mean": [1.0, 0.8001017568404214], "std": [0.0, 0.28797255830364504], "count": [570]}, "eef_direction_state": {"mean": [6.0, 5.087719298245614], "std": [0.0, 1.6111530332793123], "min": [6, 0], "max": [6, 6], "count": [570]}, "eef_velocity_state": {"mean": [0.0, 0.5754385964912281], "std": [0.0, 0.7983053765945627], "min": [0, 0], "max": [0, 2], "count": [570]}, "eef_acc_mag_state": {"mean": [0.0, 0.5508771929824562], "std": [0.0, 0.7980508727172403], "min": [0, 0], "max": [0, 2], "count": [570]}, "eef_direction_action": {"mean": [6.0, 5.087719298245614], "std": [0.0, 1.6111530332793123], "min": [6, 0], "max": [6, 6], "count": [570]}, "eef_velocity_action": {"mean": [0.0, 0.5754385964912281], "std": [0.0, 0.7983053765945627], "min": [0, 0], "max": [0, 2], "count": [570]}, "eef_acc_mag_action": {"mean": [0.0, 0.5508771929824562], "std": [0.0, 0.7980508727172403], "min": [0, 0], "max": [0, 2], "count": [570]}, "eef_sim_pose_state": {"mean": [-0.3103240728378296, 0.4675726592540741, 0.22823657095432281, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.3055962026119232, -0.4521929919719696, 0.1586972177028656, 1.5405871868133545, -1.5054223537445068, 0.5230033993721008], "std": [1.4347496289701667e-05, 8.002068170753773e-06, 1.3062557627563365e-05, 0.0, 0.0, 5.960464477539063e-08, 0.013506452552974224, 0.010451880283653736, 0.06832744926214218, 0.12109437584877014, 0.24704650044441223, 0.28024184703826904], "min": [-0.310371994972229, 0.46755099296569824, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32864099740982056, -0.46759501099586487, 0.029930999502539635, 1.289800763130188, -1.9453693628311157, 0.011800847016274929], "max": [-0.3102790117263794, 0.4675990045070648, 0.22826999425888062, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2604129910469055, -0.4329630136489868, 0.24652700126171112, 1.8444414138793945, -1.121137022972107, 0.8392218947410583], "count": [570]}, "eef_sim_pose_action": {"mean": [-0.3103240132331848, 0.46757271885871887, 0.22823655605316162, -1.5732377767562866, -1.12113618850708, -0.7462766766548157, -0.3055960536003113, -0.4521925449371338, 0.1586971879005432, 1.5405879020690918, -1.5054209232330322, 0.5230026245117188], "std": [1.4347603610076476e-05, 8.002292815945111e-06, 1.3062559446552768e-05, 1.0848045349121094e-05, 8.344650268554688e-07, 1.0728836059570312e-06, 0.013506453484296799, 0.010451878421008587, 0.0683274194598198, 0.12109436094760895, 0.24704645574092865, 0.28024178743362427], "min": [-0.310371994972229, 0.46755099296569824, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32864099740982056, -0.46759501099586487, 0.029930999502539635, 1.289800763130188, -1.9453693628311157, 0.011800847016274929], "max": [-0.3102790117263794, 0.4675990045070648, 0.22826999425888062, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2604129910469055, -0.4329630136489868, 0.24652700126171112, 1.8444414138793945, -1.121137022972107, 0.8392218947410583], "count": [570]}, "gripper_mode_state": {"mean": [0.0, 0.2596491228070175], "std": [0.0, 0.4384420780816611], "min": [0, 0], "max": [0, 1], "count": [570]}, "gripper_activity_state": {"mean": [2.0, 1.7614035087719297], "std": [0.0, 0.5797017944719534], "min": [2, 0], "max": [2, 2], "count": [570]}, "gripper_mode_action": {"mean": [0.0, 0.2596491228070175], "std": [0.0, 0.4384420780816611], "min": [0, 0], "max": [0, 1], "count": [570]}, "gripper_activity_action": {"mean": [2.0, 1.7614035087719297], "std": [0.0, 0.5797017944719534], "min": [2, 0], "max": [2, 2], "count": [570]}}} +{"episode_index": 121, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41278959045391855]], [[0.4215829098458955]], [[0.41885602926185767]]], "std": [[[0.21085401025027783]], [[0.20869309790469842]], [[0.20577063005324675]]], "count": [109]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3342218793098279]], [[0.3189565494393476]], [[0.333971811851652]]], "std": [[[0.25506164787041447]], [[0.26415517840507363]], [[0.25249844453227005]]], "count": [109]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4269377941926006]], [[0.4302941963482641]], [[0.42230198589374585]]], "std": [[[0.27606172596968215]], [[0.2725143020105657]], [[0.2743620459531444]]], "count": [109]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38660711983570184]], [[0.37946672438088386]], [[0.3947130235503987]]], "std": [[[0.26353772106150425]], [[0.2641213948192451]], [[0.26604967083077247]]], "count": [109]}, "observation.state": {"min": [-0.1995958536863327, 0.6045646071434021, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12061969935894012, 0.02822197414934635, -0.3103800117969513, 0.4675480127334595, 0.22818399965763092, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.0987856313586235, 0.3326946794986725, -0.7547501921653748, -1.6347975730895996, 0.0246265958994627, -0.12058479338884354, -0.028379054740071297, -0.32085898518562317, -0.47091299295425415, 0.03302399814128876, 1.2803218364715576, -1.765609622001648, -0.21518804132938385, 1008.0, 333.0, -0.004532387014478445, -0.29703769087791443, -0.8424248695373535, 1.9072340726852417, -1.0566116571426392, -0.0012359176762402058], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12046262621879578, 0.028326693922281265, -0.3102790117263794, 0.46759799122810364, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5580166578292847, 0.6603977084159851, -0.182613804936409, -1.411901593208313, 0.42875757813453674, 0.703856348991394, 0.6279345750808716, -0.2568660080432892, -0.432543009519577, 0.22828100621700287, 1.7091156244277954, -1.102067470550537, 0.8272092938423157, 1008.0, 1002.0, 0.0036356847267597914, -0.2962068021297455, -0.8423027992248535, 1.9072998762130737, -1.0565451383590698, -0.0008761536446399987], "mean": [-0.19952046871185303, 0.6046608090400696, 0.4513905644416809, -1.4119622707366943, -0.25388872623443604, -0.12054816633462906, 0.028271008282899857, -0.31032928824424744, 0.4675731658935547, 0.22823451459407806, -1.573237419128418, -1.1211345195770264, -0.7462766766548157, 0.24885599315166473, 0.4765457510948181, -0.4327099323272705, -1.5060938596725464, 0.21346405148506165, 0.25892260670661926, 0.2561067044734955, -0.3025941252708435, -0.45794567465782166, 0.15600615739822388, 1.4948070049285889, -1.4239038228988647, 0.4452781677246094, 1008.0, 842.5744018554688, 0.0005809150752611458, -0.2964780926704407, -0.8423896431922913, 1.907265543937683, -1.0565897226333618, -0.0010230091866105795], "std": [2.6747928131953813e-05, 2.0421428416739218e-05, 2.518372639315203e-05, 2.0428973584785126e-05, 2.3962673367350362e-05, 2.8348720661597326e-05, 1.5973811969161034e-05, 1.61844291142188e-05, 8.583745511714369e-06, 1.3372557077673264e-05, 1.049041748046875e-05, 2.5033950805664062e-06, 1.0728836059570312e-06, 0.11616750806570053, 0.0970422700047493, 0.1373782753944397, 0.06326627731323242, 0.0809304416179657, 0.2798517346382141, 0.19618307054042816, 0.014771874994039536, 0.010831240564584732, 0.06182500347495079, 0.10198666155338287, 0.21951141953468323, 0.31025147438049316, 0.0, 261.1867980957031, 0.003575993003323674, 0.00019699115364346653, 1.9735005480470136e-05, 2.8033460694132373e-05, 1.377989519824041e-05, 7.300852303160354e-05], "count": [524]}, "action": {"min": [-0.1995958536863327, 0.6045646071434021, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12061969935894012, 0.02822197414934635, -0.3103800117969513, 0.4675480127334595, 0.22818399965763092, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.0987856313586235, 0.3326946794986725, -0.7547501921653748, -1.6347975730895996, 0.0246265958994627, -0.12058479338884354, -0.028379054740071297, -0.32085898518562317, -0.47091299295425415, 0.03302399814128876, 1.2803218364715576, -1.765609622001648, -0.21518804132938385, 1008.0, 333.0, -0.004532387014478445, -0.29703769087791443, -0.8424248695373535, 1.9072340726852417, -1.0566116571426392, -0.0012359176762402058], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12046262621879578, 0.028326693922281265, -0.3102790117263794, 0.46759799122810364, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5580166578292847, 0.6603977084159851, -0.182613804936409, -1.411901593208313, 0.42875757813453674, 0.703856348991394, 0.6279345750808716, -0.2568660080432892, -0.432543009519577, 0.22828100621700287, 1.7091156244277954, -1.102067470550537, 0.8272092938423157, 1008.0, 1002.0, 0.0036356847267597914, -0.2962068021297455, -0.8423027992248535, 1.9072998762130737, -1.0565451383590698, -0.0008761536446399987], "mean": [-0.19952046871185303, 0.6046609282493591, 0.45139050483703613, -1.4119622707366943, -0.2538887858390808, -0.12054815888404846, 0.028271041810512543, -0.31032922863960266, 0.4675731956958771, 0.22823454439640045, -1.573237419128418, -1.1211345195770264, -0.7462766766548157, 0.24869892001152039, 0.4760363698005676, -0.4322047829627991, -1.50613534450531, 0.21303091943264008, 0.2592294216156006, 0.25619661808013916, -0.30260926485061646, -0.4579496383666992, 0.15599124133586884, 1.4944500923156738, -1.4238768815994263, 0.44541531801223755, 1008.0, 842.5744018554688, 0.0005670168902724981, -0.29647886753082275, -0.8423895835876465, 1.9072656631469727, -1.0565896034240723, -0.0010227484162896872], "std": [2.6747928131953813e-05, 2.041993684542831e-05, 2.523417970223818e-05, 2.0428973584785126e-05, 2.392607530055102e-05, 2.8348715204629116e-05, 1.596250331203919e-05, 1.6179086742340587e-05, 8.586717740399763e-06, 1.3410161045612767e-05, 1.049041748046875e-05, 2.5033950805664062e-06, 1.0728836059570312e-06, 0.11628963053226471, 0.09706880897283554, 0.13779442012310028, 0.06321173906326294, 0.08131890743970871, 0.2795235514640808, 0.19606368243694305, 0.01478385366499424, 0.01083519496023655, 0.06180853769183159, 0.10204099118709564, 0.21954911947250366, 0.31039994955062866, 0.0, 261.1867980957031, 0.0035783350467681885, 0.00019682203128468245, 1.971084020624403e-05, 2.8013220799039118e-05, 1.3755270629189909e-05, 7.279986311914399e-05], "count": [524]}, "timestamp": {"min": [0.0], "max": [17.433333333333334], "mean": [8.716666666666665], "std": [5.042183169135281], "count": [524]}, "frame_index": {"min": [0], "max": [523], "mean": [261.5], "std": [151.26549507405844], "count": [524]}, "episode_index": {"min": [247], "max": [247], "mean": [247.0], "std": [0.0], "count": [524]}, "index": {"min": [148926], "max": [149449], "mean": [149187.5], "std": [151.26549507405844], "count": [524]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [524]}, "gripper_open_scale_state": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.8418931287663584], "std": [0.0, 0.26077387971851107], "count": [524]}, "gripper_open_scale_action": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.8418931287663584], "std": [0.0, 0.26077387971851107], "count": [524]}, "eef_direction_state": {"mean": [6.0, 4.969465648854962], "std": [0.0, 1.695026092697943], "min": [6, 0], "max": [6, 6], "count": [524]}, "eef_velocity_state": {"mean": [0.0, 0.6259541984732825], "std": [0.0, 0.8110484954824551], "min": [0, 0], "max": [0, 2], "count": [524]}, "eef_acc_mag_state": {"mean": [0.0, 0.5858778625954199], "std": [0.0, 0.8021149241191476], "min": [0, 0], "max": [0, 2], "count": [524]}, "eef_direction_action": {"mean": [6.0, 4.969465648854962], "std": [0.0, 1.695026092697943], "min": [6, 0], "max": [6, 6], "count": [524]}, "eef_velocity_action": {"mean": [0.0, 0.6259541984732825], "std": [0.0, 0.8110484954824551], "min": [0, 0], "max": [0, 2], "count": [524]}, "eef_acc_mag_action": {"mean": [0.0, 0.5858778625954199], "std": [0.0, 0.8021149241191476], "min": [0, 0], "max": [0, 2], "count": [524]}, "eef_sim_pose_state": {"mean": [-0.3103293776512146, 0.4675728678703308, 0.22823448479175568, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.30259406566619873, -0.4579455554485321, 0.1560061275959015, 1.4948064088821411, -1.4239027500152588, 0.4452786147594452], "std": [1.618422902538441e-05, 8.577621883887332e-06, 1.3372541616263334e-05, 0.0, 0.0, 0.0, 0.014771874062716961, 0.010831241495907307, 0.061824992299079895, 0.1019866093993187, 0.21951143443584442, 0.3102516829967499], "min": [-0.3103800117969513, 0.4675480127334595, 0.22818399965763092, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32085898518562317, -0.47091299295425415, 0.03302399814128876, 1.2803218364715576, -1.765609622001648, -0.21518804132938385], "max": [-0.3102790117263794, 0.46759799122810364, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2568660080432892, -0.432543009519577, 0.22828100621700287, 1.7091156244277954, -1.102067470550537, 0.8272092938423157], "count": [524]}, "eef_sim_pose_action": {"mean": [-0.31032928824424744, 0.4675731658935547, 0.22823451459407806, -1.573237419128418, -1.1211345195770264, -0.7462766766548157, -0.3025941252708435, -0.45794567465782166, 0.15600615739822388, 1.4948070049285889, -1.4239038228988647, 0.4452781677246094], "std": [1.61844291142188e-05, 8.583745511714369e-06, 1.3372557077673264e-05, 1.049041748046875e-05, 2.5033950805664062e-06, 1.0728836059570312e-06, 0.014771874994039536, 0.010831240564584732, 0.06182500347495079, 0.10198666155338287, 0.21951141953468323, 0.31025147438049316], "min": [-0.3103800117969513, 0.4675480127334595, 0.22818399965763092, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32085898518562317, -0.47091299295425415, 0.03302399814128876, 1.2803218364715576, -1.765609622001648, -0.21518804132938385], "max": [-0.3102790117263794, 0.46759799122810364, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2568660080432892, -0.432543009519577, 0.22828100621700287, 1.7091156244277954, -1.102067470550537, 0.8272092938423157], "count": [524]}, "gripper_mode_state": {"mean": [0.0, 0.1965648854961832], "std": [0.0, 0.3974004671437314], "min": [0, 0], "max": [0, 1], "count": [524]}, "gripper_activity_state": {"mean": [2.0, 1.7366412213740459], "std": [0.0, 0.6079255311553974], "min": [2, 0], "max": [2, 2], "count": [524]}, "gripper_mode_action": {"mean": [0.0, 0.1965648854961832], "std": [0.0, 0.3974004671437314], "min": [0, 0], "max": [0, 1], "count": [524]}, "gripper_activity_action": {"mean": [2.0, 1.7366412213740459], "std": [0.0, 0.6079255311553974], "min": [2, 0], "max": [2, 2], "count": [524]}}} +{"episode_index": 122, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40948236655773423]], [[0.41836032636738907]], [[0.4153696841675267]]], "std": [[[0.21052426098199514]], [[0.20855854890652217]], [[0.20586501481247566]]], "count": [114]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3308104073500745]], [[0.31544562156002753]], [[0.33129471785059056]]], "std": [[[0.25311505698406195]], [[0.2617778252171879]], [[0.2503306239023407]]], "count": [114]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42581610122119024]], [[0.4290975357613806]], [[0.4209993532135076]]], "std": [[[0.27567022505418287]], [[0.272374693504139]], [[0.274402701416381]]], "count": [114]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38586860738447426]], [[0.3858781192667125]], [[0.39207878074475405]]], "std": [[[0.25637537084908685]], [[0.2573056724988449]], [[0.2571121665306621]]], "count": [114]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4512898027896881, -1.412041187286377, -0.25394541025161743, -0.12061969935894012, 0.028204521164298058, -0.3104340136051178, 0.46755000948905945, 0.2281849980354309, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, 0.1713738888502121, 0.34086281061172485, -0.7301584482192993, -1.5871151685714722, 0.05249950289726257, -0.15444418787956238, -0.02839650586247444, -0.32544100284576416, -0.4832859933376312, 0.016467999666929245, 1.310591459274292, -1.8993409872055054, -0.13092303276062012, 1008.0, 332.0, -0.004387636668980122, -0.2969512641429901, -0.8423756957054138, 1.9072903394699097, -1.0565838813781738, -0.001257750322110951], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.4118317365646362, -0.25382325053215027, -0.12035790085792542, 0.028326693922281265, -0.3102729916572571, 0.4675999879837036, 0.22829799354076385, -1.5723901987075806, -1.121137022972107, -0.7456094622612, 0.5362873077392578, 0.6047391295433044, -0.2675938904285431, -1.3564175367355347, 0.43334782123565674, 0.5358859300613403, 0.5964313745498657, -0.2517249882221222, -0.43677499890327454, 0.2312850058078766, 1.7756483554840088, -1.1119643449783325, 0.8056218028068542, 1008.0, 1003.0, 0.003607486840337515, -0.29610905051231384, -0.8420674800872803, 1.9073102474212646, -1.05643892288208, -0.0009805706795305014], "mean": [-0.19951653480529785, 0.6046648025512695, 0.4513874351978302, -1.4119672775268555, -0.25388607382774353, -0.12056410312652588, 0.028269967064261436, -0.31032586097717285, 0.4675731956958771, 0.2282353788614273, -1.573236107826233, -1.1211360692977905, -0.7462754845619202, 0.2923450171947479, 0.46324893832206726, -0.45791271328926086, -1.435250163078308, 0.2155389040708542, 0.15028081834316254, 0.29387325048446655, -0.3005410432815552, -0.4686594307422638, 0.14525927603244781, 1.5994534492492676, -1.4328662157058716, 0.45534658432006836, 1008.0, 807.11669921875, 0.00017529792967252433, -0.2964625060558319, -0.8422316908836365, 1.9072937965393066, -1.0564898252487183, -0.0010706504108384252], "std": [2.4399352696491405e-05, 1.9980185243184678e-05, 2.503597534087021e-05, 3.0348668587976135e-05, 2.3461481760023162e-05, 2.8362668672343716e-05, 1.6341929949703626e-05, 1.7834987374953926e-05, 8.42005556478398e-06, 1.5376979717984796e-05, 3.699697117554024e-05, 9.171840247290675e-06, 2.822050555550959e-05, 0.09889502078294754, 0.07246621698141098, 0.11931443959474564, 0.05674334242939949, 0.12304343283176422, 0.28167423605918884, 0.18911688029766083, 0.012594114989042282, 0.01268657948821783, 0.06308899819850922, 0.1485041230916977, 0.2699725925922394, 0.28051063418388367, 0.0, 283.4476623535156, 0.002582758665084839, 0.0001278659183299169, 8.507307211402804e-05, 1.1147373697895091e-05, 5.302307545207441e-05, 4.922379594063386e-05], "count": [557]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4512898027896881, -1.412041187286377, -0.25394541025161743, -0.12061969935894012, 0.028204521164298058, -0.3104340136051178, 0.46755000948905945, 0.2281849980354309, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, 0.1713738888502121, 0.34086281061172485, -0.7301584482192993, -1.5871151685714722, 0.05249950289726257, -0.15444418787956238, -0.02839650586247444, -0.32544100284576416, -0.4832859933376312, 0.016467999666929245, 1.310591459274292, -1.8993409872055054, -0.13092303276062012, 1008.0, 332.0, -0.004387636668980122, -0.2969512641429901, -0.8423756957054138, 1.9072903394699097, -1.0565838813781738, -0.001257750322110951], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.4118317365646362, -0.25382325053215027, -0.12035790085792542, 0.028326693922281265, -0.3102729916572571, 0.4675999879837036, 0.22829799354076385, -1.5723901987075806, -1.121137022972107, -0.7456094622612, 0.5362873077392578, 0.6047391295433044, -0.2675938904285431, -1.3564175367355347, 0.43334782123565674, 0.5358859300613403, 0.5964313745498657, -0.2517249882221222, -0.43677499890327454, 0.2312850058078766, 1.7756483554840088, -1.1119643449783325, 0.8056218028068542, 1008.0, 1003.0, 0.003607486840337515, -0.29610905051231384, -0.8420674800872803, 1.9073102474212646, -1.05643892288208, -0.0009805706795305014], "mean": [-0.19951649010181427, 0.6046648025512695, 0.4513874650001526, -1.4119672775268555, -0.25388607382774353, -0.12056418508291245, 0.028269967064261436, -0.31032589077949524, 0.4675731956958771, 0.2282353937625885, -1.573236107826233, -1.1211360692977905, -0.7462754845619202, 0.29229700565338135, 0.4630059599876404, -0.4575922191143036, -1.4352096319198608, 0.21531055867671967, 0.15026232600212097, 0.29408934712409973, -0.3005244731903076, -0.4686755836009979, 0.1452617198228836, 1.5994846820831299, -1.4328484535217285, 0.45543941855430603, 1008.0, 807.1203002929688, 0.00018739741062745452, -0.29646170139312744, -0.8422313928604126, 1.9072937965393066, -1.0564895868301392, -0.001070657279342413], "std": [2.4398597815888934e-05, 1.9980185243184678e-05, 2.503717587387655e-05, 3.036192174477037e-05, 2.3461481760023162e-05, 2.8344717065920122e-05, 1.6341929949703626e-05, 1.782033359631896e-05, 8.420551239396445e-06, 1.5406301827169955e-05, 3.699697117554024e-05, 9.171840247290675e-06, 2.8220503736520186e-05, 0.0989464670419693, 0.07222090661525726, 0.1195710077881813, 0.05676809698343277, 0.12309116870164871, 0.2816925048828125, 0.18881726264953613, 0.012587235309183598, 0.012690928764641285, 0.06309221684932709, 0.14850018918514252, 0.26999324560165405, 0.28061532974243164, 0.0, 283.4507141113281, 0.0025808289647102356, 0.00012819893890991807, 8.486457954859361e-05, 1.1163292583660223e-05, 5.290150875225663e-05, 4.921518484479748e-05], "count": [557]}, "timestamp": {"min": [0.0], "max": [18.533333333333335], "mean": [9.266666666666666], "std": [5.359726361174297], "count": [557]}, "frame_index": {"min": [0], "max": [556], "mean": [278.0], "std": [160.7917908352289], "count": [557]}, "episode_index": {"min": [248], "max": [248], "mean": [248.0], "std": [0.0], "count": [557]}, "index": {"min": [149450], "max": [150006], "mean": [149728.0], "std": [160.7917908352289], "count": [557]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [557]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.806296228666922], "std": [0.0, 0.2828853040306219], "count": [557]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.806296228666922], "std": [0.0, 0.2828853040306219], "count": [557]}, "eef_direction_state": {"mean": [6.0, 5.005385996409336], "std": [0.0, 1.7268519536075573], "min": [6, 0], "max": [6, 6], "count": [557]}, "eef_velocity_state": {"mean": [0.0, 0.5637342908438061], "std": [0.0, 0.7983234594546892], "min": [0, 0], "max": [0, 2], "count": [557]}, "eef_acc_mag_state": {"mean": [0.0, 0.5368043087971275], "std": [0.0, 0.797770132510698], "min": [0, 0], "max": [0, 2], "count": [557]}, "eef_direction_action": {"mean": [6.0, 5.005385996409336], "std": [0.0, 1.7268519536075573], "min": [6, 0], "max": [6, 6], "count": [557]}, "eef_velocity_action": {"mean": [0.0, 0.5637342908438061], "std": [0.0, 0.7983234594546892], "min": [0, 0], "max": [0, 2], "count": [557]}, "eef_acc_mag_action": {"mean": [0.0, 0.5368043087971275], "std": [0.0, 0.797770132510698], "min": [0, 0], "max": [0, 2], "count": [557]}, "eef_sim_pose_state": {"mean": [-0.3103258013725281, 0.4675726890563965, 0.22823546826839447, -1.5732253789901733, -1.1211374998092651, -0.7462743520736694, -0.3005411624908447, -0.46865981817245483, 0.1452593058347702, 1.5994538068771362, -1.4328653812408447, 0.4553462266921997], "std": [1.7834929167293012e-05, 8.407214409089647e-06, 1.537669959361665e-05, 3.5421577194938436e-05, 9.074115951079875e-06, 2.820002737280447e-05, 0.012594113126397133, 0.012686575762927532, 0.06308899819850922, 0.1485040932893753, 0.2699725925922394, 0.28051066398620605], "min": [-0.3104340136051178, 0.46755000948905945, 0.2281849980354309, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.32544100284576416, -0.4832859933376312, 0.016467999666929245, 1.310591459274292, -1.8993409872055054, -0.13092303276062012], "max": [-0.3102729916572571, 0.4675999879837036, 0.22829799354076385, -1.5723901987075806, -1.121137022972107, -0.7456094622612, -0.2517249882221222, -0.43677499890327454, 0.2312850058078766, 1.7756483554840088, -1.1119643449783325, 0.8056218028068542], "count": [557]}, "eef_sim_pose_action": {"mean": [-0.31032586097717285, 0.4675731956958771, 0.2282353788614273, -1.573236107826233, -1.1211360692977905, -0.7462754845619202, -0.3005410432815552, -0.4686594307422638, 0.14525927603244781, 1.5994534492492676, -1.4328662157058716, 0.45534658432006836], "std": [1.7834987374953926e-05, 8.42005556478398e-06, 1.5376979717984796e-05, 3.699697117554024e-05, 9.171840247290675e-06, 2.822050555550959e-05, 0.012594114989042282, 0.01268657948821783, 0.06308899819850922, 0.1485041230916977, 0.2699725925922394, 0.28051063418388367], "min": [-0.3104340136051178, 0.46755000948905945, 0.2281849980354309, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.32544100284576416, -0.4832859933376312, 0.016467999666929245, 1.310591459274292, -1.8993409872055054, -0.13092303276062012], "max": [-0.3102729916572571, 0.4675999879837036, 0.22829799354076385, -1.5723901987075806, -1.121137022972107, -0.7456094622612, -0.2517249882221222, -0.43677499890327454, 0.2312850058078766, 1.7756483554840088, -1.1119643449783325, 0.8056218028068542], "count": [557]}, "gripper_mode_state": {"mean": [0.0, 0.25314183123877915], "std": [0.0, 0.43481150458084566], "min": [0, 0], "max": [0, 1], "count": [557]}, "gripper_activity_state": {"mean": [2.0, 1.7432675044883303], "std": [0.0, 0.5996516839681777], "min": [2, 0], "max": [2, 2], "count": [557]}, "gripper_mode_action": {"mean": [0.0, 0.25314183123877915], "std": [0.0, 0.4348115045808457], "min": [0, 0], "max": [0, 1], "count": [557]}, "gripper_activity_action": {"mean": [2.0, 1.7432675044883303], "std": [0.0, 0.5996516839681778], "min": [2, 0], "max": [2, 2], "count": [557]}}} +{"episode_index": 123, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41078854755178906]], [[0.4197543792234408]], [[0.4168887504154204]]], "std": [[[0.21143762442837397]], [[0.20912688417465822]], [[0.20598761805766733]]], "count": [118]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3332114264844356]], [[0.31718539520327904]], [[0.32635682362634316]]], "std": [[[0.2503307246001329]], [[0.26029483613125454]], [[0.24489524302186594]]], "count": [118]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4244243380968207]], [[0.427845451492744]], [[0.41983522349617813]]], "std": [[[0.2746231870360593]], [[0.27112256429266113]], [[0.27316706209097524]]], "count": [118]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38828489185222115]], [[0.387339890052066]], [[0.39205011008640744]]], "std": [[[0.2604855284279818]], [[0.26118767354687683]], [[0.26136462063253757]]], "count": [118]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25394541025161743, -0.12065461277961731, 0.02822197414934635, -0.310373991727829, 0.46754398941993713, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.14667747914791107, 0.4144284427165985, -0.7355864644050598, -1.5498872995376587, 0.1802750676870346, -0.1860520988702774, -0.02839650586247444, -0.32857099175453186, -0.4761340022087097, 0.038718998432159424, 1.4104212522506714, -1.7922508716583252, -0.11420193314552307, 1008.0, 334.0, -0.004504188895225525, -0.2964586913585663, -0.8422639966011047, 1.9073078632354736, -1.0564658641815186, -0.0010982770472764969], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25382325053215027, -0.12035790085792542, 0.028326693922281265, -0.3102729916572571, 0.46759501099586487, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5081177353858948, 0.605315089225769, -0.2324080467224121, -1.3529791831970215, 0.4470486342906952, 0.42675045132637024, 0.6299067735671997, -0.26657700538635254, -0.43463999032974243, 0.22827400267124176, 1.823522925376892, -1.121137022972107, 0.8322589993476868, 1008.0, 1003.0, 0.00366200297139585, -0.29591917991638184, -0.8421388268470764, 1.907315731048584, -1.05644690990448, -0.0008258435991592705], "mean": [-0.19951876997947693, 0.6046682596206665, 0.4513877034187317, -1.4119839668273926, -0.25388869643211365, -0.12055350095033646, 0.028270451352000237, -0.31032025814056396, 0.4675731062889099, 0.22823259234428406, -1.5732378959655762, -1.1211364269256592, -0.7462766766548157, 0.28571638464927673, 0.4987204670906067, -0.45902907848358154, -1.4236294031143188, 0.27213817834854126, 0.08751005679368973, 0.3410803973674774, -0.30260172486305237, -0.4652557671070099, 0.1569841057062149, 1.6317850351333618, -1.473697543144226, 0.4697830080986023, 1008.0, 847.1796264648438, -0.0003090866084676236, -0.29616692662239075, -0.8421927690505981, 1.9073033332824707, -1.0564579963684082, -0.0010074059246107936], "std": [2.626657260407228e-05, 2.074047370115295e-05, 2.3654542019357905e-05, 2.7108975700684823e-05, 2.3578772015753202e-05, 3.43156534654554e-05, 1.5961803001118824e-05, 1.5294743207050487e-05, 8.28598058433272e-06, 1.4249856576498132e-05, 1.0967254638671875e-05, 5.960464477539062e-07, 1.0728836059570312e-06, 0.09932056814432144, 0.06180623918771744, 0.1291123479604721, 0.04940521717071533, 0.05984455719590187, 0.24788916110992432, 0.19585375487804413, 0.01258346438407898, 0.01149324607104063, 0.06070825457572937, 0.10725096613168716, 0.23588097095489502, 0.3068854808807373, 0.0, 260.9353332519531, 0.003696539206430316, 6.192034197738394e-05, 2.407078500255011e-05, 6.653347554674838e-06, 3.5789200865110615e-06, 4.4346830691210926e-05], "count": [579]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25394541025161743, -0.12065461277961731, 0.02822197414934635, -0.310373991727829, 0.46754398941993713, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.14667747914791107, 0.4144284427165985, -0.7355864644050598, -1.5498872995376587, 0.1802750676870346, -0.1860520988702774, -0.02839650586247444, -0.32857099175453186, -0.4761340022087097, 0.038718998432159424, 1.4104212522506714, -1.7922508716583252, -0.11420193314552307, 1008.0, 334.0, -0.004504188895225525, -0.2964586913585663, -0.8422639966011047, 1.9073078632354736, -1.0564658641815186, -0.0010982770472764969], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25382325053215027, -0.12035790085792542, 0.028326693922281265, -0.3102729916572571, 0.46759501099586487, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5081177353858948, 0.605315089225769, -0.2324080467224121, -1.3529791831970215, 0.4470486342906952, 0.42675045132637024, 0.6299067735671997, -0.26657700538635254, -0.43463999032974243, 0.22827400267124176, 1.823522925376892, -1.121137022972107, 0.8322589993476868, 1008.0, 1003.0, 0.00366200297139585, -0.29591917991638184, -0.8421388268470764, 1.907315731048584, -1.05644690990448, -0.0008258435991592705], "mean": [-0.1995188444852829, 0.6046682596206665, 0.45138776302337646, -1.4119839668273926, -0.2538886070251465, -0.12055350095033646, 0.028270481154322624, -0.31032025814056396, 0.4675731062889099, 0.22823256254196167, -1.5732378959655762, -1.1211364269256592, -0.7462766766548157, 0.28563621640205383, 0.4984707534313202, -0.4586579501628876, -1.4236596822738647, 0.27202680706977844, 0.08751051127910614, 0.3414445221424103, -0.30256906151771545, -0.4652619957923889, 0.15697553753852844, 1.631855845451355, -1.4738552570343018, 0.4699139893054962, 1008.0, 847.1796264648438, -0.00029801830532960594, -0.2961668372154236, -0.8421928882598877, 1.9073033332824707, -1.0564579963684082, -0.0010072911391034722], "std": [2.6322557459934615e-05, 2.0726211005239747e-05, 2.367626439081505e-05, 2.7132722607348114e-05, 2.3661261366214603e-05, 3.4315657103434205e-05, 1.5952622561599128e-05, 1.5294768672902137e-05, 8.290538971778005e-06, 1.4241993085306603e-05, 1.0967254638671875e-05, 5.960464477539062e-07, 1.0728836059570312e-06, 0.09940900653600693, 0.06166978180408478, 0.1294419765472412, 0.049403537064790726, 0.05993850901722908, 0.2478887289762497, 0.19536177814006805, 0.012587986886501312, 0.011495460756123066, 0.06069851294159889, 0.10722581297159195, 0.2356754094362259, 0.30701944231987, 0.0, 260.9353332519531, 0.0036974274553358555, 6.192799628479406e-05, 2.4235621822299436e-05, 6.65823745293892e-06, 3.5885252600564854e-06, 4.442343924893066e-05], "count": [579]}, "timestamp": {"min": [0.0], "max": [19.266666666666666], "mean": [9.633333333333335], "std": [5.571421788084325], "count": [579]}, "frame_index": {"min": [0], "max": [578], "mean": [289.0], "std": [167.14265364252975], "count": [579]}, "episode_index": {"min": [249], "max": [249], "mean": [249.0], "std": [0.0], "count": [579]}, "index": {"min": [150007], "max": [150585], "mean": [150296.0], "std": [167.14265364252975], "count": [579]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [579]}, "gripper_open_scale_state": {"min": [1.0, 0.33399999141693115], "max": [1.0, 1.0], "mean": [1.0, 0.8459430062606133], "std": [0.0, 0.26020212154236755], "count": [579]}, "gripper_open_scale_action": {"min": [1.0, 0.33399999141693115], "max": [1.0, 1.0], "mean": [1.0, 0.8459430062606133], "std": [0.0, 0.26020212154236755], "count": [579]}, "eef_direction_state": {"mean": [6.0, 4.967184801381692], "std": [0.0, 1.701556998673413], "min": [6, 0], "max": [6, 6], "count": [579]}, "eef_velocity_state": {"mean": [0.0, 0.5768566493955095], "std": [0.0, 0.7677995824395228], "min": [0, 0], "max": [0, 2], "count": [579]}, "eef_acc_mag_state": {"mean": [0.0, 0.5233160621761658], "std": [0.0, 0.7911811344418902], "min": [0, 0], "max": [0, 2], "count": [579]}, "eef_direction_action": {"mean": [6.0, 4.967184801381692], "std": [0.0, 1.701556998673413], "min": [6, 0], "max": [6, 6], "count": [579]}, "eef_velocity_action": {"mean": [0.0, 0.5768566493955095], "std": [0.0, 0.7677995824395228], "min": [0, 0], "max": [0, 2], "count": [579]}, "eef_acc_mag_action": {"mean": [0.0, 0.5233160621761658], "std": [0.0, 0.7911811344418902], "min": [0, 0], "max": [0, 2], "count": [579]}, "eef_sim_pose_state": {"mean": [-0.3103203773498535, 0.46757271885871887, 0.22823260724544525, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.30260175466537476, -0.4652557075023651, 0.15698416531085968, 1.631788969039917, -1.4736967086791992, 0.469783216714859], "std": [1.5294459444703534e-05, 8.278254426841158e-06, 1.4249852029024623e-05, 0.0, 0.0, 5.960464477539063e-08, 0.012583469040691853, 0.01149324793368578, 0.060708243399858475, 0.10725101083517075, 0.2358807474374771, 0.3068851828575134], "min": [-0.310373991727829, 0.46754398941993713, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32857099175453186, -0.4761340022087097, 0.038718998432159424, 1.4104212522506714, -1.7922508716583252, -0.11420193314552307], "max": [-0.3102729916572571, 0.46759501099586487, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.26657700538635254, -0.43463999032974243, 0.22827400267124176, 1.823522925376892, -1.121137022972107, 0.8322589993476868], "count": [579]}, "eef_sim_pose_action": {"mean": [-0.31032025814056396, 0.4675731062889099, 0.22823259234428406, -1.5732378959655762, -1.1211364269256592, -0.7462766766548157, -0.30260172486305237, -0.4652557671070099, 0.1569841057062149, 1.6317850351333618, -1.473697543144226, 0.4697830080986023], "std": [1.5294743207050487e-05, 8.28598058433272e-06, 1.4249856576498132e-05, 1.0967254638671875e-05, 5.960464477539062e-07, 1.0728836059570312e-06, 0.01258346438407898, 0.01149324607104063, 0.06070825457572937, 0.10725096613168716, 0.23588097095489502, 0.3068854808807373], "min": [-0.310373991727829, 0.46754398941993713, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32857099175453186, -0.4761340022087097, 0.038718998432159424, 1.4104212522506714, -1.7922508716583252, -0.11420193314552307], "max": [-0.3102729916572571, 0.46759501099586487, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.26657700538635254, -0.43463999032974243, 0.22827400267124176, 1.823522925376892, -1.121137022972107, 0.8322589993476868], "count": [579]}, "gripper_mode_state": {"mean": [0.0, 0.19516407599309155], "std": [0.0, 0.39632696026747166], "min": [0, 0], "max": [0, 1], "count": [579]}, "gripper_activity_state": {"mean": [2.0, 1.758203799654577], "std": [0.0, 0.5850003793034821], "min": [2, 0], "max": [2, 2], "count": [579]}, "gripper_mode_action": {"mean": [0.0, 0.19516407599309155], "std": [0.0, 0.3963269602674716], "min": [0, 0], "max": [0, 1], "count": [579]}, "gripper_activity_action": {"mean": [2.0, 1.758203799654577], "std": [0.0, 0.5850003793034823], "min": [2, 0], "max": [2, 2], "count": [579]}}} +{"episode_index": 124, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41112071256038646]], [[0.4214711654589372]], [[0.41784516730605287]]], "std": [[[0.2108846252687875]], [[0.20911073293732046]], [[0.20518077565087886]]], "count": [115]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.336032095410628]], [[0.31911337915601024]], [[0.334428635620915]]], "std": [[[0.2503520211243188]], [[0.2600085785394487]], [[0.2465580012320579]]], "count": [115]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4245341130292697]], [[0.42787844380505824]], [[0.41974640700483096]]], "std": [[[0.2742017484882557]], [[0.27084025524459815]], [[0.2728965037987346]]], "count": [115]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39415075305484515]], [[0.39073638462631427]], [[0.3982498845552714]]], "std": [[[0.27111711655936993]], [[0.2733677618511745]], [[0.27228883295296696]]], "count": [115]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25394541025161743, -0.12060225009918213, 0.028204521164298058, -0.31037598848342896, 0.4675469994544983, 0.22819000482559204, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.09082693606615067, 0.4390200972557068, -0.6548126339912415, -1.5852127075195312, 0.25385814905166626, -0.12510520219802856, -0.028379054740071297, -0.32789701223373413, -0.4765639901161194, 0.06032799929380417, 1.3086706399917603, -1.968332290649414, 0.037234432995319366, 1008.0, 330.0, -0.004504188895225525, -0.2961616814136505, -0.8422980904579163, 1.9073078632354736, -1.0564738512039185, -0.0011352977016940713], "max": [-0.19943878054618835, 0.6047216653823853, 0.4514293968677521, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102630078792572, 0.467602014541626, 0.22826999425888062, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3752981424331665, 0.640623152256012, -0.20617574453353882, -1.411884069442749, 0.47682395577430725, 0.4461410641670227, 0.6455623507499695, -0.2834469974040985, -0.42228999733924866, 0.22825700044631958, 1.8134602308273315, -1.121137022972107, 0.8208239674568176, 1008.0, 1003.0, 0.003628165228292346, -0.29606956243515015, -0.8422719240188599, 1.9073125123977661, -1.0564658641815186, -0.0007698381086811423], "mean": [-0.19951966404914856, 0.6046672463417053, 0.451387882232666, -1.4119793176651, -0.25389206409454346, -0.12054722756147385, 0.02827061153948307, -0.31032150983810425, 0.4675736129283905, 0.22823293507099152, -1.5732377767562866, -1.1211358308792114, -0.7462766766548157, 0.22354677319526672, 0.520177960395813, -0.41111230850219727, -1.4970773458480835, 0.37246108055114746, 0.19219648838043213, 0.30277833342552185, -0.3037489652633667, -0.45419538021087646, 0.1688457429409027, 1.4982925653457642, -1.5662784576416016, 0.5237281918525696, 1008.0, 801.487548828125, -0.0002714584697969258, -0.2961331903934479, -0.8422845005989075, 1.9073021411895752, -1.0564632415771484, -0.000979329808615148], "std": [2.5826779165072367e-05, 2.1670546630048193e-05, 2.4367855075979605e-05, 2.014546043938026e-05, 2.322155523870606e-05, 2.272479105158709e-05, 1.6203346604015678e-05, 1.5618939869455062e-05, 8.043728485063184e-06, 1.4116160855337512e-05, 1.0848045349121094e-05, 1.1920928955078125e-06, 1.0728836059570312e-06, 0.07069015502929688, 0.05368155986070633, 0.12520991265773773, 0.051748767495155334, 0.05797853320837021, 0.16212385892868042, 0.18719403445720673, 0.010935934260487556, 0.017381517216563225, 0.053827252238988876, 0.1318543404340744, 0.2255866676568985, 0.2564704418182373, 0.0, 285.6376647949219, 0.0037404003087431192, 6.3046854847925715e-06, 3.4946538107760716e-06, 7.279624696820974e-06, 5.753142431785818e-06, 4.267627082299441e-05], "count": [562]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25394541025161743, -0.12060225009918213, 0.028204521164298058, -0.31037598848342896, 0.4675469994544983, 0.22819000482559204, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.09082693606615067, 0.4390200972557068, -0.6548126339912415, -1.5852127075195312, 0.25385814905166626, -0.12510520219802856, -0.028379054740071297, -0.32789701223373413, -0.4765639901161194, 0.06032799929380417, 1.3086706399917603, -1.968332290649414, 0.037234432995319366, 1008.0, 330.0, -0.004504188895225525, -0.2961616814136505, -0.8422980904579163, 1.9073078632354736, -1.0564738512039185, -0.0011352977016940713], "max": [-0.19943878054618835, 0.6047216653823853, 0.4514293968677521, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102630078792572, 0.467602014541626, 0.22826999425888062, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3752981424331665, 0.640623152256012, -0.20617574453353882, -1.411919116973877, 0.47682395577430725, 0.4461410641670227, 0.6455623507499695, -0.2834469974040985, -0.42228999733924866, 0.22825700044631958, 1.8134602308273315, -1.121137022972107, 0.8208239674568176, 1008.0, 1003.0, 0.003628165228292346, -0.29606956243515015, -0.8422719240188599, 1.9073125123977661, -1.0564658641815186, -0.0007698381086811423], "mean": [-0.19951966404914856, 0.6046673059463501, 0.45138785243034363, -1.4119793176651, -0.25389209389686584, -0.12054736912250519, 0.02827061340212822, -0.31032150983810425, 0.4675735533237457, 0.22823284566402435, -1.5732377767562866, -1.1211358308792114, -0.7462766766548157, 0.22336161136627197, 0.5199878215789795, -0.4107144773006439, -1.4973410367965698, 0.37254926562309265, 0.19251437485218048, 0.3031836152076721, -0.3037026822566986, -0.45416972041130066, 0.16882438957691193, 1.4981805086135864, -1.5667074918746948, 0.523800790309906, 1008.0, 801.4840087890625, -0.0002848450967576355, -0.29613324999809265, -0.8422845005989075, 1.9073021411895752, -1.0564632415771484, -0.000979481847025454], "std": [2.5826777346082963e-05, 2.167139064113144e-05, 2.4347442376893014e-05, 2.0146744645899162e-05, 2.3234653781400993e-05, 2.283359572174959e-05, 1.6203397535718977e-05, 1.5607691238983534e-05, 8.045389222388621e-06, 1.4103169633017387e-05, 1.0848045349121094e-05, 1.1920928955078125e-06, 1.0728836059570312e-06, 0.07088875770568848, 0.053575679659843445, 0.12544065713882446, 0.051691602915525436, 0.057836394757032394, 0.1616874784231186, 0.18672603368759155, 0.010963301174342632, 0.017372196540236473, 0.053806133568286896, 0.13181817531585693, 0.22497159242630005, 0.2565394341945648, 0.0, 285.6346435546875, 0.003741626627743244, 6.354341167025268e-06, 3.490761400826159e-06, 7.275594271050068e-06, 5.766056347056292e-06, 4.251786958775483e-05], "count": [562]}, "timestamp": {"min": [0.0], "max": [18.7], "mean": [9.35], "std": [5.407838960455666], "count": [562]}, "frame_index": {"min": [0], "max": [561], "mean": [280.5], "std": [162.23516881367], "count": [562]}, "episode_index": {"min": [252], "max": [252], "mean": [252.0], "std": [0.0], "count": [562]}, "index": {"min": [151688], "max": [152249], "mean": [151968.5], "std": [162.23516881367], "count": [562]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [562]}, "gripper_open_scale_state": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.8005587199828803], "std": [0.0, 0.28498622691432923], "count": [562]}, "gripper_open_scale_action": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.8005587199828803], "std": [0.0, 0.28498622691432923], "count": [562]}, "eef_direction_state": {"mean": [6.0, 5.133451957295374], "std": [0.0, 1.5423967479604443], "min": [6, 0], "max": [6, 6], "count": [562]}, "eef_velocity_state": {"mean": [0.0, 0.5213523131672598], "std": [0.0, 0.7501408791079731], "min": [0, 0], "max": [0, 2], "count": [562]}, "eef_acc_mag_state": {"mean": [0.0, 0.47153024911032027], "std": [0.0, 0.7546351242774025], "min": [0, 0], "max": [0, 2], "count": [562]}, "eef_direction_action": {"mean": [6.0, 5.133451957295374], "std": [0.0, 1.5423967479604443], "min": [6, 0], "max": [6, 6], "count": [562]}, "eef_velocity_action": {"mean": [0.0, 0.5213523131672598], "std": [0.0, 0.7501408791079731], "min": [0, 0], "max": [0, 2], "count": [562]}, "eef_acc_mag_action": {"mean": [0.0, 0.47153024911032027], "std": [0.0, 0.7546351242774025], "min": [0, 0], "max": [0, 2], "count": [562]}, "eef_sim_pose_state": {"mean": [-0.3103214204311371, 0.4675736725330353, 0.22823290526866913, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.303749144077301, -0.454195111989975, 0.16884590685367584, 1.498293399810791, -1.566277027130127, 0.5237270593643188], "std": [1.5618627003277652e-05, 8.043624802667182e-06, 1.4116099009697791e-05, 0.0, 0.0, 5.960464477539063e-08, 0.010935937985777855, 0.017381522804498672, 0.05382726341485977, 0.13185422122478485, 0.22558648884296417, 0.2564704418182373], "min": [-0.31037598848342896, 0.4675469994544983, 0.22819000482559204, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32789701223373413, -0.4765639901161194, 0.06032799929380417, 1.3086706399917603, -1.968332290649414, 0.037234432995319366], "max": [-0.3102630078792572, 0.467602014541626, 0.22826999425888062, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2834469974040985, -0.42228999733924866, 0.22825700044631958, 1.8134602308273315, -1.121137022972107, 0.8208239674568176], "count": [562]}, "eef_sim_pose_action": {"mean": [-0.31032150983810425, 0.4675736129283905, 0.22823293507099152, -1.5732377767562866, -1.1211358308792114, -0.7462766766548157, -0.3037489652633667, -0.45419538021087646, 0.1688457429409027, 1.4982925653457642, -1.5662784576416016, 0.5237281918525696], "std": [1.5618939869455062e-05, 8.043728485063184e-06, 1.4116160855337512e-05, 1.0848045349121094e-05, 1.1920928955078125e-06, 1.0728836059570312e-06, 0.010935934260487556, 0.017381517216563225, 0.053827252238988876, 0.1318543404340744, 0.2255866676568985, 0.2564704418182373], "min": [-0.31037598848342896, 0.4675469994544983, 0.22819000482559204, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32789701223373413, -0.4765639901161194, 0.06032799929380417, 1.3086706399917603, -1.968332290649414, 0.037234432995319366], "max": [-0.3102630078792572, 0.467602014541626, 0.22826999425888062, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2834469974040985, -0.42228999733924866, 0.22825700044631958, 1.8134602308273315, -1.121137022972107, 0.8208239674568176], "count": [562]}, "gripper_mode_state": {"mean": [0.0, 0.26334519572953735], "std": [0.0, 0.44044807141785763], "min": [0, 0], "max": [0, 1], "count": [562]}, "gripper_activity_state": {"mean": [2.0, 1.7491103202846976], "std": [0.0, 0.5959897942117157], "min": [2, 0], "max": [2, 2], "count": [562]}, "gripper_mode_action": {"mean": [0.0, 0.26334519572953735], "std": [0.0, 0.44044807141785763], "min": [0, 0], "max": [0, 1], "count": [562]}, "gripper_activity_action": {"mean": [2.0, 1.7491103202846976], "std": [0.0, 0.5959897942117157], "min": [2, 0], "max": [2, 2], "count": [562]}}} +{"episode_index": 125, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4111857358725201]], [[0.42164778724911794]], [[0.418044213444965]]], "std": [[[0.21075505700176886]], [[0.2087819278459644]], [[0.20483387516163032]]], "count": [113]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3342227482069524]], [[0.31677190699288565]], [[0.3340698294435768]]], "std": [[[0.2478820615044049]], [[0.2576352587950463]], [[0.24474068990307637]]], "count": [113]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42521515125224135]], [[0.4285952881890219]], [[0.42031395504366936]]], "std": [[[0.2740128666746718]], [[0.2705074058663401]], [[0.2723566300837622]]], "count": [113]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3990385740210538]], [[0.394747859910926]], [[0.40518668300653593]]], "std": [[[0.26175875112281255]], [[0.2643633523395311]], [[0.26289364763942746]]], "count": [113]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25394541025161743, -0.12061969935894012, 0.02822197414934635, -0.3103710114955902, 0.46755000948905945, 0.22818699479103088, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.0024085543118417263, 0.41231659054756165, -0.6748664379119873, -1.7124820947647095, 0.14643312990665436, -0.1206895187497139, -0.02839650586247444, -0.33714500069618225, -0.47314199805259705, 0.058750998228788376, 1.1925041675567627, -1.8207377195358276, 0.011474110186100006, 1008.0, 333.0, -0.004194008652120829, -0.29620304703712463, -0.842338502407074, 1.90730619430542, -1.0565134286880493, -0.0011675719870254397], "max": [-0.19945622980594635, 0.6047216653823853, 0.45148175954818726, -1.411901593208313, -0.25382325053215027, -0.12049752473831177, 0.028326693922281265, -0.31027600169181824, 0.4676100015640259, 0.22829100489616394, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4322656989097595, 0.612436056137085, -0.13988815248012543, -1.3222614526748657, 0.4505218267440796, 0.5122715830802917, 0.6891258358955383, -0.28494301438331604, -0.41879400610923767, 0.23915299773216248, 1.8953098058700562, -1.121137022972107, 0.8916818499565125, 1008.0, 1003.0, 0.003896987996995449, -0.29606205224990845, -0.842275083065033, 1.907308578491211, -1.0564627647399902, -0.0009008340421132743], "mean": [-0.19951993227005005, 0.604672908782959, 0.4513905942440033, -1.4119614362716675, -0.2538903057575226, -0.12057187408208847, 0.02827494405210018, -0.31032514572143555, 0.4675735533237457, 0.22823745012283325, -1.573237657546997, -1.1211354732513428, -0.7462766766548157, 0.2167489379644394, 0.48101162910461426, -0.4139851927757263, -1.467025876045227, 0.2942259907722473, 0.1078919768333435, 0.31065356731414795, -0.3103588819503784, -0.4536149203777313, 0.1584310233592987, 1.5769122838974, -1.5113846063613892, 0.5249942541122437, 1008.0, 834.451904296875, 0.0004549924924504012, -0.2961486876010895, -0.8422888517379761, 1.9073009490966797, -1.056466817855835, -0.0010198574746027589], "std": [2.5792347514652647e-05, 1.9983288439107127e-05, 2.438742376398295e-05, 3.37260753440205e-05, 2.297330865985714e-05, 2.3023321773507632e-05, 1.663202237978112e-05, 1.762766987667419e-05, 8.329059710376896e-06, 1.526576124888379e-05, 1.0728836059570312e-05, 1.5497207641601562e-06, 1.0728836059570312e-06, 0.0993715301156044, 0.0579102523624897, 0.13137352466583252, 0.09694122523069382, 0.06017457693815231, 0.17639076709747314, 0.19143521785736084, 0.010444149374961853, 0.018393313512206078, 0.05594829469919205, 0.1589176058769226, 0.2090219259262085, 0.2539542019367218, 0.0, 267.52386474609375, 0.0036136999260634184, 2.1133533664396964e-05, 1.2744459127134178e-05, 7.288935648830375e-06, 1.253033315151697e-05, 4.7989127779146656e-05], "count": [551]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25394541025161743, -0.12061969935894012, 0.02822197414934635, -0.3103710114955902, 0.46755000948905945, 0.22818699479103088, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.0024085543118417263, 0.41231659054756165, -0.6748664379119873, -1.7124820947647095, 0.14643312990665436, -0.1206895187497139, -0.02839650586247444, -0.33714500069618225, -0.47314199805259705, 0.058750998228788376, 1.1925041675567627, -1.8207377195358276, 0.011474110186100006, 1008.0, 333.0, -0.004194008652120829, -0.29620304703712463, -0.842338502407074, 1.90730619430542, -1.0565134286880493, -0.0011675719870254397], "max": [-0.19945622980594635, 0.6047216653823853, 0.45148175954818726, -1.411901593208313, -0.25382325053215027, -0.12049752473831177, 0.028326693922281265, -0.31027600169181824, 0.4676100015640259, 0.22829100489616394, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4322656989097595, 0.612436056137085, -0.13988815248012543, -1.3222614526748657, 0.4505218267440796, 0.5122715830802917, 0.6891258358955383, -0.28494301438331604, -0.41879400610923767, 0.23915299773216248, 1.8953098058700562, -1.121137022972107, 0.8916818499565125, 1008.0, 1003.0, 0.003896987996995449, -0.29606205224990845, -0.842275083065033, 1.907308578491211, -1.0564627647399902, -0.0009008340421132743], "mean": [-0.1995198279619217, 0.6046728491783142, 0.4513906240463257, -1.4119614362716675, -0.2538903057575226, -0.12057172507047653, 0.02827475406229496, -0.3103252053260803, 0.4675735533237457, 0.22823749482631683, -1.573237657546997, -1.1211354732513428, -0.7462766766548157, 0.21640145778656006, 0.4806724488735199, -0.41343313455581665, -1.4673219919204712, 0.2940395772457123, 0.10814953595399857, 0.3107750415802002, -0.3103383481502533, -0.453565388917923, 0.15844596922397614, 1.5766150951385498, -1.511451005935669, 0.5252355933189392, 1008.0, 834.4555053710938, 0.00044230069033801556, -0.2961486876010895, -0.8422889709472656, 1.9073009490966797, -1.0564669370651245, -0.0010200710967183113], "std": [2.5673845811979845e-05, 2.0001571101602167e-05, 2.4388424208154902e-05, 3.37260753440205e-05, 2.297330865985714e-05, 2.3046746719046496e-05, 1.6637784938211553e-05, 1.7590184143045917e-05, 8.292230631923303e-06, 1.5304018234019168e-05, 1.0728836059570312e-05, 1.5497207641601562e-06, 1.0728836059570312e-06, 0.09976520389318466, 0.05773203819990158, 0.13185329735279083, 0.0970216616988182, 0.06045789644122124, 0.17616043984889984, 0.1912415474653244, 0.01045522466301918, 0.018392471596598625, 0.055968027561903, 0.15907715260982513, 0.2089037448167801, 0.2542267143726349, 0.0, 267.52734375, 0.0036140696611255407, 2.1136531358934008e-05, 1.2890895959571935e-05, 7.286408617801499e-06, 1.2635312486963812e-05, 4.80587623314932e-05], "count": [551]}, "timestamp": {"min": [0.0], "max": [18.333333333333332], "mean": [9.166666666666668], "std": [5.301991240195622], "count": [551]}, "frame_index": {"min": [0], "max": [550], "mean": [275.0], "std": [159.05973720586866], "count": [551]}, "episode_index": {"min": [253], "max": [253], "mean": [253.0], "std": [0.0], "count": [551]}, "index": {"min": [152250], "max": [152800], "mean": [152525.0], "std": [159.05973720586866], "count": [551]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [551]}, "gripper_open_scale_state": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.8336007266209043], "std": [0.0, 0.26699293287726455], "count": [551]}, "gripper_open_scale_action": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.8336007266209043], "std": [0.0, 0.26699293287726455], "count": [551]}, "eef_direction_state": {"mean": [6.0, 5.234119782214156], "std": [0.0, 1.4325731979565337], "min": [6, 0], "max": [6, 6], "count": [551]}, "eef_velocity_state": {"mean": [0.0, 0.5136116152450091], "std": [0.0, 0.7616582264217858], "min": [0, 0], "max": [0, 2], "count": [551]}, "eef_acc_mag_state": {"mean": [0.0, 0.5027223230490018], "std": [0.0, 0.7759379506731082], "min": [0, 0], "max": [0, 2], "count": [551]}, "eef_direction_action": {"mean": [6.0, 5.234119782214156], "std": [0.0, 1.4325731979565337], "min": [6, 0], "max": [6, 6], "count": [551]}, "eef_velocity_action": {"mean": [0.0, 0.5136116152450091], "std": [0.0, 0.7616582264217858], "min": [0, 0], "max": [0, 2], "count": [551]}, "eef_acc_mag_action": {"mean": [0.0, 0.5027223230490018], "std": [0.0, 0.7759379506731082], "min": [0, 0], "max": [0, 2], "count": [551]}, "eef_sim_pose_state": {"mean": [-0.3103250563144684, 0.46757328510284424, 0.22823750972747803, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.31035882234573364, -0.45361486077308655, 0.1584310084581375, 1.576913833618164, -1.511383056640625, 0.5249934792518616], "std": [1.7627431589062326e-05, 8.326056558871642e-06, 1.5265628462657332e-05, 0.0, 0.0, 5.960464477539063e-08, 0.010444150306284428, 0.018393315374851227, 0.055948298424482346, 0.1589176505804062, 0.20902177691459656, 0.2539539337158203], "min": [-0.3103710114955902, 0.46755000948905945, 0.22818699479103088, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33714500069618225, -0.47314199805259705, 0.058750998228788376, 1.1925041675567627, -1.8207377195358276, 0.011474110186100006], "max": [-0.31027600169181824, 0.4676100015640259, 0.22829100489616394, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.28494301438331604, -0.41879400610923767, 0.23915299773216248, 1.8953098058700562, -1.121137022972107, 0.8916818499565125], "count": [551]}, "eef_sim_pose_action": {"mean": [-0.31032514572143555, 0.4675735533237457, 0.22823745012283325, -1.573237657546997, -1.1211354732513428, -0.7462766766548157, -0.3103588819503784, -0.4536149203777313, 0.1584310233592987, 1.5769122838974, -1.5113846063613892, 0.5249942541122437], "std": [1.762766987667419e-05, 8.329059710376896e-06, 1.526576124888379e-05, 1.0728836059570312e-05, 1.5497207641601562e-06, 1.0728836059570312e-06, 0.010444149374961853, 0.018393313512206078, 0.05594829469919205, 0.1589176058769226, 0.2090219259262085, 0.2539542019367218], "min": [-0.3103710114955902, 0.46755000948905945, 0.22818699479103088, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33714500069618225, -0.47314199805259705, 0.058750998228788376, 1.1925041675567627, -1.8207377195358276, 0.011474110186100006], "max": [-0.31027600169181824, 0.4676100015640259, 0.22829100489616394, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.28494301438331604, -0.41879400610923767, 0.23915299773216248, 1.8953098058700562, -1.121137022972107, 0.8916818499565125], "count": [551]}, "gripper_mode_state": {"mean": [0.0, 0.21234119782214156], "std": [0.0, 0.4089650517215402], "min": [0, 0], "max": [0, 1], "count": [551]}, "gripper_activity_state": {"mean": [2.0, 1.7459165154264973], "std": [0.0, 0.5970713646172741], "min": [2, 0], "max": [2, 2], "count": [551]}, "gripper_mode_action": {"mean": [0.0, 0.21234119782214156], "std": [0.0, 0.4089650517215402], "min": [0, 0], "max": [0, 1], "count": [551]}, "gripper_activity_action": {"mean": [2.0, 1.7459165154264973], "std": [0.0, 0.5970713646172741], "min": [2, 0], "max": [2, 2], "count": [551]}}} +{"episode_index": 126, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40954183575752706]], [[0.41981732160077145]], [[0.4164362678131362]]], "std": [[[0.2104349854898894]], [[0.20842524712240046]], [[0.20475701116121756]]], "count": [122]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3296179015321976]], [[0.31414698516018424]], [[0.3233291797251687]]], "std": [[[0.25274273530703123]], [[0.26243824045555025]], [[0.2475095206675891]]], "count": [122]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4326895106744884]], [[0.4354174652442945]], [[0.42765525387067393]]], "std": [[[0.28318535406662687]], [[0.2790221571017225]], [[0.28120661625043913]]], "count": [122]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39253940654130504]], [[0.38833648244133717]], [[0.3995921344289082]]], "std": [[[0.25334876762395664]], [[0.2552517451501931]], [[0.25557144474029775]]], "count": [122]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4512898027896881, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.31037798523902893, 0.4675469994544983, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.02883283793926239, 0.3312809467315674, -0.727051854133606, -1.7506176233291626, 0.1390852928161621, -0.13358749449253082, -0.028379054740071297, -0.32752299308776855, -0.46760499477386475, 0.04332499951124191, 1.3243077993392944, -1.8496289253234863, -0.0806194320321083, 1008.0, 333.0, -0.004588783252984285, -0.29633837938308716, -0.8424137830734253, 1.9073117971420288, -1.056498408317566, -0.0008714073919691145], "max": [-0.19945622980594635, 0.6047391295433044, 0.45151668787002563, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028300523757935, 0.46759599447250366, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4925144612789154, 0.6324025988578796, -0.09243264049291611, -1.3457884788513184, 0.48743554949760437, 0.4650953412055969, 0.7194596529006958, -0.27769601345062256, -0.4062980115413666, 0.22826099395751953, 1.8661421537399292, -1.121137022972107, 0.9729767441749573, 1008.0, 1003.0, 0.00353605137206614, -0.29613158106803894, -0.8423099517822266, 1.907313346862793, -1.0564762353897095, -0.00070339092053473], "mean": [-0.19951921701431274, 0.6046668291091919, 0.45139503479003906, -1.4119622707366943, -0.25391003489494324, -0.12052953988313675, 0.02828371152281761, -0.310331791639328, 0.467572957277298, 0.22823825478553772, -1.5732380151748657, -1.121137261390686, -0.7462766766548157, 0.18921999633312225, 0.4774816036224365, -0.42057374119758606, -1.5427602529525757, 0.2820899486541748, 0.21048292517662048, 0.28349342942237854, -0.30740535259246826, -0.4414050877094269, 0.14640812575817108, 1.5251303911209106, -1.5279284715652466, 0.47979649901390076, 1008.0, 792.4654541015625, 0.00023753558343742043, -0.2963096797466278, -0.842349112033844, 1.907307505607605, -1.0564935207366943, -0.0008113585645332932], "std": [2.6054207410197705e-05, 2.064013278868515e-05, 2.734566805884242e-05, 1.73927764990367e-05, 2.345595021324698e-05, 2.011745164054446e-05, 1.6976457118289545e-05, 1.5438758055097423e-05, 8.81744927028194e-06, 1.307499496761011e-05, 1.1086463928222656e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.12022358924150467, 0.0732913389801979, 0.14285239577293396, 0.08389277756214142, 0.07081130892038345, 0.1753406971693039, 0.20970170199871063, 0.010949729941785336, 0.013523341156542301, 0.05565136298537254, 0.13683052361011505, 0.23312902450561523, 0.2674933671951294, 0.0, 292.82427978515625, 0.003598758950829506, 1.982796129595954e-05, 3.5137400118401274e-05, 4.894130142929498e-06, 5.73646093471325e-06, 5.6872915592975914e-05], "count": [608]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4512898027896881, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.31037798523902893, 0.4675469994544983, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.02883283793926239, 0.3312809467315674, -0.727051854133606, -1.7506176233291626, 0.1390852928161621, -0.13358749449253082, -0.028379054740071297, -0.32752299308776855, -0.46760499477386475, 0.04332499951124191, 1.3243077993392944, -1.8496289253234863, -0.0806194320321083, 1008.0, 333.0, -0.004588783252984285, -0.29633837938308716, -0.8424137830734253, 1.9073117971420288, -1.056498408317566, -0.0008714073919691145], "max": [-0.19945622980594635, 0.6047391295433044, 0.45151668787002563, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028300523757935, 0.46759599447250366, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4925144612789154, 0.6324025988578796, -0.09243264049291611, -1.3457884788513184, 0.48743554949760437, 0.4650953412055969, 0.7194596529006958, -0.27769601345062256, -0.4062980115413666, 0.22826099395751953, 1.8661421537399292, -1.121137022972107, 0.9729767441749573, 1008.0, 1003.0, 0.00353605137206614, -0.29613158106803894, -0.8423099517822266, 1.907313346862793, -1.0564762353897095, -0.00070339092053473], "mean": [-0.19951927661895752, 0.6046668291091919, 0.4513949453830719, -1.4119622707366943, -0.25391003489494324, -0.12052957713603973, 0.028283683583140373, -0.3103317618370056, 0.4675729274749756, 0.2282383292913437, -1.5732380151748657, -1.121137261390686, -0.7462766766548157, 0.1889527589082718, 0.47703316807746887, -0.4199908375740051, -1.542988896369934, 0.28191494941711426, 0.21062366664409637, 0.2837490439414978, -0.3073679804801941, -0.44137588143348694, 0.1464006006717682, 1.5249477624893188, -1.5280778408050537, 0.4801660478115082, 1008.0, 792.4654541015625, 0.0002250628313049674, -0.2963094711303711, -0.842349112033844, 1.907307505607605, -1.0564935207366943, -0.0008115771343000233], "std": [2.5991583243012428e-05, 2.0647097699111328e-05, 2.7370982934371568e-05, 1.7477330402471125e-05, 2.345595021324698e-05, 2.013397534028627e-05, 1.7006999769364484e-05, 1.5398918549180962e-05, 8.800203431746922e-06, 1.3112731721776072e-05, 1.1086463928222656e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.12038079649209976, 0.07334577292203903, 0.14344701170921326, 0.08372532576322556, 0.0710117518901825, 0.17510893940925598, 0.20941604673862457, 0.01097850315272808, 0.013485915958881378, 0.055640630424022675, 0.13684025406837463, 0.23289720714092255, 0.2680157423019409, 0.0, 292.82427978515625, 0.0036004469729959965, 2.0270706954761408e-05, 3.504647975205444e-05, 4.895247911917977e-06, 5.739540483773453e-06, 5.67968309042044e-05], "count": [608]}, "timestamp": {"min": [0.0], "max": [20.233333333333334], "mean": [10.116666666666667], "std": [5.850474814539035], "count": [608]}, "frame_index": {"min": [0], "max": [607], "mean": [303.5], "std": [175.51424443617105], "count": [608]}, "episode_index": {"min": [255], "max": [255], "mean": [255.0], "std": [0.0], "count": [608]}, "index": {"min": [153439], "max": [154046], "mean": [153742.5], "std": [175.51424443617105], "count": [608]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [608]}, "gripper_open_scale_state": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.7906546053525648], "std": [0.0, 0.29152346426196085], "count": [608]}, "gripper_open_scale_action": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.7906546053525648], "std": [0.0, 0.29152346426196085], "count": [608]}, "eef_direction_state": {"mean": [6.0, 5.1069078947368425], "std": [0.0, 1.397866670451342], "min": [6, 0], "max": [6, 6], "count": [608]}, "eef_velocity_state": {"mean": [0.0, 0.59375], "std": [0.0, 0.7396837095215624], "min": [0, 0], "max": [0, 2], "count": [608]}, "eef_acc_mag_state": {"mean": [0.0, 0.5016447368421053], "std": [0.0, 0.7694820062864514], "min": [0, 0], "max": [0, 2], "count": [608]}, "eef_direction_action": {"mean": [6.0, 5.1069078947368425], "std": [0.0, 1.397866670451342], "min": [6, 0], "max": [6, 6], "count": [608]}, "eef_velocity_action": {"mean": [0.0, 0.59375], "std": [0.0, 0.7396837095215624], "min": [0, 0], "max": [0, 2], "count": [608]}, "eef_acc_mag_action": {"mean": [0.0, 0.5016447368421053], "std": [0.0, 0.7694820062864514], "min": [0, 0], "max": [0, 2], "count": [608]}, "eef_sim_pose_state": {"mean": [-0.3103318512439728, 0.4675730764865875, 0.22823810577392578, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.3074053227901459, -0.4414048492908478, 0.1464080512523651, 1.525130033493042, -1.527928352355957, 0.4797961711883545], "std": [1.5438681657542475e-05, 8.816539775580168e-06, 1.3074050002614968e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.01094973087310791, 0.013523342087864876, 0.05565137788653374, 0.13683055341243744, 0.23312918841838837, 0.26749342679977417], "min": [-0.31037798523902893, 0.4675469994544983, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32752299308776855, -0.46760499477386475, 0.04332499951124191, 1.3243077993392944, -1.8496289253234863, -0.0806194320321083], "max": [-0.31028300523757935, 0.46759599447250366, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27769601345062256, -0.4062980115413666, 0.22826099395751953, 1.8661421537399292, -1.121137022972107, 0.9729767441749573], "count": [608]}, "eef_sim_pose_action": {"mean": [-0.310331791639328, 0.467572957277298, 0.22823825478553772, -1.5732380151748657, -1.121137261390686, -0.7462766766548157, -0.30740535259246826, -0.4414050877094269, 0.14640812575817108, 1.5251303911209106, -1.5279284715652466, 0.47979649901390076], "std": [1.5438758055097423e-05, 8.81744927028194e-06, 1.307499496761011e-05, 1.1086463928222656e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.010949729941785336, 0.013523341156542301, 0.05565136298537254, 0.13683052361011505, 0.23312902450561523, 0.2674933671951294], "min": [-0.31037798523902893, 0.4675469994544983, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32752299308776855, -0.46760499477386475, 0.04332499951124191, 1.3243077993392944, -1.8496289253234863, -0.0806194320321083], "max": [-0.31028300523757935, 0.46759599447250366, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27769601345062256, -0.4062980115413666, 0.22826099395751953, 1.8661421537399292, -1.121137022972107, 0.9729767441749573], "count": [608]}, "gripper_mode_state": {"mean": [0.0, 0.2779605263157895], "std": [0.0, 0.4479938304553296], "min": [0, 0], "max": [0, 1], "count": [608]}, "gripper_activity_state": {"mean": [2.0, 1.7713815789473684], "std": [0.0, 0.5752888854879168], "min": [2, 0], "max": [2, 2], "count": [608]}, "gripper_mode_action": {"mean": [0.0, 0.2779605263157895], "std": [0.0, 0.4479938304553296], "min": [0, 0], "max": [0, 1], "count": [608]}, "gripper_activity_action": {"mean": [2.0, 1.7713815789473684], "std": [0.0, 0.5752888854879168], "min": [2, 0], "max": [2, 2], "count": [608]}}} +{"episode_index": 127, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4082070980392157]], [[0.417678683006536]], [[0.4139735637254902]]], "std": [[[0.21100036149525905]], [[0.20876333266469607]], [[0.20532442413517019]]], "count": [125]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3266021290849673]], [[0.3116434444444444]], [[0.3258142222222222]]], "std": [[[0.25662099122234505]], [[0.26475087452589774]], [[0.2530783182556297]]], "count": [125]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.434924181372549]], [[0.4379410016339869]], [[0.4300222614379085]]], "std": [[[0.2871508742878639]], [[0.28261913905715474]], [[0.2847664101320447]]], "count": [125]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3973961045751634]], [[0.39464610457516336]], [[0.40330481209150326]]], "std": [[[0.25467550769148467]], [[0.2567465096674881]], [[0.2562271852173149]]], "count": [125]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31038400530815125, 0.4675399959087372, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1224173903465271, 0.3704287111759186, -0.6958453059196472, -1.5673056840896606, 0.17959438264369965, -0.14320425689220428, -0.028379054740071297, -0.3315959870815277, -0.4717409908771515, 0.05117100104689598, 1.2261850833892822, -1.8898245096206665, -0.0027343309484422207, 1008.0, 333.0, -0.004673377610743046, -0.2964756190776825, -0.842339277267456, 1.9073125123977661, -1.056496024131775, -0.0016440933104604483], "max": [-0.19943878054618835, 0.6047391295433044, 0.45153412222862244, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.3102850019931793, 0.4676010012626648, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.44462263584136963, 0.616380512714386, -0.16742944717407227, -1.348842740058899, 0.464309960603714, 0.5085017085075378, 0.6882880330085754, -0.2860009968280792, -0.4310910105705261, 0.22888599336147308, 1.9436875581741333, -1.121137022972107, 0.9282910227775574, 1008.0, 1003.0, 0.0038029940333217382, -0.29596617817878723, -0.8423123359680176, 1.907313346862793, -1.0564825534820557, -0.00035406858660280704], "mean": [-0.1995200514793396, 0.604672372341156, 0.4513854384422302, -1.4119731187820435, -0.2539004385471344, -0.12055733054876328, 0.028283506631851196, -0.3103226125240326, 0.4675740897655487, 0.22823867201805115, -1.5732381343841553, -1.1211378574371338, -0.7462767362594604, 0.24770262837409973, 0.47662684321403503, -0.43755465745925903, -1.4774175882339478, 0.33018365502357483, 0.1586785614490509, 0.37166523933410645, -0.30396103858947754, -0.4531436264514923, 0.14224234223365784, 1.5876373052597046, -1.5975830554962158, 0.47511354088783264, 1008.0, 775.2396240234375, 0.0002845436683855951, -0.29624390602111816, -0.8423231840133667, 1.9073086977005005, -1.0564875602722168, -0.0008661067113280296], "std": [2.4728897187742405e-05, 2.3086364308255725e-05, 3.0202811103663407e-05, 1.815402356442064e-05, 2.2962738512433134e-05, 2.3465165213565342e-05, 1.8901220755651593e-05, 1.5503579561482184e-05, 8.194793736038264e-06, 1.378389606543351e-05, 1.1205673217773438e-05, 8.344650268554688e-07, 1.1324882507324219e-06, 0.0951385423541069, 0.056326817721128464, 0.1385919451713562, 0.04647265747189522, 0.05644354596734047, 0.2120603621006012, 0.17750415205955505, 0.01206190325319767, 0.009523443877696991, 0.0518929548561573, 0.19323445856571198, 0.19135788083076477, 0.2704821527004242, 0.0, 299.92681884765625, 0.003921411000192165, 4.549905133899301e-05, 6.260809186642291e-06, 3.899524926964659e-06, 4.147303570789518e-06, 0.0003121594781987369], "count": [626]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31038400530815125, 0.4675399959087372, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1224173903465271, 0.3704287111759186, -0.6958453059196472, -1.5673056840896606, 0.17959438264369965, -0.14320425689220428, -0.028379054740071297, -0.3315959870815277, -0.4717409908771515, 0.05117100104689598, 1.2261850833892822, -1.8898245096206665, -0.0027343309484422207, 1008.0, 333.0, -0.004673377610743046, -0.2964756190776825, -0.842339277267456, 1.9073125123977661, -1.056496024131775, -0.0016440933104604483], "max": [-0.19943878054618835, 0.6047391295433044, 0.45153412222862244, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.3102850019931793, 0.4676010012626648, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.44462263584136963, 0.616380512714386, -0.16742944717407227, -1.348842740058899, 0.464309960603714, 0.5085017085075378, 0.6882880330085754, -0.2860009968280792, -0.4310910105705261, 0.22888599336147308, 1.9436875581741333, -1.121137022972107, 0.9282910227775574, 1008.0, 1003.0, 0.0038029940333217382, -0.29596617817878723, -0.8423123359680176, 1.907313346862793, -1.0564825534820557, -0.00035406858660280704], "mean": [-0.19951996207237244, 0.6046724319458008, 0.4513854384422302, -1.411973237991333, -0.25390052795410156, -0.1205572634935379, 0.028283478692173958, -0.310322642326355, 0.4675740897655487, 0.22823867201805115, -1.5732381343841553, -1.1211378574371338, -0.7462767362594604, 0.2475855052471161, 0.476260781288147, -0.4371090829372406, -1.477504014968872, 0.3300866186618805, 0.15884438157081604, 0.37190940976142883, -0.3039323091506958, -0.4531495273113251, 0.14223037660121918, 1.5874574184417725, -1.5977805852890015, 0.4753884971141815, 1008.0, 775.2364501953125, 0.0002714265719987452, -0.2962440252304077, -0.8423231840133667, 1.9073086977005005, -1.0564875602722168, -0.0008653225959278643], "std": [2.479766590113286e-05, 2.3094697098713368e-05, 3.0219225664041005e-05, 1.8145847207051702e-05, 2.303039946127683e-05, 2.3441622033715248e-05, 1.8901851944974624e-05, 1.5532410543528385e-05, 8.210629857785534e-06, 1.3788370779366232e-05, 1.1205673217773438e-05, 8.344650268554688e-07, 1.1324882507324219e-06, 0.09524305164813995, 0.0562414787709713, 0.13899441063404083, 0.04640103504061699, 0.05662643909454346, 0.2118823081254959, 0.177059143781662, 0.012067857198417187, 0.009533432312309742, 0.05187401548027992, 0.19329982995986938, 0.19093020260334015, 0.27084478735923767, 0.0, 299.9241638183594, 0.003923902753740549, 4.544578769127838e-05, 6.228562597243581e-06, 3.899524926964659e-06, 4.137658834224567e-06, 0.0003128015960101038], "count": [626]}, "timestamp": {"min": [0.0], "max": [20.833333333333332], "mean": [10.416666666666664], "std": [6.023680122833733], "count": [626]}, "frame_index": {"min": [0], "max": [625], "mean": [312.5], "std": [180.710403685012], "count": [626]}, "episode_index": {"min": [256], "max": [256], "mean": [256.0], "std": [0.0], "count": [626]}, "index": {"min": [154047], "max": [154672], "mean": [154359.5], "std": [180.710403685012], "count": [626]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [626]}, "gripper_open_scale_state": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.7736932908098537], "std": [0.0, 0.2987548158467727], "count": [626]}, "gripper_open_scale_action": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.7736932908098537], "std": [0.0, 0.2987548158467727], "count": [626]}, "eef_direction_state": {"mean": [6.0, 5.154952076677317], "std": [0.0, 1.5796072875898186], "min": [6, 0], "max": [6, 6], "count": [626]}, "eef_velocity_state": {"mean": [0.0, 0.4776357827476038], "std": [0.0, 0.7061877368957618], "min": [0, 0], "max": [0, 2], "count": [626]}, "eef_acc_mag_state": {"mean": [0.0, 0.48242811501597443], "std": [0.0, 0.7607658715309289], "min": [0, 0], "max": [0, 2], "count": [626]}, "eef_direction_action": {"mean": [6.0, 5.154952076677317], "std": [0.0, 1.5796072875898186], "min": [6, 0], "max": [6, 6], "count": [626]}, "eef_velocity_action": {"mean": [0.0, 0.4776357827476038], "std": [0.0, 0.7061877368957618], "min": [0, 0], "max": [0, 2], "count": [626]}, "eef_acc_mag_action": {"mean": [0.0, 0.48242811501597443], "std": [0.0, 0.7607658715309289], "min": [0, 0], "max": [0, 2], "count": [626]}, "eef_sim_pose_state": {"mean": [-0.31032267212867737, 0.46757376194000244, 0.22823873162269592, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.303960919380188, -0.45314353704452515, 0.14224237203598022, 1.5876384973526, -1.5975836515426636, 0.4751136004924774], "std": [1.5503457689192146e-05, 8.187831554096192e-06, 1.3783699614577927e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.012061906047165394, 0.009523440152406693, 0.0518929548561573, 0.1932343691587448, 0.19135794043540955, 0.2704821228981018], "min": [-0.31038400530815125, 0.4675399959087372, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3315959870815277, -0.4717409908771515, 0.05117100104689598, 1.2261850833892822, -1.8898245096206665, -0.0027343309484422207], "max": [-0.3102850019931793, 0.4676010012626648, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2860009968280792, -0.4310910105705261, 0.22888599336147308, 1.9436875581741333, -1.121137022972107, 0.9282910227775574], "count": [626]}, "eef_sim_pose_action": {"mean": [-0.3103226125240326, 0.4675740897655487, 0.22823867201805115, -1.5732381343841553, -1.1211378574371338, -0.7462767362594604, -0.30396103858947754, -0.4531436264514923, 0.14224234223365784, 1.5876373052597046, -1.5975830554962158, 0.47511354088783264], "std": [1.5503579561482184e-05, 8.194793736038264e-06, 1.378389606543351e-05, 1.1205673217773438e-05, 8.344650268554688e-07, 1.1324882507324219e-06, 0.01206190325319767, 0.009523443877696991, 0.0518929548561573, 0.19323445856571198, 0.19135788083076477, 0.2704821527004242], "min": [-0.31038400530815125, 0.4675399959087372, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3315959870815277, -0.4717409908771515, 0.05117100104689598, 1.2261850833892822, -1.8898245096206665, -0.0027343309484422207], "max": [-0.3102850019931793, 0.4676010012626648, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2860009968280792, -0.4310910105705261, 0.22888599336147308, 1.9436875581741333, -1.121137022972107, 0.9282910227775574], "count": [626]}, "gripper_mode_state": {"mean": [0.0, 0.30670926517571884], "std": [0.0, 0.46112763073913415], "min": [0, 0], "max": [0, 1], "count": [626]}, "gripper_activity_state": {"mean": [2.0, 1.779552715654952], "std": [0.0, 0.5646371714649828], "min": [2, 0], "max": [2, 2], "count": [626]}, "gripper_mode_action": {"mean": [0.0, 0.30670926517571884], "std": [0.0, 0.46112763073913415], "min": [0, 0], "max": [0, 1], "count": [626]}, "gripper_activity_action": {"mean": [2.0, 1.779552715654952], "std": [0.0, 0.5646371714649828], "min": [2, 0], "max": [2, 2], "count": [626]}}} +{"episode_index": 128, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41064644776643444]], [[0.4195242616674769]], [[0.4163070629422568]]], "std": [[[0.21127533554806455]], [[0.2091237151030302]], [[0.20611846831906128]]], "count": [121]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3251366421568627]], [[0.3119250864257549]], [[0.32565643230432667]]], "std": [[[0.25886334751269763]], [[0.26660138886616447]], [[0.2565891459148864]]], "count": [121]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4345460149624588]], [[0.437446654040404]], [[0.42964700649543563]]], "std": [[[0.2868568806492468]], [[0.2819605876633285]], [[0.2840286948549111]]], "count": [121]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39446393243936695]], [[0.39081653263922644]], [[0.40054656693944796]]], "std": [[[0.2572084089870546]], [[0.25994557554425635]], [[0.25758347965718525]]], "count": [121]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103710114955902, 0.46755099296569824, 0.22819000482559204, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.14742796123027802, 0.24619615077972412, -0.7274357676506042, -1.640958547592163, 0.06775368005037308, -0.12060225009918213, -0.028326693922281265, -0.32019200921058655, -0.4871860146522522, 0.040394000709056854, 1.1068650484085083, -1.8580800294876099, -0.12487361580133438, 1008.0, 335.0, -0.004477870184928179, -0.2963797450065613, -0.8423004746437073, 1.9073125123977661, -1.056483268737793, -0.0006151110865175724], "max": [-0.19945622980594635, 0.6047216653823853, 0.4514293968677521, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102859854698181, 0.46759501099586487, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.48870962858200073, 0.6442359089851379, -0.10822787135839462, -1.378792643547058, 0.4432612657546997, 0.6921452283859253, 0.689021110534668, -0.2791709899902344, -0.4230380058288574, 0.22829100489616394, 1.7628544569015503, -1.121137022972107, 0.9218676090240479, 1008.0, 1002.0, 0.0038857085164636374, -0.2960338592529297, -0.8422830104827881, 1.907315731048584, -1.0564674139022827, -0.0005220850580371916], "mean": [-0.19951915740966797, 0.6046674847602844, 0.45138242840766907, -1.4119714498519897, -0.25389641523361206, -0.12052846699953079, 0.02828230708837509, -0.3103254735469818, 0.46757397055625916, 0.22823932766914368, -1.5732380151748657, -1.121137261390686, -0.7462766766548157, 0.2560611069202423, 0.44977444410324097, -0.4040801227092743, -1.486273169517517, 0.2852291166782379, 0.31022948026657104, 0.27749720215797424, -0.306770920753479, -0.4622586965560913, 0.1563771814107895, 1.4170398712158203, -1.5325332880020142, 0.47593116760253906, 1008.0, 803.620849609375, 0.0003833431110251695, -0.2960876524448395, -0.8422899842262268, 1.9073071479797363, -1.0564777851104736, -0.0005723372451029718], "std": [2.513581966923084e-05, 1.893461558211129e-05, 2.6438186978339218e-05, 1.702956433291547e-05, 2.2795473341830075e-05, 2.011835567827802e-05, 1.7217958884430118e-05, 1.5025407265056856e-05, 8.36868002807023e-06, 1.3554565157392062e-05, 1.1086463928222656e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.07905746251344681, 0.10675928741693497, 0.15161456167697906, 0.06743281334638596, 0.09822647273540497, 0.24106325209140778, 0.1807793378829956, 0.009767704643309116, 0.0163887832313776, 0.05762530118227005, 0.1648007184267044, 0.20507338643074036, 0.2819775342941284, 0.0, 286.3315124511719, 0.0038895795587450266, 2.636869794514496e-05, 4.597408405970782e-06, 5.938292815699242e-06, 2.5273404844483593e-06, 8.489141691825353e-06], "count": [604]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103710114955902, 0.46755099296569824, 0.22819000482559204, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.14742796123027802, 0.24619615077972412, -0.7274357676506042, -1.640958547592163, 0.06775368005037308, -0.12060225009918213, -0.028326693922281265, -0.32019200921058655, -0.4871860146522522, 0.040394000709056854, 1.1068650484085083, -1.8580800294876099, -0.12487361580133438, 1008.0, 335.0, -0.004477870184928179, -0.2963797450065613, -0.8423004746437073, 1.9073125123977661, -1.056483268737793, -0.0006151110865175724], "max": [-0.19945622980594635, 0.6047216653823853, 0.4514293968677521, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102859854698181, 0.46759501099586487, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.48870962858200073, 0.6442359089851379, -0.10822787135839462, -1.378792643547058, 0.4432612657546997, 0.6921452283859253, 0.689021110534668, -0.2791709899902344, -0.4230380058288574, 0.22829100489616394, 1.7628544569015503, -1.121137022972107, 0.9218676090240479, 1008.0, 1002.0, 0.0038857085164636374, -0.2960338592529297, -0.8422830104827881, 1.907315731048584, -1.0564674139022827, -0.0005220850580371916], "mean": [-0.19951924681663513, 0.6046674847602844, 0.4513823688030243, -1.4119715690612793, -0.25389644503593445, -0.120528444647789, 0.028282305225729942, -0.3103255033493042, 0.46757400035858154, 0.22823932766914368, -1.5732380151748657, -1.121137261390686, -0.7462766766548157, 0.25600558519363403, 0.4491907060146332, -0.4035301208496094, -1.4862439632415771, 0.2849355638027191, 0.310477077960968, 0.27778127789497375, -0.3067653775215149, -0.46228864789009094, 0.15634186565876007, 1.4167404174804688, -1.5327463150024414, 0.4762008488178253, 1008.0, 803.620849609375, 0.00039632487460039556, -0.2960876226425171, -0.8422899842262268, 1.9073071479797363, -1.0564777851104736, -0.0005723576177842915], "std": [2.524871342757251e-05, 1.893461558211129e-05, 2.6415345928398892e-05, 1.7018877770169638e-05, 2.2802223611506633e-05, 2.017529186559841e-05, 1.721798616927117e-05, 1.502125451224856e-05, 8.368964699911885e-06, 1.3548041351896245e-05, 1.1086463928222656e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.07910886406898499, 0.10687445104122162, 0.1520439088344574, 0.06746874004602432, 0.09858372807502747, 0.24069713056087494, 0.1804332286119461, 0.009766640141606331, 0.016415001824498177, 0.05758776143193245, 0.16468092799186707, 0.20471228659152985, 0.2823139429092407, 0.0, 286.3315124511719, 0.0038876081816852093, 2.635857163113542e-05, 4.59591956314398e-06, 5.939637503615813e-06, 2.519881945772795e-06, 8.481246368319262e-06], "count": [604]}, "timestamp": {"min": [0.0], "max": [20.1], "mean": [10.049999999999999], "std": [5.811984744187365], "count": [604]}, "frame_index": {"min": [0], "max": [603], "mean": [301.5], "std": [174.35954232562094], "count": [604]}, "episode_index": {"min": [260], "max": [260], "mean": [260.0], "std": [0.0], "count": [604]}, "index": {"min": [156549], "max": [157152], "mean": [156850.5], "std": [174.35954232562094], "count": [604]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [604]}, "gripper_open_scale_state": {"min": [1.0, 0.33500000834465027], "max": [1.0, 1.0], "mean": [1.0, 0.8029718560888278], "std": [0.0, 0.2858842199453478], "count": [604]}, "gripper_open_scale_action": {"min": [1.0, 0.33500000834465027], "max": [1.0, 1.0], "mean": [1.0, 0.8029718560888278], "std": [0.0, 0.2858842199453478], "count": [604]}, "eef_direction_state": {"mean": [6.0, 5.072847682119205], "std": [0.0, 1.6075127336104673], "min": [6, 0], "max": [6, 6], "count": [604]}, "eef_velocity_state": {"mean": [0.0, 0.5380794701986755], "std": [0.0, 0.7325499465210938], "min": [0, 0], "max": [0, 2], "count": [604]}, "eef_acc_mag_state": {"mean": [0.0, 0.5066225165562914], "std": [0.0, 0.7687754840806714], "min": [0, 0], "max": [0, 2], "count": [604]}, "eef_direction_action": {"mean": [6.0, 5.072847682119205], "std": [0.0, 1.6075127336104673], "min": [6, 0], "max": [6, 6], "count": [604]}, "eef_velocity_action": {"mean": [0.0, 0.5380794701986755], "std": [0.0, 0.7325499465210938], "min": [0, 0], "max": [0, 2], "count": [604]}, "eef_acc_mag_action": {"mean": [0.0, 0.5066225165562914], "std": [0.0, 0.7687754840806714], "min": [0, 0], "max": [0, 2], "count": [604]}, "eef_sim_pose_state": {"mean": [-0.3103257119655609, 0.46757397055625916, 0.22823943197727203, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.30677077174186707, -0.4622584879398346, 0.15637722611427307, 1.4170416593551636, -1.5325334072113037, 0.47593098878860474], "std": [1.5023804735392332e-05, 8.368698217964265e-06, 1.3554226825363003e-05, 0.0, 0.0, 5.960464477539063e-08, 0.009767702780663967, 0.0163887869566679, 0.05762529745697975, 0.16480065882205963, 0.20507356524467468, 0.2819777727127075], "min": [-0.3103710114955902, 0.46755099296569824, 0.22819000482559204, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32019200921058655, -0.4871860146522522, 0.040394000709056854, 1.1068650484085083, -1.8580800294876099, -0.12487361580133438], "max": [-0.3102859854698181, 0.46759501099586487, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2791709899902344, -0.4230380058288574, 0.22829100489616394, 1.7628544569015503, -1.121137022972107, 0.9218676090240479], "count": [604]}, "eef_sim_pose_action": {"mean": [-0.3103254735469818, 0.46757397055625916, 0.22823932766914368, -1.5732380151748657, -1.121137261390686, -0.7462766766548157, -0.306770920753479, -0.4622586965560913, 0.1563771814107895, 1.4170398712158203, -1.5325332880020142, 0.47593116760253906], "std": [1.5025407265056856e-05, 8.36868002807023e-06, 1.3554565157392062e-05, 1.1086463928222656e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.009767704643309116, 0.0163887832313776, 0.05762530118227005, 0.1648007184267044, 0.20507338643074036, 0.2819775342941284], "min": [-0.3103710114955902, 0.46755099296569824, 0.22819000482559204, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32019200921058655, -0.4871860146522522, 0.040394000709056854, 1.1068650484085083, -1.8580800294876099, -0.12487361580133438], "max": [-0.3102859854698181, 0.46759501099586487, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2791709899902344, -0.4230380058288574, 0.22829100489616394, 1.7628544569015503, -1.121137022972107, 0.9218676090240479], "count": [604]}, "gripper_mode_state": {"mean": [0.0, 0.26158940397350994], "std": [0.0, 0.43950015665787057], "min": [0, 0], "max": [0, 1], "count": [604]}, "gripper_activity_state": {"mean": [2.0, 1.771523178807947], "std": [0.0, 0.5732303587256425], "min": [2, 0], "max": [2, 2], "count": [604]}, "gripper_mode_action": {"mean": [0.0, 0.26158940397350994], "std": [0.0, 0.43950015665787057], "min": [0, 0], "max": [0, 1], "count": [604]}, "gripper_activity_action": {"mean": [2.0, 1.771523178807947], "std": [0.0, 0.5732303587256425], "min": [2, 0], "max": [2, 2], "count": [604]}}} +{"episode_index": 129, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41019325469771245]], [[0.41880673849400873]], [[0.4152870319308279]]], "std": [[[0.2115337344570487]], [[0.2097785038770626]], [[0.20709497225218362]]], "count": [120]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3267117357706972]], [[0.3123373178785403]], [[0.32802493532135074]]], "std": [[[0.2592315868425423]], [[0.2670700375731407]], [[0.2560788097432523]]], "count": [120]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4354076627178649]], [[0.43806113834422655]], [[0.4302185593681917]]], "std": [[[0.2880755645557159]], [[0.2833242352771103]], [[0.2855552376951242]]], "count": [120]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38028395799291936]], [[0.3775244127859477]], [[0.38928095213779956]]], "std": [[[0.27386242865066845]], [[0.2735520011604216]], [[0.2760876414751597]]], "count": [120]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31039199233055115, 0.46754398941993713, 0.2281849980354309, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1978330761194229, 0.37945201992988586, -0.7864278554916382, -1.7873393297195435, 0.18476055562496185, -0.1206895187497139, -0.02839650586247444, -0.31572699546813965, -0.49152201414108276, 0.04416399821639061, 1.1528065204620361, -1.8641787767410278, -0.3007141649723053, 1008.0, 333.0, -0.004588783252984285, -0.2965865433216095, -0.8426031470298767, 1.9070526361465454, -1.0565110445022583, -0.0008571686921641231], "max": [-0.19945622980594635, 0.6047565937042236, 0.45146432518959045, -1.411884069442749, -0.25382325053215027, -0.12041027098894119, 0.02834414690732956, -0.3102869987487793, 0.46759098768234253, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.6000965237617493, 0.6562961935997009, -0.1912880837917328, -1.294196605682373, 0.4711690843105316, 0.854827344417572, 0.6936811208724976, -0.21676300466060638, -0.41155898571014404, 0.22827699780464172, 1.7710694074630737, -1.121137022972107, 0.7772830128669739, 1008.0, 1003.0, 0.003611246356740594, -0.2959492802619934, -0.8425730466842651, 1.9070899486541748, -1.0564595460891724, -0.0007480054628103971], "mean": [-0.19950947165489197, 0.604671061038971, 0.4513895809650421, -1.4119696617126465, -0.25389090180397034, -0.12052131444215775, 0.02827049419283867, -0.31033170223236084, 0.46757078170776367, 0.22823841869831085, -1.5732380151748657, -1.121137022972107, -0.7462766766548157, 0.3123983144760132, 0.5185964107513428, -0.4557737410068512, -1.53083074092865, 0.31252965331077576, 0.3555113673210144, 0.32844626903533936, -0.2819673717021942, -0.46041956543922424, 0.1555698812007904, 1.478115439414978, -1.5177502632141113, 0.3892177641391754, 1008.0, 809.5969848632812, 7.41860203561373e-05, -0.29631972312927246, -0.8425901532173157, 1.907062292098999, -1.056488037109375, -0.0007998028886504471], "std": [2.683056845853571e-05, 2.1108202417963184e-05, 2.532184043957386e-05, 2.406322346359957e-05, 2.5254670617869124e-05, 2.3936659999890253e-05, 1.6620831956970505e-05, 1.5323956176871434e-05, 8.130865353450645e-06, 1.4538338291458786e-05, 1.1086463928222656e-05, 0.0, 1.0728836059570312e-06, 0.11777787655591965, 0.06439148634672165, 0.14320093393325806, 0.12256663292646408, 0.06298457086086273, 0.3753722310066223, 0.17862501740455627, 0.025245102122426033, 0.01988288015127182, 0.059280820190906525, 0.14929689466953278, 0.19107814133167267, 0.3510076403617859, 0.0, 283.7388916015625, 0.003576516406610608, 0.0001014651425066404, 4.728589829028351e-06, 1.1339398042764515e-05, 1.012223401630763e-05, 2.6021883968496695e-05], "count": [598]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31039199233055115, 0.46754398941993713, 0.2281849980354309, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1978330761194229, 0.37945201992988586, -0.7864278554916382, -1.7873393297195435, 0.18476055562496185, -0.1206895187497139, -0.02839650586247444, -0.31572699546813965, -0.49152201414108276, 0.04416399821639061, 1.1528065204620361, -1.8641787767410278, -0.3007141649723053, 1008.0, 333.0, -0.004588783252984285, -0.2965865433216095, -0.8426031470298767, 1.9070526361465454, -1.0565110445022583, -0.0008571686921641231], "max": [-0.19945622980594635, 0.6047565937042236, 0.45146432518959045, -1.411884069442749, -0.25382325053215027, -0.12041027098894119, 0.02834414690732956, -0.3102869987487793, 0.46759098768234253, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.6000965237617493, 0.6562961935997009, -0.1912880837917328, -1.294196605682373, 0.4711690843105316, 0.854827344417572, 0.6936811208724976, -0.21676300466060638, -0.41155898571014404, 0.22827699780464172, 1.7710694074630737, -1.121137022972107, 0.7772830128669739, 1008.0, 1003.0, 0.003611246356740594, -0.2959492802619934, -0.8425730466842651, 1.9070899486541748, -1.0564595460891724, -0.0007480054628103971], "mean": [-0.19950953125953674, 0.6046711206436157, 0.4513896405696869, -1.4119696617126465, -0.2538907825946808, -0.12052140384912491, 0.02827046625316143, -0.3103317320346832, 0.46757078170776367, 0.22823843359947205, -1.5732380151748657, -1.121137022972107, -0.7462766766548157, 0.31243693828582764, 0.5182268619537354, -0.4553416073322296, -1.5306662321090698, 0.31242161989212036, 0.3556479513645172, 0.32901158928871155, -0.2819684147834778, -0.46045801043510437, 0.15555880963802338, 1.478041172027588, -1.5181397199630737, 0.38926494121551514, 1008.0, 809.5936279296875, 6.228742859093472e-05, -0.2963200807571411, -0.8425901532173157, 1.907062292098999, -1.0564881563186646, -0.0007998965447768569], "std": [2.6903666366706602e-05, 2.100281199091114e-05, 2.5323432055301964e-05, 2.406322346359957e-05, 2.508268335077446e-05, 2.39451492234366e-05, 1.6629423043923452e-05, 1.532935129944235e-05, 8.141671060002409e-06, 1.4524690413963981e-05, 1.1086463928222656e-05, 0.0, 1.0728836059570312e-06, 0.11774447560310364, 0.06453218311071396, 0.14360271394252777, 0.12279200553894043, 0.06314031779766083, 0.37521398067474365, 0.1780291497707367, 0.02524629421532154, 0.01991882175207138, 0.059267912060022354, 0.14926064014434814, 0.19050700962543488, 0.35105812549591064, 0.0, 283.735595703125, 0.0035765678621828556, 0.00010196610674029216, 4.724819063994801e-06, 1.1326871572236996e-05, 1.0079002095153555e-05, 2.6000881916843355e-05], "count": [598]}, "timestamp": {"min": [0.0], "max": [19.9], "mean": [9.95], "std": [5.754249637345333], "count": [598]}, "frame_index": {"min": [0], "max": [597], "mean": [298.5], "std": [172.62748912035997], "count": [598]}, "episode_index": {"min": [264], "max": [264], "mean": [264.0], "std": [0.0], "count": [598]}, "index": {"min": [158945], "max": [159542], "mean": [159243.5], "std": [172.62748912035997], "count": [598]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [598]}, "gripper_open_scale_state": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.8086053528713941], "std": [0.0, 0.28306684064182336], "count": [598]}, "gripper_open_scale_action": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.8086053528713941], "std": [0.0, 0.2830668406418233], "count": [598]}, "eef_direction_state": {"mean": [6.0, 4.693979933110368], "std": [0.0, 1.9785633481580078], "min": [6, 0], "max": [6, 6], "count": [598]}, "eef_velocity_state": {"mean": [0.0, 0.6438127090301003], "std": [0.0, 0.804598101781453], "min": [0, 0], "max": [0, 2], "count": [598]}, "eef_acc_mag_state": {"mean": [0.0, 0.5752508361204013], "std": [0.0, 0.8056175183737484], "min": [0, 0], "max": [0, 2], "count": [598]}, "eef_direction_action": {"mean": [6.0, 4.693979933110368], "std": [0.0, 1.9785633481580078], "min": [6, 0], "max": [6, 6], "count": [598]}, "eef_velocity_action": {"mean": [0.0, 0.6438127090301003], "std": [0.0, 0.804598101781453], "min": [0, 0], "max": [0, 2], "count": [598]}, "eef_acc_mag_action": {"mean": [0.0, 0.5752508361204013], "std": [0.0, 0.8056175183737484], "min": [0, 0], "max": [0, 2], "count": [598]}, "eef_sim_pose_state": {"mean": [-0.3103317320346832, 0.46757063269615173, 0.2282385230064392, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.28196752071380615, -0.4604194164276123, 0.15556985139846802, 1.4781150817871094, -1.5177499055862427, 0.3892182409763336], "std": [1.5323957995860837e-05, 8.129721209115814e-06, 1.4538147297571413e-05, 0.0, 0.0, 5.960464477539063e-08, 0.025245092809200287, 0.01988287828862667, 0.059280816465616226, 0.1492970734834671, 0.19107824563980103, 0.35100793838500977], "min": [-0.31039199233055115, 0.46754398941993713, 0.2281849980354309, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31572699546813965, -0.49152201414108276, 0.04416399821639061, 1.1528065204620361, -1.8641787767410278, -0.3007141649723053], "max": [-0.3102869987487793, 0.46759098768234253, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21676300466060638, -0.41155898571014404, 0.22827699780464172, 1.7710694074630737, -1.121137022972107, 0.7772830128669739], "count": [598]}, "eef_sim_pose_action": {"mean": [-0.31033170223236084, 0.46757078170776367, 0.22823841869831085, -1.5732380151748657, -1.121137022972107, -0.7462766766548157, -0.2819673717021942, -0.46041956543922424, 0.1555698812007904, 1.478115439414978, -1.5177502632141113, 0.3892177641391754], "std": [1.5323956176871434e-05, 8.130865353450645e-06, 1.4538338291458786e-05, 1.1086463928222656e-05, 0.0, 1.0728836059570312e-06, 0.025245102122426033, 0.01988288015127182, 0.059280820190906525, 0.14929689466953278, 0.19107814133167267, 0.3510076403617859], "min": [-0.31039199233055115, 0.46754398941993713, 0.2281849980354309, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31572699546813965, -0.49152201414108276, 0.04416399821639061, 1.1528065204620361, -1.8641787767410278, -0.3007141649723053], "max": [-0.3102869987487793, 0.46759098768234253, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21676300466060638, -0.41155898571014404, 0.22827699780464172, 1.7710694074630737, -1.121137022972107, 0.7772830128669739], "count": [598]}, "gripper_mode_state": {"mean": [0.0, 0.2525083612040134], "std": [0.0, 0.43445125011452934], "min": [0, 0], "max": [0, 1], "count": [598]}, "gripper_activity_state": {"mean": [2.0, 1.7709030100334449], "std": [0.0, 0.5719381359864247], "min": [2, 0], "max": [2, 2], "count": [598]}, "gripper_mode_action": {"mean": [0.0, 0.2525083612040134], "std": [0.0, 0.43445125011452934], "min": [0, 0], "max": [0, 1], "count": [598]}, "gripper_activity_action": {"mean": [2.0, 1.7709030100334449], "std": [0.0, 0.5719381359864247], "min": [2, 0], "max": [2, 2], "count": [598]}}} +{"episode_index": 130, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.413112645592425]], [[0.4208903552874141]], [[0.4188433641975309]]], "std": [[[0.21119827525072235]], [[0.20996028294745406]], [[0.20720495355633975]]], "count": [117]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3285990744232166]], [[0.31310270026814147]], [[0.32203792735042736]]], "std": [[[0.25483276613789974]], [[0.2642748322119675]], [[0.2506581879339498]]], "count": [117]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4270056508714597]], [[0.43002210770348026]], [[0.42222863073291994]]], "std": [[[0.27707988323978927]], [[0.2735518077940712]], [[0.27567518886751213]]], "count": [117]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37669482850120106]], [[0.3765910301798782]], [[0.38274927378358753]]], "std": [[[0.25034990113406763]], [[0.25140492497322176]], [[0.2522050822494163]]], "count": [117]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103800117969513, 0.46754300594329834, 0.22818699479103088, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.18158406019210815, 0.2785720229148865, -0.7150264382362366, -1.8392629623413086, -0.1212654784321785, -0.1529082953929901, -0.02839650586247444, -0.3220599889755249, -0.4978100061416626, 0.04078400135040283, 1.174569010734558, -1.734260082244873, -0.14482946693897247, 1008.0, 332.0, -0.003938345238566399, -0.2986750900745392, -0.8426094651222229, 1.9071041345596313, -1.0565942525863647, -0.0009131741826422513], "max": [-0.19943878054618835, 0.6047391295433044, 0.45148175954818726, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.3102850019931793, 0.4675939977169037, 0.22828899323940277, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4919036030769348, 0.7054970264434814, -0.17030923068523407, -1.2554850578308105, 0.38610172271728516, 0.8616167306900024, 0.6366612315177917, -0.2162580043077469, -0.4165610074996948, 0.22836099565029144, 1.7112900018692017, -1.025302529335022, 0.7841595411300659, 1008.0, 1003.0, 0.0038142732810229063, -0.295535683631897, -0.8425904512405396, 1.9071145057678223, -1.0565816164016724, -0.0008695088909007609], "mean": [-0.19951540231704712, 0.6046678423881531, 0.4513915777206421, -1.411970853805542, -0.2538980543613434, -0.12053921818733215, 0.0282745398581028, -0.31032854318618774, 0.46757233142852783, 0.22823598980903625, -1.5732378959655762, -1.1211363077163696, -0.7462766766548157, 0.2907933294773102, 0.48274531960487366, -0.4455081522464752, -1.5366305112838745, 0.16776131093502045, 0.3335111737251282, 0.2610401213169098, -0.28499114513397217, -0.46101289987564087, 0.15175838768482208, 1.501295566558838, -1.3806627988815308, 0.39080923795700073, 1008.0, 795.6041870117188, -0.000704370264429599, -0.29646486043930054, -0.8425931334495544, 1.907104730606079, -1.0565824508666992, -0.000887251750100404], "std": [2.5779214411159046e-05, 1.86192846740596e-05, 2.668417255335953e-05, 1.691721990937367e-05, 2.2895639631315134e-05, 2.1467620172188617e-05, 1.7085125364246778e-05, 1.5199986592051573e-05, 8.164421160472557e-06, 1.3463702089211438e-05, 1.0967254638671875e-05, 7.152557373046875e-07, 1.0728836059570312e-06, 0.09062134474515915, 0.1014447957277298, 0.12322944402694702, 0.1446518898010254, 0.11817429214715958, 0.3695673644542694, 0.23321717977523804, 0.028851507231593132, 0.02257530950009823, 0.05631693825125694, 0.13586077094078064, 0.25597044825553894, 0.32698488235473633, 0.0, 289.6475524902344, 0.0033836239017546177, 0.0008237868314608932, 4.360402726888424e-06, 4.164533038419904e-06, 5.771203177573625e-06, 4.807298864761833e-06], "count": [576]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103800117969513, 0.46754300594329834, 0.22818699479103088, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.18158406019210815, 0.2785720229148865, -0.7150264382362366, -1.8392629623413086, -0.1212654784321785, -0.1529082953929901, -0.02839650586247444, -0.3220599889755249, -0.4978100061416626, 0.04078400135040283, 1.174569010734558, -1.734260082244873, -0.14482946693897247, 1008.0, 332.0, -0.003938345238566399, -0.2986750900745392, -0.8426094651222229, 1.9071041345596313, -1.0565942525863647, -0.0009131741826422513], "max": [-0.19943878054618835, 0.6047391295433044, 0.45148175954818726, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.3102850019931793, 0.4675939977169037, 0.22828899323940277, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4919036030769348, 0.7054970264434814, -0.17030923068523407, -1.2554850578308105, 0.38610172271728516, 0.8616167306900024, 0.6366612315177917, -0.2162580043077469, -0.4165610074996948, 0.22836099565029144, 1.7112900018692017, -1.025302529335022, 0.7841595411300659, 1008.0, 1003.0, 0.0038142732810229063, -0.295535683631897, -0.8425904512405396, 1.9071145057678223, -1.0565816164016724, -0.0008695088909007609], "mean": [-0.19951540231704712, 0.6046678423881531, 0.4513914883136749, -1.411970853805542, -0.253898024559021, -0.12053924053907394, 0.0282745361328125, -0.31032848358154297, 0.4675722122192383, 0.22823596000671387, -1.5732378959655762, -1.1211363077163696, -0.7462766766548157, 0.29083511233329773, 0.4821900725364685, -0.445040762424469, -1.5363825559616089, 0.16711802780628204, 0.33346953988075256, 0.26127052307128906, -0.28500550985336304, -0.4610646069049835, 0.1517222672700882, 1.5012917518615723, -1.3805094957351685, 0.39085736870765686, 1008.0, 795.607666015625, -0.0007161553367041051, -0.2964673936367035, -0.8425931334495544, 1.907104730606079, -1.0565824508666992, -0.0008872535545378923], "std": [2.5779214411159046e-05, 1.8635922970133834e-05, 2.6714020350482315e-05, 1.693382000667043e-05, 2.2890462787472643e-05, 2.147026862076018e-05, 1.7085150830098428e-05, 1.5206009265966713e-05, 8.157162483257707e-06, 1.3461150047078263e-05, 1.0967254638671875e-05, 7.152557373046875e-07, 1.0728836059570312e-06, 0.09058482199907303, 0.10165775567293167, 0.12371674925088882, 0.14498716592788696, 0.11871553212404251, 0.36961978673934937, 0.23299753665924072, 0.0288662388920784, 0.022624421864748, 0.056274883449077606, 0.1358586847782135, 0.25615134835243225, 0.32703903317451477, 0.0, 289.6495056152344, 0.003382075112313032, 0.0008232431719079614, 4.357289526524255e-06, 4.173244633420836e-06, 5.7682850638229866e-06, 4.806267497770023e-06], "count": [576]}, "timestamp": {"min": [0.0], "max": [19.166666666666668], "mean": [9.583333333333334], "std": [5.542554231345635], "count": [576]}, "frame_index": {"min": [0], "max": [575], "mean": [287.5], "std": [166.27662694036906], "count": [576]}, "episode_index": {"min": [268], "max": [268], "mean": [268.0], "std": [0.0], "count": [576]}, "index": {"min": [161230], "max": [161805], "mean": [161517.5], "std": [166.27662694036906], "count": [576]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [576]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.7947881946650645], "std": [0.0, 0.28906722043789584], "count": [576]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.7947881946650645], "std": [0.0, 0.28906722043789584], "count": [576]}, "eef_direction_state": {"mean": [6.0, 4.446180555555555], "std": [0.0, 2.1787848602832875], "min": [6, 0], "max": [6, 6], "count": [576]}, "eef_velocity_state": {"mean": [0.0, 0.6875], "std": [0.0, 0.8162307510066555], "min": [0, 0], "max": [0, 2], "count": [576]}, "eef_acc_mag_state": {"mean": [0.0, 0.625], "std": [0.0, 0.81967981553775], "min": [0, 0], "max": [0, 2], "count": [576]}, "eef_direction_action": {"mean": [6.0, 4.446180555555555], "std": [0.0, 2.1787848602832875], "min": [6, 0], "max": [6, 6], "count": [576]}, "eef_velocity_action": {"mean": [0.0, 0.6875], "std": [0.0, 0.8162307510066555], "min": [0, 0], "max": [0, 2], "count": [576]}, "eef_acc_mag_action": {"mean": [0.0, 0.625], "std": [0.0, 0.81967981553775], "min": [0, 0], "max": [0, 2], "count": [576]}, "eef_sim_pose_state": {"mean": [-0.3103286027908325, 0.467571884393692, 0.2282360941171646, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.2849910855293274, -0.4610125720500946, 0.15175840258598328, 1.5012962818145752, -1.3806637525558472, 0.390809565782547], "std": [1.519999568699859e-05, 8.151308065862395e-06, 1.3463207324093673e-05, 0.0, 0.0, 5.960464477539063e-08, 0.02885151281952858, 0.02257530950009823, 0.05631694570183754, 0.13586069643497467, 0.2559703588485718, 0.3269846737384796], "min": [-0.3103800117969513, 0.46754300594329834, 0.22818699479103088, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3220599889755249, -0.4978100061416626, 0.04078400135040283, 1.174569010734558, -1.734260082244873, -0.14482946693897247], "max": [-0.3102850019931793, 0.4675939977169037, 0.22828899323940277, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2162580043077469, -0.4165610074996948, 0.22836099565029144, 1.7112900018692017, -1.025302529335022, 0.7841595411300659], "count": [576]}, "eef_sim_pose_action": {"mean": [-0.31032854318618774, 0.46757233142852783, 0.22823598980903625, -1.5732378959655762, -1.1211363077163696, -0.7462766766548157, -0.28499114513397217, -0.46101289987564087, 0.15175838768482208, 1.501295566558838, -1.3806627988815308, 0.39080923795700073], "std": [1.5199986592051573e-05, 8.164421160472557e-06, 1.3463702089211438e-05, 1.0967254638671875e-05, 7.152557373046875e-07, 1.0728836059570312e-06, 0.028851507231593132, 0.02257530950009823, 0.05631693825125694, 0.13586077094078064, 0.25597044825553894, 0.32698488235473633], "min": [-0.3103800117969513, 0.46754300594329834, 0.22818699479103088, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3220599889755249, -0.4978100061416626, 0.04078400135040283, 1.174569010734558, -1.734260082244873, -0.14482946693897247], "max": [-0.3102850019931793, 0.4675939977169037, 0.22828899323940277, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2162580043077469, -0.4165610074996948, 0.22836099565029144, 1.7112900018692017, -1.025302529335022, 0.7841595411300659], "count": [576]}, "gripper_mode_state": {"mean": [0.0, 0.2708333333333333], "std": [0.0, 0.4443901876604469], "min": [0, 0], "max": [0, 1], "count": [576]}, "gripper_activity_state": {"mean": [2.0, 1.765625], "std": [0.0, 0.5763862742577913], "min": [2, 0], "max": [2, 2], "count": [576]}, "gripper_mode_action": {"mean": [0.0, 0.2708333333333333], "std": [0.0, 0.4443901876604469], "min": [0, 0], "max": [0, 1], "count": [576]}, "gripper_activity_action": {"mean": [2.0, 1.765625], "std": [0.0, 0.5763862742577913], "min": [2, 0], "max": [2, 2], "count": [576]}}} +{"episode_index": 131, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4128594615459178]], [[0.42151567000387724]], [[0.4178160189570178]]], "std": [[[0.21132570197723222]], [[0.2095004729029924]], [[0.206049890231007]]], "count": [118]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33807087591392493]], [[0.321703275589897]], [[0.3337715187770023]]], "std": [[[0.2551984113359814]], [[0.26483407383470203]], [[0.25007175392373016]]], "count": [118]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.425792353841254]], [[0.42907212909881465]], [[0.4212037689016285]]], "std": [[[0.2756175545644454]], [[0.27190838730301414]], [[0.2739428959875229]]], "count": [118]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3854614368699457]], [[0.37977219902791626]], [[0.3930991643126177]]], "std": [[[0.27866363211097134]], [[0.2776561550006853]], [[0.2786303840158963]]], "count": [118]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.31037700176239014, 0.4675480127334595, 0.22819100320339203, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1446354240179062, 0.42732641100883484, -0.7083069682121277, -1.8655998706817627, 0.1592787504196167, -0.12388347089290619, -0.028379054740071297, -0.3193550109863281, -0.4804709851741791, 0.05003700032830238, 1.2359057664871216, -1.7868733406066895, -0.14472316205501556, 1008.0, 332.0, -0.004404555540531874, -0.29749077558517456, -0.842610239982605, 1.9071089029312134, -1.056597352027893, -0.0009017832344397902], "max": [-0.19943878054618835, 0.6047391295433044, 0.45148175954818726, -1.411901593208313, -0.25382325053215027, -0.12042772024869919, 0.02834414690732956, -0.3102799952030182, 0.4675920009613037, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.48263588547706604, 0.6852511763572693, -0.2235417664051056, -1.3214410543441772, 0.5383467674255371, 0.806499183177948, 0.5775294303894043, -0.21773900091648102, -0.40189099311828613, 0.22829200327396393, 1.7553156614303589, -1.121137022972107, 0.7462756037712097, 1008.0, 1003.0, 0.0039157867431640625, -0.29606205224990845, -0.8425936102867126, 1.9071112871170044, -1.0565862655639648, -0.0008780521457083523], "mean": [-0.19951291382312775, 0.6046666502952576, 0.4513911008834839, -1.411968469619751, -0.25389790534973145, -0.12053808569908142, 0.0282722357660532, -0.31033024191856384, 0.46757087111473083, 0.22823543846607208, -1.5732378959655762, -1.1211365461349487, -0.7462766766548157, 0.2675876021385193, 0.5453043580055237, -0.4326894283294678, -1.5576879978179932, 0.3338863253593445, 0.31985658407211304, 0.36725175380706787, -0.28555765748023987, -0.44809582829475403, 0.1606723517179489, 1.5123831033706665, -1.5515341758728027, 0.38236987590789795, 1008.0, 812.4605102539062, -0.00023482668620999902, -0.29677703976631165, -0.8425959944725037, 1.9071053266525269, -1.0565838813781738, -0.0008870416204445064], "std": [2.6008608983829618e-05, 2.0076968212379143e-05, 2.626138120831456e-05, 1.904440978250932e-05, 2.3311185941565782e-05, 2.042613414232619e-05, 1.5610625268891454e-05, 1.5057744349178392e-05, 7.997874490683898e-06, 1.4131728676147759e-05, 1.0967254638671875e-05, 4.76837158203125e-07, 1.0728836059570312e-06, 0.10029536485671997, 0.0511988028883934, 0.13848468661308289, 0.1525791883468628, 0.07338687777519226, 0.35580793023109436, 0.13135655224323273, 0.028449447825551033, 0.02203543484210968, 0.06075935810804367, 0.12208465486764908, 0.17749904096126556, 0.3172958493232727, 0.0, 281.8131408691406, 0.0035680923610925674, 0.00042212227708660066, 4.812139195564669e-06, 4.357818852440687e-06, 7.333771463891026e-06, 2.973518121507368e-06], "count": [582]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.31037700176239014, 0.4675480127334595, 0.22819100320339203, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1446354240179062, 0.42732641100883484, -0.7083069682121277, -1.8655998706817627, 0.1592787504196167, -0.12388347089290619, -0.028379054740071297, -0.3193550109863281, -0.4804709851741791, 0.05003700032830238, 1.2359057664871216, -1.7868733406066895, -0.14472316205501556, 1008.0, 332.0, -0.004404555540531874, -0.29749077558517456, -0.842610239982605, 1.9071089029312134, -1.056597352027893, -0.0009017832344397902], "max": [-0.19943878054618835, 0.6047391295433044, 0.45148175954818726, -1.411901593208313, -0.25382325053215027, -0.12042772024869919, 0.02834414690732956, -0.3102799952030182, 0.4675920009613037, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.48263588547706604, 0.6852511763572693, -0.2235417664051056, -1.3214410543441772, 0.5383467674255371, 0.806499183177948, 0.5775294303894043, -0.21773900091648102, -0.40189099311828613, 0.22829200327396393, 1.7553156614303589, -1.121137022972107, 0.7462756037712097, 1008.0, 1003.0, 0.0039157867431640625, -0.29606205224990845, -0.8425936102867126, 1.9071112871170044, -1.0565862655639648, -0.0008780521457083523], "mean": [-0.19951292872428894, 0.6046666502952576, 0.45139116048812866, -1.4119683504104614, -0.25389790534973145, -0.12053819745779037, 0.0282722320407629, -0.31033024191856384, 0.46757087111473083, 0.2282353788614273, -1.5732378959655762, -1.1211365461349487, -0.7462766766548157, 0.2675771713256836, 0.5450108647346497, -0.4323025643825531, -1.5575515031814575, 0.3337315022945404, 0.31991609930992126, 0.36777764558792114, -0.2855677604675293, -0.4481171667575836, 0.1606714129447937, 1.5123857259750366, -1.5518183708190918, 0.3823305368423462, 1008.0, 812.45703125, -0.00024170661345124245, -0.2967754900455475, -0.8425959944725037, 1.9071053266525269, -1.0565838813781738, -0.0008870431920513511], "std": [2.600835432531312e-05, 2.0059900634805672e-05, 2.6230563889839686e-05, 1.905554199765902e-05, 2.3311185941565782e-05, 2.036182013398502e-05, 1.5610625268891454e-05, 1.5059736142575275e-05, 7.998115506779868e-06, 1.4088578609516844e-05, 1.0967254638671875e-05, 4.76837158203125e-07, 1.0728836059570312e-06, 0.10030265897512436, 0.0513489805161953, 0.13874582946300507, 0.15274469554424286, 0.07365047186613083, 0.35573723912239075, 0.13038082420825958, 0.028459306806325912, 0.022060276940464973, 0.060758352279663086, 0.12208586186170578, 0.17694154381752014, 0.3172520399093628, 0.0, 281.80975341796875, 0.0035643503069877625, 0.0004228893085382879, 4.81660799778183e-06, 4.359407284937333e-06, 7.336086582654389e-06, 2.972504944409593e-06], "count": [582]}, "timestamp": {"min": [0.0], "max": [19.366666666666667], "mean": [9.683333333333335], "std": [5.600289344376837], "count": [582]}, "frame_index": {"min": [0], "max": [581], "mean": [290.5], "std": [168.0086803313051], "count": [582]}, "episode_index": {"min": [269], "max": [269], "mean": [269.0], "std": [0.0], "count": [582]}, "index": {"min": [161806], "max": [162387], "mean": [162096.5], "std": [168.0086803313051], "count": [582]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [582]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8115601381382991], "std": [0.0, 0.28120798294649624], "count": [582]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8115601381382991], "std": [0.0, 0.28120798294649624], "count": [582]}, "eef_direction_state": {"mean": [6.0, 4.376288659793815], "std": [0.0, 2.187355408478141], "min": [6, 0], "max": [6, 6], "count": [582]}, "eef_velocity_state": {"mean": [0.0, 0.7268041237113402], "std": [0.0, 0.8409226806072169], "min": [0, 0], "max": [0, 2], "count": [582]}, "eef_acc_mag_state": {"mean": [0.0, 0.6116838487972509], "std": [0.0, 0.8230366096797644], "min": [0, 0], "max": [0, 2], "count": [582]}, "eef_direction_action": {"mean": [6.0, 4.376288659793815], "std": [0.0, 2.187355408478141], "min": [6, 0], "max": [6, 6], "count": [582]}, "eef_velocity_action": {"mean": [0.0, 0.7268041237113402], "std": [0.0, 0.8409226806072169], "min": [0, 0], "max": [0, 2], "count": [582]}, "eef_acc_mag_action": {"mean": [0.0, 0.6116838487972509], "std": [0.0, 0.8230366096797644], "min": [0, 0], "max": [0, 2], "count": [582]}, "eef_sim_pose_state": {"mean": [-0.31033024191856384, 0.46757107973098755, 0.22823534905910492, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.28555774688720703, -0.44809603691101074, 0.1606723666191101, 1.51238214969635, -1.5515320301055908, 0.3823699355125427], "std": [1.5057762539072428e-05, 7.995550731720868e-06, 1.4131509487924632e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.028449444100260735, 0.022035442292690277, 0.06075938418507576, 0.1220846027135849, 0.1774989515542984, 0.3172955811023712], "min": [-0.31037700176239014, 0.4675480127334595, 0.22819100320339203, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3193550109863281, -0.4804709851741791, 0.05003700032830238, 1.2359057664871216, -1.7868733406066895, -0.14472316205501556], "max": [-0.3102799952030182, 0.4675920009613037, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21773900091648102, -0.40189099311828613, 0.22829200327396393, 1.7553156614303589, -1.121137022972107, 0.7462756037712097], "count": [582]}, "eef_sim_pose_action": {"mean": [-0.31033024191856384, 0.46757087111473083, 0.22823543846607208, -1.5732378959655762, -1.1211365461349487, -0.7462766766548157, -0.28555765748023987, -0.44809582829475403, 0.1606723517179489, 1.5123831033706665, -1.5515341758728027, 0.38236987590789795], "std": [1.5057744349178392e-05, 7.997874490683898e-06, 1.4131728676147759e-05, 1.0967254638671875e-05, 4.76837158203125e-07, 1.0728836059570312e-06, 0.028449447825551033, 0.02203543484210968, 0.06075935810804367, 0.12208465486764908, 0.17749904096126556, 0.3172958493232727], "min": [-0.31037700176239014, 0.4675480127334595, 0.22819100320339203, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3193550109863281, -0.4804709851741791, 0.05003700032830238, 1.2359057664871216, -1.7868733406066895, -0.14472316205501556], "max": [-0.3102799952030182, 0.4675920009613037, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21773900091648102, -0.40189099311828613, 0.22829200327396393, 1.7553156614303589, -1.121137022972107, 0.7462756037712097], "count": [582]}, "gripper_mode_state": {"mean": [0.0, 0.24398625429553264], "std": [0.0, 0.4294845305833105], "min": [0, 0], "max": [0, 1], "count": [582]}, "gripper_activity_state": {"mean": [2.0, 1.761168384879725], "std": [0.0, 0.5829808539856899], "min": [2, 0], "max": [2, 2], "count": [582]}, "gripper_mode_action": {"mean": [0.0, 0.24398625429553264], "std": [0.0, 0.4294845305833105], "min": [0, 0], "max": [0, 1], "count": [582]}, "gripper_activity_action": {"mean": [2.0, 1.761168384879725], "std": [0.0, 0.58298085398569], "min": [2, 0], "max": [2, 2], "count": [582]}}} +{"episode_index": 132, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.411498551221336]], [[0.4198727342278719]], [[0.4171896671097818]]], "std": [[[0.21135715621234735]], [[0.210600929471736]], [[0.207099179981553]]], "count": [118]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33373402362357374]], [[0.3187526102248809]], [[0.3309605264068904]]], "std": [[[0.2552046502535715]], [[0.26411629871555226]], [[0.251118395474804]]], "count": [118]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.426139025631439]], [[0.4295630400465271]], [[0.42199698127838703]]], "std": [[[0.2760575174599411]], [[0.2724819210610025]], [[0.2745827432979982]]], "count": [118]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38861549033455195]], [[0.3843872895203279]], [[0.40261699623352165]]], "std": [[[0.2886832770459463]], [[0.29274954980158596]], [[0.29322366792209165]]], "count": [118]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4512898027896881, -1.412023663520813, -0.25396284461021423, -0.12065461277961731, 0.028204521164298058, -0.3103809952735901, 0.46754300594329834, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.16926203668117523, 0.4440641403198242, -0.7235437035560608, -1.7666746377944946, 0.17524851858615875, -0.18179349601268768, -0.028379054740071297, -0.3254289925098419, -0.47844499349594116, 0.04641899839043617, 1.150622844696045, -1.8912997245788574, -0.15845879912376404, 1008.0, 333.0, -0.004323720466345549, -0.2965226173400879, -0.8424858450889587, 1.9071112871170044, -1.0568287372589111, -0.0008989355410449207], "max": [-0.19943878054618835, 0.6047565937042236, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12049752473831177, 0.028326693922281265, -0.31026598811149597, 0.46760499477386475, 0.22828799486160278, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5419421792030334, 0.6485120058059692, -0.2608569264411926, -1.2717341184616089, 0.5668655037879944, 0.8344942927360535, 0.5427799820899963, -0.21001799404621124, -0.4166480004787445, 0.22833199799060822, 1.8153135776519775, -1.121137022972107, 0.7462756037712097, 1008.0, 1003.0, 0.0036826818250119686, -0.2957274317741394, -0.84238600730896, 1.9071152210235596, -1.0568041801452637, -0.00040532785351388156], "mean": [-0.19951440393924713, 0.6046700477600098, 0.45138177275657654, -1.4119685888290405, -0.2538985311985016, -0.12055853754281998, 0.028275221586227417, -0.310325026512146, 0.4675731360912323, 0.22824044525623322, -1.5732378959655762, -1.1211365461349487, -0.7462766766548157, 0.31442582607269287, 0.5099349021911621, -0.47042226791381836, -1.5114643573760986, 0.3427363336086273, 0.32219815254211426, 0.34810370206832886, -0.2867511212825775, -0.4582258462905884, 0.14485658705234528, 1.5107930898666382, -1.5674399137496948, 0.3839736878871918, 1008.0, 829.0739135742188, 0.00037418273859657347, -0.29605963826179504, -0.842424750328064, 1.907105565071106, -1.0568203926086426, -0.0007679173722863197], "std": [2.7017804313800298e-05, 2.4424405637546442e-05, 2.5601822926546447e-05, 1.7887317881104536e-05, 2.334531382075511e-05, 2.18398890865501e-05, 1.7083155398722738e-05, 1.5614359654136933e-05, 8.435130439465865e-06, 1.4721961633767933e-05, 1.0967254638671875e-05, 4.76837158203125e-07, 1.0728836059570312e-06, 0.11297819018363953, 0.049030981957912445, 0.12504078447818756, 0.12848618626594543, 0.07694840431213379, 0.38681742548942566, 0.1367255300283432, 0.02853134274482727, 0.016924066469073296, 0.059102002531290054, 0.16176395118236542, 0.2000456154346466, 0.3065311312675476, 0.0, 272.4102783203125, 0.0029264320619404316, 0.0001663843431742862, 3.25875444104895e-05, 6.806868896092055e-06, 7.965748409333173e-06, 4.901843567495234e-05], "count": [582]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4512898027896881, -1.412023663520813, -0.25396284461021423, -0.12065461277961731, 0.028204521164298058, -0.3103809952735901, 0.46754300594329834, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.16926203668117523, 0.4440641403198242, -0.7235437035560608, -1.7666746377944946, 0.17524851858615875, -0.18179349601268768, -0.028379054740071297, -0.3254289925098419, -0.47844499349594116, 0.04641899839043617, 1.150622844696045, -1.8912997245788574, -0.15845879912376404, 1008.0, 333.0, -0.004323720466345549, -0.2965226173400879, -0.8424858450889587, 1.9071112871170044, -1.0568287372589111, -0.0008989355410449207], "max": [-0.19943878054618835, 0.6047565937042236, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12049752473831177, 0.028326693922281265, -0.31026598811149597, 0.46760499477386475, 0.22828799486160278, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5419421792030334, 0.6485120058059692, -0.2608569264411926, -1.2717341184616089, 0.5668655037879944, 0.8344942927360535, 0.5427799820899963, -0.21001799404621124, -0.4166480004787445, 0.22833199799060822, 1.8153135776519775, -1.121137022972107, 0.7462756037712097, 1008.0, 1003.0, 0.0036826818250119686, -0.2957274317741394, -0.84238600730896, 1.9071152210235596, -1.0568041801452637, -0.00040532785351388156], "mean": [-0.19951441884040833, 0.604669988155365, 0.45138171315193176, -1.4119685888290405, -0.2538985013961792, -0.12055857479572296, 0.02827518805861473, -0.31032493710517883, 0.4675731360912323, 0.2282404899597168, -1.5732378959655762, -1.1211365461349487, -0.7462766766548157, 0.3144492208957672, 0.5096713304519653, -0.4701048731803894, -1.5112560987472534, 0.3426157534122467, 0.3221362829208374, 0.34877774119377136, -0.28677406907081604, -0.4582418203353882, 0.1448383331298828, 1.5109597444534302, -1.5678187608718872, 0.38382458686828613, 1008.0, 829.0704345703125, 0.00037292949855327606, -0.2960605025291443, -0.8424246311187744, 1.907105565071106, -1.056820273399353, -0.0007674459484405816], "std": [2.7017689717467874e-05, 2.4436529201921076e-05, 2.558660344220698e-05, 1.7897247744258493e-05, 2.334091732336674e-05, 2.181598756578751e-05, 1.706930561340414e-05, 1.5621264537912793e-05, 8.433473340119235e-06, 1.473535940021975e-05, 1.0967254638671875e-05, 4.76837158203125e-07, 1.0728836059570312e-06, 0.11295574903488159, 0.04893283545970917, 0.12532271444797516, 0.12874534726142883, 0.07714222371578217, 0.38689109683036804, 0.13583232462406158, 0.028555644676089287, 0.01693723164498806, 0.059077899903059006, 0.16187827289104462, 0.19940777122974396, 0.30637627840042114, 0.0, 272.40850830078125, 0.002928264671936631, 0.00016730648349039257, 3.2522417313884944e-05, 6.808267698943382e-06, 7.874096809246112e-06, 4.938429992762394e-05], "count": [582]}, "timestamp": {"min": [0.0], "max": [19.366666666666667], "mean": [9.683333333333335], "std": [5.600289344376837], "count": [582]}, "frame_index": {"min": [0], "max": [581], "mean": [290.5], "std": [168.0086803313051], "count": [582]}, "episode_index": {"min": [271], "max": [271], "mean": [271.0], "std": [0.0], "count": [582]}, "index": {"min": [162910], "max": [163491], "mean": [163200.5], "std": [168.0086803313051], "count": [582]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [582]}, "gripper_open_scale_state": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.8281323032588074], "std": [0.0, 0.27181420027065123], "count": [582]}, "gripper_open_scale_action": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.8281323032588074], "std": [0.0, 0.27181420027065123], "count": [582]}, "eef_direction_state": {"mean": [6.0, 4.579037800687285], "std": [0.0, 2.0931340307625055], "min": [6, 0], "max": [6, 6], "count": [582]}, "eef_velocity_state": {"mean": [0.0, 0.6597938144329897], "std": [0.0, 0.8192687788863624], "min": [0, 0], "max": [0, 2], "count": [582]}, "eef_acc_mag_state": {"mean": [0.0, 0.5876288659793815], "std": [0.0, 0.8112513432867904], "min": [0, 0], "max": [0, 2], "count": [582]}, "eef_direction_action": {"mean": [6.0, 4.579037800687285], "std": [0.0, 2.0931340307625055], "min": [6, 0], "max": [6, 6], "count": [582]}, "eef_velocity_action": {"mean": [0.0, 0.6597938144329897], "std": [0.0, 0.8192687788863624], "min": [0, 0], "max": [0, 2], "count": [582]}, "eef_acc_mag_action": {"mean": [0.0, 0.5876288659793815], "std": [0.0, 0.8112513432867904], "min": [0, 0], "max": [0, 2], "count": [582]}, "eef_sim_pose_state": {"mean": [-0.31032490730285645, 0.46757298707962036, 0.22824054956436157, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.28675103187561035, -0.45822614431381226, 0.1448565572500229, 1.5107914209365845, -1.5674375295639038, 0.3839738965034485], "std": [1.5614037693012506e-05, 8.43431735120248e-06, 1.4721533261763398e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.028531352058053017, 0.016924068331718445, 0.05910201743245125, 0.16176386177539825, 0.20004557073116302, 0.3065311014652252], "min": [-0.3103809952735901, 0.46754300594329834, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3254289925098419, -0.47844499349594116, 0.04641899839043617, 1.150622844696045, -1.8912997245788574, -0.15845879912376404], "max": [-0.31026598811149597, 0.46760499477386475, 0.22828799486160278, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21001799404621124, -0.4166480004787445, 0.22833199799060822, 1.8153135776519775, -1.121137022972107, 0.7462756037712097], "count": [582]}, "eef_sim_pose_action": {"mean": [-0.310325026512146, 0.4675731360912323, 0.22824044525623322, -1.5732378959655762, -1.1211365461349487, -0.7462766766548157, -0.2867511212825775, -0.4582258462905884, 0.14485658705234528, 1.5107930898666382, -1.5674399137496948, 0.3839736878871918], "std": [1.5614359654136933e-05, 8.435130439465865e-06, 1.4721961633767933e-05, 1.0967254638671875e-05, 4.76837158203125e-07, 1.0728836059570312e-06, 0.02853134274482727, 0.016924066469073296, 0.059102002531290054, 0.16176395118236542, 0.2000456154346466, 0.3065311312675476], "min": [-0.3103809952735901, 0.46754300594329834, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3254289925098419, -0.47844499349594116, 0.04641899839043617, 1.150622844696045, -1.8912997245788574, -0.15845879912376404], "max": [-0.31026598811149597, 0.46760499477386475, 0.22828799486160278, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21001799404621124, -0.4166480004787445, 0.22833199799060822, 1.8153135776519775, -1.121137022972107, 0.7462756037712097], "count": [582]}, "gripper_mode_state": {"mean": [0.0, 0.22164948453608246], "std": [0.0, 0.4153564620190387], "min": [0, 0], "max": [0, 1], "count": [582]}, "gripper_activity_state": {"mean": [2.0, 1.7560137457044673], "std": [0.0, 0.588191286489162], "min": [2, 0], "max": [2, 2], "count": [582]}, "gripper_mode_action": {"mean": [0.0, 0.22164948453608246], "std": [0.0, 0.4153564620190387], "min": [0, 0], "max": [0, 1], "count": [582]}, "gripper_activity_action": {"mean": [2.0, 1.7560137457044673], "std": [0.0, 0.588191286489162], "min": [2, 0], "max": [2, 2], "count": [582]}}} +{"episode_index": 133, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4108554738562092]], [[0.4190558040577342]], [[0.41614574652777775]]], "std": [[[0.20945555551831888]], [[0.20833908622574257]], [[0.2051715448839046]]], "count": [120]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3309476307189542]], [[0.3159133425245098]], [[0.3250632897603486]]], "std": [[[0.25354167542142386]], [[0.2629115907963047]], [[0.24924723092692713]]], "count": [120]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4265151892701525]], [[0.4298322848583878]], [[0.4222884293300654]]], "std": [[[0.2758278490991748]], [[0.27215964400447185]], [[0.2742567306895965]]], "count": [120]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3850704197303922]], [[0.38316360464324617]], [[0.39111833809912855]]], "std": [[[0.246460638841378]], [[0.2467908403852308]], [[0.2505308652045185]]], "count": [120]}, "observation.state": {"min": [-0.1995958536863327, 0.6045646071434021, 0.4512898027896881, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31039199233055115, 0.4675379991531372, 0.22818799316883087, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.06370452046394348, 0.3439171314239502, -0.6156474351882935, -1.8771016597747803, -0.20608846843242645, -0.24090780317783356, -0.028379054740071297, -0.3167969882488251, -0.47261300683021545, 0.04037199914455414, 1.2263903617858887, -1.6449949741363525, -0.03363499790430069, 1008.0, 332.0, -0.0039966213516891, -0.29732346534729004, -0.8425405621528625, 1.9071097373962402, -1.05683434009552, -0.0007926200050860643], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31027600169181824, 0.46759799122810364, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3519980013370514, 0.6523342728614807, -0.18158406019210815, -1.335700511932373, 0.3692069351673126, 0.8489805459976196, 0.5372472405433655, -0.21799799799919128, -0.41011399030685425, 0.2282779961824417, 1.7389335632324219, -0.8710412979125977, 0.7515456676483154, 1008.0, 1002.0, 0.0037052403204143047, -0.2964681088924408, -0.842400312423706, 1.9071199893951416, -1.056815266609192, -0.0005723950453102589], "mean": [-0.1995130330324173, 0.6046655178070068, 0.45139452815055847, -1.4119727611541748, -0.25389569997787476, -0.12054943293333054, 0.028276795521378517, -0.31032794713974, 0.4675712585449219, 0.22823350131511688, -1.5732380151748657, -1.1211369037628174, -0.7462766766548157, 0.20509633421897888, 0.43810829520225525, -0.36819347739219666, -1.5919677019119263, 0.06974781304597855, 0.31473857164382935, 0.24264831840991974, -0.2856038808822632, -0.44794028997421265, 0.15356789529323578, 1.5155185461044312, -1.311458706855774, 0.4328932762145996, 1008.0, 818.811767578125, 0.0003892518870998174, -0.2969074547290802, -0.8424643278121948, 1.9071056842803955, -1.0568225383758545, -0.0006958164740353823], "std": [2.5927658498403616e-05, 2.1960986487101763e-05, 2.587601738923695e-05, 1.7032742107403465e-05, 2.3821809008950368e-05, 2.632409996294882e-05, 1.728301140246913e-05, 1.6225145373027772e-05, 8.572869774070568e-06, 1.4124484550848138e-05, 1.1086463928222656e-05, 1.1920928955078125e-07, 1.0728836059570312e-06, 0.0839429497718811, 0.08896756172180176, 0.12959249317646027, 0.15514503419399261, 0.1599874347448349, 0.4089432954788208, 0.17949838936328888, 0.02724175900220871, 0.02054463140666485, 0.059869617223739624, 0.14208412170410156, 0.25929659605026245, 0.28528064489364624, 0.0, 278.2239074707031, 0.0034922605846077204, 0.00033709380659274757, 4.928123962599784e-05, 8.414904186793137e-06, 5.219310878601391e-06, 8.26463510747999e-05], "count": [595]}, "action": {"min": [-0.1995958536863327, 0.6045646071434021, 0.4512898027896881, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31039199233055115, 0.4675379991531372, 0.22818799316883087, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.06370452046394348, 0.3439171314239502, -0.6156474351882935, -1.8771016597747803, -0.20608846843242645, -0.24090780317783356, -0.028379054740071297, -0.3167969882488251, -0.47261300683021545, 0.04037199914455414, 1.2263903617858887, -1.6449949741363525, -0.03363499790430069, 1008.0, 332.0, -0.0039966213516891, -0.29732346534729004, -0.8425405621528625, 1.9071097373962402, -1.05683434009552, -0.0007926200050860643], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31027600169181824, 0.46759799122810364, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3519980013370514, 0.6523342728614807, -0.18158406019210815, -1.335700511932373, 0.3692069351673126, 0.8489805459976196, 0.5372472405433655, -0.21799799799919128, -0.41011399030685425, 0.2282779961824417, 1.7389335632324219, -0.8710412979125977, 0.7515456676483154, 1008.0, 1002.0, 0.0037052403204143047, -0.2964681088924408, -0.842400312423706, 1.9071199893951416, -1.056815266609192, -0.0005723950453102589], "mean": [-0.19951312243938446, 0.6046655774116516, 0.45139452815055847, -1.4119726419448853, -0.25389575958251953, -0.12054938077926636, 0.028276799246668816, -0.3103279173374176, 0.46757131814956665, 0.22823353111743927, -1.5732380151748657, -1.1211369037628174, -0.7462766766548157, 0.20499825477600098, 0.437675416469574, -0.3677460253238678, -1.5918461084365845, 0.06897495687007904, 0.314534991979599, 0.24274450540542603, -0.2856121063232422, -0.44794854521751404, 0.1535557359457016, 1.5156797170639038, -1.3110368251800537, 0.43288764357566833, 1008.0, 818.811767578125, 0.0003774260403588414, -0.29690873622894287, -0.8424644470214844, 1.907105565071106, -1.0568225383758545, -0.0006960972095839679], "std": [2.5882038244162686e-05, 2.1955533156869933e-05, 2.59253938565962e-05, 1.7060860045603476e-05, 2.3829326892155223e-05, 2.6284056730219163e-05, 1.7282987755606882e-05, 1.623075695533771e-05, 8.582875125284772e-06, 1.4162799743644428e-05, 1.1086463928222656e-05, 1.1920928955078125e-07, 1.0728836059570312e-06, 0.08398352563381195, 0.08878273516893387, 0.12976379692554474, 0.15531420707702637, 0.160206601023674, 0.4091895520687103, 0.17936883866786957, 0.027249997481703758, 0.020553570240736008, 0.05985521525144577, 0.14220379292964935, 0.25980812311172485, 0.2852747142314911, 0.0, 278.2239074707031, 0.003493082709610462, 0.0003369793121237308, 4.923854794469662e-05, 8.533794243703596e-06, 5.213461463426938e-06, 8.25812530820258e-05], "count": [595]}, "timestamp": {"min": [0.0], "max": [19.8], "mean": [9.899999999999999], "std": [5.725382083319854], "count": [595]}, "frame_index": {"min": [0], "max": [594], "mean": [297.0], "std": [171.76146249959564], "count": [595]}, "episode_index": {"min": [272], "max": [272], "mean": [272.0], "std": [0.0], "count": [595]}, "index": {"min": [163492], "max": [164086], "mean": [163789.0], "std": [171.76146249959564], "count": [595]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [595]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8181260510653007], "std": [0.0, 0.277775344190156], "count": [595]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8181260510653007], "std": [0.0, 0.277775344190156], "count": [595]}, "eef_direction_state": {"mean": [6.0, 4.285714285714286], "std": [0.0, 2.2727573936670353], "min": [6, 0], "max": [6, 6], "count": [595]}, "eef_velocity_state": {"mean": [0.0, 0.7008403361344537], "std": [0.0, 0.8124551233444366], "min": [0, 0], "max": [0, 2], "count": [595]}, "eef_acc_mag_state": {"mean": [0.0, 0.6151260504201681], "std": [0.0, 0.81875480938606], "min": [0, 0], "max": [0, 2], "count": [595]}, "eef_direction_action": {"mean": [6.0, 4.285714285714286], "std": [0.0, 2.2727573936670353], "min": [6, 0], "max": [6, 6], "count": [595]}, "eef_velocity_action": {"mean": [0.0, 0.7008403361344537], "std": [0.0, 0.8124551233444366], "min": [0, 0], "max": [0, 2], "count": [595]}, "eef_acc_mag_action": {"mean": [0.0, 0.6151260504201681], "std": [0.0, 0.81875480938606], "min": [0, 0], "max": [0, 2], "count": [595]}, "eef_sim_pose_state": {"mean": [-0.31032800674438477, 0.4675712585449219, 0.22823357582092285, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.28560397028923035, -0.4479407072067261, 0.153567835688591, 1.5155203342437744, -1.3114593029022217, 0.4328937530517578], "std": [1.6224988939939067e-05, 8.572883416491095e-06, 1.4124094377621077e-05, 0.0, 0.0, 5.960464477539063e-08, 0.02724175527691841, 0.02054462768137455, 0.05986962467432022, 0.1420840173959732, 0.2592965066432953, 0.2852807641029358], "min": [-0.31039199233055115, 0.4675379991531372, 0.22818799316883087, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3167969882488251, -0.47261300683021545, 0.04037199914455414, 1.2263903617858887, -1.6449949741363525, -0.03363499790430069], "max": [-0.31027600169181824, 0.46759799122810364, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21799799799919128, -0.41011399030685425, 0.2282779961824417, 1.7389335632324219, -0.8710412979125977, 0.7515456676483154], "count": [595]}, "eef_sim_pose_action": {"mean": [-0.31032794713974, 0.4675712585449219, 0.22823350131511688, -1.5732380151748657, -1.1211369037628174, -0.7462766766548157, -0.2856038808822632, -0.44794028997421265, 0.15356789529323578, 1.5155185461044312, -1.311458706855774, 0.4328932762145996], "std": [1.6225145373027772e-05, 8.572869774070568e-06, 1.4124484550848138e-05, 1.1086463928222656e-05, 1.1920928955078125e-07, 1.0728836059570312e-06, 0.02724175900220871, 0.02054463140666485, 0.059869617223739624, 0.14208412170410156, 0.25929659605026245, 0.28528064489364624], "min": [-0.31039199233055115, 0.4675379991531372, 0.22818799316883087, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3167969882488251, -0.47261300683021545, 0.04037199914455414, 1.2263903617858887, -1.6449949741363525, -0.03363499790430069], "max": [-0.31027600169181824, 0.46759799122810364, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21799799799919128, -0.41011399030685425, 0.2282779961824417, 1.7389335632324219, -0.8710412979125977, 0.7515456676483154], "count": [595]}, "gripper_mode_state": {"mean": [0.0, 0.23697478991596638], "std": [0.0, 0.42522669114279354], "min": [0, 0], "max": [0, 1], "count": [595]}, "gripper_activity_state": {"mean": [2.0, 1.7647058823529411], "std": [0.0, 0.5784052598198307], "min": [2, 0], "max": [2, 2], "count": [595]}, "gripper_mode_action": {"mean": [0.0, 0.23697478991596638], "std": [0.0, 0.42522669114279354], "min": [0, 0], "max": [0, 1], "count": [595]}, "gripper_activity_action": {"mean": [2.0, 1.7647058823529411], "std": [0.0, 0.5784052598198307], "min": [2, 0], "max": [2, 2], "count": [595]}}} +{"episode_index": 134, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4102552031405783]], [[0.4187873895674089]], [[0.41616286037720174]]], "std": [[[0.21077749755517197]], [[0.20867985636208303]], [[0.20584883982313304]]], "count": [118]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33517434502049404]], [[0.319701297150216]], [[0.3318124844217348]]], "std": [[[0.255732663116366]], [[0.26474535393083076]], [[0.2521100138078742]]], "count": [118]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.426062650589897]], [[0.4293542445579927]], [[0.4218344982413869]]], "std": [[[0.2755645963815367]], [[0.2720970284784768]], [[0.27379446279749076]]], "count": [118]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38701403082419406]], [[0.38176461414368007]], [[0.3919068125484657]]], "std": [[[0.28300865624221616]], [[0.28378129009219627]], [[0.282290869965335]]], "count": [118]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25394541025161743, -0.12060225009918213, 0.02822197414934635, -0.31038698554039, 0.4675480127334595, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.14154618978500366, 0.34266048669815063, -0.6519328355789185, -1.847029685974121, 0.11276572197675705, -0.12054989486932755, -0.028326693922281265, -0.3257330060005188, -0.4710240066051483, 0.03751600161194801, 1.1025553941726685, -1.8805567026138306, -0.07232853770256042, 1008.0, 333.0, -0.004130092915147543, -0.29752835631370544, -0.842505693435669, 1.907112956047058, -1.0568304061889648, -0.0009359560790471733], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12049752473831177, 0.028326693922281265, -0.3102850019931793, 0.4675939977169037, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4559498131275177, 0.6047391295433044, -0.17002996802330017, -1.3374807834625244, 0.6326818466186523, 1.0101442337036133, 0.45179593563079834, -0.206728994846344, -0.41511601209640503, 0.2282869964838028, 1.7593051195144653, -1.121137022972107, 0.7473739385604858, 1008.0, 1002.0, 0.0039214263670146465, -0.29621621966362, -0.8424692153930664, 1.9071160554885864, -1.0568184852600098, -0.0006246035918593407], "mean": [-0.1995122730731964, 0.6046705842018127, 0.4513982832431793, -1.4119737148284912, -0.25389280915260315, -0.12055765837430954, 0.028273703530430794, -0.3103272616863251, 0.46757039427757263, 0.2282327562570572, -1.5732378959655762, -1.1211365461349487, -0.7462766766548157, 0.25046804547309875, 0.4461103081703186, -0.3854568898677826, -1.5384137630462646, 0.2574598789215088, 0.3586893677711487, 0.33097097277641296, -0.2916918694972992, -0.45043888688087463, 0.14792178571224213, 1.463113784790039, -1.5296369791030884, 0.4229855239391327, 1008.0, 832.8316040039062, -3.1037470762385055e-05, -0.29716578125953674, -0.8424955010414124, 1.9071074724197388, -1.05682373046875, -0.0008430040907114744], "std": [2.5682244086056016e-05, 1.9479986804071814e-05, 2.2878179152030498e-05, 1.671786048973445e-05, 2.304725603607949e-05, 1.986407551157754e-05, 1.548720319988206e-05, 1.510849324404262e-05, 8.276410881080665e-06, 1.3325694453669712e-05, 1.0967254638671875e-05, 4.76837158203125e-07, 1.0728836059570312e-06, 0.09390348941087723, 0.06900028139352798, 0.13110433518886566, 0.16108573973178864, 0.10886155813932419, 0.4656309485435486, 0.12880361080169678, 0.0328817181289196, 0.017673902213573456, 0.062161289155483246, 0.206064373254776, 0.19562970101833344, 0.28713375329971313, 0.0, 269.8780822753906, 0.0036750303115695715, 0.0003375688102096319, 8.85618464963045e-06, 6.961340204725275e-06, 2.1177852431719657e-06, 8.872534817783162e-05], "count": [582]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25394541025161743, -0.12060225009918213, 0.02822197414934635, -0.31038698554039, 0.4675480127334595, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.14154618978500366, 0.34266048669815063, -0.6519328355789185, -1.847029685974121, 0.11276572197675705, -0.12054989486932755, -0.028326693922281265, -0.3257330060005188, -0.4710240066051483, 0.03751600161194801, 1.1025553941726685, -1.8805567026138306, -0.07232853770256042, 1008.0, 333.0, -0.004130092915147543, -0.29752835631370544, -0.842505693435669, 1.907112956047058, -1.0568304061889648, -0.0009359560790471733], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12049752473831177, 0.028326693922281265, -0.3102850019931793, 0.4675939977169037, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4559498131275177, 0.6047391295433044, -0.17002996802330017, -1.3374807834625244, 0.6326818466186523, 1.0101442337036133, 0.45179593563079834, -0.206728994846344, -0.41511601209640503, 0.2282869964838028, 1.7593051195144653, -1.121137022972107, 0.7473739385604858, 1008.0, 1002.0, 0.0039214263670146465, -0.29621621966362, -0.8424692153930664, 1.9071160554885864, -1.0568184852600098, -0.0006246035918593407], "mean": [-0.19951209425926208, 0.6046704649925232, 0.45139825344085693, -1.4119738340377808, -0.25389277935028076, -0.12055767327547073, 0.028273673728108406, -0.31032729148864746, 0.46757036447525024, 0.2282327115535736, -1.5732378959655762, -1.1211365461349487, -0.7462766766548157, 0.2503907382488251, 0.4457392692565918, -0.3849833607673645, -1.538293719291687, 0.257242888212204, 0.35873621702194214, 0.3315473198890686, -0.29171741008758545, -0.45044469833374023, 0.14791426062583923, 1.4631006717681885, -1.5299543142318726, 0.4229651987552643, 1008.0, 832.8316040039062, -4.2898089304799214e-05, -0.2971639931201935, -0.8424955010414124, 1.9071074724197388, -1.05682373046875, -0.0008432390168309212], "std": [2.570933611423243e-05, 1.9482957213767804e-05, 2.2932323190616444e-05, 1.668996992520988e-05, 2.3035443518892862e-05, 1.9864051864715293e-05, 1.5502848327741958e-05, 1.5130646715988405e-05, 8.275856089312583e-06, 1.3299738384375814e-05, 1.0967254638671875e-05, 4.76837158203125e-07, 1.0728836059570312e-06, 0.09396383911371231, 0.06872683018445969, 0.1313627064228058, 0.1612059772014618, 0.1089942529797554, 0.4655841588973999, 0.12794220447540283, 0.03290193900465965, 0.017680084332823753, 0.062151845544576645, 0.20605742931365967, 0.19511587917804718, 0.2871112823486328, 0.0, 269.8780822753906, 0.0036755118053406477, 0.00033970948425121605, 8.854167390381917e-06, 6.959977781662019e-06, 2.118229076586431e-06, 8.868448639987037e-05], "count": [582]}, "timestamp": {"min": [0.0], "max": [19.366666666666667], "mean": [9.683333333333335], "std": [5.600289344376837], "count": [582]}, "frame_index": {"min": [0], "max": [581], "mean": [290.5], "std": [168.0086803313051], "count": [582]}, "episode_index": {"min": [273], "max": [273], "mean": [273.0], "std": [0.0], "count": [582]}, "index": {"min": [164087], "max": [164668], "mean": [164377.5], "std": [168.0086803313051], "count": [582]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [582]}, "gripper_open_scale_state": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.8321374573351181], "std": [0.0, 0.2694461251793866], "count": [582]}, "gripper_open_scale_action": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.8321374573351181], "std": [0.0, 0.2694461251793866], "count": [582]}, "eef_direction_state": {"mean": [6.0, 4.381443298969073], "std": [0.0, 2.1962634574704505], "min": [6, 0], "max": [6, 6], "count": [582]}, "eef_velocity_state": {"mean": [0.0, 0.6804123711340206], "std": [0.0, 0.7914455661923839], "min": [0, 0], "max": [0, 2], "count": [582]}, "eef_acc_mag_state": {"mean": [0.0, 0.6116838487972509], "std": [0.0, 0.8125313103437727], "min": [0, 0], "max": [0, 2], "count": [582]}, "eef_direction_action": {"mean": [6.0, 4.381443298969073], "std": [0.0, 2.1962634574704505], "min": [6, 0], "max": [6, 6], "count": [582]}, "eef_velocity_action": {"mean": [0.0, 0.6804123711340206], "std": [0.0, 0.7914455661923839], "min": [0, 0], "max": [0, 2], "count": [582]}, "eef_acc_mag_action": {"mean": [0.0, 0.6116838487972509], "std": [0.0, 0.8125313103437727], "min": [0, 0], "max": [0, 2], "count": [582]}, "eef_sim_pose_state": {"mean": [-0.3103272318840027, 0.4675704538822174, 0.22823289036750793, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.2916918992996216, -0.450438916683197, 0.14792171120643616, 1.463114857673645, -1.529634714126587, 0.4229852557182312], "std": [1.5108463230717462e-05, 8.276204425783362e-06, 1.3324776773515623e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.032881706953048706, 0.017673905938863754, 0.062161292880773544, 0.20606419444084167, 0.19562973082065582, 0.2871335446834564], "min": [-0.31038698554039, 0.4675480127334595, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3257330060005188, -0.4710240066051483, 0.03751600161194801, 1.1025553941726685, -1.8805567026138306, -0.07232853770256042], "max": [-0.3102850019931793, 0.4675939977169037, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.206728994846344, -0.41511601209640503, 0.2282869964838028, 1.7593051195144653, -1.121137022972107, 0.7473739385604858], "count": [582]}, "eef_sim_pose_action": {"mean": [-0.3103272616863251, 0.46757039427757263, 0.2282327562570572, -1.5732378959655762, -1.1211365461349487, -0.7462766766548157, -0.2916918694972992, -0.45043888688087463, 0.14792178571224213, 1.463113784790039, -1.5296369791030884, 0.4229855239391327], "std": [1.510849324404262e-05, 8.276410881080665e-06, 1.3325694453669712e-05, 1.0967254638671875e-05, 4.76837158203125e-07, 1.0728836059570312e-06, 0.0328817181289196, 0.017673902213573456, 0.062161289155483246, 0.206064373254776, 0.19562970101833344, 0.28713375329971313], "min": [-0.31038698554039, 0.4675480127334595, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3257330060005188, -0.4710240066051483, 0.03751600161194801, 1.1025553941726685, -1.8805567026138306, -0.07232853770256042], "max": [-0.3102850019931793, 0.4675939977169037, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.206728994846344, -0.41511601209640503, 0.2282869964838028, 1.7593051195144653, -1.121137022972107, 0.7473739385604858], "count": [582]}, "gripper_mode_state": {"mean": [0.0, 0.21305841924398625], "std": [0.0, 0.4094685937080374], "min": [0, 0], "max": [0, 1], "count": [582]}, "gripper_activity_state": {"mean": [2.0, 1.7628865979381443], "std": [0.0, 0.5792493520775294], "min": [2, 0], "max": [2, 2], "count": [582]}, "gripper_mode_action": {"mean": [0.0, 0.21305841924398625], "std": [0.0, 0.4094685937080374], "min": [0, 0], "max": [0, 1], "count": [582]}, "gripper_activity_action": {"mean": [2.0, 1.7628865979381443], "std": [0.0, 0.5792493520775294], "min": [2, 0], "max": [2, 2], "count": [582]}}} +{"episode_index": 135, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41157811365286856]], [[0.42061136399004045]], [[0.41764496284624963]]], "std": [[[0.2119306860068853]], [[0.20932007574593886]], [[0.20627293628961454]]], "count": [126]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3326566487706194]], [[0.3173643272123664]], [[0.3274338494657122]]], "std": [[[0.2542940760104437]], [[0.26335584453443445]], [[0.24995390475567922]]], "count": [126]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42551849420323684]], [[0.4290969855534807]], [[0.4215322566526611]]], "std": [[[0.27537243690508284]], [[0.272030971995805]], [[0.274225670014145]]], "count": [126]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3827588021319639]], [[0.3823886538411661]], [[0.38805623962547986]]], "std": [[[0.25740020964165383]], [[0.25716254725299287]], [[0.25687393991429375]]], "count": [126]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12061969935894012, 0.02822197414934635, -0.31037798523902893, 0.4675480127334595, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1466251164674759, 0.2655867636203766, -0.6433981657028198, -1.8199071884155273, -0.05916666239500046, -0.1624552458524704, -0.028379054740071297, -0.32550400495529175, -0.4824469983577728, 0.034432001411914825, 1.1816118955612183, -1.745107889175415, -0.10778026282787323, 1008.0, 333.0, -0.001708809519186616, -0.2963421642780304, -0.8425247073173523, 1.9071121215820312, -1.0568311214447021, -0.0009929108200594783], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31026700139045715, 0.46759599447250366, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4896171987056732, 0.6507285833358765, -0.17556266486644745, -1.315489649772644, 0.44926518201828003, 0.9495289325714111, 0.5139296650886536, -0.21558700501918793, -0.41393399238586426, 0.22828499972820282, 1.6579351425170898, -1.0623199939727783, 0.7885415554046631, 1008.0, 1003.0, 0.0033424238208681345, -0.29580825567245483, -0.8424723744392395, 1.9071176052093506, -1.0568169355392456, -0.000605618639383465], "mean": [-0.1995161473751068, 0.6046653985977173, 0.45138227939605713, -1.411972165107727, -0.2538926601409912, -0.12055682390928268, 0.02827589400112629, -0.31032392382621765, 0.4675726890563965, 0.228237122297287, -1.5732382535934448, -1.121138095855713, -0.7462767362594604, 0.2507774829864502, 0.4047835171222687, -0.36070021986961365, -1.518681287765503, 0.16047392785549164, 0.34765544533729553, 0.29565244913101196, -0.292276531457901, -0.45917925238609314, 0.15181170403957367, 1.4444974660873413, -1.442249059677124, 0.4605247676372528, 1008.0, 824.8504028320312, -0.0004230386985000223, -0.2960311770439148, -0.8424953818321228, 1.9071072340011597, -1.056823968887329, -0.0009372751810587943], "std": [2.5800791263463907e-05, 2.1457122784340754e-05, 2.4504577595507726e-05, 1.7678505173535086e-05, 2.3791859348420985e-05, 2.552645673858933e-05, 1.7399364878656343e-05, 1.4463621482718736e-05, 8.051911208895035e-06, 1.3650764230987988e-05, 1.1324882507324219e-05, 1.0728836059570312e-06, 1.1324882507324219e-06, 0.08906999230384827, 0.10568437725305557, 0.13419710099697113, 0.1721116602420807, 0.12457062304019928, 0.44750115275382996, 0.15493494272232056, 0.03165258839726448, 0.021762169897556305, 0.06490766257047653, 0.1460093855857849, 0.21483080089092255, 0.316633403301239, 0.0, 277.11383056640625, 0.0013738843845203519, 0.00012093555415049195, 7.3503379098838195e-06, 7.848031600588001e-06, 2.642386562001775e-06, 3.725450733327307e-05], "count": [635]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12061969935894012, 0.02822197414934635, -0.31037798523902893, 0.4675480127334595, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1466251164674759, 0.2655867636203766, -0.6433981657028198, -1.8199071884155273, -0.05916666239500046, -0.1624552458524704, -0.028379054740071297, -0.32550400495529175, -0.4824469983577728, 0.034432001411914825, 1.1816118955612183, -1.745107889175415, -0.10778026282787323, 1008.0, 333.0, -0.001708809519186616, -0.2963421642780304, -0.8425247073173523, 1.9071121215820312, -1.0568311214447021, -0.0009929108200594783], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31026700139045715, 0.46759599447250366, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4896171987056732, 0.6507285833358765, -0.17556266486644745, -1.315489649772644, 0.44926518201828003, 0.9495289325714111, 0.5139296650886536, -0.21558700501918793, -0.41393399238586426, 0.22828499972820282, 1.6579351425170898, -1.0623199939727783, 0.7885415554046631, 1008.0, 1003.0, 0.003340543946251273, -0.29580825567245483, -0.8424723744392395, 1.9071176052093506, -1.0568169355392456, -0.000605618639383465], "mean": [-0.1995161473751068, 0.6046654582023621, 0.45138221979141235, -1.411972165107727, -0.2538927495479584, -0.12055676430463791, 0.028275951743125916, -0.31032389402389526, 0.46757274866104126, 0.22823715209960938, -1.5732382535934448, -1.121138095855713, -0.7462767362594604, 0.2507403492927551, 0.40440237522125244, -0.3602689802646637, -1.518547773361206, 0.1599871963262558, 0.34760433435440063, 0.29596492648124695, -0.29228508472442627, -0.45920175313949585, 0.1518079787492752, 1.4445568323135376, -1.442160964012146, 0.46049627661705017, 1008.0, 824.853515625, -0.0004290100187063217, -0.2960312068462372, -0.8424953818321228, 1.9071072340011597, -1.056823968887329, -0.0009373573702760041], "std": [2.580079308245331e-05, 2.145529469999019e-05, 2.4516253688489087e-05, 1.769088521541562e-05, 2.388296343269758e-05, 2.5504512450424954e-05, 1.739442268444691e-05, 1.4451592505793087e-05, 8.03994589659851e-06, 1.3651485460286494e-05, 1.1324882507324219e-05, 1.0728836059570312e-06, 1.1324882507324219e-06, 0.08909591287374496, 0.10539935529232025, 0.13434457778930664, 0.17222699522972107, 0.12480802834033966, 0.4475562870502472, 0.15448206663131714, 0.03165823221206665, 0.021778183057904243, 0.06490332633256912, 0.14606955647468567, 0.21497313678264618, 0.31660884618759155, 0.0, 277.1150207519531, 0.0013657184317708015, 0.00012098341539967805, 7.345132871705573e-06, 7.850273505027872e-06, 2.642179197209771e-06, 3.721895700437017e-05], "count": [635]}, "timestamp": {"min": [0.0], "max": [21.133333333333333], "mean": [10.566666666666666], "std": [6.1102827721436554], "count": [635]}, "frame_index": {"min": [0], "max": [634], "mean": [317.0], "std": [183.30848316430968], "count": [635]}, "episode_index": {"min": [274], "max": [274], "mean": [274.0], "std": [0.0], "count": [635]}, "index": {"min": [164669], "max": [165303], "mean": [164986.0], "std": [183.30848316430968], "count": [635]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [635]}, "gripper_open_scale_state": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.8231496059988427], "std": [0.0, 0.2760222714750176], "count": [635]}, "gripper_open_scale_action": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.8231496059988427], "std": [0.0, 0.2760222714750176], "count": [635]}, "eef_direction_state": {"mean": [6.0, 4.595275590551181], "std": [0.0, 2.059350033832315], "min": [6, 0], "max": [6, 6], "count": [635]}, "eef_velocity_state": {"mean": [0.0, 0.6425196850393701], "std": [0.0, 0.805348233481366], "min": [0, 0], "max": [0, 2], "count": [635]}, "eef_acc_mag_state": {"mean": [0.0, 0.5669291338582677], "std": [0.0, 0.7935820433609377], "min": [0, 0], "max": [0, 2], "count": [635]}, "eef_direction_action": {"mean": [6.0, 4.595275590551181], "std": [0.0, 2.059350033832315], "min": [6, 0], "max": [6, 6], "count": [635]}, "eef_velocity_action": {"mean": [0.0, 0.6425196850393701], "std": [0.0, 0.805348233481366], "min": [0, 0], "max": [0, 2], "count": [635]}, "eef_acc_mag_action": {"mean": [0.0, 0.5669291338582677], "std": [0.0, 0.7935820433609377], "min": [0, 0], "max": [0, 2], "count": [635]}, "eef_sim_pose_state": {"mean": [-0.3103240132331848, 0.46757301688194275, 0.22823727130889893, -1.5732269287109375, -1.121137022972107, -0.7462754845619202, -0.29227665066719055, -0.45917901396751404, 0.15181171894073486, 1.4444994926452637, -1.4422472715377808, 0.46052485704421997], "std": [1.4463457773672417e-05, 8.044709829846397e-06, 1.3650158507516608e-05, 0.0, 0.0, 1.1920928955078125e-07, 0.03165261819958687, 0.021762173622846603, 0.06490767002105713, 0.1460094004869461, 0.21483072638511658, 0.3166339695453644], "min": [-0.31037798523902893, 0.4675480127334595, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32550400495529175, -0.4824469983577728, 0.034432001411914825, 1.1816118955612183, -1.745107889175415, -0.10778026282787323], "max": [-0.31026700139045715, 0.46759599447250366, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21558700501918793, -0.41393399238586426, 0.22828499972820282, 1.6579351425170898, -1.0623199939727783, 0.7885415554046631], "count": [635]}, "eef_sim_pose_action": {"mean": [-0.31032392382621765, 0.4675726890563965, 0.228237122297287, -1.5732382535934448, -1.121138095855713, -0.7462767362594604, -0.292276531457901, -0.45917925238609314, 0.15181170403957367, 1.4444974660873413, -1.442249059677124, 0.4605247676372528], "std": [1.4463621482718736e-05, 8.051911208895035e-06, 1.3650764230987988e-05, 1.1324882507324219e-05, 1.0728836059570312e-06, 1.1324882507324219e-06, 0.03165258839726448, 0.021762169897556305, 0.06490766257047653, 0.1460093855857849, 0.21483080089092255, 0.316633403301239], "min": [-0.31037798523902893, 0.4675480127334595, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32550400495529175, -0.4824469983577728, 0.034432001411914825, 1.1816118955612183, -1.745107889175415, -0.10778026282787323], "max": [-0.31026700139045715, 0.46759599447250366, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21558700501918793, -0.41393399238586426, 0.22828499972820282, 1.6579351425170898, -1.0623199939727783, 0.7885415554046631], "count": [635]}, "gripper_mode_state": {"mean": [0.0, 0.23307086614173228], "std": [0.0, 0.42278698832588724], "min": [0, 0], "max": [0, 1], "count": [635]}, "gripper_activity_state": {"mean": [2.0, 1.7748031496062993], "std": [0.0, 0.5706700722209507], "min": [2, 0], "max": [2, 2], "count": [635]}, "gripper_mode_action": {"mean": [0.0, 0.23307086614173228], "std": [0.0, 0.42278698832588724], "min": [0, 0], "max": [0, 1], "count": [635]}, "gripper_activity_action": {"mean": [2.0, 1.7748031496062993], "std": [0.0, 0.5706700722209507], "min": [2, 0], "max": [2, 2], "count": [635]}}} +{"episode_index": 136, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41086926444019345]], [[0.4196900937881928]], [[0.41672528096604494]]], "std": [[[0.21128816261138542]], [[0.20982683845677164]], [[0.2069313603416609]]], "count": [123]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32682978306498756]], [[0.3118879075003985]], [[0.32674670877836226]]], "std": [[[0.2569570571169409]], [[0.265114901883167]], [[0.2533447404133253]]], "count": [123]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4347857932807269]], [[0.43760575083692016]], [[0.42991423561294434]]], "std": [[[0.2857736296780587]], [[0.28127495502431527]], [[0.2836063121362735]]], "count": [123]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40144435145331847]], [[0.39827870934959353]], [[0.40727403322440087]]], "std": [[[0.26814420675813777]], [[0.26718100924397986]], [[0.26787865515046383]]], "count": [123]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.3103800117969513, 0.46754300594329834, 0.22819000482559204, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.08588765561580658, 0.3663446009159088, -0.6409721374511719, -1.8377269506454468, 0.17435838282108307, -0.1206895187497139, -0.02839650586247444, -0.3188380002975464, -0.467602014541626, 0.04733400046825409, 1.2694523334503174, -1.8568631410598755, 0.037028104066848755, 1008.0, 332.0, 0.0006053208489902318, -0.29652827978134155, -0.8425286412239075, 1.9072206020355225, -1.056829571723938, -0.0007650919142179191], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411919116973877, -0.25382325053215027, -0.12048007547855377, 0.02834414690732956, -0.31026700139045715, 0.4676080048084259, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3814242482185364, 0.6427524089813232, -0.13809044659137726, -1.4108020067214966, 0.5519603490829468, 0.6537131071090698, 0.5418898463249207, -0.19624699652194977, -0.40808600187301636, 0.22900700569152832, 1.6331875324249268, -1.121137022972107, 0.9124829173088074, 1008.0, 1003.0, 0.0008835428161546588, -0.2961541712284088, -0.8425024747848511, 1.9072238206863403, -1.0568208694458008, -0.0004955061594955623], "mean": [-0.19952049851417542, 0.6046690940856934, 0.4513900876045227, -1.411969780921936, -0.25389230251312256, -0.12052556872367859, 0.028275277465581894, -0.3103260099887848, 0.46757403016090393, 0.22823825478553772, -1.5732381343841553, -1.1211376190185547, -0.7462767362594604, 0.20037175714969635, 0.5038784146308899, -0.39309826493263245, -1.6116749048233032, 0.3393835127353668, 0.24139633774757385, 0.2523556649684906, -0.27699992060661316, -0.44146525859832764, 0.15301702916622162, 1.5267693996429443, -1.5110609531402588, 0.5554971694946289, 1008.0, 811.9110107421875, 0.0006981959450058639, -0.29636478424072266, -0.8425241708755493, 1.9072257280349731, -1.056823968887329, -0.0007201319094747305], "std": [2.504901021893602e-05, 2.029108327405993e-05, 2.425377351755742e-05, 1.7327583918813616e-05, 2.2605852791457437e-05, 2.1322497559594922e-05, 1.7243915863218717e-05, 1.5622761566191912e-05, 8.547839570383076e-06, 1.3231665434432216e-05, 1.1205673217773438e-05, 5.960464477539062e-07, 1.1324882507324219e-06, 0.09722411632537842, 0.07543093711137772, 0.1364792287349701, 0.13436150550842285, 0.09041108191013336, 0.31374266743659973, 0.1587710976600647, 0.02975379303097725, 0.01906389370560646, 0.057775404304265976, 0.0978536307811737, 0.21774548292160034, 0.3292800486087799, 0.0, 284.3539733886719, 7.397665467578918e-05, 7.402840128634125e-05, 7.550465397798689e-06, 4.363178504718235e-06, 1.8671770476430538e-06, 5.102426803205162e-05], "count": [618]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.3103800117969513, 0.46754300594329834, 0.22819000482559204, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.08588765561580658, 0.3663446009159088, -0.6409721374511719, -1.8377269506454468, 0.17435838282108307, -0.1206895187497139, -0.02839650586247444, -0.3188380002975464, -0.467602014541626, 0.04733400046825409, 1.2694523334503174, -1.8568631410598755, 0.037028104066848755, 1008.0, 332.0, 0.0006053208489902318, -0.29652827978134155, -0.8425286412239075, 1.9072206020355225, -1.056829571723938, -0.0007650919142179191], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411919116973877, -0.25382325053215027, -0.12048007547855377, 0.02834414690732956, -0.31026700139045715, 0.4676080048084259, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3814242482185364, 0.6427524089813232, -0.13809044659137726, -1.4108020067214966, 0.5519603490829468, 0.6537131071090698, 0.5418898463249207, -0.19624699652194977, -0.40808600187301636, 0.22900700569152832, 1.6331875324249268, -1.121137022972107, 0.9124829173088074, 1008.0, 1003.0, 0.0008835428161546588, -0.2961541712284088, -0.8425024747848511, 1.9072238206863403, -1.0568208694458008, -0.0004955061594955623], "mean": [-0.1995205283164978, 0.6046691536903381, 0.4513900876045227, -1.411969780921936, -0.25389230251312256, -0.12052565813064575, 0.028275301679968834, -0.3103259801864624, 0.4675740897655487, 0.2282382696866989, -1.5732381343841553, -1.1211376190185547, -0.7462767362594604, 0.20021826028823853, 0.5035010576248169, -0.3925992250442505, -1.611690640449524, 0.33925846219062805, 0.24153374135494232, 0.2527482509613037, -0.2770079970359802, -0.4414585828781128, 0.15301701426506042, 1.526594638824463, -1.5113470554351807, 0.5556665658950806, 1008.0, 811.9077758789062, 0.0006986461230553687, -0.2963646352291107, -0.8425240516662598, 1.9072257280349731, -1.056823968887329, -0.0007203869172371924], "std": [2.5045166694326326e-05, 2.027964364970103e-05, 2.425377351755742e-05, 1.731071824906394e-05, 2.2605852791457437e-05, 2.1315245248842984e-05, 1.7228057913598605e-05, 1.562291981827002e-05, 8.54475911182817e-06, 1.321183572144946e-05, 1.1205673217773438e-05, 5.960464477539062e-07, 1.1324882507324219e-06, 0.09730026870965958, 0.07551182806491852, 0.13682879507541656, 0.13433849811553955, 0.0905824825167656, 0.31360235810279846, 0.15837781131267548, 0.029763486236333847, 0.019055470824241638, 0.05777538940310478, 0.09786620736122131, 0.2173498421907425, 0.32940471172332764, 0.0, 284.3506774902344, 7.425610237987712e-05, 7.40454561309889e-05, 7.459068001480773e-06, 4.363178504718235e-06, 1.8668753227757406e-06, 5.0725324399536476e-05], "count": [618]}, "timestamp": {"min": [0.0], "max": [20.566666666666666], "mean": [10.283333333333333], "std": [5.946699987450244], "count": [618]}, "frame_index": {"min": [0], "max": [617], "mean": [308.5], "std": [178.40099962350735], "count": [618]}, "episode_index": {"min": [277], "max": [277], "mean": [277.0], "std": [0.0], "count": [618]}, "index": {"min": [166482], "max": [167099], "mean": [166790.5], "std": [178.40099962350735], "count": [618]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [618]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8101763744570291], "std": [0.0, 0.28318902937531876], "count": [618]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8101763744570291], "std": [0.0, 0.2831890293753188], "count": [618]}, "eef_direction_state": {"mean": [6.0, 4.313915857605178], "std": [0.0, 2.2773331944089676], "min": [6, 0], "max": [6, 6], "count": [618]}, "eef_velocity_state": {"mean": [0.0, 0.6990291262135923], "std": [0.0, 0.8165158213594585], "min": [0, 0], "max": [0, 2], "count": [618]}, "eef_acc_mag_state": {"mean": [0.0, 0.6051779935275081], "std": [0.0, 0.8181432036334719], "min": [0, 0], "max": [0, 2], "count": [618]}, "eef_direction_action": {"mean": [6.0, 4.313915857605178], "std": [0.0, 2.2773331944089676], "min": [6, 0], "max": [6, 6], "count": [618]}, "eef_velocity_action": {"mean": [0.0, 0.6990291262135923], "std": [0.0, 0.8165158213594585], "min": [0, 0], "max": [0, 2], "count": [618]}, "eef_acc_mag_action": {"mean": [0.0, 0.6051779935275081], "std": [0.0, 0.8181432036334719], "min": [0, 0], "max": [0, 2], "count": [618]}, "eef_sim_pose_state": {"mean": [-0.31032609939575195, 0.46757403016090393, 0.22823800146579742, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.2769997715950012, -0.44146525859832764, 0.1530170440673828, 1.5267709493637085, -1.5110588073730469, 0.5554969310760498], "std": [1.562255602038931e-05, 8.547858669771813e-06, 1.3229496289568488e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.02975378930568695, 0.01906389370560646, 0.05777540057897568, 0.09785351902246475, 0.2177453637123108, 0.32927989959716797], "min": [-0.3103800117969513, 0.46754300594329834, 0.22819000482559204, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3188380002975464, -0.467602014541626, 0.04733400046825409, 1.2694523334503174, -1.8568631410598755, 0.037028104066848755], "max": [-0.31026700139045715, 0.4676080048084259, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19624699652194977, -0.40808600187301636, 0.22900700569152832, 1.6331875324249268, -1.121137022972107, 0.9124829173088074], "count": [618]}, "eef_sim_pose_action": {"mean": [-0.3103260099887848, 0.46757403016090393, 0.22823825478553772, -1.5732381343841553, -1.1211376190185547, -0.7462767362594604, -0.27699992060661316, -0.44146525859832764, 0.15301702916622162, 1.5267693996429443, -1.5110609531402588, 0.5554971694946289], "std": [1.5622761566191912e-05, 8.547839570383076e-06, 1.3231665434432216e-05, 1.1205673217773438e-05, 5.960464477539062e-07, 1.1324882507324219e-06, 0.02975379303097725, 0.01906389370560646, 0.057775404304265976, 0.0978536307811737, 0.21774548292160034, 0.3292800486087799], "min": [-0.3103800117969513, 0.46754300594329834, 0.22819000482559204, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3188380002975464, -0.467602014541626, 0.04733400046825409, 1.2694523334503174, -1.8568631410598755, 0.037028104066848755], "max": [-0.31026700139045715, 0.4676080048084259, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19624699652194977, -0.40808600187301636, 0.22900700569152832, 1.6331875324249268, -1.121137022972107, 0.9124829173088074], "count": [618]}, "gripper_mode_state": {"mean": [0.0, 0.2524271844660194], "std": [0.0, 0.4344049965281013], "min": [0, 0], "max": [0, 1], "count": [618]}, "gripper_activity_state": {"mean": [2.0, 1.77831715210356], "std": [0.0, 0.5640661581819342], "min": [2, 0], "max": [2, 2], "count": [618]}, "gripper_mode_action": {"mean": [0.0, 0.2524271844660194], "std": [0.0, 0.4344049965281012], "min": [0, 0], "max": [0, 1], "count": [618]}, "gripper_activity_action": {"mean": [2.0, 1.77831715210356], "std": [0.0, 0.5640661581819342], "min": [2, 0], "max": [2, 2], "count": [618]}}} +{"episode_index": 137, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4070705917458129]], [[0.4159275093826593]], [[0.4128174466401144]]], "std": [[[0.2102906603768389]], [[0.20877452954477257]], [[0.20649389026611176]]], "count": [128]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3264228228400735]], [[0.311646098217933]], [[0.32871023858762255]]], "std": [[[0.25668228165408885]], [[0.26394960545566204]], [[0.2536083272091833]]], "count": [128]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4299971373314951]], [[0.4314064159517974]], [[0.42390723613664216]]], "std": [[[0.28235095485512635]], [[0.2762313872690247]], [[0.2791746520714988]]], "count": [128]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3925278160743464]], [[0.38905864002502044]], [[0.3965883501838235]]], "std": [[[0.26933063060776136]], [[0.2671798536938037]], [[0.26836512419982844]]], "count": [128]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12061969935894012, 0.028204521164298058, -0.31038999557495117, 0.46754100918769836, 0.22817400097846985, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, 0.1157851368188858, 0.34288737177848816, -0.6952868700027466, -1.8599624633789062, 0.15503759682178497, -0.21668262779712677, -0.02839650586247444, -0.33406901359558105, -0.47812798619270325, 0.03588100150227547, 1.2337353229522705, -1.770155906677246, -0.12244236469268799, 1008.0, 333.0, 0.000735032488591969, -0.29668429493904114, -0.8425175547599792, 1.9072214365005493, -1.0565316677093506, -0.0008609656943008304], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25382325053215027, -0.12042772024869919, 0.028326693922281265, -0.31025299429893494, 0.4676010012626648, 0.22828499972820282, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, 0.4974013864994049, 0.6900507807731628, -0.12437216192483902, -1.2840038537979126, 0.4492826759815216, 0.8410741686820984, 0.5642125606536865, -0.2005860060453415, -0.411624014377594, 0.22849099338054657, 1.734981656074524, -1.121137022972107, 0.9062672853469849, 1008.0, 1003.0, 0.0007519513601437211, -0.2964229881763458, -0.8425024747848511, 1.9072277545928955, -1.0565125942230225, -0.0005553086521103978], "mean": [-0.19952091574668884, 0.6046687364578247, 0.4513901174068451, -1.4119662046432495, -0.2538917064666748, -0.12055604159832001, 0.028275854885578156, -0.3103245496749878, 0.4675734341144562, 0.2282371073961258, -1.5732372999191284, -1.1211395263671875, -0.7462756633758545, 0.253506064414978, 0.46340909600257874, -0.4038606882095337, -1.5459234714508057, 0.27517154812812805, 0.2890643775463104, 0.27119845151901245, -0.28497809171676636, -0.4518905580043793, 0.15040920674800873, 1.4970983266830444, -1.4812703132629395, 0.4944830536842346, 1008.0, 812.1944580078125, 0.0007398033048957586, -0.29658567905426025, -0.8425074219703674, 1.9072259664535522, -1.0565197467803955, -0.00080812384840101], "std": [2.6548519599600695e-05, 2.135384056600742e-05, 2.4341614334844053e-05, 2.483396565367002e-05, 2.4553501134505495e-05, 2.53134985541692e-05, 1.6950285498751327e-05, 1.7418904462829232e-05, 8.362022526853252e-06, 1.4734281648998149e-05, 2.852921352314297e-05, 2.7952328309766017e-05, 2.6095947760040872e-05, 0.10362906008958817, 0.10545302927494049, 0.1426144391298294, 0.20490498840808868, 0.07224980741739273, 0.42768505215644836, 0.15065129101276398, 0.04079727828502655, 0.022681767120957375, 0.06458179652690887, 0.12382719665765762, 0.20756195485591888, 0.3327038884162903, 0.0, 284.34527587890625, 1.2858689615313779e-06, 2.0276975192246027e-05, 4.0294803511642385e-06, 2.80407084574108e-06, 3.987699528806843e-06, 3.569085311028175e-05], "count": [648]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12061969935894012, 0.028204521164298058, -0.31038999557495117, 0.46754100918769836, 0.22817400097846985, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, 0.1157851368188858, 0.34288737177848816, -0.6952868700027466, -1.8599624633789062, 0.15503759682178497, -0.21668262779712677, -0.02839650586247444, -0.33406901359558105, -0.47812798619270325, 0.03588100150227547, 1.2337353229522705, -1.770155906677246, -0.12244236469268799, 1008.0, 333.0, 0.000735032488591969, -0.29668429493904114, -0.8425175547599792, 1.9072214365005493, -1.0565316677093506, -0.0008609656943008304], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25382325053215027, -0.12042772024869919, 0.028326693922281265, -0.31025299429893494, 0.4676010012626648, 0.22828499972820282, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, 0.4974013864994049, 0.6900507807731628, -0.12437216192483902, -1.2840038537979126, 0.4492826759815216, 0.8410741686820984, 0.5642125606536865, -0.2005860060453415, -0.411624014377594, 0.22849099338054657, 1.734981656074524, -1.121137022972107, 0.9062672853469849, 1008.0, 1003.0, 0.0007519513601437211, -0.2964229881763458, -0.8425024747848511, 1.9072277545928955, -1.0565125942230225, -0.0005553086521103978], "mean": [-0.19952096045017242, 0.6046687960624695, 0.45138996839523315, -1.4119662046432495, -0.25389164686203003, -0.12055598199367523, 0.028275828808546066, -0.31032446026802063, 0.4675734341144562, 0.2282371073961258, -1.5732372999191284, -1.1211395263671875, -0.7462756633758545, 0.25341835618019104, 0.46304944157600403, -0.40339717268943787, -1.5457843542099, 0.27502885460853577, 0.2889390289783478, 0.2717129588127136, -0.2849953770637512, -0.45189177989959717, 0.1504080593585968, 1.4971548318862915, -1.4815287590026855, 0.4946313500404358, 1008.0, 812.1944580078125, 0.0007398004527203739, -0.29658567905426025, -0.8425074219703674, 1.9072259664535522, -1.0565197467803955, -0.000808223441708833], "std": [2.6593683287501335e-05, 2.13524963328382e-05, 2.4319360818481073e-05, 2.4845217922120355e-05, 2.457777736708522e-05, 2.5401048333151266e-05, 1.6938764019869268e-05, 1.7431484593544155e-05, 8.378422535315622e-06, 1.473276370234089e-05, 2.852921352314297e-05, 2.7952328309766017e-05, 2.6095947760040872e-05, 0.10369861125946045, 0.10536786913871765, 0.14294661581516266, 0.20502643287181854, 0.07238277792930603, 0.4278167188167572, 0.1501961499452591, 0.04081035032868385, 0.022682640701532364, 0.06458040326833725, 0.12387026846408844, 0.2072174996137619, 0.3328375220298767, 0.0, 284.34527587890625, 1.2860197102781967e-06, 2.0275307178962976e-05, 4.0294803511642385e-06, 2.8027566258970182e-06, 3.981755980930757e-06, 3.56473756255582e-05], "count": [648]}, "timestamp": {"min": [0.0], "max": [21.566666666666666], "mean": [10.783333333333333], "std": [6.235375482471557], "count": [648]}, "frame_index": {"min": [0], "max": [647], "mean": [323.5], "std": [187.06126447414672], "count": [648]}, "episode_index": {"min": [280], "max": [280], "mean": [280.0], "std": [0.0], "count": [648]}, "index": {"min": [168376], "max": [169023], "mean": [168699.5], "std": [187.06126447414672], "count": [648]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [648]}, "gripper_open_scale_state": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.810763888336994], "std": [0.0, 0.2833893004489047], "count": [648]}, "gripper_open_scale_action": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.810763888336994], "std": [0.0, 0.2833893004489047], "count": [648]}, "eef_direction_state": {"mean": [6.0, 4.3503086419753085], "std": [0.0, 2.2441556257624806], "min": [6, 0], "max": [6, 6], "count": [648]}, "eef_velocity_state": {"mean": [0.0, 0.6851851851851852], "std": [0.0, 0.8275519619075686], "min": [0, 0], "max": [0, 2], "count": [648]}, "eef_acc_mag_state": {"mean": [0.0, 0.5771604938271605], "std": [0.0, 0.8032937358734844], "min": [0, 0], "max": [0, 2], "count": [648]}, "eef_direction_action": {"mean": [6.0, 4.3503086419753085], "std": [0.0, 2.2441556257624806], "min": [6, 0], "max": [6, 6], "count": [648]}, "eef_velocity_action": {"mean": [0.0, 0.6851851851851852], "std": [0.0, 0.8275519619075686], "min": [0, 0], "max": [0, 2], "count": [648]}, "eef_acc_mag_action": {"mean": [0.0, 0.5771604938271605], "std": [0.0, 0.8032937358734844], "min": [0, 0], "max": [0, 2], "count": [648]}, "eef_sim_pose_state": {"mean": [-0.31032446026802063, 0.4675736725330353, 0.22823715209960938, -1.5732258558273315, -1.1211379766464233, -0.746274471282959, -0.28497835993766785, -0.4518907368183136, 0.15040934085845947, 1.4970965385437012, -1.4812703132629395, 0.4944833815097809], "std": [1.741861524351407e-05, 8.359115781786386e-06, 1.4734256183146499e-05, 2.6153024009545334e-05, 2.791748192976229e-05, 2.6073661501868628e-05, 0.04079727083444595, 0.022681765258312225, 0.06458180397748947, 0.12382715195417404, 0.2075621485710144, 0.3327038884162903], "min": [-0.31038999557495117, 0.46754100918769836, 0.22817400097846985, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, -0.33406901359558105, -0.47812798619270325, 0.03588100150227547, 1.2337353229522705, -1.770155906677246, -0.12244236469268799], "max": [-0.31025299429893494, 0.4676010012626648, 0.22828499972820282, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, -0.2005860060453415, -0.411624014377594, 0.22849099338054657, 1.734981656074524, -1.121137022972107, 0.9062672853469849], "count": [648]}, "eef_sim_pose_action": {"mean": [-0.3103245496749878, 0.4675734341144562, 0.2282371073961258, -1.5732372999191284, -1.1211395263671875, -0.7462756633758545, -0.28497809171676636, -0.4518905580043793, 0.15040920674800873, 1.4970983266830444, -1.4812703132629395, 0.4944830536842346], "std": [1.7418904462829232e-05, 8.362022526853252e-06, 1.4734281648998149e-05, 2.852921352314297e-05, 2.7952328309766017e-05, 2.6095947760040872e-05, 0.04079727828502655, 0.022681767120957375, 0.06458179652690887, 0.12382719665765762, 0.20756195485591888, 0.3327038884162903], "min": [-0.31038999557495117, 0.46754100918769836, 0.22817400097846985, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, -0.33406901359558105, -0.47812798619270325, 0.03588100150227547, 1.2337353229522705, -1.770155906677246, -0.12244236469268799], "max": [-0.31025299429893494, 0.4676010012626648, 0.22828499972820282, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, -0.2005860060453415, -0.411624014377594, 0.22849099338054657, 1.734981656074524, -1.121137022972107, 0.9062672853469849], "count": [648]}, "gripper_mode_state": {"mean": [0.0, 0.25], "std": [0.0, 0.4330127018922193], "min": [0, 0], "max": [0, 1], "count": [648]}, "gripper_activity_state": {"mean": [2.0, 1.7824074074074074], "std": [0.0, 0.5587677199726239], "min": [2, 0], "max": [2, 2], "count": [648]}, "gripper_mode_action": {"mean": [0.0, 0.25], "std": [0.0, 0.4330127018922193], "min": [0, 0], "max": [0, 1], "count": [648]}, "gripper_activity_action": {"mean": [2.0, 1.7824074074074074], "std": [0.0, 0.5587677199726239], "min": [2, 0], "max": [2, 2], "count": [648]}}} +{"episode_index": 138, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4114426062091503]], [[0.42033147977941177]], [[0.41599485123910673]]], "std": [[[0.21267296610026643]], [[0.21076813950040146]], [[0.20749909932738272]]], "count": [120]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3259222307325708]], [[0.31106413228485835]], [[0.32231361145152504]]], "std": [[[0.2576738179718704]], [[0.2664768253400128]], [[0.253635019768951]]], "count": [120]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42988319886982573]], [[0.4325248297930283]], [[0.42507356685729847]]], "std": [[[0.2817211964960026]], [[0.2774868601500835]], [[0.27974142716929157]]], "count": [120]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39298650428921567]], [[0.3890531301062091]], [[0.3974138054874728]]], "std": [[[0.26338438911659134]], [[0.26448011579571074]], [[0.26596446493315845]]], "count": [120]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4512898027896881, -1.412041187286377, -0.25396284461021423, -0.12061969935894012, 0.02822197414934635, -0.31036099791526794, 0.46755000948905945, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.12402309477329254, 0.33424797654151917, -0.6489308476448059, -1.9608075618743896, -0.03574434295296669, -0.12060225009918213, -0.02839650586247444, -0.32374000549316406, -0.4793969988822937, 0.03951200097799301, 1.2072796821594238, -1.7652153968811035, -0.02751871570944786, 1008.0, 332.0, 0.0007293928065337241, -0.29753023386001587, -0.8425167798995972, 1.9072198867797852, -1.0565149784088135, -0.0009302606340497732], "max": [-0.19943878054618835, 0.6047391295433044, 0.45148175954818726, -1.411919116973877, -0.25384068489074707, -0.12049752473831177, 0.02834414690732956, -0.31026598811149597, 0.46759799122810364, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4364021122455597, 0.6137799620628357, -0.13095204532146454, -1.338789701461792, 0.5210505723953247, 0.8248949646949768, 0.48005279898643494, -0.1784829944372177, -0.3914490044116974, 0.2346940040588379, 1.689182162284851, -1.1073650121688843, 0.8265653252601624, 1008.0, 1003.0, 0.0007444318616762757, -0.296832799911499, -0.8425024747848511, 1.9072206020355225, -1.056504726409912, -0.0006587763782590628], "mean": [-0.1995198279619217, 0.6046704649925232, 0.451387494802475, -1.4119765758514404, -0.253894180059433, -0.12055465579032898, 0.02828201837837696, -0.3103204667568207, 0.4675740897655487, 0.2282361388206482, -1.5732380151748657, -1.121137022972107, -0.7462766766548157, 0.22664882242679596, 0.4529246985912323, -0.35982292890548706, -1.5832743644714355, 0.23432812094688416, 0.3385545611381531, 0.27289074659347534, -0.27997052669525146, -0.45290637016296387, 0.1567603200674057, 1.469159722328186, -1.464120864868164, 0.4972410798072815, 1008.0, 829.655517578125, 0.0007363756303675473, -0.29736554622650146, -0.8425042629241943, 1.907225489616394, -1.0565139055252075, -0.000872406002599746], "std": [2.5682686100481078e-05, 2.1282035959302448e-05, 2.7527607016963884e-05, 1.745020563248545e-05, 2.3460517695639282e-05, 2.058982863673009e-05, 1.6044543372117914e-05, 1.5194113075267524e-05, 8.129428351821844e-06, 1.3594958545581903e-05, 1.1086463928222656e-05, 0.0, 1.0728836059570312e-06, 0.08466342836618423, 0.08303527534008026, 0.13251887261867523, 0.16984562575817108, 0.1304231435060501, 0.3394976556301117, 0.13850875198841095, 0.035985130816698074, 0.023951677605509758, 0.06164335086941719, 0.1032872125506401, 0.19966620206832886, 0.2767452299594879, 0.0, 273.2337341308594, 1.6781219756012433e-06, 0.0001477533660363406, 6.106050477683311e-06, 5.336739377526101e-06, 4.581741450238042e-06, 3.709053999045864e-05], "count": [598]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4512898027896881, -1.412041187286377, -0.25396284461021423, -0.12061969935894012, 0.02822197414934635, -0.31036099791526794, 0.46755000948905945, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.12402309477329254, 0.33424797654151917, -0.6489308476448059, -1.9608075618743896, -0.03574434295296669, -0.12060225009918213, -0.02839650586247444, -0.32374000549316406, -0.4793969988822937, 0.03951200097799301, 1.2072796821594238, -1.7652153968811035, -0.02751871570944786, 1008.0, 332.0, 0.0007293928065337241, -0.29753023386001587, -0.8425167798995972, 1.9072198867797852, -1.0565149784088135, -0.0009302606340497732], "max": [-0.19943878054618835, 0.6047391295433044, 0.45148175954818726, -1.411919116973877, -0.25384068489074707, -0.12049752473831177, 0.02834414690732956, -0.31026598811149597, 0.46759799122810364, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4364021122455597, 0.6137799620628357, -0.13095204532146454, -1.338789701461792, 0.5210505723953247, 0.8248949646949768, 0.48005279898643494, -0.1784829944372177, -0.3914490044116974, 0.2346940040588379, 1.689182162284851, -1.1073650121688843, 0.8265653252601624, 1008.0, 1003.0, 0.0007444318616762757, -0.296832799911499, -0.8425024747848511, 1.9072206020355225, -1.056504726409912, -0.0006587763782590628], "mean": [-0.1995198279619217, 0.6046704053878784, 0.4513874351978302, -1.4119765758514404, -0.2538941502571106, -0.12055456638336182, 0.028281990438699722, -0.3103204667568207, 0.4675740897655487, 0.2282361388206482, -1.5732380151748657, -1.121137022972107, -0.7462766766548157, 0.2265728861093521, 0.4524744749069214, -0.35930362343788147, -1.5831726789474487, 0.23385970294475555, 0.3386324346065521, 0.27319803833961487, -0.27998659014701843, -0.4529256224632263, 0.1567656546831131, 1.469043493270874, -1.464102029800415, 0.4972802698612213, 1008.0, 829.655517578125, 0.000736372487153858, -0.2973647713661194, -0.8425043225288391, 1.907225489616394, -1.0565139055252075, -0.0008723218343220651], "std": [2.5682686100481078e-05, 2.1284888134687208e-05, 2.7571011742111295e-05, 1.745020563248545e-05, 2.3451126253348775e-05, 2.072134338959586e-05, 1.6042637071222998e-05, 1.519572197139496e-05, 8.137465556501411e-06, 1.3598341865872499e-05, 1.1086463928222656e-05, 0.0, 1.0728836059570312e-06, 0.08470799028873444, 0.08294107764959335, 0.13276714086532593, 0.1699662059545517, 0.13085433840751648, 0.33939775824546814, 0.1380433887243271, 0.036000750958919525, 0.023968031629920006, 0.0616496317088604, 0.10320919752120972, 0.19969919323921204, 0.2767818868160248, 0.0, 273.2337341308594, 1.678864919085754e-06, 0.00014910240133758634, 6.054485766071593e-06, 5.336739377526101e-06, 4.581741450238042e-06, 3.709374141180888e-05], "count": [598]}, "timestamp": {"min": [0.0], "max": [19.9], "mean": [9.95], "std": [5.754249637345333], "count": [598]}, "frame_index": {"min": [0], "max": [597], "mean": [298.5], "std": [172.62748912035997], "count": [598]}, "episode_index": {"min": [283], "max": [283], "mean": [283.0], "std": [0.0], "count": [598]}, "index": {"min": [170230], "max": [170827], "mean": [170528.5], "std": [172.62748912035997], "count": [598]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [598]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8284381269212551], "std": [0.0, 0.27246640550877305], "count": [598]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8284381269212551], "std": [0.0, 0.27246640550877305], "count": [598]}, "eef_direction_state": {"mean": [6.0, 4.150501672240803], "std": [0.0, 2.3478642003976407], "min": [6, 0], "max": [6, 6], "count": [598]}, "eef_velocity_state": {"mean": [0.0, 0.7424749163879598], "std": [0.0, 0.8443607317713393], "min": [0, 0], "max": [0, 2], "count": [598]}, "eef_acc_mag_state": {"mean": [0.0, 0.6237458193979933], "std": [0.0, 0.8161648726034552], "min": [0, 0], "max": [0, 2], "count": [598]}, "eef_direction_action": {"mean": [6.0, 4.150501672240803], "std": [0.0, 2.3478642003976407], "min": [6, 0], "max": [6, 6], "count": [598]}, "eef_velocity_action": {"mean": [0.0, 0.7424749163879598], "std": [0.0, 0.8443607317713393], "min": [0, 0], "max": [0, 2], "count": [598]}, "eef_acc_mag_action": {"mean": [0.0, 0.6237458193979933], "std": [0.0, 0.8161648726034552], "min": [0, 0], "max": [0, 2], "count": [598]}, "eef_sim_pose_state": {"mean": [-0.310320645570755, 0.46757379174232483, 0.22823627293109894, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.2799704670906067, -0.45290613174438477, 0.15676039457321167, 1.4691606760025024, -1.4641214609146118, 0.49724167585372925], "std": [1.519305442343466e-05, 8.124755368044134e-06, 1.3594219126389362e-05, 0.0, 0.0, 5.960464477539063e-08, 0.03598513826727867, 0.023951686918735504, 0.061643335968256, 0.1032872349023819, 0.19966620206832886, 0.2767452299594879], "min": [-0.31036099791526794, 0.46755000948905945, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32374000549316406, -0.4793969988822937, 0.03951200097799301, 1.2072796821594238, -1.7652153968811035, -0.02751871570944786], "max": [-0.31026598811149597, 0.46759799122810364, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1784829944372177, -0.3914490044116974, 0.2346940040588379, 1.689182162284851, -1.1073650121688843, 0.8265653252601624], "count": [598]}, "eef_sim_pose_action": {"mean": [-0.3103204667568207, 0.4675740897655487, 0.2282361388206482, -1.5732380151748657, -1.121137022972107, -0.7462766766548157, -0.27997052669525146, -0.45290637016296387, 0.1567603200674057, 1.469159722328186, -1.464120864868164, 0.4972410798072815], "std": [1.5194113075267524e-05, 8.129428351821844e-06, 1.3594958545581903e-05, 1.1086463928222656e-05, 0.0, 1.0728836059570312e-06, 0.035985130816698074, 0.023951677605509758, 0.06164335086941719, 0.1032872125506401, 0.19966620206832886, 0.2767452299594879], "min": [-0.31036099791526794, 0.46755000948905945, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32374000549316406, -0.4793969988822937, 0.03951200097799301, 1.2072796821594238, -1.7652153968811035, -0.02751871570944786], "max": [-0.31026598811149597, 0.46759799122810364, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1784829944372177, -0.3914490044116974, 0.2346940040588379, 1.689182162284851, -1.1073650121688843, 0.8265653252601624], "count": [598]}, "gripper_mode_state": {"mean": [0.0, 0.22073578595317725], "std": [0.0, 0.41474268981238227], "min": [0, 0], "max": [0, 1], "count": [598]}, "gripper_activity_state": {"mean": [2.0, 1.7775919732441472], "std": [0.0, 0.5657737065522507], "min": [2, 0], "max": [2, 2], "count": [598]}, "gripper_mode_action": {"mean": [0.0, 0.22073578595317725], "std": [0.0, 0.41474268981238227], "min": [0, 0], "max": [0, 1], "count": [598]}, "gripper_activity_action": {"mean": [2.0, 1.7775919732441472], "std": [0.0, 0.5657737065522507], "min": [2, 0], "max": [2, 2], "count": [598]}}} +{"episode_index": 139, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4087606307980181]], [[0.4178266129032258]], [[0.41406661955776936]]], "std": [[[0.21150727829001392]], [[0.20972372593358454]], [[0.20705999739110956]]], "count": [124]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32466196401275565]], [[0.30873826560193973]], [[0.3213202416719376]]], "std": [[[0.25457044847146]], [[0.2632592075806747]], [[0.24962836788555814]]], "count": [124]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4299223576191229]], [[0.43278864247311827]], [[0.425121216463736]]], "std": [[[0.2816199973570659]], [[0.27712005832032066]], [[0.2794331819332314]]], "count": [124]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40629667075163395]], [[0.4040563807848408]], [[0.4102644917510015]]], "std": [[[0.26666546843883904]], [[0.26680836243422584]], [[0.26745373453105825]]], "count": [124]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12061969935894012, 0.02822197414934635, -0.31037598848342896, 0.4675480127334595, 0.22819100320339203, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.13781119883060455, 0.37632790207862854, -0.5933246612548828, -1.8867707252502441, 0.15978488326072693, -0.15166909992694855, -0.02839650586247444, -0.3130370080471039, -0.4780209958553314, 0.04263899847865105, 1.2699013948440552, -1.8151252269744873, 0.07672224193811417, 1008.0, 332.0, 0.0007293928065337241, -0.2968609929084778, -0.8426387906074524, 1.907144546508789, -1.056717038154602, -0.0009074787376448512], "max": [-0.19943878054618835, 0.6047565937042236, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31026700139045715, 0.46759799122810364, 0.228303000330925, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.32124531269073486, 0.6212149858474731, -0.13217377662658691, -1.336520791053772, 0.47450268268585205, 0.7463202476501465, 0.45211008191108704, -0.20267899334430695, -0.40223899483680725, 0.24031199514865875, 1.6710892915725708, -1.11209237575531, 0.8499221205711365, 1008.0, 1003.0, 0.0007425519870594144, -0.2960413694381714, -0.8424319624900818, 1.9072222709655762, -1.0565094947814941, -0.0007926200050860643], "mean": [-0.19951951503753662, 0.6046732068061829, 0.45139431953430176, -1.4119693040847778, -0.25389349460601807, -0.12056837975978851, 0.028279853984713554, -0.3103239834308624, 0.467572957277298, 0.22823697328567505, -1.5732381343841553, -1.1211377382278442, -0.7462767362594604, 0.21567030251026154, 0.46219372749328613, -0.3655424118041992, -1.551996111869812, 0.27514055371284485, 0.22696085274219513, 0.26175251603126526, -0.28458014130592346, -0.45244258642196655, 0.1584291309118271, 1.5216844081878662, -1.470214605331421, 0.5636972784996033, 1008.0, 826.9485473632812, 0.0007349160150624812, -0.29654088616371155, -0.8425034880638123, 1.9072147607803345, -1.0565319061279297, -0.0008739525219425559], "std": [2.532135295041371e-05, 2.4369204766117036e-05, 2.3783446522429585e-05, 1.8397999156150036e-05, 2.353437594138086e-05, 2.2439298845711164e-05, 1.5431945939781144e-05, 1.5041704500617925e-05, 7.886140338086989e-06, 1.4502063095278572e-05, 1.1205673217773438e-05, 7.152557373046875e-07, 1.1324882507324219e-06, 0.05236314982175827, 0.07705094665288925, 0.12671039998531342, 0.17742325365543365, 0.06789650768041611, 0.3518787920475006, 0.13223685324192047, 0.030737949535250664, 0.02487798035144806, 0.06155705079436302, 0.12128161638975143, 0.20479144155979156, 0.2817853093147278, 0.0, 276.0705871582031, 9.695014568933402e-07, 0.0002636250574141741, 3.6355926567921415e-05, 2.431368557154201e-05, 4.2723637307062745e-05, 1.9254119251854718e-05], "count": [622]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12061969935894012, 0.02822197414934635, -0.31037598848342896, 0.4675480127334595, 0.22819100320339203, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.13781119883060455, 0.37632790207862854, -0.5933246612548828, -1.8867707252502441, 0.15978488326072693, -0.15166909992694855, -0.02839650586247444, -0.3130370080471039, -0.4780209958553314, 0.04263899847865105, 1.2699013948440552, -1.8151252269744873, 0.07672224193811417, 1008.0, 332.0, 0.0007293928065337241, -0.2968609929084778, -0.8426387906074524, 1.907144546508789, -1.056717038154602, -0.0009074787376448512], "max": [-0.19943878054618835, 0.6047565937042236, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31026700139045715, 0.46759799122810364, 0.228303000330925, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.32124531269073486, 0.6212149858474731, -0.13217377662658691, -1.336520791053772, 0.47450268268585205, 0.7463202476501465, 0.45211008191108704, -0.20267899334430695, -0.40223899483680725, 0.24031199514865875, 1.6710892915725708, -1.11209237575531, 0.8499221205711365, 1008.0, 1003.0, 0.0007425519870594144, -0.2960413694381714, -0.8424319624900818, 1.9072222709655762, -1.0565094947814941, -0.0007926200050860643], "mean": [-0.19951950013637543, 0.6046732068061829, 0.45139431953430176, -1.4119693040847778, -0.2538934051990509, -0.12056834250688553, 0.028279908001422882, -0.3103240728378296, 0.4675729274749756, 0.22823698818683624, -1.5732381343841553, -1.1211377382278442, -0.7462767362594604, 0.21560968458652496, 0.46183374524116516, -0.3650323450565338, -1.5518878698349, 0.27499333024024963, 0.2269706130027771, 0.2622331380844116, -0.28457871079444885, -0.4524592161178589, 0.1584477424621582, 1.5216305255889893, -1.4704481363296509, 0.5638626217842102, 1008.0, 826.9453125, 0.0007349129882641137, -0.29653966426849365, -0.8425033688545227, 1.9072149991989136, -1.0565320253372192, -0.0008740198099985719], "std": [2.5324001398985274e-05, 2.4369204766117036e-05, 2.378344834141899e-05, 1.838149364630226e-05, 2.3441214580088854e-05, 2.24076138692908e-05, 1.541177880426403e-05, 1.5102264114830177e-05, 7.934067070891615e-06, 1.4511318113363814e-05, 1.1205673217773438e-05, 7.152557373046875e-07, 1.1324882507324219e-06, 0.05240364000201225, 0.07690723985433578, 0.1270017772912979, 0.17752917110919952, 0.0680413544178009, 0.35186925530433655, 0.13172389566898346, 0.030736764892935753, 0.02489158883690834, 0.0615798681974411, 0.12126616388559341, 0.2044760137796402, 0.28192248940467834, 0.0, 276.0696105957031, 9.720456546347123e-07, 0.000263943278696388, 3.6452922358876094e-05, 2.445209065626841e-05, 4.273835293133743e-05, 1.9218654415453784e-05], "count": [622]}, "timestamp": {"min": [0.0], "max": [20.7], "mean": [10.35], "std": [5.985190055461898], "count": [622]}, "frame_index": {"min": [0], "max": [621], "mean": [310.5], "std": [179.55570166385695], "count": [622]}, "episode_index": {"min": [284], "max": [284], "mean": [284.0], "std": [0.0], "count": [622]}, "index": {"min": [170828], "max": [171449], "mean": [171138.5], "std": [179.55570166385695], "count": [622]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [622]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8252090042235384], "std": [0.0, 0.27496403874893827], "count": [622]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8252090042235384], "std": [0.0, 0.27496403874893827], "count": [622]}, "eef_direction_state": {"mean": [6.0, 4.427652733118971], "std": [0.0, 2.237593294320572], "min": [6, 0], "max": [6, 6], "count": [622]}, "eef_velocity_state": {"mean": [0.0, 0.6720257234726688], "std": [0.0, 0.8325118382059759], "min": [0, 0], "max": [0, 2], "count": [622]}, "eef_acc_mag_state": {"mean": [0.0, 0.5852090032154341], "std": [0.0, 0.8029126267665676], "min": [0, 0], "max": [0, 2], "count": [622]}, "eef_direction_action": {"mean": [6.0, 4.427652733118971], "std": [0.0, 2.237593294320572], "min": [6, 0], "max": [6, 6], "count": [622]}, "eef_velocity_action": {"mean": [0.0, 0.6720257234726688], "std": [0.0, 0.8325118382059759], "min": [0, 0], "max": [0, 2], "count": [622]}, "eef_acc_mag_action": {"mean": [0.0, 0.5852090032154341], "std": [0.0, 0.8029126267665676], "min": [0, 0], "max": [0, 2], "count": [622]}, "eef_sim_pose_state": {"mean": [-0.3103237450122833, 0.46757277846336365, 0.22823704779148102, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2845804989337921, -0.4524427354335785, 0.1584291011095047, 1.521686315536499, -1.4702155590057373, 0.563696563243866], "std": [1.5040021025924943e-05, 7.884675142122433e-06, 1.4501920304610394e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.03073795698583126, 0.02487797476351261, 0.061557043343782425, 0.12128174304962158, 0.20479170978069305, 0.2817850410938263], "min": [-0.31037598848342896, 0.4675480127334595, 0.22819100320339203, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3130370080471039, -0.4780209958553314, 0.04263899847865105, 1.2699013948440552, -1.8151252269744873, 0.07672224193811417], "max": [-0.31026700139045715, 0.46759799122810364, 0.228303000330925, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20267899334430695, -0.40223899483680725, 0.24031199514865875, 1.6710892915725708, -1.11209237575531, 0.8499221205711365], "count": [622]}, "eef_sim_pose_action": {"mean": [-0.3103239834308624, 0.467572957277298, 0.22823697328567505, -1.5732381343841553, -1.1211377382278442, -0.7462767362594604, -0.28458014130592346, -0.45244258642196655, 0.1584291309118271, 1.5216844081878662, -1.470214605331421, 0.5636972784996033], "std": [1.5041704500617925e-05, 7.886140338086989e-06, 1.4502063095278572e-05, 1.1205673217773438e-05, 7.152557373046875e-07, 1.1324882507324219e-06, 0.030737949535250664, 0.02487798035144806, 0.06155705079436302, 0.12128161638975143, 0.20479144155979156, 0.2817853093147278], "min": [-0.31037598848342896, 0.4675480127334595, 0.22819100320339203, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3130370080471039, -0.4780209958553314, 0.04263899847865105, 1.2699013948440552, -1.8151252269744873, 0.07672224193811417], "max": [-0.31026700139045715, 0.46759799122810364, 0.228303000330925, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20267899334430695, -0.40223899483680725, 0.24031199514865875, 1.6710892915725708, -1.11209237575531, 0.8499221205711365], "count": [622]}, "gripper_mode_state": {"mean": [0.0, 0.2266881028938907], "std": [0.0, 0.4186891530721324], "min": [0, 0], "max": [0, 1], "count": [622]}, "gripper_activity_state": {"mean": [2.0, 1.7717041800643087], "std": [0.0, 0.5721033477133678], "min": [2, 0], "max": [2, 2], "count": [622]}, "gripper_mode_action": {"mean": [0.0, 0.2266881028938907], "std": [0.0, 0.4186891530721324], "min": [0, 0], "max": [0, 1], "count": [622]}, "gripper_activity_action": {"mean": [2.0, 1.7717041800643087], "std": [0.0, 0.5721033477133678], "min": [2, 0], "max": [2, 2], "count": [622]}}} +{"episode_index": 140, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4100849192618224]], [[0.41909583024386227]], [[0.41545662039325537]]], "std": [[[0.21275486884890957]], [[0.2105792099607028]], [[0.20790388487149927]]], "count": [119]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3262710976547482]], [[0.31077472949964297]], [[0.3231733055967485]]], "std": [[[0.2554100286724139]], [[0.26413643916088414]], [[0.25108654707391387]]], "count": [119]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4292969256329983]], [[0.4322605282309002]], [[0.42414289661943205]]], "std": [[[0.2815635955252354]], [[0.27703880625746247]], [[0.2791688030014495]]], "count": [119]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3904359449662218]], [[0.38928677157137365]], [[0.39405835324325805]]], "std": [[[0.26272059780027485]], [[0.2635841126268249]], [[0.2639297522792656]]], "count": [119]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12065461277961731, 0.02822197414934635, -0.31037500500679016, 0.4675480127334595, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.11843804270029068, 0.33398619294166565, -0.6433981657028198, -1.9004889726638794, 0.06398376822471619, -0.1687384396791458, -0.02839650586247444, -0.31100401282310486, -0.4693019986152649, 0.040633998811244965, 1.1925697326660156, -1.7915902137756348, -0.07764177769422531, 1008.0, 333.0, 0.0007331525557674468, -0.29621055722236633, -0.8424462676048279, 1.9071660041809082, -1.056558609008789, -0.0010043018264696002], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12049752473831177, 0.028326693922281265, -0.31027698516845703, 0.46759700775146484, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.44249334931373596, 0.6218258738517761, -0.15591025352478027, -1.398759126663208, 0.439578652381897, 0.8787209391593933, 0.5175948739051819, -0.18437500298023224, -0.40771999955177307, 0.24046500027179718, 1.6537513732910156, -1.121137022972107, 0.8159086108207703, 1008.0, 1002.0, 0.000740672112442553, -0.29591917991638184, -0.8424256443977356, 1.9071755409240723, -1.0565094947814941, -0.0008733058930374682], "mean": [-0.1995178610086441, 0.604672372341156, 0.4513939917087555, -1.411966323852539, -0.2538941502571106, -0.12056393176317215, 0.02827962301671505, -0.3103267252445221, 0.46757256984710693, 0.2282380610704422, -1.5732378959655762, -1.1211367845535278, -0.7462766766548157, 0.21838414669036865, 0.45167630910873413, -0.3618561327457428, -1.5946060419082642, 0.2038578987121582, 0.3061366677284241, 0.2726098299026489, -0.27578747272491455, -0.448184996843338, 0.15281489491462708, 1.521511197090149, -1.4273219108581543, 0.4852934777736664, 1008.0, 842.4719848632812, 0.0007340162992477417, -0.29607224464416504, -0.8424355983734131, 1.9071710109710693, -1.0565245151519775, -0.000936712312977761], "std": [2.66186470980756e-05, 1.9148237697663717e-05, 2.511638194846455e-05, 1.7932130504050292e-05, 2.1781057512271218e-05, 2.2785783585277386e-05, 1.711266304482706e-05, 1.5143856217036955e-05, 8.584857823734637e-06, 1.3954604582977481e-05, 1.0967254638671875e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.09512301534414291, 0.08228351175785065, 0.13876479864120483, 0.17332802712917328, 0.10298985242843628, 0.40606194734573364, 0.13659566640853882, 0.03389643132686615, 0.02261476032435894, 0.06909076869487762, 0.12261658161878586, 0.23669284582138062, 0.2811090052127838, 0.0, 263.8916015625, 9.802714657780598e-07, 1.9926177628803998e-05, 4.378554422146408e-06, 4.474412435229169e-06, 1.2051856174366549e-05, 3.823599763563834e-05], "count": [589]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12065461277961731, 0.02822197414934635, -0.31037500500679016, 0.4675480127334595, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.11843804270029068, 0.33398619294166565, -0.6433981657028198, -1.9004889726638794, 0.06398376822471619, -0.1687384396791458, -0.02839650586247444, -0.31100401282310486, -0.4693019986152649, 0.040633998811244965, 1.1925697326660156, -1.7915902137756348, -0.07764177769422531, 1008.0, 333.0, 0.0007331525557674468, -0.29621055722236633, -0.8424462676048279, 1.9071660041809082, -1.056558609008789, -0.0010043018264696002], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12049752473831177, 0.028326693922281265, -0.31027698516845703, 0.46759700775146484, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.44249334931373596, 0.6218258738517761, -0.15591025352478027, -1.398759126663208, 0.439578652381897, 0.8787209391593933, 0.5175948739051819, -0.18437500298023224, -0.40771999955177307, 0.24046500027179718, 1.6537513732910156, -1.121137022972107, 0.8159086108207703, 1008.0, 1002.0, 0.000740672112442553, -0.29591917991638184, -0.8424256443977356, 1.9071755409240723, -1.0565094947814941, -0.0008733058930374682], "mean": [-0.19951777160167694, 0.6046723127365112, 0.45139390230178833, -1.411966323852539, -0.2538940906524658, -0.12056386470794678, 0.02827959507703781, -0.3103267550468445, 0.46757251024246216, 0.2282380908727646, -1.5732378959655762, -1.1211367845535278, -0.7462766766548157, 0.21825845539569855, 0.4513905346393585, -0.3613602817058563, -1.5946308374404907, 0.20365402102470398, 0.3061050772666931, 0.273063063621521, -0.27575773000717163, -0.44818389415740967, 0.15283171832561493, 1.5215989351272583, -1.4274296760559082, 0.4853989779949188, 1008.0, 842.4719848632812, 0.0007340162992477417, -0.29607218503952026, -0.8424355983734131, 1.9071710109710693, -1.0565245151519775, -0.0009368348401039839], "std": [2.6679495931603014e-05, 1.9146060367347673e-05, 2.514250809326768e-05, 1.78336413227953e-05, 2.1770858438685536e-05, 2.2777159756515175e-05, 1.7106644008890726e-05, 1.515162057330599e-05, 8.589538992964663e-06, 1.3972950910101645e-05, 1.0967254638671875e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.09519675374031067, 0.08204396069049835, 0.13896560668945312, 0.1733030378818512, 0.10300937294960022, 0.40609604120254517, 0.1360391080379486, 0.03387380391359329, 0.022613847628235817, 0.06911030411720276, 0.1226721778512001, 0.23656797409057617, 0.2812187671661377, 0.0, 263.8916015625, 9.80271352091222e-07, 1.9942452126997523e-05, 4.373501724330708e-06, 4.4696648728859145e-06, 1.1994052329100668e-05, 3.818164623226039e-05], "count": [589]}, "timestamp": {"min": [0.0], "max": [19.6], "mean": [9.8], "std": [5.667646974029188], "count": [589]}, "frame_index": {"min": [0], "max": [588], "mean": [294.0], "std": [170.02940922087566], "count": [589]}, "episode_index": {"min": [285], "max": [285], "mean": [285.0], "std": [0.0], "count": [589]}, "index": {"min": [171450], "max": [172038], "mean": [171744.0], "std": [170.02940922087566], "count": [589]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [589]}, "gripper_open_scale_state": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.8417758898135964], "std": [0.0, 0.26347246612894976], "count": [589]}, "gripper_open_scale_action": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.8417758898135964], "std": [0.0, 0.2634724661289497], "count": [589]}, "eef_direction_state": {"mean": [6.0, 4.222410865874363], "std": [0.0, 2.31913285729754], "min": [6, 0], "max": [6, 6], "count": [589]}, "eef_velocity_state": {"mean": [0.0, 0.7419354838709677], "std": [0.0, 0.8472207570154336], "min": [0, 0], "max": [0, 2], "count": [589]}, "eef_acc_mag_state": {"mean": [0.0, 0.634974533106961], "std": [0.0, 0.8142611769003364], "min": [0, 0], "max": [0, 2], "count": [589]}, "eef_direction_action": {"mean": [6.0, 4.222410865874363], "std": [0.0, 2.31913285729754], "min": [6, 0], "max": [6, 6], "count": [589]}, "eef_velocity_action": {"mean": [0.0, 0.7419354838709677], "std": [0.0, 0.8472207570154336], "min": [0, 0], "max": [0, 2], "count": [589]}, "eef_acc_mag_action": {"mean": [0.0, 0.634974533106961], "std": [0.0, 0.8142611769003364], "min": [0, 0], "max": [0, 2], "count": [589]}, "eef_sim_pose_state": {"mean": [-0.3103267252445221, 0.4675723910331726, 0.2282380908727646, -1.5732269287109375, -1.121137022972107, -0.7462754845619202, -0.27578750252723694, -0.448184996843338, 0.1528148204088211, 1.521512508392334, -1.4273217916488647, 0.4852931797504425], "std": [1.5143869859457482e-05, 8.58408930071164e-06, 1.3954584574094042e-05, 0.0, 0.0, 1.1920928955078125e-07, 0.033896442502737045, 0.02261476218700409, 0.06909076869487762, 0.12261666357517242, 0.23669272661209106, 0.2811092436313629], "min": [-0.31037500500679016, 0.4675480127334595, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31100401282310486, -0.4693019986152649, 0.040633998811244965, 1.1925697326660156, -1.7915902137756348, -0.07764177769422531], "max": [-0.31027698516845703, 0.46759700775146484, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.18437500298023224, -0.40771999955177307, 0.24046500027179718, 1.6537513732910156, -1.121137022972107, 0.8159086108207703], "count": [589]}, "eef_sim_pose_action": {"mean": [-0.3103267252445221, 0.46757256984710693, 0.2282380610704422, -1.5732378959655762, -1.1211367845535278, -0.7462766766548157, -0.27578747272491455, -0.448184996843338, 0.15281489491462708, 1.521511197090149, -1.4273219108581543, 0.4852934777736664], "std": [1.5143856217036955e-05, 8.584857823734637e-06, 1.3954604582977481e-05, 1.0967254638671875e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.03389643132686615, 0.02261476032435894, 0.06909076869487762, 0.12261658161878586, 0.23669284582138062, 0.2811090052127838], "min": [-0.31037500500679016, 0.4675480127334595, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31100401282310486, -0.4693019986152649, 0.040633998811244965, 1.1925697326660156, -1.7915902137756348, -0.07764177769422531], "max": [-0.31027698516845703, 0.46759700775146484, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.18437500298023224, -0.40771999955177307, 0.24046500027179718, 1.6537513732910156, -1.121137022972107, 0.8159086108207703], "count": [589]}, "gripper_mode_state": {"mean": [0.0, 0.20203735144312393], "std": [0.0, 0.4015199373193972], "min": [0, 0], "max": [0, 1], "count": [589]}, "gripper_activity_state": {"mean": [2.0, 1.772495755517827], "std": [0.0, 0.567235621221007], "min": [2, 0], "max": [2, 2], "count": [589]}, "gripper_mode_action": {"mean": [0.0, 0.20203735144312393], "std": [0.0, 0.4015199373193972], "min": [0, 0], "max": [0, 1], "count": [589]}, "gripper_activity_action": {"mean": [2.0, 1.772495755517827], "std": [0.0, 0.5672356212210071], "min": [2, 0], "max": [2, 2], "count": [589]}}} +{"episode_index": 141, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.409954310822125]], [[0.4190873946686112]], [[0.4148437229919516]]], "std": [[[0.21133147029835042]], [[0.20924086374108183]], [[0.20615330504104912]]], "count": [121]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32720778979635934]], [[0.3113619905606871]], [[0.3298651201182953]]], "std": [[[0.2550655539968571]], [[0.2630339828645965]], [[0.25163164562042284]]], "count": [121]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43000699846054125]], [[0.4329876505698698]], [[0.42520819829309137]]], "std": [[[0.28090753274998886]], [[0.27649896601396146]], [[0.2786593677667888]]], "count": [121]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40868240560687086]], [[0.4058314005698698]], [[0.4132804498865662]]], "std": [[[0.27164961213967065]], [[0.2724930983190877]], [[0.27287862932203427]]], "count": [121]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4512898027896881, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31036698818206787, 0.4675540030002594, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.049008846282958984, 0.31922072172164917, -0.5054647922515869, -1.9670385122299194, 0.1515294909477234, -0.16399113833904266, -0.02839650586247444, -0.31656399369239807, -0.46759799122810364, 0.04279800131917, 1.2752506732940674, -1.7580159902572632, 0.25211867690086365, 1008.0, 332.0, 0.00072375318268314, -0.2962932884693146, -0.8424026370048523, 1.9071699380874634, -1.0564762353897095, -0.0009739259257912636], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12048007547855377, 0.02834414690732956, -0.31028100848197937, 0.46759599447250366, 0.22826999425888062, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1995958536863327, 0.6047391295433044, -0.09801769256591797, -1.378722906112671, 0.4407654404640198, 0.7889586091041565, 0.38065630197525024, -0.22303999960422516, -0.3813549876213074, 0.24488100409507751, 1.6292014122009277, -1.121137022972107, 0.8972446918487549, 1008.0, 1003.0, 0.0007369123632088304, -0.2958590090274811, -0.8423812985420227, 1.9071738719940186, -1.0564619302749634, -0.0009444993338547647], "mean": [-0.19951887428760529, 0.6046649217605591, 0.4513813257217407, -1.4119733572006226, -0.25389420986175537, -0.12054286897182465, 0.02828080579638481, -0.3103235363960266, 0.46757441759109497, 0.22823701798915863, -1.5732380151748657, -1.1211371421813965, -0.7462766766548157, 0.12405339628458023, 0.4371758997440338, -0.3109545409679413, -1.6210212707519531, 0.24679367244243622, 0.2188238799571991, 0.22774605453014374, -0.2854824960231781, -0.4357829689979553, 0.16010135412216187, 1.5052096843719482, -1.4570834636688232, 0.6246362328529358, 1008.0, 813.3866577148438, 0.000728788145352155, -0.2961604595184326, -0.842399001121521, 1.9071727991104126, -1.056467890739441, -0.0009525776840746403], "std": [2.5608849682612345e-05, 1.9716107999556698e-05, 2.4797571313683875e-05, 1.7544143702252768e-05, 2.3923568733152933e-05, 2.289047733938787e-05, 1.762534157023765e-05, 1.463618809793843e-05, 7.945180186652578e-06, 1.2069758668076247e-05, 1.1086463928222656e-05, 1.1920928955078125e-07, 1.0728836059570312e-06, 0.033627092838287354, 0.07934567332267761, 0.12269528210163116, 0.18519972264766693, 0.07375168800354004, 0.3301359713077545, 0.10775482654571533, 0.025894109159708023, 0.028278375044465065, 0.062290776520967484, 0.11275406181812286, 0.2073594480752945, 0.22782157361507416, 0.0, 283.1361389160156, 1.0868694744203822e-06, 4.626774898497388e-05, 5.338613846106455e-06, 1.4298159385361942e-06, 4.036110112792812e-06, 2.1040980300313095e-06], "count": [600]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4512898027896881, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31036698818206787, 0.4675540030002594, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.049008846282958984, 0.31922072172164917, -0.5054647922515869, -1.9670385122299194, 0.1515294909477234, -0.16399113833904266, -0.02839650586247444, -0.31656399369239807, -0.46759799122810364, 0.04279800131917, 1.2752506732940674, -1.7580159902572632, 0.25211867690086365, 1008.0, 332.0, 0.00072375318268314, -0.2962932884693146, -0.8424026370048523, 1.9071699380874634, -1.0564762353897095, -0.0009739259257912636], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12048007547855377, 0.02834414690732956, -0.31028100848197937, 0.46759599447250366, 0.22826999425888062, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1995958536863327, 0.6047391295433044, -0.09801769256591797, -1.378722906112671, 0.4407654404640198, 0.7889586091041565, 0.38065630197525024, -0.22303999960422516, -0.3813549876213074, 0.24488100409507751, 1.6292014122009277, -1.121137022972107, 0.8972446918487549, 1008.0, 1003.0, 0.0007369123632088304, -0.2958590090274811, -0.8423812985420227, 1.9071738719940186, -1.0564619302749634, -0.0009444993338547647], "mean": [-0.1995188593864441, 0.6046649813652039, 0.4513814151287079, -1.4119733572006226, -0.2538941204547882, -0.12054289132356644, 0.028280748054385185, -0.3103235363960266, 0.4675743579864502, 0.22823700308799744, -1.5732380151748657, -1.1211371421813965, -0.7462766766548157, 0.12390430271625519, 0.4368381202220917, -0.3103923499584198, -1.6209920644760132, 0.24670423567295074, 0.21889498829841614, 0.22829864919185638, -0.2854873538017273, -0.4357753396034241, 0.16012901067733765, 1.505115270614624, -1.4574155807495117, 0.6247754693031311, 1008.0, 813.3866577148438, 0.000728788145352155, -0.29616042971611023, -0.842399001121521, 1.9071727991104126, -1.056467890739441, -0.0009525761124677956], "std": [2.5610757802496664e-05, 1.971545680135023e-05, 2.4812567062326707e-05, 1.7544143702252768e-05, 2.395940464339219e-05, 2.2888280000188388e-05, 1.7531101548229344e-05, 1.462061936763348e-05, 7.941796866361983e-06, 1.207465447805589e-05, 1.1086463928222656e-05, 1.1920928955078125e-07, 1.0728836059570312e-06, 0.03349016606807709, 0.07906526327133179, 0.12282343208789825, 0.1852341890335083, 0.07377563416957855, 0.33006757497787476, 0.10729318857192993, 0.025899088010191917, 0.028270389884710312, 0.06232459098100662, 0.11272118240594864, 0.20698264241218567, 0.22792112827301025, 0.0, 283.1361083984375, 1.0868694744203822e-06, 4.6256369387265295e-05, 5.335273726814194e-06, 1.4289460068539483e-06, 4.036013706354424e-06, 2.105523435602663e-06], "count": [600]}, "timestamp": {"min": [0.0], "max": [19.966666666666665], "mean": [9.983333333333333], "std": [5.77349467313695], "count": [600]}, "frame_index": {"min": [0], "max": [599], "mean": [299.5], "std": [173.2048401941085], "count": [600]}, "episode_index": {"min": [287], "max": [287], "mean": [287.0], "std": [0.0], "count": [600]}, "index": {"min": [172651], "max": [173250], "mean": [172950.5], "std": [173.2048401941085], "count": [600]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [600]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8114866673449675], "std": [0.0, 0.2818641506100813], "count": [600]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8114866673449675], "std": [0.0, 0.28186415061008124], "count": [600]}, "eef_direction_state": {"mean": [6.0, 4.3933333333333335], "std": [0.0, 2.2387397248352774], "min": [6, 0], "max": [6, 6], "count": [600]}, "eef_velocity_state": {"mean": [0.0, 0.6883333333333334], "std": [0.0, 0.8353824805972991], "min": [0, 0], "max": [0, 2], "count": [600]}, "eef_acc_mag_state": {"mean": [0.0, 0.605], "std": [0.0, 0.8239993932036596], "min": [0, 0], "max": [0, 2], "count": [600]}, "eef_direction_action": {"mean": [6.0, 4.3933333333333335], "std": [0.0, 2.2387397248352774], "min": [6, 0], "max": [6, 6], "count": [600]}, "eef_velocity_action": {"mean": [0.0, 0.6883333333333334], "std": [0.0, 0.8353824805972991], "min": [0, 0], "max": [0, 2], "count": [600]}, "eef_acc_mag_action": {"mean": [0.0, 0.605], "std": [0.0, 0.8239993932036596], "min": [0, 0], "max": [0, 2], "count": [600]}, "eef_sim_pose_state": {"mean": [-0.3103235363960266, 0.46757426857948303, 0.22823697328567505, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.28548258543014526, -0.4357830882072449, 0.16010136902332306, 1.5052084922790527, -1.4570828676223755, 0.6246352195739746], "std": [1.463620355934836e-05, 7.944192475406453e-06, 1.2069641343259718e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.025894109159708023, 0.028278371319174767, 0.06229078769683838, 0.11275400221347809, 0.20735956728458405, 0.22782175242900848], "min": [-0.31036698818206787, 0.4675540030002594, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31656399369239807, -0.46759799122810364, 0.04279800131917, 1.2752506732940674, -1.7580159902572632, 0.25211867690086365], "max": [-0.31028100848197937, 0.46759599447250366, 0.22826999425888062, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22303999960422516, -0.3813549876213074, 0.24488100409507751, 1.6292014122009277, -1.121137022972107, 0.8972446918487549], "count": [600]}, "eef_sim_pose_action": {"mean": [-0.3103235363960266, 0.46757441759109497, 0.22823701798915863, -1.5732380151748657, -1.1211371421813965, -0.7462766766548157, -0.2854824960231781, -0.4357829689979553, 0.16010135412216187, 1.5052096843719482, -1.4570834636688232, 0.6246362328529358], "std": [1.463618809793843e-05, 7.945180186652578e-06, 1.2069758668076247e-05, 1.1086463928222656e-05, 1.1920928955078125e-07, 1.0728836059570312e-06, 0.025894109159708023, 0.028278375044465065, 0.062290776520967484, 0.11275406181812286, 0.2073594480752945, 0.22782157361507416], "min": [-0.31036698818206787, 0.4675540030002594, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31656399369239807, -0.46759799122810364, 0.04279800131917, 1.2752506732940674, -1.7580159902572632, 0.25211867690086365], "max": [-0.31028100848197937, 0.46759599447250366, 0.22826999425888062, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22303999960422516, -0.3813549876213074, 0.24488100409507751, 1.6292014122009277, -1.121137022972107, 0.8972446918487549], "count": [600]}, "gripper_mode_state": {"mean": [0.0, 0.24833333333333332], "std": [0.0, 0.4320461652287759], "min": [0, 0], "max": [0, 1], "count": [600]}, "gripper_activity_state": {"mean": [2.0, 1.7683333333333333], "std": [0.0, 0.5756131996015659], "min": [2, 0], "max": [2, 2], "count": [600]}, "gripper_mode_action": {"mean": [0.0, 0.24833333333333332], "std": [0.0, 0.4320461652287759], "min": [0, 0], "max": [0, 1], "count": [600]}, "gripper_activity_action": {"mean": [2.0, 1.7683333333333333], "std": [0.0, 0.5756131996015659], "min": [2, 0], "max": [2, 2], "count": [600]}}} +{"episode_index": 142, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41058552939909815]], [[0.4185856354815828]], [[0.41511534966053604]]], "std": [[[0.21116054205241025]], [[0.20978931576152043]], [[0.20670765430315483]]], "count": [129]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32316697858083804]], [[0.30864594099913867]], [[0.3193645643334853]]], "std": [[[0.2554120064021024]], [[0.26367631656825186]], [[0.25111245914834046]]], "count": [129]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43634162835030654]], [[0.43894495744034046]], [[0.4308987466433602]]], "std": [[[0.2833583491334743]], [[0.2788469940572856]], [[0.278130591516918]]], "count": [129]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40730295732634136]], [[0.40539548975274864]], [[0.41022695476769516]]], "std": [[[0.25879234149377134]], [[0.25952439021320695]], [[0.26063308952047454]]], "count": [129]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.31037798523902893, 0.4675469994544983, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.09698794782161713, 0.29138270020484924, -0.6219305992126465, -1.8908199071884155, 0.14179053902626038, -0.15568336844444275, -0.028291787952184677, -0.32714301347732544, -0.48941001296043396, 0.050953999161720276, 1.299999475479126, -1.7793707847595215, 0.03982468321919441, 1008.0, 333.0, 0.0007275129319168627, -0.2964380383491516, -0.8422885537147522, 1.907218337059021, -1.0568873882293701, -0.0009226666879840195], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25385814905166626, -0.12046262621879578, 0.02834414690732956, -0.3102790117263794, 0.4676060080528259, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3508635461330414, 0.6453704237937927, -0.14842279255390167, -1.286970853805542, 0.4729842245578766, 0.6036919355392456, 0.5039114356040955, -0.21874600648880005, -0.38812699913978577, 0.22931000590324402, 1.693791389465332, -1.121137022972107, 0.9773882627487183, 1008.0, 1003.0, 0.0007331525557674468, -0.2961353659629822, -0.8422560691833496, 1.9072246551513672, -1.0564247369766235, -0.0006872537778690457], "mean": [-0.19951774179935455, 0.6046720147132874, 0.45139017701148987, -1.411982536315918, -0.2539144456386566, -0.12052599340677261, 0.028280111029744148, -0.310324490070343, 0.4675731062889099, 0.22823695838451385, -1.5732382535934448, -1.1211384534835815, -0.7462767362594604, 0.20007000863552094, 0.4577805697917938, -0.38842687010765076, -1.5290720462799072, 0.2654173672199249, 0.16484716534614563, 0.22801201045513153, -0.29665446281433105, -0.45115044713020325, 0.15316477417945862, 1.5375521183013916, -1.461235523223877, 0.582748293876648, 1008.0, 814.3021240234375, 0.0007282394217327237, -0.29624971747398376, -0.8422834873199463, 1.9072256088256836, -1.056552529335022, -0.0008080899715423584], "std": [2.5410241505596787e-05, 1.978891305043362e-05, 2.4810986360535026e-05, 2.2750000425730832e-05, 2.38551692746114e-05, 3.1009662052383646e-05, 1.6604624761384912e-05, 1.531132875243202e-05, 8.348100891453214e-06, 1.4168319466989487e-05, 1.1324882507324219e-05, 1.430511474609375e-06, 1.1324882507324219e-06, 0.056332848966121674, 0.10343025624752045, 0.1107417568564415, 0.16952741146087646, 0.08066205680370331, 0.257877916097641, 0.14992915093898773, 0.028304899111390114, 0.027551688253879547, 0.058154813945293427, 0.0855664387345314, 0.2186146378517151, 0.25033333897590637, 0.0, 283.4405517578125, 9.336554853689449e-07, 5.258697274257429e-05, 7.14732232154347e-06, 5.0063417802448384e-06, 0.00017370414570905268, 8.82487729541026e-05], "count": [652]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.31037798523902893, 0.4675469994544983, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.09698794782161713, 0.29138270020484924, -0.6219305992126465, -1.8908199071884155, 0.14179053902626038, -0.15568336844444275, -0.028291787952184677, -0.32714301347732544, -0.48941001296043396, 0.050953999161720276, 1.299999475479126, -1.7793707847595215, 0.03982468321919441, 1008.0, 333.0, 0.0007275129319168627, -0.2964380383491516, -0.8422885537147522, 1.907218337059021, -1.0568873882293701, -0.0009226666879840195], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25385814905166626, -0.12046262621879578, 0.02834414690732956, -0.3102790117263794, 0.4676060080528259, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3508635461330414, 0.6453704237937927, -0.14842279255390167, -1.286970853805542, 0.4729842245578766, 0.6036919355392456, 0.5039114356040955, -0.21874600648880005, -0.38812699913978577, 0.22931000590324402, 1.693791389465332, -1.121137022972107, 0.9773882627487183, 1008.0, 1003.0, 0.0007331525557674468, -0.2961353659629822, -0.8422560691833496, 1.9072246551513672, -1.0564247369766235, -0.0006872537778690457], "mean": [-0.19951781630516052, 0.6046720147132874, 0.45139017701148987, -1.411982536315918, -0.253914475440979, -0.12052599340677261, 0.028280138969421387, -0.31032443046569824, 0.4675731062889099, 0.22823695838451385, -1.5732382535934448, -1.1211384534835815, -0.7462767362594604, 0.20005680620670319, 0.45731180906295776, -0.3879700303077698, -1.528908610343933, 0.26525869965553284, 0.16483643651008606, 0.2283010184764862, -0.29666054248809814, -0.4511834681034088, 0.15314829349517822, 1.5373939275741577, -1.461428165435791, 0.5830801725387573, 1008.0, 814.3052368164062, 0.000728236569557339, -0.29624998569488525, -0.8422833681106567, 1.9072256088256836, -1.0565528869628906, -0.0008079138351604342], "std": [2.535246494517196e-05, 1.9780722141149454e-05, 2.4810986360535026e-05, 2.27265409193933e-05, 2.3885588234406896e-05, 3.1009665690362453e-05, 1.660941597947385e-05, 1.5290816008928232e-05, 8.343463377968874e-06, 1.4165315405989531e-05, 1.1324882507324219e-05, 1.430511474609375e-06, 1.1324882507324219e-06, 0.05633397027850151, 0.10345589369535446, 0.11109475046396255, 0.1696915179491043, 0.08078614622354507, 0.25789010524749756, 0.1496160924434662, 0.028308242559432983, 0.027584293857216835, 0.05813504382967949, 0.0855957493185997, 0.21836979687213898, 0.2506929636001587, 0.0, 283.44189453125, 9.330001944363175e-07, 5.266764492262155e-05, 7.0910136855673045e-06, 5.003554633731255e-06, 0.0001736530102789402, 8.813828026177362e-05], "count": [652]}, "timestamp": {"min": [0.0], "max": [21.7], "mean": [10.85], "std": [6.273865545968362], "count": [652]}, "frame_index": {"min": [0], "max": [651], "mean": [325.5], "std": [188.21596637905085], "count": [652]}, "episode_index": {"min": [289], "max": [289], "mean": [289.0], "std": [0.0], "count": [652]}, "index": {"min": [173936], "max": [174587], "mean": [174261.5], "std": [188.21596637905085], "count": [652]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [652]}, "gripper_open_scale_state": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.8127499997067306], "std": [0.0, 0.2824098546028531], "count": [652]}, "gripper_open_scale_action": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.8127499997067306], "std": [0.0, 0.2824098546028531], "count": [652]}, "eef_direction_state": {"mean": [6.0, 4.378834355828221], "std": [0.0, 2.2338129092800694], "min": [6, 0], "max": [6, 6], "count": [652]}, "eef_velocity_state": {"mean": [0.0, 0.6273006134969326], "std": [0.0, 0.7836853016120783], "min": [0, 0], "max": [0, 2], "count": [652]}, "eef_acc_mag_state": {"mean": [0.0, 0.593558282208589], "std": [0.0, 0.815205330739291], "min": [0, 0], "max": [0, 2], "count": [652]}, "eef_direction_action": {"mean": [6.0, 4.378834355828221], "std": [0.0, 2.2338129092800694], "min": [6, 0], "max": [6, 6], "count": [652]}, "eef_velocity_action": {"mean": [0.0, 0.6273006134969326], "std": [0.0, 0.7836853016120783], "min": [0, 0], "max": [0, 2], "count": [652]}, "eef_acc_mag_action": {"mean": [0.0, 0.593558282208589], "std": [0.0, 0.815205330739291], "min": [0, 0], "max": [0, 2], "count": [652]}, "eef_sim_pose_state": {"mean": [-0.3103245496749878, 0.4675729274749756, 0.228237122297287, -1.573226809501648, -1.121137022972107, -0.7462755441665649, -0.2966541647911072, -0.45115068554878235, 0.1531647890806198, 1.537551999092102, -1.4612387418746948, 0.582747220993042], "std": [1.5311194147216156e-05, 8.34561069495976e-06, 1.4167165318212938e-05, 1.1920928955078125e-07, 0.0, 5.960464477539063e-08, 0.028304893523454666, 0.027551691979169846, 0.058154791593551636, 0.0855664312839508, 0.21861454844474792, 0.2503332197666168], "min": [-0.31037798523902893, 0.4675469994544983, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32714301347732544, -0.48941001296043396, 0.050953999161720276, 1.299999475479126, -1.7793707847595215, 0.03982468321919441], "max": [-0.3102790117263794, 0.4676060080528259, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21874600648880005, -0.38812699913978577, 0.22931000590324402, 1.693791389465332, -1.121137022972107, 0.9773882627487183], "count": [652]}, "eef_sim_pose_action": {"mean": [-0.310324490070343, 0.4675731062889099, 0.22823695838451385, -1.5732382535934448, -1.1211384534835815, -0.7462767362594604, -0.29665446281433105, -0.45115044713020325, 0.15316477417945862, 1.5375521183013916, -1.461235523223877, 0.582748293876648], "std": [1.531132875243202e-05, 8.348100891453214e-06, 1.4168319466989487e-05, 1.1324882507324219e-05, 1.430511474609375e-06, 1.1324882507324219e-06, 0.028304899111390114, 0.027551688253879547, 0.058154813945293427, 0.0855664387345314, 0.2186146378517151, 0.25033333897590637], "min": [-0.31037798523902893, 0.4675469994544983, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32714301347732544, -0.48941001296043396, 0.050953999161720276, 1.299999475479126, -1.7793707847595215, 0.03982468321919441], "max": [-0.3102790117263794, 0.4676060080528259, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21874600648880005, -0.38812699913978577, 0.22931000590324402, 1.693791389465332, -1.121137022972107, 0.9773882627487183], "count": [652]}, "gripper_mode_state": {"mean": [0.0, 0.2469325153374233], "std": [0.0, 0.43122714224240816], "min": [0, 0], "max": [0, 1], "count": [652]}, "gripper_activity_state": {"mean": [2.0, 1.7914110429447854], "std": [0.0, 0.5477672217312796], "min": [2, 0], "max": [2, 2], "count": [652]}, "gripper_mode_action": {"mean": [0.0, 0.2469325153374233], "std": [0.0, 0.43122714224240816], "min": [0, 0], "max": [0, 1], "count": [652]}, "gripper_activity_action": {"mean": [2.0, 1.7914110429447854], "std": [0.0, 0.5477672217312796], "min": [2, 0], "max": [2, 2], "count": [652]}}} +{"episode_index": 143, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40946737629417546]], [[0.4181793987506507]], [[0.4150849745502921]]], "std": [[[0.21078443739419622]], [[0.2093134856364228]], [[0.20662775987495313]]], "count": [113]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32118867849499677]], [[0.3068199740441899]], [[0.31866951168372953]]], "std": [[[0.2531807442216999]], [[0.26186956406256445]], [[0.24875360518200765]]], "count": [113]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4375173195384348]], [[0.44014607192434496]], [[0.43230307384753314]]], "std": [[[0.2840413400162993]], [[0.2795465928747253]], [[0.27901843717364855]]], "count": [113]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4070832827231188]], [[0.4020495998178032]], [[0.41406803458846664]]], "std": [[[0.2717055856622029]], [[0.27042384876955644]], [[0.27208418829533226]]], "count": [113]}, "observation.state": {"min": [-0.1995784044265747, 0.6045646071434021, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12061969935894012, 0.02822197414934635, -0.3103710114955902, 0.46755099296569824, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.09281660616397858, 0.35273101925849915, -0.5867447853088379, -1.8663852214813232, 0.12597785890102386, -0.12054989486932755, -0.028326693922281265, -0.3300909996032715, -0.4728510081768036, 0.04345399886369705, 1.3415483236312866, -1.793002724647522, 0.10458862781524658, 1008.0, 332.0, 0.00072375318268314, -0.29642486572265625, -0.8422885537147522, 1.9072214365005493, -1.0566266775131226, -0.0008695088909007609], "max": [-0.19945622980594635, 0.6047391295433044, 0.4514293968677521, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31029000878334045, 0.46759599447250366, 0.22829200327396393, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.30005699396133423, 0.6187541484832764, -0.14269810914993286, -1.3421757221221924, 0.43999749422073364, 0.5683315396308899, 0.4578871428966522, -0.2120870053768158, -0.40008899569511414, 0.2360360026359558, 1.6944833993911743, -1.121137022972107, 0.839809238910675, 1008.0, 1003.0, 0.0007425519870594144, -0.2960188090801239, -0.8422719240188599, 1.9072229862213135, -1.0566140413284302, -0.0008049602038227022], "mean": [-0.1995178610086441, 0.6046703457832336, 0.4513891339302063, -1.4119561910629272, -0.2539077699184418, -0.12056231498718262, 0.02827894315123558, -0.310329407453537, 0.46757325530052185, 0.22824114561080933, -1.573237657546997, -1.1211354732513428, -0.7462766766548157, 0.18077443540096283, 0.4684503674507141, -0.3658723533153534, -1.5548433065414429, 0.25713208317756653, 0.17317047715187073, 0.23899509012699127, -0.29294532537460327, -0.4470052123069763, 0.16056272387504578, 1.5397582054138184, -1.4455147981643677, 0.5811774730682373, 1008.0, 841.2545166015625, 0.0007275866228155792, -0.2962934076786041, -0.8422777056694031, 1.9072260856628418, -1.056618571281433, -0.0008426634594798088], "std": [2.544042217778042e-05, 2.0428280549822375e-05, 2.401622805336956e-05, 2.0959752873750404e-05, 2.456912443449255e-05, 2.2606360289501026e-05, 1.6918300389079377e-05, 1.4987856047810055e-05, 8.000513844308443e-06, 1.4159357306198217e-05, 1.0728836059570312e-05, 1.5497207641601562e-06, 1.0728836059570312e-06, 0.04988950490951538, 0.07124130427837372, 0.12592510879039764, 0.15032681822776794, 0.07568318396806717, 0.27722108364105225, 0.13538385927677155, 0.025214364752173424, 0.023547807708382607, 0.06149705871939659, 0.09315046668052673, 0.2099309265613556, 0.25655022263526917, 0.0, 263.86126708984375, 8.449822530565143e-07, 5.5808846809668466e-05, 2.847571295205853e-06, 3.929086233256385e-06, 2.963142833323218e-06, 1.4757739336346276e-05], "count": [550]}, "action": {"min": [-0.1995784044265747, 0.6045646071434021, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12061969935894012, 0.02822197414934635, -0.3103710114955902, 0.46755099296569824, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.09281660616397858, 0.35273101925849915, -0.5867447853088379, -1.8663852214813232, 0.12597785890102386, -0.12054989486932755, -0.028326693922281265, -0.3300909996032715, -0.4728510081768036, 0.04345399886369705, 1.3415483236312866, -1.793002724647522, 0.10458862781524658, 1008.0, 332.0, 0.00072375318268314, -0.29642486572265625, -0.8422885537147522, 1.9072214365005493, -1.0566266775131226, -0.0008695088909007609], "max": [-0.19945622980594635, 0.6047391295433044, 0.4514293968677521, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31029000878334045, 0.46759599447250366, 0.22829200327396393, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.30005699396133423, 0.6187541484832764, -0.14269810914993286, -1.3421757221221924, 0.43999749422073364, 0.5683315396308899, 0.4578871428966522, -0.2120870053768158, -0.40008899569511414, 0.2360360026359558, 1.6944833993911743, -1.121137022972107, 0.839809238910675, 1008.0, 1003.0, 0.0007425519870594144, -0.2960188090801239, -0.8422719240188599, 1.9072229862213135, -1.0566140413284302, -0.0008049602038227022], "mean": [-0.19951795041561127, 0.6046702861785889, 0.45138904452323914, -1.4119561910629272, -0.2539076507091522, -0.12056231498718262, 0.02827894315123558, -0.3103294372558594, 0.46757325530052185, 0.22824113070964813, -1.573237657546997, -1.1211354732513428, -0.7462766766548157, 0.18066377937793732, 0.4679989814758301, -0.36531567573547363, -1.5547298192977905, 0.25690895318984985, 0.173287034034729, 0.23939350247383118, -0.2929762899875641, -0.44701477885246277, 0.16057544946670532, 1.5395212173461914, -1.4457530975341797, 0.5813412070274353, 1008.0, 841.2545166015625, 0.0007275866228155792, -0.29629331827163696, -0.8422777056694031, 1.9072260856628418, -1.056618571281433, -0.0008427394786849618], "std": [2.5502688004053198e-05, 2.042892992903944e-05, 2.4044911697274074e-05, 2.0969628167222254e-05, 2.446365397190675e-05, 2.2606360289501026e-05, 1.6918300389079377e-05, 1.4993457625678275e-05, 8.001534297363833e-06, 1.4146758076094557e-05, 1.0728836059570312e-05, 1.5497207641601562e-06, 1.0728836059570312e-06, 0.04991518333554268, 0.07116298377513885, 0.12622222304344177, 0.15045808255672455, 0.07587306946516037, 0.2771110236644745, 0.1349181979894638, 0.025246132165193558, 0.023557214066386223, 0.06151178106665611, 0.09323100000619888, 0.2096368819475174, 0.2566837966442108, 0.0, 263.86126708984375, 8.449822530565143e-07, 5.574562601395883e-05, 2.8369715892040404e-06, 3.930229922843864e-06, 2.9610623641929124e-06, 1.4675651982543059e-05], "count": [550]}, "timestamp": {"min": [0.0], "max": [18.3], "mean": [9.15], "std": [5.2923687198329885], "count": [550]}, "frame_index": {"min": [0], "max": [549], "mean": [274.5], "std": [158.77106159498965], "count": [550]}, "episode_index": {"min": [290], "max": [290], "mean": [290.0], "std": [0.0], "count": [550]}, "index": {"min": [174588], "max": [175137], "mean": [174862.5], "std": [158.77106159498965], "count": [550]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [550]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.840045454881408], "std": [0.0, 0.26312549298026777], "count": [550]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.840045454881408], "std": [0.0, 0.26312549298026777], "count": [550]}, "eef_direction_state": {"mean": [6.0, 4.5218181818181815], "std": [0.0, 2.146980197147178], "min": [6, 0], "max": [6, 6], "count": [550]}, "eef_velocity_state": {"mean": [0.0, 0.68], "std": [0.0, 0.833044798533449], "min": [0, 0], "max": [0, 2], "count": [550]}, "eef_acc_mag_state": {"mean": [0.0, 0.6327272727272727], "std": [0.0, 0.8244126383960299], "min": [0, 0], "max": [0, 2], "count": [550]}, "eef_direction_action": {"mean": [6.0, 4.5218181818181815], "std": [0.0, 2.146980197147178], "min": [6, 0], "max": [6, 6], "count": [550]}, "eef_velocity_action": {"mean": [0.0, 0.68], "std": [0.0, 0.833044798533449], "min": [0, 0], "max": [0, 2], "count": [550]}, "eef_acc_mag_action": {"mean": [0.0, 0.6327272727272727], "std": [0.0, 0.8244126383960299], "min": [0, 0], "max": [0, 2], "count": [550]}, "eef_sim_pose_state": {"mean": [-0.3103293776512146, 0.46757301688194275, 0.2282412201166153, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.29294532537460327, -0.4470049738883972, 0.16056270897388458, 1.5397613048553467, -1.4455169439315796, 0.5811780691146851], "std": [1.4987872418714687e-05, 7.997417014848907e-06, 1.4159214515530039e-05, 0.0, 0.0, 5.960464477539063e-08, 0.025214366614818573, 0.023547811433672905, 0.06149706989526749, 0.09315052628517151, 0.20993097126483917, 0.2565501928329468], "min": [-0.3103710114955902, 0.46755099296569824, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3300909996032715, -0.4728510081768036, 0.04345399886369705, 1.3415483236312866, -1.793002724647522, 0.10458862781524658], "max": [-0.31029000878334045, 0.46759599447250366, 0.22829200327396393, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2120870053768158, -0.40008899569511414, 0.2360360026359558, 1.6944833993911743, -1.121137022972107, 0.839809238910675], "count": [550]}, "eef_sim_pose_action": {"mean": [-0.310329407453537, 0.46757325530052185, 0.22824114561080933, -1.573237657546997, -1.1211354732513428, -0.7462766766548157, -0.29294532537460327, -0.4470052123069763, 0.16056272387504578, 1.5397582054138184, -1.4455147981643677, 0.5811774730682373], "std": [1.4987856047810055e-05, 8.000513844308443e-06, 1.4159357306198217e-05, 1.0728836059570312e-05, 1.5497207641601562e-06, 1.0728836059570312e-06, 0.025214364752173424, 0.023547807708382607, 0.06149705871939659, 0.09315046668052673, 0.2099309265613556, 0.25655022263526917], "min": [-0.3103710114955902, 0.46755099296569824, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3300909996032715, -0.4728510081768036, 0.04345399886369705, 1.3415483236312866, -1.793002724647522, 0.10458862781524658], "max": [-0.31029000878334045, 0.46759599447250366, 0.22829200327396393, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2120870053768158, -0.40008899569511414, 0.2360360026359558, 1.6944833993911743, -1.121137022972107, 0.839809238910675], "count": [550]}, "gripper_mode_state": {"mean": [0.0, 0.2], "std": [0.0, 0.40000000000000085], "min": [0, 0], "max": [0, 1], "count": [550]}, "gripper_activity_state": {"mean": [2.0, 1.749090909090909], "std": [0.0, 0.5929503205536081], "min": [2, 0], "max": [2, 2], "count": [550]}, "gripper_mode_action": {"mean": [0.0, 0.2], "std": [0.0, 0.40000000000000085], "min": [0, 0], "max": [0, 1], "count": [550]}, "gripper_activity_action": {"mean": [2.0, 1.749090909090909], "std": [0.0, 0.592950320553608], "min": [2, 0], "max": [2, 2], "count": [550]}}} +{"episode_index": 144, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4081186180756456]], [[0.41618100590646095]], [[0.4124595136210222]]], "std": [[[0.21021955716917837]], [[0.20844959293538595]], [[0.20573755440944277]]], "count": [122]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3280597175345548]], [[0.3119661583895853]], [[0.32559839246490946]]], "std": [[[0.2533662307309292]], [[0.26210209015937475]], [[0.24869120817915533]]], "count": [122]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43924484189167473]], [[0.44300454536322725]], [[0.43618631134147645]]], "std": [[[0.2838232803687698]], [[0.2815191567705259]], [[0.28083172561590636]]], "count": [122]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4095262710275367]], [[0.4038758856343084]], [[0.4136509847449909]]], "std": [[[0.27436687012937616]], [[0.27558944828083215]], [[0.2744128629965793]]], "count": [122]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4512898027896881, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31039300560951233, 0.46755000948905945, 0.22819000482559204, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.13285446166992188, 0.3620336353778839, -0.6006899476051331, -1.8721623420715332, 0.1281769722700119, -0.12072442471981049, -0.02839650586247444, -0.31905800104141235, -0.47788599133491516, 0.042086999863386154, 1.2571735382080078, -1.7966333627700806, 0.10037931054830551, 1008.0, 334.0, 0.00072375318268314, -0.29672566056251526, -0.8422806262969971, 1.9072190523147583, -1.0566251277923584, -0.0008998847915790975], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12049752473831177, 0.028326693922281265, -0.31028100848197937, 0.4675920009613037, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.31644564867019653, 0.604791522026062, -0.10700614005327225, -1.3692806959152222, 0.48865726590156555, 0.6552140712738037, 0.4600513279438019, -0.22385099530220032, -0.39955800771713257, 0.2410469949245453, 1.7078006267547607, -1.121137022972107, 0.8341320753097534, 1008.0, 1003.0, 0.0007312726811505854, -0.2961823642253876, -0.8422624468803406, 1.9072238206863403, -1.056614875793457, -0.0008391330484300852], "mean": [-0.1995149403810501, 0.6046695113182068, 0.4513920545578003, -1.4119675159454346, -0.2539004981517792, -0.12056069076061249, 0.028280185535550117, -0.3103276491165161, 0.46757179498672485, 0.2282368391752243, -1.5732381343841553, -1.1211373805999756, -0.7462766766548157, 0.200795978307724, 0.45473283529281616, -0.3698711097240448, -1.5573887825012207, 0.2618924677371979, 0.2548729181289673, 0.2599617540836334, -0.29219749569892883, -0.45128101110458374, 0.15408138930797577, 1.498308539390564, -1.491237759590149, 0.5392516255378723, 1008.0, 806.5924682617188, 0.0007273018127307296, -0.2964126765727997, -0.8422792553901672, 1.9072257280349731, -1.056621789932251, -0.0008639325387775898], "std": [2.4463019144604914e-05, 1.913490632432513e-05, 2.4647928512422368e-05, 1.7824972019298002e-05, 2.3837130356696434e-05, 2.176615635107737e-05, 1.6130858057294972e-05, 1.509271351096686e-05, 7.900747732492164e-06, 1.3475935702444986e-05, 1.1205673217773438e-05, 3.5762786865234375e-07, 1.0728836059570312e-06, 0.04336588457226753, 0.06892765313386917, 0.12151128053665161, 0.1340426504611969, 0.08218339830636978, 0.2563616931438446, 0.1266348958015442, 0.02249331772327423, 0.023698562756180763, 0.060496263206005096, 0.11657829582691193, 0.19486212730407715, 0.21936045587062836, 0.0, 285.7792663574219, 1.021566504277871e-06, 7.028791878838092e-05, 3.920755716535496e-06, 4.210502538626315e-06, 2.870312073355308e-06, 1.2960380445292685e-05], "count": [611]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4512898027896881, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31039300560951233, 0.46755000948905945, 0.22819000482559204, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.13285446166992188, 0.3620336353778839, -0.6006899476051331, -1.8721623420715332, 0.1281769722700119, -0.12072442471981049, -0.02839650586247444, -0.31905800104141235, -0.47788599133491516, 0.042086999863386154, 1.2571735382080078, -1.7966333627700806, 0.10037931054830551, 1008.0, 334.0, 0.00072375318268314, -0.29672566056251526, -0.8422806262969971, 1.9072190523147583, -1.0566251277923584, -0.0008998847915790975], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12049752473831177, 0.028326693922281265, -0.31028100848197937, 0.4675920009613037, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.31644564867019653, 0.604791522026062, -0.10700614005327225, -1.3692806959152222, 0.48865726590156555, 0.6552140712738037, 0.4600513279438019, -0.22385099530220032, -0.39955800771713257, 0.2410469949245453, 1.7078006267547607, -1.121137022972107, 0.8341320753097534, 1008.0, 1003.0, 0.0007312726811505854, -0.2961823642253876, -0.8422624468803406, 1.9072238206863403, -1.056614875793457, -0.0008391330484300852], "mean": [-0.19951505959033966, 0.6046695709228516, 0.4513920545578003, -1.4119676351547241, -0.2539004385471344, -0.1205606758594513, 0.028280211612582207, -0.3103276193141937, 0.46757185459136963, 0.2282368391752243, -1.5732381343841553, -1.1211373805999756, -0.7462766766548157, 0.2007175236940384, 0.45434021949768066, -0.3693191111087799, -1.5573476552963257, 0.26170113682746887, 0.25508806109428406, 0.26042062044143677, -0.2921973168849945, -0.45129719376564026, 0.15410111844539642, 1.4981032609939575, -1.4915027618408203, 0.5393585562705994, 1008.0, 806.5891723632812, 0.0007273018127307296, -0.29641294479370117, -0.8422792553901672, 1.9072257280349731, -1.056621789932251, -0.0008639729348942637], "std": [2.434990346955601e-05, 1.9148246792610735e-05, 2.4660879716975614e-05, 1.781836908776313e-05, 2.3957714802236296e-05, 2.1766241843579337e-05, 1.613596032257192e-05, 1.5055819858389441e-05, 7.867383828852326e-06, 1.3476498679665383e-05, 1.1205673217773438e-05, 3.5762786865234375e-07, 1.0728836059570312e-06, 0.04341137781739235, 0.06875898689031601, 0.1219051405787468, 0.13409096002578735, 0.08233774453401566, 0.25610125064849854, 0.1260973960161209, 0.022493181750178337, 0.023713059723377228, 0.06052231416106224, 0.11655758321285248, 0.19446995854377747, 0.21947714686393738, 0.0, 285.7772521972656, 1.021566504277871e-06, 7.026276580290869e-05, 3.9256465242942795e-06, 4.210502538626315e-06, 2.872741788451094e-06, 1.2948114090249874e-05], "count": [611]}, "timestamp": {"min": [0.0], "max": [20.333333333333332], "mean": [10.166666666666666], "std": [5.879342366852493], "count": [611]}, "frame_index": {"min": [0], "max": [610], "mean": [305.0], "std": [176.38027100557477], "count": [611]}, "episode_index": {"min": [291], "max": [291], "mean": [291.0], "std": [0.0], "count": [611]}, "index": {"min": [175138], "max": [175748], "mean": [175443.0], "std": [176.38027100557477], "count": [611]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [611]}, "gripper_open_scale_state": {"min": [1.0, 0.33399999141693115], "max": [1.0, 1.0], "mean": [1.0, 0.8049148950853832], "std": [0.0, 0.2846279188703405], "count": [611]}, "gripper_open_scale_action": {"min": [1.0, 0.33399999141693115], "max": [1.0, 1.0], "mean": [1.0, 0.8049148950853832], "std": [0.0, 0.2846279188703405], "count": [611]}, "eef_direction_state": {"mean": [6.0, 4.569558101472995], "std": [0.0, 2.121433670765035], "min": [6, 0], "max": [6, 6], "count": [611]}, "eef_velocity_state": {"mean": [0.0, 0.6284779050736498], "std": [0.0, 0.7934515996588426], "min": [0, 0], "max": [0, 2], "count": [611]}, "eef_acc_mag_state": {"mean": [0.0, 0.5793780687397708], "std": [0.0, 0.8039389156776495], "min": [0, 0], "max": [0, 2], "count": [611]}, "eef_direction_action": {"mean": [6.0, 4.569558101472995], "std": [0.0, 2.121433670765035], "min": [6, 0], "max": [6, 6], "count": [611]}, "eef_velocity_action": {"mean": [0.0, 0.6284779050736498], "std": [0.0, 0.7934515996588426], "min": [0, 0], "max": [0, 2], "count": [611]}, "eef_acc_mag_action": {"mean": [0.0, 0.5793780687397708], "std": [0.0, 0.8039389156776495], "min": [0, 0], "max": [0, 2], "count": [611]}, "eef_sim_pose_state": {"mean": [-0.3103277087211609, 0.4675719141960144, 0.22823694348335266, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.29219746589660645, -0.4512811005115509, 0.15408140420913696, 1.4983099699020386, -1.491239309310913, 0.5392504334449768], "std": [1.5092594367160928e-05, 7.900377568148542e-06, 1.3475533705786802e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.022493313997983932, 0.023698560893535614, 0.060496266931295395, 0.11657826602458954, 0.19486196339130402, 0.21936070919036865], "min": [-0.31039300560951233, 0.46755000948905945, 0.22819000482559204, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31905800104141235, -0.47788599133491516, 0.042086999863386154, 1.2571735382080078, -1.7966333627700806, 0.10037931054830551], "max": [-0.31028100848197937, 0.4675920009613037, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22385099530220032, -0.39955800771713257, 0.2410469949245453, 1.7078006267547607, -1.121137022972107, 0.8341320753097534], "count": [611]}, "eef_sim_pose_action": {"mean": [-0.3103276491165161, 0.46757179498672485, 0.2282368391752243, -1.5732381343841553, -1.1211373805999756, -0.7462766766548157, -0.29219749569892883, -0.45128101110458374, 0.15408138930797577, 1.498308539390564, -1.491237759590149, 0.5392516255378723], "std": [1.509271351096686e-05, 7.900747732492164e-06, 1.3475935702444986e-05, 1.1205673217773438e-05, 3.5762786865234375e-07, 1.0728836059570312e-06, 0.02249331772327423, 0.023698562756180763, 0.060496263206005096, 0.11657829582691193, 0.19486212730407715, 0.21936045587062836], "min": [-0.31039300560951233, 0.46755000948905945, 0.22819000482559204, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31905800104141235, -0.47788599133491516, 0.042086999863386154, 1.2571735382080078, -1.7966333627700806, 0.10037931054830551], "max": [-0.31028100848197937, 0.4675920009613037, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22385099530220032, -0.39955800771713257, 0.2410469949245453, 1.7078006267547607, -1.121137022972107, 0.8341320753097534], "count": [611]}, "gripper_mode_state": {"mean": [0.0, 0.2569558101472995], "std": [0.0, 0.4369548280759034], "min": [0, 0], "max": [0, 1], "count": [611]}, "gripper_activity_state": {"mean": [2.0, 1.7708674304418985], "std": [0.0, 0.5720171907816212], "min": [2, 0], "max": [2, 2], "count": [611]}, "gripper_mode_action": {"mean": [0.0, 0.2569558101472995], "std": [0.0, 0.4369548280759034], "min": [0, 0], "max": [0, 1], "count": [611]}, "gripper_activity_action": {"mean": [2.0, 1.7708674304418985], "std": [0.0, 0.5720171907816212], "min": [2, 0], "max": [2, 2], "count": [611]}}} +{"episode_index": 145, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.412269406786152]], [[0.4214123279845793]], [[0.41808518912122145]]], "std": [[[0.21120872350023356]], [[0.20971832189396666]], [[0.20645190938832614]]], "count": [128]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33547914113562094]], [[0.3188567484936683]], [[0.3327222270092933]]], "std": [[[0.2551512652956005]], [[0.26462577521424174]], [[0.25051285877155594]]], "count": [128]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4382711540670956]], [[0.4424596481821896]], [[0.43534436434078844]]], "std": [[[0.28067676608525927]], [[0.2790855076032343]], [[0.278348441627067]]], "count": [128]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4096726505055147]], [[0.4042119140625]], [[0.41522834009906046]]], "std": [[[0.27843640792037394]], [[0.27861693715135444]], [[0.27860788886111987]]], "count": [128]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25394541025161743, -0.12060225009918213, 0.02822197414934635, -0.31037500500679016, 0.46755099296569824, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.010245082899928093, 0.25017547607421875, -0.6402915120124817, -2.02929425239563, 0.11454596370458603, -0.12072442471981049, -0.028379054740071297, -0.3201240003108978, -0.4676060080528259, 0.033052001148462296, 1.3136420249938965, -1.7270125150680542, -0.00809172261506319, 1008.0, 332.0, 0.00072375318268314, -0.2964586913585663, -0.8422933220863342, 1.907218337059021, -1.0566298961639404, -0.0010716982651501894], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12049752473831177, 0.028326693922281265, -0.31028100848197937, 0.4675920009613037, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3574085235595703, 0.6841690540313721, -0.1229759007692337, -1.4118491411209106, 0.4463854134082794, 0.7010638117790222, 0.583428680896759, -0.22225800156593323, -0.36949899792671204, 0.2283809930086136, 1.8245043754577637, -1.1209896802902222, 0.8451746106147766, 1008.0, 1003.0, 0.0007275129319168627, -0.2963647246360779, -0.8422719240188599, 1.9072214365005493, -1.0566140413284302, -0.0008562194998376071], "mean": [-0.19951565563678741, 0.6046731472015381, 0.4513872265815735, -1.4119641780853271, -0.25388410687446594, -0.12054455280303955, 0.02827969193458557, -0.3103276789188385, 0.46757248044013977, 0.22824060916900635, -1.5732383728027344, -1.1211384534835815, -0.7462767362594604, 0.1330914944410324, 0.47721028327941895, -0.36799943447113037, -1.6349984407424927, 0.2277238517999649, 0.24801112711429596, 0.2066631317138672, -0.2909294366836548, -0.4324675500392914, 0.15789160132408142, 1.5030238628387451, -1.427700161933899, 0.5393815636634827, 1008.0, 803.290771484375, 0.0007256201351992786, -0.2964164614677429, -0.8422814011573792, 1.9072256088256836, -1.056623101234436, -0.0009698935900814831], "std": [2.5216670110239647e-05, 1.8881573851103894e-05, 2.5310679120593704e-05, 2.8526850655907765e-05, 2.3697135475231335e-05, 1.8859824194805697e-05, 1.7454733097110875e-05, 1.647008684813045e-05, 7.865014595154207e-06, 1.410408913216088e-05, 1.1444091796875e-05, 1.430511474609375e-06, 1.1324882507324219e-06, 0.09544583410024643, 0.11321184039115906, 0.13207058608531952, 0.14477171003818512, 0.061616431921720505, 0.22532275319099426, 0.1966554969549179, 0.02437533810734749, 0.025285011157393456, 0.062243446707725525, 0.13211989402770996, 0.20657414197921753, 0.25592413544654846, 0.0, 288.17181396484375, 1.9493695901928731e-07, 1.2169792171334848e-05, 5.125708412379026e-06, 6.225285687833093e-06, 4.245226136845304e-06, 7.889013068052009e-05], "count": [650]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25394541025161743, -0.12060225009918213, 0.02822197414934635, -0.31037500500679016, 0.46755099296569824, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.010245082899928093, 0.25017547607421875, -0.6402915120124817, -2.02929425239563, 0.11454596370458603, -0.12072442471981049, -0.028379054740071297, -0.3201240003108978, -0.4676060080528259, 0.033052001148462296, 1.3136420249938965, -1.7270125150680542, -0.00809172261506319, 1008.0, 332.0, 0.00072375318268314, -0.2964586913585663, -0.8422933220863342, 1.907218337059021, -1.0566298961639404, -0.0010716982651501894], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12049752473831177, 0.028326693922281265, -0.31028100848197937, 0.4675920009613037, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3574085235595703, 0.6841690540313721, -0.1229759007692337, -1.4118491411209106, 0.4463854134082794, 0.7010638117790222, 0.583428680896759, -0.22225800156593323, -0.36949899792671204, 0.2283809930086136, 1.8245043754577637, -1.1209896802902222, 0.8451746106147766, 1008.0, 1003.0, 0.0007275129319168627, -0.2963647246360779, -0.8422719240188599, 1.9072214365005493, -1.0566140413284302, -0.0008562194998376071], "mean": [-0.1995157152414322, 0.6046730875968933, 0.45138728618621826, -1.4119641780853271, -0.25388410687446594, -0.12054453045129776, 0.02827969193458557, -0.3103276789188385, 0.46757248044013977, 0.22824059426784515, -1.5732383728027344, -1.1211384534835815, -0.7462767362594604, 0.13286307454109192, 0.4768306314945221, -0.3675000071525574, -1.6351271867752075, 0.2275673896074295, 0.24827134609222412, 0.20698803663253784, -0.2909415662288666, -0.4324401021003723, 0.15788494050502777, 1.5027611255645752, -1.4279780387878418, 0.5395028591156006, 1008.0, 803.2938232421875, 0.0007256201351992786, -0.2964165210723877, -0.8422812819480896, 1.9072256088256836, -1.056623101234436, -0.0009701242670416832], "std": [2.5217746951966546e-05, 1.8891665604314767e-05, 2.5289353288826533e-05, 2.851185308827553e-05, 2.369713365624193e-05, 1.8864911908167414e-05, 1.7454733097110875e-05, 1.645741031097714e-05, 7.865014595154207e-06, 1.4117653336143121e-05, 1.1444091796875e-05, 1.430511474609375e-06, 1.1324882507324219e-06, 0.09546510875225067, 0.11319997161626816, 0.132369264960289, 0.14461030066013336, 0.06167888268828392, 0.2249944508075714, 0.19644278287887573, 0.024387003853917122, 0.02525661513209343, 0.06223616376519203, 0.13214918971061707, 0.20628435909748077, 0.2560403645038605, 0.0, 288.17510986328125, 1.9493695901928731e-07, 1.2146924746048171e-05, 5.140908797329757e-06, 6.226551704457961e-06, 4.243371677148389e-06, 7.880423800088465e-05], "count": [650]}, "timestamp": {"min": [0.0], "max": [21.633333333333333], "mean": [10.816666666666666], "std": [6.254620514290038], "count": [650]}, "frame_index": {"min": [0], "max": [649], "mean": [324.5], "std": [187.63861542870114], "count": [650]}, "episode_index": {"min": [293], "max": [293], "mean": [293.0], "std": [0.0], "count": [650]}, "index": {"min": [176364], "max": [177013], "mean": [176688.5], "std": [187.63861542870114], "count": [650]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [650]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8024338457217584], "std": [0.0, 0.287583127655768], "count": [650]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8024338457217584], "std": [0.0, 0.287583127655768], "count": [650]}, "eef_direction_state": {"mean": [6.0, 4.470769230769231], "std": [0.0, 2.173952308366784], "min": [6, 0], "max": [6, 6], "count": [650]}, "eef_velocity_state": {"mean": [0.0, 0.64], "std": [0.0, 0.7881428999675341], "min": [0, 0], "max": [0, 2], "count": [650]}, "eef_acc_mag_state": {"mean": [0.0, 0.54], "std": [0.0, 0.7936866267856985], "min": [0, 0], "max": [0, 2], "count": [650]}, "eef_direction_action": {"mean": [6.0, 4.470769230769231], "std": [0.0, 2.173952308366784], "min": [6, 0], "max": [6, 6], "count": [650]}, "eef_velocity_action": {"mean": [0.0, 0.64], "std": [0.0, 0.7881428999675341], "min": [0, 0], "max": [0, 2], "count": [650]}, "eef_acc_mag_action": {"mean": [0.0, 0.54], "std": [0.0, 0.7936866267856985], "min": [0, 0], "max": [0, 2], "count": [650]}, "eef_sim_pose_state": {"mean": [-0.31032779812812805, 0.4675724506378174, 0.22824087738990784, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.2909294366836548, -0.4324675500392914, 0.157891646027565, 1.5030266046524048, -1.427701473236084, 0.5393810272216797], "std": [1.6469541151309386e-05, 7.864849976613186e-06, 1.4101374290476087e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.02437533810734749, 0.025285009294748306, 0.06224343180656433, 0.13211995363235474, 0.20657403767108917, 0.2559238374233246], "min": [-0.31037500500679016, 0.46755099296569824, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3201240003108978, -0.4676060080528259, 0.033052001148462296, 1.3136420249938965, -1.7270125150680542, -0.00809172261506319], "max": [-0.31028100848197937, 0.4675920009613037, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22225800156593323, -0.36949899792671204, 0.2283809930086136, 1.8245043754577637, -1.1209896802902222, 0.8451746106147766], "count": [650]}, "eef_sim_pose_action": {"mean": [-0.3103276789188385, 0.46757248044013977, 0.22824060916900635, -1.5732383728027344, -1.1211384534835815, -0.7462767362594604, -0.2909294366836548, -0.4324675500392914, 0.15789160132408142, 1.5030238628387451, -1.427700161933899, 0.5393815636634827], "std": [1.647008684813045e-05, 7.865014595154207e-06, 1.410408913216088e-05, 1.1444091796875e-05, 1.430511474609375e-06, 1.1324882507324219e-06, 0.02437533810734749, 0.025285011157393456, 0.062243446707725525, 0.13211989402770996, 0.20657414197921753, 0.25592413544654846], "min": [-0.31037500500679016, 0.46755099296569824, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3201240003108978, -0.4676060080528259, 0.033052001148462296, 1.3136420249938965, -1.7270125150680542, -0.00809172261506319], "max": [-0.31028100848197937, 0.4675920009613037, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22225800156593323, -0.36949899792671204, 0.2283809930086136, 1.8245043754577637, -1.1209896802902222, 0.8451746106147766], "count": [650]}, "gripper_mode_state": {"mean": [0.0, 0.26461538461538464], "std": [0.0, 0.4411281932049169], "min": [0, 0], "max": [0, 1], "count": [650]}, "gripper_activity_state": {"mean": [2.0, 1.78], "std": [0.0, 0.5595877603544063], "min": [2, 0], "max": [2, 2], "count": [650]}, "gripper_mode_action": {"mean": [0.0, 0.26461538461538464], "std": [0.0, 0.4411281932049169], "min": [0, 0], "max": [0, 1], "count": [650]}, "gripper_activity_action": {"mean": [2.0, 1.78], "std": [0.0, 0.5595877603544063], "min": [2, 0], "max": [2, 2], "count": [650]}}} +{"episode_index": 146, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41355061926731473]], [[0.42187659622672596]], [[0.4185790046410721]]], "std": [[[0.21241017737751078]], [[0.21051422279143453]], [[0.20723852942806414]]], "count": [119]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3281364653704619]], [[0.3109972057450431]], [[0.32880594517218653]]], "std": [[[0.2503479861229253]], [[0.2593104165410799]], [[0.24705825319661198]]], "count": [119]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43802883677980997]], [[0.4419756343713956]], [[0.43480475915856537]]], "std": [[[0.2821057873689938]], [[0.2802362263611002]], [[0.2795356921495586]]], "count": [119]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40656863946559013]], [[0.4042299699291481]], [[0.4092239488932828]]], "std": [[[0.2505328971858864]], [[0.25268780215436054]], [[0.25140836652678755]]], "count": [119]}, "observation.state": {"min": [-0.1995784044265747, 0.6045646071434021, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12061969935894012, 0.02822197414934635, -0.31037598848342896, 0.4675469994544983, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1019795835018158, 0.3237585723400116, -0.5697627663612366, -1.930700659751892, 0.14768975973129272, -0.13056808710098267, -0.028379054740071297, -0.3268660008907318, -0.4993720054626465, 0.048622000962495804, 1.2803161144256592, -1.781616449356079, 0.1394168734550476, 1008.0, 332.0, 0.0007143538095988333, -0.2969644069671631, -0.8422180414199829, 1.9072309732437134, -1.0565118789672852, -0.0010270837228745222], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.028326693922281265, -0.3102729916572571, 0.46759599447250366, 0.22829100489616394, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2687807083129883, 0.6352474689483643, -0.0990997925400734, -1.2972333431243896, 0.5129173398017883, 0.6541668176651001, 0.4416032135486603, -0.22156399488449097, -0.3868910074234009, 0.24772199988365173, 1.6397786140441895, -1.121137022972107, 0.9846002459526062, 1008.0, 1003.0, 0.0007293928065337241, -0.296610951423645, -0.8421982526779175, 1.9072357416152954, -1.0564936399459839, -0.0008049602038227022], "mean": [-0.19951803982257843, 0.6046657562255859, 0.4513832628726959, -1.411974310874939, -0.25391438603401184, -0.1205400601029396, 0.028277957811951637, -0.3103254437446594, 0.46757394075393677, 0.228239044547081, -1.5732378959655762, -1.1211366653442383, -0.7462766766548157, 0.19483396410942078, 0.46541255712509155, -0.35550203919410706, -1.5412732362747192, 0.2737940847873688, 0.2147059589624405, 0.23329013586044312, -0.2922481894493103, -0.4541340470314026, 0.16744163632392883, 1.4921107292175293, -1.463602066040039, 0.5884409546852112, 1008.0, 832.34130859375, 0.0007204459980130196, -0.29676613211631775, -0.8422093987464905, 1.907227635383606, -1.0565053224563599, -0.0009185779490508139], "std": [2.5131937945843674e-05, 2.420462442387361e-05, 2.4644135919515975e-05, 2.3865037292125635e-05, 2.422531724732835e-05, 2.3935677745612338e-05, 1.5227054973365739e-05, 1.573378722241614e-05, 8.065112524491269e-06, 1.511350546934409e-05, 1.0967254638671875e-05, 3.5762786865234375e-07, 1.0728836059570312e-06, 0.04078885540366173, 0.09239456057548523, 0.11443740874528885, 0.18317341804504395, 0.07924127578735352, 0.25596654415130615, 0.11711078137159348, 0.028361160308122635, 0.032427866011857986, 0.05898448824882507, 0.08330541104078293, 0.2012496143579483, 0.20474965870380402, 0.0, 271.6602783203125, 1.0901860605372349e-06, 6.794755609007552e-05, 3.336195049996604e-06, 4.928620455757482e-06, 4.845986495638499e-06, 1.263972808374092e-05], "count": [586]}, "action": {"min": [-0.1995784044265747, 0.6045646071434021, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12061969935894012, 0.02822197414934635, -0.31037598848342896, 0.4675469994544983, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1019795835018158, 0.3237585723400116, -0.5697627663612366, -1.930700659751892, 0.14768975973129272, -0.13056808710098267, -0.028379054740071297, -0.3268660008907318, -0.4993720054626465, 0.048622000962495804, 1.2803161144256592, -1.781616449356079, 0.1394168734550476, 1008.0, 332.0, 0.0007143538095988333, -0.2969644069671631, -0.8422180414199829, 1.9072309732437134, -1.0565118789672852, -0.0010270837228745222], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.028326693922281265, -0.3102729916572571, 0.46759599447250366, 0.22829100489616394, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2687807083129883, 0.6352474689483643, -0.0990997925400734, -1.2972333431243896, 0.5129173398017883, 0.6541668176651001, 0.4416032135486603, -0.22156399488449097, -0.3868910074234009, 0.24772199988365173, 1.6397786140441895, -1.121137022972107, 0.9846002459526062, 1008.0, 1003.0, 0.0007293928065337241, -0.296610951423645, -0.8421982526779175, 1.9072357416152954, -1.0564936399459839, -0.0008049602038227022], "mean": [-0.19951803982257843, 0.6046656370162964, 0.45138320326805115, -1.4119744300842285, -0.2539142966270447, -0.1205400601029396, 0.028277931734919548, -0.31032538414001465, 0.46757394075393677, 0.2282390594482422, -1.5732378959655762, -1.1211366653442383, -0.7462766766548157, 0.19486573338508606, 0.4649384319782257, -0.3549045920372009, -1.5411065816879272, 0.2736208438873291, 0.21474771201610565, 0.23365218937397003, -0.29221782088279724, -0.45418789982795715, 0.16747261583805084, 1.4919198751449585, -1.4637404680252075, 0.5888314843177795, 1008.0, 832.337890625, 0.0007204459980130196, -0.2967665493488312, -0.8422093391418457, 1.907227635383606, -1.0565053224563599, -0.0009185521048493683], "std": [2.5131937945843674e-05, 2.4199025574489497e-05, 2.4658073016325943e-05, 2.3854896426200867e-05, 2.4207298338296823e-05, 2.3935677745612338e-05, 1.5217007785395253e-05, 1.5723413525847718e-05, 8.052894372667652e-06, 1.5125515346881002e-05, 1.0967254638671875e-05, 3.5762786865234375e-07, 1.0728836059570312e-06, 0.04079969972372055, 0.09239217638969421, 0.11484796553850174, 0.183335080742836, 0.07939515262842178, 0.2559138238430023, 0.11662895232439041, 0.028351224958896637, 0.03247620910406113, 0.05902109295129776, 0.083247110247612, 0.20104190707206726, 0.2052677720785141, 0.0, 271.65936279296875, 1.0901860605372349e-06, 6.82434401824139e-05, 3.3470325888629304e-06, 4.927114332531346e-06, 4.851837729802355e-06, 1.2623492693819571e-05], "count": [586]}, "timestamp": {"min": [0.0], "max": [19.5], "mean": [9.75], "std": [5.638779418751308], "count": [586]}, "frame_index": {"min": [0], "max": [585], "mean": [292.5], "std": [169.16338256253923], "count": [586]}, "episode_index": {"min": [296], "max": [296], "mean": [296.0], "std": [0.0], "count": [586]}, "index": {"min": [178403], "max": [178988], "mean": [178695.5], "std": [169.16338256253923], "count": [586]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [586]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8305665534816098], "std": [0.0, 0.2705481600031089], "count": [586]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8305665534816098], "std": [0.0, 0.2705481600031089], "count": [586]}, "eef_direction_state": {"mean": [6.0, 4.354948805460751], "std": [0.0, 2.243751524081032], "min": [6, 0], "max": [6, 6], "count": [586]}, "eef_velocity_state": {"mean": [0.0, 0.6996587030716723], "std": [0.0, 0.835578248757274], "min": [0, 0], "max": [0, 2], "count": [586]}, "eef_acc_mag_state": {"mean": [0.0, 0.6126279863481229], "std": [0.0, 0.8190006322752607], "min": [0, 0], "max": [0, 2], "count": [586]}, "eef_direction_action": {"mean": [6.0, 4.354948805460751], "std": [0.0, 2.243751524081032], "min": [6, 0], "max": [6, 6], "count": [586]}, "eef_velocity_action": {"mean": [0.0, 0.6996587030716723], "std": [0.0, 0.835578248757274], "min": [0, 0], "max": [0, 2], "count": [586]}, "eef_acc_mag_action": {"mean": [0.0, 0.6126279863481229], "std": [0.0, 0.8190006322752607], "min": [0, 0], "max": [0, 2], "count": [586]}, "eef_sim_pose_state": {"mean": [-0.31032538414001465, 0.46757346391677856, 0.22823883593082428, -1.5732269287109375, -1.121137022972107, -0.7462754845619202, -0.29224827885627747, -0.4541342556476593, 0.16744160652160645, 1.492111086845398, -1.4636023044586182, 0.5884417295455933], "std": [1.5733645341242664e-05, 8.051346412685234e-06, 1.5112142136786133e-05, 0.0, 0.0, 1.1920928955078125e-07, 0.028361158445477486, 0.03242786228656769, 0.058984480798244476, 0.08330533653497696, 0.201249361038208, 0.20474961400032043], "min": [-0.31037598848342896, 0.4675469994544983, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3268660008907318, -0.4993720054626465, 0.048622000962495804, 1.2803161144256592, -1.781616449356079, 0.1394168734550476], "max": [-0.3102729916572571, 0.46759599447250366, 0.22829100489616394, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22156399488449097, -0.3868910074234009, 0.24772199988365173, 1.6397786140441895, -1.121137022972107, 0.9846002459526062], "count": [586]}, "eef_sim_pose_action": {"mean": [-0.3103254437446594, 0.46757394075393677, 0.228239044547081, -1.5732378959655762, -1.1211366653442383, -0.7462766766548157, -0.2922481894493103, -0.4541340470314026, 0.16744163632392883, 1.4921107292175293, -1.463602066040039, 0.5884409546852112], "std": [1.573378722241614e-05, 8.065112524491269e-06, 1.511350546934409e-05, 1.0967254638671875e-05, 3.5762786865234375e-07, 1.0728836059570312e-06, 0.028361160308122635, 0.032427866011857986, 0.05898448824882507, 0.08330541104078293, 0.2012496143579483, 0.20474965870380402], "min": [-0.31037598848342896, 0.4675469994544983, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3268660008907318, -0.4993720054626465, 0.048622000962495804, 1.2803161144256592, -1.781616449356079, 0.1394168734550476], "max": [-0.3102729916572571, 0.46759599447250366, 0.22829100489616394, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22156399488449097, -0.3868910074234009, 0.24772199988365173, 1.6397786140441895, -1.121137022972107, 0.9846002459526062], "count": [586]}, "gripper_mode_state": {"mean": [0.0, 0.2167235494880546], "std": [0.0, 0.41201268498112154], "min": [0, 0], "max": [0, 1], "count": [586]}, "gripper_activity_state": {"mean": [2.0, 1.7610921501706485], "std": [0.0, 0.5850132010760581], "min": [2, 0], "max": [2, 2], "count": [586]}, "gripper_mode_action": {"mean": [0.0, 0.2167235494880546], "std": [0.0, 0.41201268498112154], "min": [0, 0], "max": [0, 1], "count": [586]}, "gripper_activity_action": {"mean": [2.0, 1.7610921501706485], "std": [0.0, 0.5850132010760581], "min": [2, 0], "max": [2, 2], "count": [586]}}} +{"episode_index": 147, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4113584470019892]], [[0.42040295538505257]], [[0.4176085411338448]]], "std": [[[0.21211887123941595]], [[0.2097758627766657]], [[0.20679745371662298]]], "count": [115]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3332939276072748]], [[0.31645644536800227]], [[0.3318187961778914]]], "std": [[[0.25372507115861004]], [[0.2628607795306411]], [[0.24959178886170458]]], "count": [115]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43802225241545895]], [[0.4423953218243819]], [[0.4357064506962205]]], "std": [[[0.28134284972228424]], [[0.27962143381035937]], [[0.2787634798154707]]], "count": [115]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4184914979397556]], [[0.41227179774083544]], [[0.4229166045041205]]], "std": [[[0.2782893455849428]], [[0.2786455153639698]], [[0.2785232872510475]]], "count": [115]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31036901473999023, 0.46755000948905945, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.13014920055866241, 0.3995233178138733, -0.5699896216392517, -1.8365052938461304, 0.16950637102127075, -0.12072442471981049, -0.02839650586247444, -0.3324820101261139, -0.4812760055065155, 0.052331000566482544, 1.3209365606307983, -1.9408308267593384, 0.18600621819496155, 1008.0, 333.0, 0.0007162336842156947, -0.29717305302619934, -0.8422164916992188, 1.9072309732437134, -1.0565102100372314, -0.0009245651308447123], "max": [-0.19945622980594635, 0.6047391295433044, 0.4514293968677521, -1.411919116973877, -0.25384068489074707, -0.12046262621879578, 0.028326693922281265, -0.31028199195861816, 0.46760499477386475, 0.22826899588108063, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.25221753120422363, 0.6047391295433044, -0.19662879407405853, -1.2847542762756348, 0.4736998379230499, 0.5519429445266724, 0.4354247450828552, -0.21903100609779358, -0.39863499999046326, 0.24841700494289398, 1.7091437578201294, -1.121137022972107, 0.8217056393623352, 1008.0, 1003.0, 0.0007275129319168627, -0.29670682549476624, -0.8421974182128906, 1.9072396755218506, -1.0564943552017212, -0.0008998847915790975], "mean": [-0.19951893389225006, 0.6046693921089172, 0.451389342546463, -1.4119716882705688, -0.2539089620113373, -0.1205400675535202, 0.028278594836592674, -0.3103249967098236, 0.46757352352142334, 0.22823700308799744, -1.5732377767562866, -1.1211358308792114, -0.7462766766548157, 0.19266250729560852, 0.48651063442230225, -0.35884809494018555, -1.518986463546753, 0.31507450342178345, 0.17098522186279297, 0.2601269781589508, -0.2975779175758362, -0.4525373876094818, 0.1717512160539627, 1.5110578536987305, -1.4985238313674927, 0.5888369083404541, 1008.0, 826.48486328125, 0.000720114738214761, -0.2969793379306793, -0.8422086834907532, 1.907227635383606, -1.0565038919448853, -0.000913880008738488], "std": [2.4109129299176857e-05, 1.9208117009839043e-05, 2.4636650778120384e-05, 1.7115253285737708e-05, 2.5641102183726616e-05, 1.9310033167130314e-05, 1.649449586693663e-05, 1.571498069097288e-05, 8.46665079734521e-06, 1.3113579370838124e-05, 1.0848045349121094e-05, 1.1920928955078125e-06, 1.0728836059570312e-06, 0.024542024359107018, 0.06349383294582367, 0.1052948534488678, 0.16530731320381165, 0.07924628257751465, 0.2243569940328598, 0.12257062643766403, 0.026011362671852112, 0.02869849093258381, 0.06185367330908775, 0.08483917266130447, 0.2239668071269989, 0.191904217004776, 0.0, 274.0252990722656, 7.085245101734472e-07, 3.939826274290681e-05, 2.6343016088503646e-06, 5.212661108089378e-06, 2.709041382331634e-06, 2.3459949716198025e-06], "count": [561]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31036901473999023, 0.46755000948905945, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.13014920055866241, 0.3995233178138733, -0.5699896216392517, -1.8365052938461304, 0.16950637102127075, -0.12072442471981049, -0.02839650586247444, -0.3324820101261139, -0.4812760055065155, 0.052331000566482544, 1.3209365606307983, -1.9408308267593384, 0.18600621819496155, 1008.0, 333.0, 0.0007162336842156947, -0.29717305302619934, -0.8422164916992188, 1.9072309732437134, -1.0565102100372314, -0.0009245651308447123], "max": [-0.19945622980594635, 0.6047391295433044, 0.4514293968677521, -1.411919116973877, -0.25384068489074707, -0.12046262621879578, 0.028326693922281265, -0.31028199195861816, 0.46760499477386475, 0.22826899588108063, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.25221753120422363, 0.6047391295433044, -0.19662879407405853, -1.2847542762756348, 0.4736998379230499, 0.5519429445266724, 0.4354247450828552, -0.21903100609779358, -0.39863499999046326, 0.24841700494289398, 1.7091437578201294, -1.121137022972107, 0.8217056393623352, 1008.0, 1003.0, 0.0007275129319168627, -0.29670682549476624, -0.8421974182128906, 1.9072396755218506, -1.0564943552017212, -0.0008998847915790975], "mean": [-0.19951896369457245, 0.6046693921089172, 0.4513893723487854, -1.4119718074798584, -0.2539089024066925, -0.12054003030061722, 0.028278624638915062, -0.3103249967098236, 0.46757346391677856, 0.22823694348335266, -1.5732377767562866, -1.1211358308792114, -0.7462766766548157, 0.19262292981147766, 0.48617351055145264, -0.3584001958370209, -1.5187987089157104, 0.31493639945983887, 0.17107771337032318, 0.26047900319099426, -0.297610342502594, -0.45256033539772034, 0.1717846691608429, 1.5108287334442139, -1.498730182647705, 0.5889521241188049, 1008.0, 826.48486328125, 0.0007201180560514331, -0.2969796657562256, -0.842208743095398, 1.907227635383606, -1.0565038919448853, -0.0009138747700490057], "std": [2.4106777345878072e-05, 1.9194056221749634e-05, 2.4655380912008695e-05, 1.7104113794630393e-05, 2.56028761214111e-05, 1.930851794895716e-05, 1.650293961574789e-05, 1.5714071196271107e-05, 8.462935511488467e-06, 1.3108100574754644e-05, 1.0848045349121094e-05, 1.1920928955078125e-06, 1.0728836059570312e-06, 0.0245488453656435, 0.06337067484855652, 0.1054343655705452, 0.16548845171928406, 0.07941991835832596, 0.22424744069576263, 0.12202459573745728, 0.026038534939289093, 0.02871563471853733, 0.061889126896858215, 0.08484388887882233, 0.2236725091934204, 0.192018061876297, 0.0, 274.02532958984375, 7.123808813958021e-07, 3.9742226363159716e-05, 2.6216214337182464e-06, 5.211147254158277e-06, 2.709041382331634e-06, 2.3423676793754566e-06], "count": [561]}, "timestamp": {"min": [0.0], "max": [18.666666666666668], "mean": [9.333333333333334], "std": [5.398216440708981], "count": [561]}, "frame_index": {"min": [0], "max": [560], "mean": [280.0], "std": [161.94649322126944], "count": [561]}, "episode_index": {"min": [297], "max": [297], "mean": [297.0], "std": [0.0], "count": [561]}, "index": {"min": [178989], "max": [179549], "mean": [179269.0], "std": [161.94649322126944], "count": [561]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [561]}, "gripper_open_scale_state": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.8249393946984235], "std": [0.0, 0.27303241259817657], "count": [561]}, "gripper_open_scale_action": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.8249393946984235], "std": [0.0, 0.27303241259817657], "count": [561]}, "eef_direction_state": {"mean": [6.0, 4.4153297682709445], "std": [0.0, 2.2157386169234004], "min": [6, 0], "max": [6, 6], "count": [561]}, "eef_velocity_state": {"mean": [0.0, 0.6862745098039216], "std": [0.0, 0.8260296483194964], "min": [0, 0], "max": [0, 2], "count": [561]}, "eef_acc_mag_state": {"mean": [0.0, 0.6007130124777184], "std": [0.0, 0.8016912990849661], "min": [0, 0], "max": [0, 2], "count": [561]}, "eef_direction_action": {"mean": [6.0, 4.4153297682709445], "std": [0.0, 2.2157386169234004], "min": [6, 0], "max": [6, 6], "count": [561]}, "eef_velocity_action": {"mean": [0.0, 0.6862745098039216], "std": [0.0, 0.8260296483194964], "min": [0, 0], "max": [0, 2], "count": [561]}, "eef_acc_mag_action": {"mean": [0.0, 0.6007130124777184], "std": [0.0, 0.8016912990849661], "min": [0, 0], "max": [0, 2], "count": [561]}, "eef_sim_pose_state": {"mean": [-0.310325026512146, 0.46757325530052185, 0.22823691368103027, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.2975778877735138, -0.4525372385978699, 0.17175115644931793, 1.5110584497451782, -1.4985222816467285, 0.5888357162475586], "std": [1.5714926121290773e-05, 8.462584446533583e-06, 1.3113288332533557e-05, 0.0, 0.0, 5.960464477539063e-08, 0.026011358946561813, 0.028698477894067764, 0.061853669583797455, 0.08483914285898209, 0.22396685183048248, 0.19190432131290436], "min": [-0.31036901473999023, 0.46755000948905945, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3324820101261139, -0.4812760055065155, 0.052331000566482544, 1.3209365606307983, -1.9408308267593384, 0.18600621819496155], "max": [-0.31028199195861816, 0.46760499477386475, 0.22826899588108063, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21903100609779358, -0.39863499999046326, 0.24841700494289398, 1.7091437578201294, -1.121137022972107, 0.8217056393623352], "count": [561]}, "eef_sim_pose_action": {"mean": [-0.3103249967098236, 0.46757352352142334, 0.22823700308799744, -1.5732377767562866, -1.1211358308792114, -0.7462766766548157, -0.2975779175758362, -0.4525373876094818, 0.1717512160539627, 1.5110578536987305, -1.4985238313674927, 0.5888369083404541], "std": [1.571498069097288e-05, 8.46665079734521e-06, 1.3113579370838124e-05, 1.0848045349121094e-05, 1.1920928955078125e-06, 1.0728836059570312e-06, 0.026011362671852112, 0.02869849093258381, 0.06185367330908775, 0.08483917266130447, 0.2239668071269989, 0.191904217004776], "min": [-0.31036901473999023, 0.46755000948905945, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3324820101261139, -0.4812760055065155, 0.052331000566482544, 1.3209365606307983, -1.9408308267593384, 0.18600621819496155], "max": [-0.31028199195861816, 0.46760499477386475, 0.22826899588108063, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21903100609779358, -0.39863499999046326, 0.24841700494289398, 1.7091437578201294, -1.121137022972107, 0.8217056393623352], "count": [561]}, "gripper_mode_state": {"mean": [0.0, 0.22459893048128343], "std": [0.0, 0.41731792545725443], "min": [0, 0], "max": [0, 1], "count": [561]}, "gripper_activity_state": {"mean": [2.0, 1.750445632798574], "std": [0.0, 0.5926802298772474], "min": [2, 0], "max": [2, 2], "count": [561]}, "gripper_mode_action": {"mean": [0.0, 0.22459893048128343], "std": [0.0, 0.41731792545725443], "min": [0, 0], "max": [0, 1], "count": [561]}, "gripper_activity_action": {"mean": [2.0, 1.750445632798574], "std": [0.0, 0.5926802298772474], "min": [2, 0], "max": [2, 2], "count": [561]}}} +{"episode_index": 148, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.405486174498535]], [[0.4148575226786117]], [[0.4115595612885959]]], "std": [[[0.20973883537742835]], [[0.20695445693182343]], [[0.2038312376286155]]], "count": [116]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33032848595616404]], [[0.3142988981152806]], [[0.33057449606997974]]], "std": [[[0.2539697993528044]], [[0.2632780297137942]], [[0.25106064518490845]]], "count": [116]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4365739379084967]], [[0.44044675808541806]], [[0.433345817134325]]], "std": [[[0.28021073233634386]], [[0.2776585150313994]], [[0.27695567619299266]]], "count": [116]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4267447828628578]], [[0.4120731931062655]], [[0.43291206755690786]]], "std": [[[0.28829017628422476]], [[0.29283214026228194]], [[0.28851481135831736]]], "count": [116]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103730082511902, 0.4675469994544983, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.12168435752391815, 0.38058650493621826, -0.6130818128585815, -1.7812306880950928, 0.09941395372152328, -0.1206895187497139, -0.02839650586247444, -0.33649399876594543, -0.47624799609184265, 0.047322001308202744, 1.2886431217193604, -1.8247671127319336, 0.12557685375213623, 1008.0, 334.0, 0.0007162336842156947, -0.2971861958503723, -0.8422117233276367, 1.9072325229644775, -1.0565038919448853, -0.0009283621329814196], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102859854698181, 0.46759501099586487, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3383844494819641, 0.6141290068626404, -0.19744908809661865, -1.3543580770492554, 0.4394564628601074, 0.559395432472229, 0.5037893056869507, -0.22478699684143066, -0.40723299980163574, 0.22827300429344177, 1.7958009243011475, -1.121137022972107, 0.7592249512672424, 1008.0, 1003.0, 0.0007275129319168627, -0.2970734238624573, -0.8422021865844727, 1.9072357416152954, -1.056497573852539, -0.0009036817355081439], "mean": [-0.19951766729354858, 0.6046745181083679, 0.4513920843601227, -1.4119714498519897, -0.2539089322090149, -0.12054211646318436, 0.028280850499868393, -0.31032606959342957, 0.4675729274749756, 0.22823955118656158, -1.5732377767562866, -1.12113618850708, -0.7462766766548157, 0.208076611161232, 0.48113852739334106, -0.3897170126438141, -1.5014441013336182, 0.25778141617774963, 0.1724284440279007, 0.25384655594825745, -0.30444058775901794, -0.45471179485321045, 0.16549229621887207, 1.5288782119750977, -1.4552676677703857, 0.5353931188583374, 1008.0, 853.7000122070312, 0.0007204753928817809, -0.2971085011959076, -0.8422092199325562, 1.907227635383606, -1.0564988851547241, -0.0009155033039860427], "std": [2.713719368330203e-05, 1.8736996935331263e-05, 2.468045749992598e-05, 1.7966118321055546e-05, 2.4190760086639784e-05, 1.972747668332886e-05, 1.552793946757447e-05, 1.4931380974303465e-05, 8.140438694681507e-06, 1.347965735476464e-05, 1.0848045349121094e-05, 8.344650268554688e-07, 1.0728836059570312e-06, 0.048858799040317535, 0.07200755178928375, 0.10030089318752289, 0.1329549252986908, 0.07993833720684052, 0.23860454559326172, 0.1327131986618042, 0.026272518560290337, 0.020776452496647835, 0.05797651410102844, 0.09484656900167465, 0.2063480168581009, 0.18999738991260529, 0.0, 256.4759521484375, 1.333011255155725e-06, 8.269722457043827e-06, 1.6020860584831098e-06, 5.7321212807437405e-06, 2.0050190414622193e-06, 2.7829732971440535e-06], "count": [570]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103730082511902, 0.4675469994544983, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.12168435752391815, 0.38058650493621826, -0.6130818128585815, -1.7812306880950928, 0.09941395372152328, -0.1206895187497139, -0.02839650586247444, -0.33649399876594543, -0.47624799609184265, 0.047322001308202744, 1.2886431217193604, -1.8247671127319336, 0.12557685375213623, 1008.0, 334.0, 0.0007162336842156947, -0.2971861958503723, -0.8422117233276367, 1.9072325229644775, -1.0565038919448853, -0.0009283621329814196], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102859854698181, 0.46759501099586487, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3383844494819641, 0.6141290068626404, -0.19744908809661865, -1.3543580770492554, 0.4394564628601074, 0.559395432472229, 0.5037893056869507, -0.22478699684143066, -0.40723299980163574, 0.22827300429344177, 1.7958009243011475, -1.121137022972107, 0.7592249512672424, 1008.0, 1003.0, 0.0007275129319168627, -0.2970734238624573, -0.8422021865844727, 1.9072357416152954, -1.056497573852539, -0.0009036817355081439], "mean": [-0.19951756298542023, 0.6046745181083679, 0.45139220356941223, -1.4119714498519897, -0.2539089024066925, -0.12054211646318436, 0.02828078716993332, -0.3103260397911072, 0.4675729274749756, 0.22823955118656158, -1.5732377767562866, -1.12113618850708, -0.7462766766548157, 0.2080232799053192, 0.4807552397251129, -0.3893182873725891, -1.5013654232025146, 0.2575295567512512, 0.17278021574020386, 0.2542155981063843, -0.3044815957546234, -0.45472678542137146, 0.1654764860868454, 1.528584361076355, -1.45554518699646, 0.5352877378463745, 1008.0, 853.7034912109375, 0.0007204688154160976, -0.2971084713935852, -0.8422092795372009, 1.907227635383606, -1.0564988851547241, -0.0009155083098448813], "std": [2.7079864594270475e-05, 1.8736996935331263e-05, 2.4661643692525104e-05, 1.79513208422577e-05, 2.4190238036680967e-05, 1.972747668332886e-05, 1.541533856652677e-05, 1.4937174455553759e-05, 8.143922059389297e-06, 1.3480032976076473e-05, 1.0848045349121094e-05, 8.344650268554688e-07, 1.0728836059570312e-06, 0.048884619027376175, 0.07193023711442947, 0.10050637274980545, 0.1330210268497467, 0.08017588406801224, 0.2383200228214264, 0.1322195678949356, 0.02629985101521015, 0.020788846537470818, 0.0579606331884861, 0.09496842324733734, 0.20600442588329315, 0.1898973435163498, 0.0, 256.477783203125, 1.3353799204196548e-06, 8.269220415968448e-06, 1.6313072137563722e-06, 5.7321212807437405e-06, 2.0061067971255397e-06, 2.7847584078699583e-06], "count": [570]}, "timestamp": {"min": [0.0], "max": [18.966666666666665], "mean": [9.483333333333333], "std": [5.484819116501541], "count": [570]}, "frame_index": {"min": [0], "max": [569], "mean": [284.5], "std": [164.54457349504622], "count": [570]}, "episode_index": {"min": [298], "max": [298], "mean": [298.0], "std": [0.0], "count": [570]}, "index": {"min": [179550], "max": [180119], "mean": [179834.5], "std": [164.54457349504622], "count": [570]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [570]}, "gripper_open_scale_state": {"min": [1.0, 0.33399999141693115], "max": [1.0, 1.0], "mean": [1.0, 0.851961403928305], "std": [0.0, 0.2554667040701084], "count": [570]}, "gripper_open_scale_action": {"min": [1.0, 0.33399999141693115], "max": [1.0, 1.0], "mean": [1.0, 0.851961403928305], "std": [0.0, 0.2554667040701084], "count": [570]}, "eef_direction_state": {"mean": [6.0, 4.65438596491228], "std": [0.0, 2.057469931177073], "min": [6, 0], "max": [6, 6], "count": [570]}, "eef_velocity_state": {"mean": [0.0, 0.6385964912280702], "std": [0.0, 0.8117026475611973], "min": [0, 0], "max": [0, 2], "count": [570]}, "eef_acc_mag_state": {"mean": [0.0, 0.5842105263157895], "std": [0.0, 0.8126822545784663], "min": [0, 0], "max": [0, 2], "count": [570]}, "eef_direction_action": {"mean": [6.0, 4.65438596491228], "std": [0.0, 2.057469931177073], "min": [6, 0], "max": [6, 6], "count": [570]}, "eef_velocity_action": {"mean": [0.0, 0.6385964912280702], "std": [0.0, 0.8117026475611973], "min": [0, 0], "max": [0, 2], "count": [570]}, "eef_acc_mag_action": {"mean": [0.0, 0.5842105263157895], "std": [0.0, 0.8126822545784663], "min": [0, 0], "max": [0, 2], "count": [570]}, "eef_sim_pose_state": {"mean": [-0.3103261888027191, 0.46757256984710693, 0.22823955118656158, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.3044404685497284, -0.45471176505088806, 0.1654922515153885, 1.5288810729980469, -1.4552680253982544, 0.5353929400444031], "std": [1.4930939869373105e-05, 8.130164133035578e-06, 1.3479660083248746e-05, 0.0, 0.0, 5.960464477539063e-08, 0.02627250738441944, 0.020776452496647835, 0.05797651782631874, 0.09484656900167465, 0.20634813606739044, 0.18999743461608887], "min": [-0.3103730082511902, 0.4675469994544983, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33649399876594543, -0.47624799609184265, 0.047322001308202744, 1.2886431217193604, -1.8247671127319336, 0.12557685375213623], "max": [-0.3102859854698181, 0.46759501099586487, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22478699684143066, -0.40723299980163574, 0.22827300429344177, 1.7958009243011475, -1.121137022972107, 0.7592249512672424], "count": [570]}, "eef_sim_pose_action": {"mean": [-0.31032606959342957, 0.4675729274749756, 0.22823955118656158, -1.5732377767562866, -1.12113618850708, -0.7462766766548157, -0.30444058775901794, -0.45471179485321045, 0.16549229621887207, 1.5288782119750977, -1.4552676677703857, 0.5353931188583374], "std": [1.4931380974303465e-05, 8.140438694681507e-06, 1.347965735476464e-05, 1.0848045349121094e-05, 8.344650268554688e-07, 1.0728836059570312e-06, 0.026272518560290337, 0.020776452496647835, 0.05797651410102844, 0.09484656900167465, 0.2063480168581009, 0.18999738991260529], "min": [-0.3103730082511902, 0.4675469994544983, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33649399876594543, -0.47624799609184265, 0.047322001308202744, 1.2886431217193604, -1.8247671127319336, 0.12557685375213623], "max": [-0.3102859854698181, 0.46759501099586487, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22478699684143066, -0.40723299980163574, 0.22827300429344177, 1.7958009243011475, -1.121137022972107, 0.7592249512672424], "count": [570]}, "gripper_mode_state": {"mean": [0.0, 0.18596491228070175], "std": [0.0, 0.3890783515966068], "min": [0, 0], "max": [0, 1], "count": [570]}, "gripper_activity_state": {"mean": [2.0, 1.7614035087719297], "std": [0.0, 0.5827202952050218], "min": [2, 0], "max": [2, 2], "count": [570]}, "gripper_mode_action": {"mean": [0.0, 0.18596491228070175], "std": [0.0, 0.3890783515966068], "min": [0, 0], "max": [0, 1], "count": [570]}, "gripper_activity_action": {"mean": [2.0, 1.7614035087719297], "std": [0.0, 0.5827202952050219], "min": [2, 0], "max": [2, 2], "count": [570]}}} +{"episode_index": 149, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41207514483065955]], [[0.4211982156120024]], [[0.4173794340463458]]], "std": [[[0.2124526868092682]], [[0.21014342715446443]], [[0.20747408865136105]]], "count": [110]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32253252005347594]], [[0.30775459744503864]], [[0.3249924298128342]]], "std": [[[0.25692698568618455]], [[0.2651887430631436]], [[0.25408893593180926]]], "count": [110]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44488349673202615]], [[0.44836156788472964]], [[0.44054623625965533]]], "std": [[[0.2902072445898922]], [[0.28740565020470815]], [[0.28712501897752024]]], "count": [110]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4149483567290553]], [[0.4083498588829471]], [[0.41950152072192515]]], "std": [[[0.28671929619211134]], [[0.2900167546048679]], [[0.28646239798276507]]], "count": [110]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12061969935894012, 0.02822197414934635, -0.3103640079498291, 0.46754899621009827, 0.22818000614643097, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.10248573869466782, 0.3591887652873993, -0.5429719686508179, -1.8548661470413208, 0.22162190079689026, -0.12189380079507828, -0.02834414690732956, -0.3153260052204132, -0.46759799122810364, 0.04222400113940239, 1.3287811279296875, -1.79584538936615, 0.2196868509054184, 1008.0, 332.0, 0.000712473934981972, -0.2971843481063843, -0.8422148823738098, 1.9072318077087402, -1.0565062761306763, -0.0009388038306497037], "max": [-0.19943878054618835, 0.6047216653823853, 0.45148175954818726, -1.411919116973877, -0.25384068489074707, -0.12049752473831177, 0.02834414690732956, -0.31027698516845703, 0.467602014541626, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.22101104259490967, 0.6047391295433044, -0.15444418787956238, -1.411884069442749, 0.4572064280509949, 0.5421865582466125, 0.4230329096317291, -0.22358299791812897, -0.3976939916610718, 0.23850099742412567, 1.7040435075759888, -1.121137022972107, 0.8153848648071289, 1008.0, 1003.0, 0.0007256330573000014, -0.29678770899772644, -0.8422061800956726, 1.9072349071502686, -1.056500792503357, -0.0009131741826422513], "mean": [-0.19951628148555756, 0.6046691536903381, 0.45138946175575256, -1.4119676351547241, -0.2539084851741791, -0.12055761367082596, 0.028281526640057564, -0.3103256821632385, 0.467572957277298, 0.2282380610704422, -1.573237419128418, -1.1211347579956055, -0.7462766766548157, 0.158332958817482, 0.46957072615623474, -0.3583223521709442, -1.5868005752563477, 0.31189605593681335, 0.21393737196922302, 0.25835391879081726, -0.29195088148117065, -0.4406757652759552, 0.155113086104393, 1.5124561786651611, -1.530656337738037, 0.5878614783287048, 1008.0, 802.9207763671875, 0.0007178717060014606, -0.29699572920799255, -0.842215359210968, 1.907227635383606, -1.0565074682235718, -0.0009242066298611462], "std": [2.578920975793153e-05, 2.0446030248422176e-05, 2.5804723918554373e-05, 1.5993962733773515e-05, 2.393090835539624e-05, 2.171786400140263e-05, 1.675360181252472e-05, 1.5207431715680286e-05, 8.534510016033892e-06, 1.3875419426767621e-05, 1.049041748046875e-05, 2.2649765014648438e-06, 1.0728836059570312e-06, 0.03236369788646698, 0.06660958379507065, 0.11510530114173889, 0.1420331597328186, 0.054711613804101944, 0.2189902365207672, 0.11670315265655518, 0.022789549082517624, 0.02543092705309391, 0.06195193529129028, 0.0957547202706337, 0.19005514681339264, 0.2047422081232071, 0.0, 284.6011657714844, 1.326800997958344e-06, 0.00011754749721148983, 4.52993390354095e-06, 5.256146778265247e-06, 3.945659955206793e-06, 6.607849172723945e-06], "count": [530]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12061969935894012, 0.02822197414934635, -0.3103640079498291, 0.46754899621009827, 0.22818000614643097, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.10248573869466782, 0.3591887652873993, -0.5429719686508179, -1.8548661470413208, 0.22162190079689026, -0.12189380079507828, -0.02834414690732956, -0.3153260052204132, -0.46759799122810364, 0.04222400113940239, 1.3287811279296875, -1.79584538936615, 0.2196868509054184, 1008.0, 332.0, 0.000712473934981972, -0.2971843481063843, -0.8422148823738098, 1.9072318077087402, -1.0565062761306763, -0.0009388038306497037], "max": [-0.19943878054618835, 0.6047216653823853, 0.45148175954818726, -1.411919116973877, -0.25384068489074707, -0.12049752473831177, 0.02834414690732956, -0.31027698516845703, 0.467602014541626, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.22101104259490967, 0.6047391295433044, -0.15444418787956238, -1.411884069442749, 0.4572064280509949, 0.5421865582466125, 0.4230329096317291, -0.22358299791812897, -0.3976939916610718, 0.23850099742412567, 1.7040435075759888, -1.121137022972107, 0.8153848648071289, 1008.0, 1003.0, 0.0007256330573000014, -0.29678770899772644, -0.8422061800956726, 1.9072349071502686, -1.056500792503357, -0.0009131741826422513], "mean": [-0.19951631128787994, 0.6046691536903381, 0.45138946175575256, -1.4119675159454346, -0.2539084851741791, -0.12055764347314835, 0.028281526640057564, -0.31032565236091614, 0.46757298707962036, 0.22823800146579742, -1.573237419128418, -1.1211347579956055, -0.7462766766548157, 0.15817825496196747, 0.46924588084220886, -0.35776659846305847, -1.586890459060669, 0.3118959069252014, 0.2143690586090088, 0.25887739658355713, -0.29194924235343933, -0.44066929817199707, 0.15513019263744354, 1.512117624282837, -1.5311540365219116, 0.5879114866256714, 1008.0, 802.9207763671875, 0.0007178646046668291, -0.2969953417778015, -0.842215359210968, 1.907227635383606, -1.0565074682235718, -0.0009242263622581959], "std": [2.5790315703488886e-05, 2.0431665689102374e-05, 2.5822289899224415e-05, 1.602031261427328e-05, 2.393090835539624e-05, 2.169284016417805e-05, 1.6753599993535317e-05, 1.520986552350223e-05, 8.540680937585421e-06, 1.3894930816604756e-05, 1.049041748046875e-05, 2.2649765014648438e-06, 1.0728836059570312e-06, 0.0323621928691864, 0.06636935472488403, 0.11536527425050735, 0.1419375240802765, 0.05471183732151985, 0.21855543553829193, 0.11603668332099915, 0.02278827130794525, 0.025424551218748093, 0.06197339668869972, 0.09585648775100708, 0.18932600319385529, 0.20478425920009613, 0.0, 284.6011657714844, 1.335498268417723e-06, 0.00011748532415367663, 4.525136773736449e-06, 5.25455789102125e-06, 3.940219812648138e-06, 6.6017919380101375e-06], "count": [530]}, "timestamp": {"min": [0.0], "max": [17.633333333333333], "mean": [8.816666666666668], "std": [5.099918299999193], "count": [530]}, "frame_index": {"min": [0], "max": [529], "mean": [264.5], "std": [152.9975489999758], "count": [530]}, "episode_index": {"min": [299], "max": [299], "mean": [299.0], "std": [0.0], "count": [530]}, "index": {"min": [180120], "max": [180649], "mean": [180384.5], "std": [152.9975489999758], "count": [530]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [530]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8018471670600603], "std": [0.0, 0.2838500061791003], "count": [530]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8018471670600603], "std": [0.0, 0.2838500061791003], "count": [530]}, "eef_direction_state": {"mean": [6.0, 4.449056603773585], "std": [0.0, 2.1982516759366484], "min": [6, 0], "max": [6, 6], "count": [530]}, "eef_velocity_state": {"mean": [0.0, 0.6849056603773584], "std": [0.0, 0.8314334578747847], "min": [0, 0], "max": [0, 2], "count": [530]}, "eef_acc_mag_state": {"mean": [0.0, 0.6188679245283019], "std": [0.0, 0.8114874773847668], "min": [0, 0], "max": [0, 2], "count": [530]}, "eef_direction_action": {"mean": [6.0, 4.449056603773585], "std": [0.0, 2.1982516759366484], "min": [6, 0], "max": [6, 6], "count": [530]}, "eef_velocity_action": {"mean": [0.0, 0.6849056603773584], "std": [0.0, 0.8314334578747847], "min": [0, 0], "max": [0, 2], "count": [530]}, "eef_acc_mag_action": {"mean": [0.0, 0.6188679245283019], "std": [0.0, 0.8114874773847668], "min": [0, 0], "max": [0, 2], "count": [530]}, "eef_sim_pose_state": {"mean": [-0.3103256821632385, 0.46757277846336365, 0.22823815047740936, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2919507622718811, -0.4406755268573761, 0.1551130712032318, 1.5124558210372925, -1.5306575298309326, 0.5878604650497437], "std": [1.5207449905574322e-05, 8.531726052751765e-06, 1.3875162949261721e-05, 0.0, 0.0, 0.0, 0.022789549082517624, 0.025430932641029358, 0.06195194274187088, 0.09575475752353668, 0.1900550127029419, 0.20474208891391754], "min": [-0.3103640079498291, 0.46754899621009827, 0.22818000614643097, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3153260052204132, -0.46759799122810364, 0.04222400113940239, 1.3287811279296875, -1.79584538936615, 0.2196868509054184], "max": [-0.31027698516845703, 0.467602014541626, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22358299791812897, -0.3976939916610718, 0.23850099742412567, 1.7040435075759888, -1.121137022972107, 0.8153848648071289], "count": [530]}, "eef_sim_pose_action": {"mean": [-0.3103256821632385, 0.467572957277298, 0.2282380610704422, -1.573237419128418, -1.1211347579956055, -0.7462766766548157, -0.29195088148117065, -0.4406757652759552, 0.155113086104393, 1.5124561786651611, -1.530656337738037, 0.5878614783287048], "std": [1.5207431715680286e-05, 8.534510016033892e-06, 1.3875419426767621e-05, 1.049041748046875e-05, 2.2649765014648438e-06, 1.0728836059570312e-06, 0.022789549082517624, 0.02543092705309391, 0.06195193529129028, 0.0957547202706337, 0.19005514681339264, 0.2047422081232071], "min": [-0.3103640079498291, 0.46754899621009827, 0.22818000614643097, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3153260052204132, -0.46759799122810364, 0.04222400113940239, 1.3287811279296875, -1.79584538936615, 0.2196868509054184], "max": [-0.31027698516845703, 0.467602014541626, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22358299791812897, -0.3976939916610718, 0.23850099742412567, 1.7040435075759888, -1.121137022972107, 0.8153848648071289], "count": [530]}, "gripper_mode_state": {"mean": [0.0, 0.25471698113207547], "std": [0.0, 0.4357020090096398], "min": [0, 0], "max": [0, 1], "count": [530]}, "gripper_activity_state": {"mean": [2.0, 1.7377358490566037], "std": [0.0, 0.6058601915736922], "min": [2, 0], "max": [2, 2], "count": [530]}, "gripper_mode_action": {"mean": [0.0, 0.25471698113207547], "std": [0.0, 0.4357020090096398], "min": [0, 0], "max": [0, 1], "count": [530]}, "gripper_activity_action": {"mean": [2.0, 1.7377358490566037], "std": [0.0, 0.6058601915736922], "min": [2, 0], "max": [2, 2], "count": [530]}}} +{"episode_index": 150, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4119331487803455]], [[0.4207414635124883]], [[0.4168594388276144]]], "std": [[[0.21213626625133153]], [[0.2101088940199671]], [[0.2068946360026604]]], "count": [112]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31847476620856674]], [[0.30311913515406164]], [[0.3169343979779412]]], "std": [[[0.25431865746588894]], [[0.26275962455349955]], [[0.25104160482731475]]], "count": [112]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4454510606325864]], [[0.44971786188433704]], [[0.4418458745477358]]], "std": [[[0.29084346809039535]], [[0.2885555480064788]], [[0.2881743203257586]]], "count": [112]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40938063689017273]], [[0.4061461087038982]], [[0.4120053305176237]]], "std": [[[0.27252481025631187]], [[0.2732864975184271]], [[0.2703973441516026]]], "count": [112]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.310371994972229, 0.46754398941993713, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.04946263134479523, 0.3266907334327698, -0.558191180229187, -1.888655662536621, 0.2237686663866043, -0.12072442471981049, -0.028379054740071297, -0.3241640031337738, -0.4756380021572113, 0.0519229993224144, 1.2669142484664917, -1.8010327816009521, 0.2589634954929352, 1008.0, 332.0, 0.000712473934981972, -0.29711103439331055, -0.8422148823738098, 1.9072318077087402, -1.0565125942230225, -0.0009407023317180574], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12053243815898895, 0.028326693922281265, -0.31028300523757935, 0.46759799122810364, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.22191861271858215, 0.6047391295433044, -0.10639527440071106, -1.411884069442749, 0.5052204728126526, 0.5339834690093994, 0.4236088693141937, -0.22261099517345428, -0.38042300939559937, 0.23407399654388428, 1.7230713367462158, -1.121137022972107, 0.9551000595092773, 1008.0, 1003.0, 0.0007218733080662787, -0.29688167572021484, -0.8422061800956726, 1.9072333574295044, -1.056502342224121, -0.0009226666879840195], "mean": [-0.19951783120632172, 0.604668140411377, 0.4513879120349884, -1.411967396736145, -0.25390759110450745, -0.12056534737348557, 0.02828063815832138, -0.31032511591911316, 0.46757325530052185, 0.22823728621006012, -1.5732375383377075, -1.1211352348327637, -0.7462766766548157, 0.1444489061832428, 0.4577173888683319, -0.32846951484680176, -1.574581265449524, 0.3235775828361511, 0.17952315509319305, 0.23265455663204193, -0.29148799180984497, -0.44414329528808594, 0.16571484506130219, 1.4922256469726562, -1.5128920078277588, 0.6624414324760437, 1008.0, 809.0220336914062, 0.0007145064882934093, -0.2970074713230133, -0.8422160744667053, 1.9072275161743164, -1.0565069913864136, -0.0009287921129725873], "std": [2.589170435385313e-05, 1.969110053323675e-05, 2.5235740395146422e-05, 1.8256556359119713e-05, 2.310997479071375e-05, 2.0861049051745795e-05, 1.652050923439674e-05, 1.570872700540349e-05, 8.644828994874842e-06, 1.357359633402666e-05, 1.0609626770019531e-05, 1.7881393432617188e-06, 1.0728836059570312e-06, 0.042159248143434525, 0.07617896050214767, 0.11555660516023636, 0.14834453165531158, 0.06879023462533951, 0.21120144426822662, 0.1170818954706192, 0.021103352308273315, 0.029180249199271202, 0.05908228084445, 0.1214878261089325, 0.19692489504814148, 0.18904627859592438, 0.0, 281.6434631347656, 6.161527039694192e-07, 5.227488873060793e-05, 5.00887654197868e-06, 5.082623374619288e-06, 3.3115700261987513e-06, 2.5228810045518912e-06], "count": [544]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.310371994972229, 0.46754398941993713, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.04946263134479523, 0.3266907334327698, -0.558191180229187, -1.888655662536621, 0.2237686663866043, -0.12072442471981049, -0.028379054740071297, -0.3241640031337738, -0.4756380021572113, 0.0519229993224144, 1.2669142484664917, -1.8010327816009521, 0.2589634954929352, 1008.0, 332.0, 0.000712473934981972, -0.29711103439331055, -0.8422148823738098, 1.9072318077087402, -1.0565125942230225, -0.0009407023317180574], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12053243815898895, 0.028326693922281265, -0.31028300523757935, 0.46759799122810364, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.22191861271858215, 0.6047391295433044, -0.10639527440071106, -1.411884069442749, 0.5052204728126526, 0.5339834690093994, 0.4236088693141937, -0.22261099517345428, -0.38042300939559937, 0.23407399654388428, 1.7230713367462158, -1.121137022972107, 0.9551000595092773, 1008.0, 1003.0, 0.0007218733080662787, -0.29688167572021484, -0.8422061800956726, 1.9072333574295044, -1.056502342224121, -0.0009226666879840195], "mean": [-0.19951783120632172, 0.6046680808067322, 0.45138800144195557, -1.411967396736145, -0.25390759110450745, -0.12056531757116318, 0.02828063815832138, -0.31032511591911316, 0.46757325530052185, 0.22823721170425415, -1.5732375383377075, -1.1211352348327637, -0.7462766766548157, 0.1442946493625641, 0.4572151005268097, -0.3278459906578064, -1.5746537446975708, 0.3235476016998291, 0.17997293174266815, 0.23295758664608002, -0.29149195551872253, -0.4441480338573456, 0.16572293639183044, 1.4916739463806152, -1.5133119821548462, 0.6627547144889832, 1008.0, 809.0183715820312, 0.0007145099807530642, -0.2970077395439148, -0.8422160744667053, 1.9072275161743164, -1.0565069913864136, -0.0009287921129725873], "std": [2.5891706172842532e-05, 1.9567991330404766e-05, 2.521063288440928e-05, 1.827889536798466e-05, 2.310997479071375e-05, 2.0898247385048307e-05, 1.652050923439674e-05, 1.570747008372564e-05, 8.62316392158391e-06, 1.3517289517039899e-05, 1.0609626770019531e-05, 1.7881393432617188e-06, 1.0728836059570312e-06, 0.042111027985811234, 0.07611096650362015, 0.11580721288919449, 0.14827477931976318, 0.06882407516241074, 0.21082352101802826, 0.11662081629037857, 0.02110711857676506, 0.029184233397245407, 0.059091150760650635, 0.12180190533399582, 0.19633392989635468, 0.18932470679283142, 0.0, 281.6398010253906, 6.205474960552237e-07, 5.21003057656344e-05, 5.00887654197868e-06, 5.081420567876194e-06, 3.307532551843906e-06, 2.5228810045518912e-06], "count": [544]}, "timestamp": {"min": [0.0], "max": [18.1], "mean": [9.049999999999999], "std": [5.234633596431452], "count": [544]}, "frame_index": {"min": [0], "max": [543], "mean": [271.5], "std": [157.0390078929436], "count": [544]}, "episode_index": {"min": [300], "max": [300], "mean": [300.0], "std": [0.0], "count": [544]}, "index": {"min": [180650], "max": [181193], "mean": [180921.5], "std": [157.0390078929436], "count": [544]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [544]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8080882353379446], "std": [0.0, 0.2810044611135038], "count": [544]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8080882353379446], "std": [0.0, 0.2810044611135038], "count": [544]}, "eef_direction_state": {"mean": [6.0, 4.386029411764706], "std": [0.0, 2.213317738351097], "min": [6, 0], "max": [6, 6], "count": [544]}, "eef_velocity_state": {"mean": [0.0, 0.6819852941176471], "std": [0.0, 0.806662805722857], "min": [0, 0], "max": [0, 2], "count": [544]}, "eef_acc_mag_state": {"mean": [0.0, 0.6397058823529411], "std": [0.0, 0.8284712544060673], "min": [0, 0], "max": [0, 2], "count": [544]}, "eef_direction_action": {"mean": [6.0, 4.386029411764706], "std": [0.0, 2.213317738351097], "min": [6, 0], "max": [6, 6], "count": [544]}, "eef_velocity_action": {"mean": [0.0, 0.6819852941176471], "std": [0.0, 0.806662805722857], "min": [0, 0], "max": [0, 2], "count": [544]}, "eef_acc_mag_action": {"mean": [0.0, 0.6397058823529411], "std": [0.0, 0.8284712544060673], "min": [0, 0], "max": [0, 2], "count": [544]}, "eef_sim_pose_state": {"mean": [-0.31032508611679077, 0.46757301688194275, 0.2282373160123825, -1.5732269287109375, -1.121137022972107, -0.7462754845619202, -0.2914879620075226, -0.4441434144973755, 0.16571496427059174, 1.4922287464141846, -1.5128918886184692, 0.6624418497085571], "std": [1.5708708815509453e-05, 8.642228749522474e-06, 1.3573553587775677e-05, 0.0, 0.0, 1.1920928955078125e-07, 0.021103346720337868, 0.029180249199271202, 0.059082288295030594, 0.12148784101009369, 0.1969248205423355, 0.18904618918895721], "min": [-0.310371994972229, 0.46754398941993713, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3241640031337738, -0.4756380021572113, 0.0519229993224144, 1.2669142484664917, -1.8010327816009521, 0.2589634954929352], "max": [-0.31028300523757935, 0.46759799122810364, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22261099517345428, -0.38042300939559937, 0.23407399654388428, 1.7230713367462158, -1.121137022972107, 0.9551000595092773], "count": [544]}, "eef_sim_pose_action": {"mean": [-0.31032511591911316, 0.46757325530052185, 0.22823728621006012, -1.5732375383377075, -1.1211352348327637, -0.7462766766548157, -0.29148799180984497, -0.44414329528808594, 0.16571484506130219, 1.4922256469726562, -1.5128920078277588, 0.6624414324760437], "std": [1.570872700540349e-05, 8.644828994874842e-06, 1.357359633402666e-05, 1.0609626770019531e-05, 1.7881393432617188e-06, 1.0728836059570312e-06, 0.021103352308273315, 0.029180249199271202, 0.05908228084445, 0.1214878261089325, 0.19692489504814148, 0.18904627859592438], "min": [-0.310371994972229, 0.46754398941993713, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3241640031337738, -0.4756380021572113, 0.0519229993224144, 1.2669142484664917, -1.8010327816009521, 0.2589634954929352], "max": [-0.31028300523757935, 0.46759799122810364, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22261099517345428, -0.38042300939559937, 0.23407399654388428, 1.7230713367462158, -1.121137022972107, 0.9551000595092773], "count": [544]}, "gripper_mode_state": {"mean": [0.0, 0.25], "std": [0.0, 0.4330127018922193], "min": [0, 0], "max": [0, 1], "count": [544]}, "gripper_activity_state": {"mean": [2.0, 1.75], "std": [0.0, 0.5940885257860046], "min": [2, 0], "max": [2, 2], "count": [544]}, "gripper_mode_action": {"mean": [0.0, 0.25], "std": [0.0, 0.4330127018922193], "min": [0, 0], "max": [0, 1], "count": [544]}, "gripper_activity_action": {"mean": [2.0, 1.75], "std": [0.0, 0.5940885257860046], "min": [2, 0], "max": [2, 2], "count": [544]}}} +{"episode_index": 151, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4080271866199054]], [[0.41668047916998774]], [[0.4129278455284553]]], "std": [[[0.21046961269036243]], [[0.20847375183786726]], [[0.20576714821838718]]], "count": [123]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3179410004516712]], [[0.3032758996891439]], [[0.3205733251633987]]], "std": [[[0.25460145383543725]], [[0.2622959196759134]], [[0.2517499073519946]]], "count": [123]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44464725310856046]], [[0.4489119091742388]], [[0.4413314054280249]]], "std": [[[0.2902625913820196]], [[0.2878820253070805]], [[0.2873325356570208]]], "count": [123]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3943521972474626]], [[0.3939792231255646]], [[0.3980541042297678]]], "std": [[[0.2555312137386243]], [[0.25582878263238185]], [[0.25380283618217164]]], "count": [123]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12061969935894012, 0.02822197414934635, -0.31038200855255127, 0.46755099296569824, 0.22819000482559204, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.07808603346347809, 0.2983291447162628, -0.6668728590011597, -1.8855664730072021, 0.0872839167714119, -0.19406317174434662, -0.028379054740071297, -0.331400990486145, -0.495728999376297, 0.05389599874615669, 1.2242240905761719, -1.700629711151123, -0.10064532607793808, 1008.0, 331.0, 0.000712473934981972, -0.2973516583442688, -0.8422164916992188, 1.9072294235229492, -1.0565110445022583, -0.0010413223644718528], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12049752473831177, 0.028326693922281265, -0.3102729916572571, 0.4675990045070648, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.40849432349205017, 0.7108900547027588, -0.09307841211557388, -1.2010657787322998, 0.43336525559425354, 0.6631727814674377, 0.5585576891899109, -0.22224600613117218, -0.3895210027694702, 0.24786199629306793, 1.6694633960723877, -1.121137022972107, 0.9376462697982788, 1008.0, 1003.0, 0.00072375318268314, -0.2969624996185303, -0.8421934843063354, 1.9072364568710327, -1.0564888715744019, -0.0009217174374498427], "mean": [-0.19952084124088287, 0.6046680808067322, 0.4513881206512451, -1.41196870803833, -0.2539044916629791, -0.12055467069149017, 0.02828020602464676, -0.3103247284889221, 0.4675740599632263, 0.2282377928495407, -1.5732381343841553, -1.1211374998092651, -0.7462767362594604, 0.2023158073425293, 0.4717367887496948, -0.3548951745033264, -1.531822681427002, 0.21509607136249542, 0.22037561237812042, 0.27254772186279297, -0.2989388108253479, -0.448216050863266, 0.17060677707195282, 1.5013045072555542, -1.4195257425308228, 0.511193573474884, 1008.0, 807.8341674804688, 0.0007162679103203118, -0.2971491515636444, -0.8422104120254517, 1.9072273969650269, -1.056511402130127, -0.0009516707505099475], "std": [2.5791017833398655e-05, 2.0070987375220284e-05, 2.463715645717457e-05, 1.8464292224962264e-05, 2.4536693672416732e-05, 2.1416713934740983e-05, 1.7253860278287902e-05, 1.553576839796733e-05, 8.111573151836637e-06, 1.2857643923780415e-05, 1.1205673217773438e-05, 4.76837158203125e-07, 1.1324882507324219e-06, 0.07738005369901657, 0.11863063275814056, 0.15443412959575653, 0.21450337767601013, 0.0838465616106987, 0.3589089810848236, 0.16067193448543549, 0.02891593985259533, 0.031921908259391785, 0.06404224783182144, 0.13351956009864807, 0.19622239470481873, 0.3342771530151367, 0.0, 285.91204833984375, 1.027804501063656e-06, 7.545868720626459e-05, 3.4139527542720316e-06, 4.909294148092158e-06, 8.059491847234312e-06, 2.178143222408835e-05], "count": [615]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12061969935894012, 0.02822197414934635, -0.31038200855255127, 0.46755099296569824, 0.22819000482559204, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.07808603346347809, 0.2983291447162628, -0.6668728590011597, -1.8855664730072021, 0.0872839167714119, -0.19406317174434662, -0.028379054740071297, -0.331400990486145, -0.495728999376297, 0.05389599874615669, 1.2242240905761719, -1.700629711151123, -0.10064532607793808, 1008.0, 331.0, 0.000712473934981972, -0.2973516583442688, -0.8422164916992188, 1.9072294235229492, -1.0565110445022583, -0.0010413223644718528], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12049752473831177, 0.028326693922281265, -0.3102729916572571, 0.4675990045070648, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.40849432349205017, 0.7108900547027588, -0.09307841211557388, -1.2010657787322998, 0.43336525559425354, 0.6631727814674377, 0.5585576891899109, -0.22224600613117218, -0.3895210027694702, 0.24786199629306793, 1.6694633960723877, -1.121137022972107, 0.9376462697982788, 1008.0, 1003.0, 0.00072375318268314, -0.2969624996185303, -0.8421934843063354, 1.9072364568710327, -1.0564888715744019, -0.0009217174374498427], "mean": [-0.19952090084552765, 0.6046680808067322, 0.4513881206512451, -1.4119685888290405, -0.25390446186065674, -0.12055464088916779, 0.028280261904001236, -0.3103247284889221, 0.4675740599632263, 0.22823776304721832, -1.5732381343841553, -1.1211374998092651, -0.7462767362594604, 0.2023390680551529, 0.47124767303466797, -0.3543287515640259, -1.5315297842025757, 0.21483561396598816, 0.22035299241542816, 0.2728857398033142, -0.2989653944969177, -0.44826093316078186, 0.17063693702220917, 1.501077651977539, -1.4196451902389526, 0.5114758014678955, 1008.0, 807.83740234375, 0.0007162709371186793, -0.2971494495868683, -0.8422104120254517, 1.9072273969650269, -1.056511402130127, -0.0009517433354631066], "std": [2.5840110538410954e-05, 2.007098555623088e-05, 2.4654553271830082e-05, 1.8471007933840156e-05, 2.453978049743455e-05, 2.143493838957511e-05, 1.72345698956633e-05, 1.5544230336672626e-05, 8.116404387692455e-06, 1.2867073564848397e-05, 1.1205673217773438e-05, 4.76837158203125e-07, 1.1324882507324219e-06, 0.07738130539655685, 0.11870133131742477, 0.15471751987934113, 0.21478959918022156, 0.08397416025400162, 0.35893070697784424, 0.1602567434310913, 0.028933845460414886, 0.03196850046515465, 0.06407372653484344, 0.13351574540138245, 0.19606302678585052, 0.3345484733581543, 0.0, 285.9136657714844, 1.0304996749255224e-06, 7.54060602048412e-05, 3.4239528758917004e-06, 4.911955329589546e-06, 8.09564062365098e-06, 2.1774798369733617e-05], "count": [615]}, "timestamp": {"min": [0.0], "max": [20.466666666666665], "mean": [10.233333333333333], "std": [5.9178324360141135], "count": [615]}, "frame_index": {"min": [0], "max": [614], "mean": [307.0], "std": [177.5349730804234], "count": [615]}, "episode_index": {"min": [301], "max": [301], "mean": [301.0], "std": [0.0], "count": [615]}, "index": {"min": [181194], "max": [181808], "mean": [181501.0], "std": [177.5349730804234], "count": [615]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [615]}, "gripper_open_scale_state": {"min": [1.0, 0.3310000002384186], "max": [1.0, 1.0], "mean": [1.0, 0.806256908566002], "std": [0.0, 0.2848378247513153], "count": [615]}, "gripper_open_scale_action": {"min": [1.0, 0.3310000002384186], "max": [1.0, 1.0], "mean": [1.0, 0.806256908566002], "std": [0.0, 0.2848378247513153], "count": [615]}, "eef_direction_state": {"mean": [6.0, 4.434146341463415], "std": [0.0, 2.2273550345934723], "min": [6, 0], "max": [6, 6], "count": [615]}, "eef_velocity_state": {"mean": [0.0, 0.6504065040650406], "std": [0.0, 0.8281995344726953], "min": [0, 0], "max": [0, 2], "count": [615]}, "eef_acc_mag_state": {"mean": [0.0, 0.5723577235772358], "std": [0.0, 0.8090243861588443], "min": [0, 0], "max": [0, 2], "count": [615]}, "eef_direction_action": {"mean": [6.0, 4.434146341463415], "std": [0.0, 2.2273550345934723], "min": [6, 0], "max": [6, 6], "count": [615]}, "eef_velocity_action": {"mean": [0.0, 0.6504065040650406], "std": [0.0, 0.8281995344726953], "min": [0, 0], "max": [0, 2], "count": [615]}, "eef_acc_mag_action": {"mean": [0.0, 0.5723577235772358], "std": [0.0, 0.8090243861588443], "min": [0, 0], "max": [0, 2], "count": [615]}, "eef_sim_pose_state": {"mean": [-0.3103247582912445, 0.46757370233535767, 0.2282380908727646, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.29893869161605835, -0.448216050863266, 0.17060671746730804, 1.5013020038604736, -1.419524073600769, 0.5111944079399109], "std": [1.5535724742221646e-05, 8.104164407995995e-06, 1.2854133274231572e-05, 0.0, 0.0, 5.960464477539063e-08, 0.028915943577885628, 0.03192190080881119, 0.06404224038124084, 0.13351954519748688, 0.19622235000133514, 0.3342769145965576], "min": [-0.31038200855255127, 0.46755099296569824, 0.22819000482559204, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.331400990486145, -0.495728999376297, 0.05389599874615669, 1.2242240905761719, -1.700629711151123, -0.10064532607793808], "max": [-0.3102729916572571, 0.4675990045070648, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22224600613117218, -0.3895210027694702, 0.24786199629306793, 1.6694633960723877, -1.121137022972107, 0.9376462697982788], "count": [615]}, "eef_sim_pose_action": {"mean": [-0.3103247284889221, 0.4675740599632263, 0.2282377928495407, -1.5732381343841553, -1.1211374998092651, -0.7462767362594604, -0.2989388108253479, -0.448216050863266, 0.17060677707195282, 1.5013045072555542, -1.4195257425308228, 0.511193573474884], "std": [1.553576839796733e-05, 8.111573151836637e-06, 1.2857643923780415e-05, 1.1205673217773438e-05, 4.76837158203125e-07, 1.1324882507324219e-06, 0.02891593985259533, 0.031921908259391785, 0.06404224783182144, 0.13351956009864807, 0.19622239470481873, 0.3342771530151367], "min": [-0.31038200855255127, 0.46755099296569824, 0.22819000482559204, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.331400990486145, -0.495728999376297, 0.05389599874615669, 1.2242240905761719, -1.700629711151123, -0.10064532607793808], "max": [-0.3102729916572571, 0.4675990045070648, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22224600613117218, -0.3895210027694702, 0.24786199629306793, 1.6694633960723877, -1.121137022972107, 0.9376462697982788], "count": [615]}, "gripper_mode_state": {"mean": [0.0, 0.25691056910569104], "std": [0.0, 0.43692966091521135], "min": [0, 0], "max": [0, 1], "count": [615]}, "gripper_activity_state": {"mean": [2.0, 1.775609756097561], "std": [0.0, 0.5660218421213774], "min": [2, 0], "max": [2, 2], "count": [615]}, "gripper_mode_action": {"mean": [0.0, 0.25691056910569104], "std": [0.0, 0.43692966091521135], "min": [0, 0], "max": [0, 1], "count": [615]}, "gripper_activity_action": {"mean": [2.0, 1.775609756097561], "std": [0.0, 0.5660218421213774], "min": [2, 0], "max": [2, 2], "count": [615]}}} +{"episode_index": 152, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.408119621459695]], [[0.4161238442946623]], [[0.4123130514705882]]], "std": [[[0.20975281299756915]], [[0.20834987624673007]], [[0.20557342128989647]]], "count": [120]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3218800262118736]], [[0.30767322984749457]], [[0.32554646990740743]]], "std": [[[0.25858799899321017]], [[0.2664173177846449]], [[0.25648727041672353]]], "count": [120]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4452057206563181]], [[0.44940719635076254]], [[0.44190226715686276]]], "std": [[[0.29061159581122237]], [[0.2883432202810446]], [[0.28783481128870503]]], "count": [120]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38770905330882355]], [[0.3809286628540305]], [[0.3957493123638344]]], "std": [[[0.28337849609271193]], [[0.28128369737399345]], [[0.2862586500136065]]], "count": [120]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31037500500679016, 0.46754199266433716, 0.22819200158119202, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.12983503937721252, 0.35870006680488586, -0.6832091212272644, -1.8604686260223389, 0.06815510988235474, -0.1546885371208191, -0.028326693922281265, -0.3222090005874634, -0.4690209925174713, 0.04264099895954132, 1.1430745124816895, -1.7110975980758667, -0.13203510642051697, 1008.0, 332.0, 0.000706834311131388, -0.29744377732276917, -0.8422117233276367, 1.9072318077087402, -1.05649995803833, -0.0009653827291913331], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12049752473831177, 0.02834414690732956, -0.3102779984474182, 0.46759501099586487, 0.22829300165176392, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4810650944709778, 0.6425778865814209, -0.21364575624465942, -1.3498027324676514, 0.4622329771518707, 0.852471113204956, 0.5514367818832397, -0.20938099920749664, -0.4039449989795685, 0.22827200591564178, 1.7098021507263184, -1.121137022972107, 0.7479100823402405, 1008.0, 1003.0, 0.0007256330573000014, -0.29699069261550903, -0.8421982526779175, 1.9072372913360596, -1.0564888715744019, -0.0008106557070277631], "mean": [-0.19951757788658142, 0.6046686172485352, 0.451386421918869, -1.4119702577590942, -0.2538852393627167, -0.12054871022701263, 0.028279034420847893, -0.3103250563144684, 0.4675735831260681, 0.2282382845878601, -1.5732380151748657, -1.1211369037628174, -0.7462766766548157, 0.23224902153015137, 0.478180855512619, -0.39306125044822693, -1.5582053661346436, 0.2135097086429596, 0.3211008906364441, 0.2951314151287079, -0.2916201651096344, -0.44932910799980164, 0.15802685916423798, 1.4895914793014526, -1.4459422826766968, 0.4206898510456085, 1008.0, 796.9949340820312, 0.0007135558407753706, -0.29728415608406067, -0.8422001004219055, 1.907227635383606, -1.0564955472946167, -0.0008958909311331809], "std": [2.566010516602546e-05, 2.11218557524262e-05, 2.5551378712407313e-05, 1.8465210814611055e-05, 2.447701081109699e-05, 1.919526584970299e-05, 1.7398997442796826e-05, 1.5126979633350857e-05, 8.325575436174404e-06, 1.3844038221577648e-05, 1.1086463928222656e-05, 1.1920928955078125e-07, 1.0728836059570312e-06, 0.10544203221797943, 0.06840033829212189, 0.13751867413520813, 0.15103991329669952, 0.09241215884685516, 0.3829423189163208, 0.1547178030014038, 0.029474174603819847, 0.020652461796998978, 0.06614311039447784, 0.14089007675647736, 0.20692522823810577, 0.29755285382270813, 0.0, 289.4613342285156, 1.4674347994514392e-06, 4.3685053242370486e-05, 5.862490070285276e-06, 5.609171694231918e-06, 2.3364470962405903e-06, 3.592292341636494e-05], "count": [592]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31037500500679016, 0.46754199266433716, 0.22819200158119202, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.12983503937721252, 0.35870006680488586, -0.6832091212272644, -1.8604686260223389, 0.06815510988235474, -0.1546885371208191, -0.028326693922281265, -0.3222090005874634, -0.4690209925174713, 0.04264099895954132, 1.1430745124816895, -1.7110975980758667, -0.13203510642051697, 1008.0, 332.0, 0.000706834311131388, -0.29744377732276917, -0.8422117233276367, 1.9072318077087402, -1.05649995803833, -0.0009653827291913331], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12049752473831177, 0.02834414690732956, -0.3102779984474182, 0.46759501099586487, 0.22829300165176392, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4810650944709778, 0.6425778865814209, -0.21364575624465942, -1.3498027324676514, 0.4622329771518707, 0.852471113204956, 0.5514367818832397, -0.20938099920749664, -0.4039449989795685, 0.22827200591564178, 1.7098021507263184, -1.121137022972107, 0.7479100823402405, 1008.0, 1003.0, 0.0007256330573000014, -0.29699069261550903, -0.8421982526779175, 1.9072372913360596, -1.0564888715744019, -0.0008106557070277631], "mean": [-0.19951768219470978, 0.6046686172485352, 0.451386421918869, -1.4119702577590942, -0.2538852095603943, -0.12054871022701263, 0.028279034420847893, -0.3103249669075012, 0.4675736427307129, 0.22823825478553772, -1.5732380151748657, -1.1211369037628174, -0.7462766766548157, 0.23216946423053741, 0.47790321707725525, -0.3926934599876404, -1.55812668800354, 0.21321269869804382, 0.32107996940612793, 0.2955893278121948, -0.2916370630264282, -0.449329674243927, 0.1580171436071396, 1.48969566822052, -1.4460757970809937, 0.42057371139526367, 1008.0, 796.9949340820312, 0.0007135526975616813, -0.29728445410728455, -0.8422001004219055, 1.907227635383606, -1.0564956665039062, -0.0008960432605817914], "std": [2.577825762273278e-05, 2.110865716531407e-05, 2.5551378712407313e-05, 1.8477341654943302e-05, 2.4477070837747306e-05, 1.919526584970299e-05, 1.7398997442796826e-05, 1.5144062672334258e-05, 8.357967999472748e-06, 1.3841658073943108e-05, 1.1086463928222656e-05, 1.1920928955078125e-07, 1.0728836059570312e-06, 0.10548467934131622, 0.06821958720684052, 0.1376532018184662, 0.15112796425819397, 0.09256412833929062, 0.38296666741371155, 0.1541600227355957, 0.029487788677215576, 0.020652959123253822, 0.06613326817750931, 0.14097478985786438, 0.20674100518226624, 0.29743900895118713, 0.0, 289.4613342285156, 1.4677348190161865e-06, 4.38381866842974e-05, 5.866378614882706e-06, 5.609171694231918e-06, 2.3084362510417122e-06, 3.5816574381897226e-05], "count": [592]}, "timestamp": {"min": [0.0], "max": [19.7], "mean": [9.85], "std": [5.696514528883235], "count": [592]}, "frame_index": {"min": [0], "max": [591], "mean": [295.5], "std": [170.89543586649702], "count": [592]}, "episode_index": {"min": [303], "max": [303], "mean": [303.0], "std": [0.0], "count": [592]}, "index": {"min": [182411], "max": [183002], "mean": [182706.5], "std": [170.89543586649702], "count": [592]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [592]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.7959324340965297], "std": [0.0, 0.288708659495837], "count": [592]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.7959324340965297], "std": [0.0, 0.288708659495837], "count": [592]}, "eef_direction_state": {"mean": [6.0, 4.699324324324325], "std": [0.0, 2.0186962819100565], "min": [6, 0], "max": [6, 6], "count": [592]}, "eef_velocity_state": {"mean": [0.0, 0.6351351351351351], "std": [0.0, 0.8313831575822687], "min": [0, 0], "max": [0, 2], "count": [592]}, "eef_acc_mag_state": {"mean": [0.0, 0.581081081081081], "std": [0.0, 0.8159185961773516], "min": [0, 0], "max": [0, 2], "count": [592]}, "eef_direction_action": {"mean": [6.0, 4.699324324324325], "std": [0.0, 2.0186962819100565], "min": [6, 0], "max": [6, 6], "count": [592]}, "eef_velocity_action": {"mean": [0.0, 0.6351351351351351], "std": [0.0, 0.8313831575822687], "min": [0, 0], "max": [0, 2], "count": [592]}, "eef_acc_mag_action": {"mean": [0.0, 0.581081081081081], "std": [0.0, 0.8159185961773516], "min": [0, 0], "max": [0, 2], "count": [592]}, "eef_sim_pose_state": {"mean": [-0.31032511591911316, 0.46757352352142334, 0.22823823988437653, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.29162028431892395, -0.44932907819747925, 0.1580268293619156, 1.489591360092163, -1.4459424018859863, 0.42068934440612793], "std": [1.5126855032576714e-05, 8.32555815577507e-06, 1.3843930901202839e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.029474182054400444, 0.02065245807170868, 0.06614314019680023, 0.14089012145996094, 0.20692530274391174, 0.29755300283432007], "min": [-0.31037500500679016, 0.46754199266433716, 0.22819200158119202, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3222090005874634, -0.4690209925174713, 0.04264099895954132, 1.1430745124816895, -1.7110975980758667, -0.13203510642051697], "max": [-0.3102779984474182, 0.46759501099586487, 0.22829300165176392, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20938099920749664, -0.4039449989795685, 0.22827200591564178, 1.7098021507263184, -1.121137022972107, 0.7479100823402405], "count": [592]}, "eef_sim_pose_action": {"mean": [-0.3103250563144684, 0.4675735831260681, 0.2282382845878601, -1.5732380151748657, -1.1211369037628174, -0.7462766766548157, -0.2916201651096344, -0.44932910799980164, 0.15802685916423798, 1.4895914793014526, -1.4459422826766968, 0.4206898510456085], "std": [1.5126979633350857e-05, 8.325575436174404e-06, 1.3844038221577648e-05, 1.1086463928222656e-05, 1.1920928955078125e-07, 1.0728836059570312e-06, 0.029474174603819847, 0.020652461796998978, 0.06614311039447784, 0.14089007675647736, 0.20692522823810577, 0.29755285382270813], "min": [-0.31037500500679016, 0.46754199266433716, 0.22819200158119202, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3222090005874634, -0.4690209925174713, 0.04264099895954132, 1.1430745124816895, -1.7110975980758667, -0.13203510642051697], "max": [-0.3102779984474182, 0.46759501099586487, 0.22829300165176392, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20938099920749664, -0.4039449989795685, 0.22827200591564178, 1.7098021507263184, -1.121137022972107, 0.7479100823402405], "count": [592]}, "gripper_mode_state": {"mean": [0.0, 0.2685810810810811], "std": [0.0, 0.4432214840984128], "min": [0, 0], "max": [0, 1], "count": [592]}, "gripper_activity_state": {"mean": [2.0, 1.7668918918918919], "std": [0.0, 0.5751484548091825], "min": [2, 0], "max": [2, 2], "count": [592]}, "gripper_mode_action": {"mean": [0.0, 0.2685810810810811], "std": [0.0, 0.4432214840984128], "min": [0, 0], "max": [0, 1], "count": [592]}, "gripper_activity_action": {"mean": [2.0, 1.7668918918918919], "std": [0.0, 0.5751484548091825], "min": [2, 0], "max": [2, 2], "count": [592]}}} +{"episode_index": 153, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4076699780207068]], [[0.4171720946121812]], [[0.4131161197148476]]], "std": [[[0.21042191751754216]], [[0.20853812113572767]], [[0.20593849878315368]]], "count": [113]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32243605399386893]], [[0.3074764807102782]], [[0.3227216221296778]]], "std": [[[0.25779812235272925]], [[0.2659885946888628]], [[0.25481634800319664]]], "count": [113]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4449222066776563]], [[0.44926406240962463]], [[0.44193863149979756]]], "std": [[[0.2902340687576314]], [[0.28805131462813083]], [[0.28757024138252035]]], "count": [113]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39651198739082655]], [[0.3904543441639192]], [[0.4095691534357106]]], "std": [[[0.2795539080340134]], [[0.2774837826084036]], [[0.2846417891367635]]], "count": [113]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25394541025161743, -0.12061969935894012, 0.02822197414934635, -0.3103969991207123, 0.46754398941993713, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.14334389567375183, 0.4286004900932312, -0.6817430853843689, -1.800324559211731, 0.04145156964659691, -0.20978859066963196, -0.028379054740071297, -0.3312219977378845, -0.47739800810813904, 0.053530000150203705, 1.2296167612075806, -1.8310317993164062, -0.0892118588089943, 1008.0, 333.0, 0.0007087141857482493, -0.2974776029586792, -0.8422101140022278, 1.9072325229644775, -1.056500792503357, -0.001017591217532754], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102700114250183, 0.46759799122810364, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4314453899860382, 0.6305350661277771, -0.26422539353370667, -1.2791693210601807, 0.519636869430542, 0.6917961835861206, 0.5341579914093018, -0.22701799869537354, -0.40657100081443787, 0.22826799750328064, 1.800800085067749, -1.1179230213165283, 0.7502090930938721, 1008.0, 1003.0, 0.0007218733080662787, -0.2971053719520569, -0.8422014117240906, 1.9072357416152954, -1.0564936399459839, -0.0008960877894423902], "mean": [-0.19951976835727692, 0.6046639084815979, 0.4513877034187317, -1.4119700193405151, -0.2538851201534271, -0.12055635452270508, 0.028279539197683334, -0.3103243112564087, 0.46757394075393677, 0.22823506593704224, -1.573237657546997, -1.1211354732513428, -0.7462766766548157, 0.2332124412059784, 0.5256536602973938, -0.43101856112480164, -1.5170544385910034, 0.2576013505458832, 0.19049444794654846, 0.25010740756988525, -0.29894256591796875, -0.45077285170555115, 0.1665218025445938, 1.5458171367645264, -1.4213343858718872, 0.4671945571899414, 1008.0, 834.1439208984375, 0.0007119464571587741, -0.2973882853984833, -0.842201828956604, 1.907227635383606, -1.0564953088760376, -0.0009255949989892542], "std": [2.6701232854975387e-05, 2.0995246813981794e-05, 2.5149318389594555e-05, 1.8547372746979818e-05, 2.3569595214212313e-05, 2.2637770598521456e-05, 1.696365507086739e-05, 1.5561310647171922e-05, 8.458217962470371e-06, 1.3882265193387866e-05, 1.0728836059570312e-05, 1.5497207641601562e-06, 1.0728836059570312e-06, 0.08172287791967392, 0.05672893673181534, 0.10597337782382965, 0.14342130720615387, 0.11211339384317398, 0.35927265882492065, 0.1687341034412384, 0.02568281628191471, 0.019352590665221214, 0.0577458031475544, 0.1416298747062683, 0.25300469994544983, 0.2811410427093506, 0.0, 268.2438659667969, 1.0860576367122121e-06, 3.7712114135501906e-05, 4.539295332506299e-06, 5.322906872606836e-06, 2.49807476393471e-06, 1.790423266356811e-05], "count": [549]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25394541025161743, -0.12061969935894012, 0.02822197414934635, -0.3103969991207123, 0.46754398941993713, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.14334389567375183, 0.4286004900932312, -0.6817430853843689, -1.800324559211731, 0.04145156964659691, -0.20978859066963196, -0.028379054740071297, -0.3312219977378845, -0.47739800810813904, 0.053530000150203705, 1.2296167612075806, -1.8310317993164062, -0.0892118588089943, 1008.0, 333.0, 0.0007087141857482493, -0.2974776029586792, -0.8422101140022278, 1.9072325229644775, -1.056500792503357, -0.001017591217532754], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102700114250183, 0.46759799122810364, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4314453899860382, 0.6305350661277771, -0.26422539353370667, -1.2791693210601807, 0.519636869430542, 0.6917961835861206, 0.5341579914093018, -0.22701799869537354, -0.40657100081443787, 0.22826799750328064, 1.800800085067749, -1.1179230213165283, 0.7502090930938721, 1008.0, 1003.0, 0.0007218733080662787, -0.2971053719520569, -0.8422014117240906, 1.9072357416152954, -1.0564936399459839, -0.0008960877894423902], "mean": [-0.19951970875263214, 0.6046637892723083, 0.4513876140117645, -1.4119700193405151, -0.25388506054878235, -0.12055625766515732, 0.028279507532715797, -0.3103243112564087, 0.46757400035858154, 0.22823505103588104, -1.573237657546997, -1.1211354732513428, -0.7462766766548157, 0.2331954389810562, 0.5253415703773499, -0.43068283796310425, -1.5168206691741943, 0.25721627473831177, 0.19034263491630554, 0.2504594922065735, -0.2989784777164459, -0.4507907032966614, 0.16652029752731323, 1.5459351539611816, -1.4213299751281738, 0.4671160578727722, 1008.0, 834.1402587890625, 0.0007119464571587741, -0.2973881959915161, -0.842201828956604, 1.907227635383606, -1.0564953088760376, -0.0009257039055228233], "std": [2.6644960598787293e-05, 2.098157892760355e-05, 2.508519719413016e-05, 1.8564684069133364e-05, 2.354616481170524e-05, 2.2775671823183075e-05, 1.6956973922788166e-05, 1.5561310647171922e-05, 8.458931915811263e-06, 1.38916702780989e-05, 1.0728836059570312e-05, 1.5497207641601562e-06, 1.0728836059570312e-06, 0.08173089474439621, 0.05676548182964325, 0.10619992017745972, 0.1436968445777893, 0.11248824745416641, 0.35942140221595764, 0.16835539042949677, 0.025712482631206512, 0.01937260292470455, 0.05774419754743576, 0.1416798084974289, 0.2530098557472229, 0.28106924891471863, 0.0, 268.2424621582031, 1.0860576367122121e-06, 3.7851979868719354e-05, 4.537821951089427e-06, 5.322906872606836e-06, 2.4964422209450277e-06, 1.802714541554451e-05], "count": [549]}, "timestamp": {"min": [0.0], "max": [18.266666666666666], "mean": [9.133333333333335], "std": [5.282746199412519], "count": [549]}, "frame_index": {"min": [0], "max": [548], "mean": [274.0], "std": [158.48238598237555], "count": [549]}, "episode_index": {"min": [304], "max": [304], "mean": [304.0], "std": [0.0], "count": [549]}, "index": {"min": [183003], "max": [183551], "mean": [183277.0], "std": [158.48238598237555], "count": [549]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [549]}, "gripper_open_scale_state": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.8330910753574093], "std": [0.0, 0.2675866956646109], "count": [549]}, "gripper_open_scale_action": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.8330910753574093], "std": [0.0, 0.2675866956646109], "count": [549]}, "eef_direction_state": {"mean": [6.0, 4.575591985428051], "std": [0.0, 2.098708481595052], "min": [6, 0], "max": [6, 6], "count": [549]}, "eef_velocity_state": {"mean": [0.0, 0.6357012750455373], "std": [0.0, 0.7951815902049805], "min": [0, 0], "max": [0, 2], "count": [549]}, "eef_acc_mag_state": {"mean": [0.0, 0.6010928961748634], "std": [0.0, 0.8116179889828744], "min": [0, 0], "max": [0, 2], "count": [549]}, "eef_direction_action": {"mean": [6.0, 4.575591985428051], "std": [0.0, 2.098708481595052], "min": [6, 0], "max": [6, 6], "count": [549]}, "eef_velocity_action": {"mean": [0.0, 0.6357012750455373], "std": [0.0, 0.7951815902049805], "min": [0, 0], "max": [0, 2], "count": [549]}, "eef_acc_mag_action": {"mean": [0.0, 0.6010928961748634], "std": [0.0, 0.8116179889828744], "min": [0, 0], "max": [0, 2], "count": [549]}, "eef_sim_pose_state": {"mean": [-0.31032419204711914, 0.46757370233535767, 0.2282351851463318, -1.5732269287109375, -1.1211371421813965, -0.7462755441665649, -0.29894253611564636, -0.45077282190322876, 0.16652169823646545, 1.5458182096481323, -1.4213347434997559, 0.4671953320503235], "std": [1.556082679599058e-05, 8.454425369563978e-06, 1.3881688573746942e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.02568281628191471, 0.019352594390511513, 0.0577457994222641, 0.14162997901439667, 0.2530045509338379, 0.2811412215232849], "min": [-0.3103969991207123, 0.46754398941993713, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3312219977378845, -0.47739800810813904, 0.053530000150203705, 1.2296167612075806, -1.8310317993164062, -0.0892118588089943], "max": [-0.3102700114250183, 0.46759799122810364, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22701799869537354, -0.40657100081443787, 0.22826799750328064, 1.800800085067749, -1.1179230213165283, 0.7502090930938721], "count": [549]}, "eef_sim_pose_action": {"mean": [-0.3103243112564087, 0.46757394075393677, 0.22823506593704224, -1.573237657546997, -1.1211354732513428, -0.7462766766548157, -0.29894256591796875, -0.45077285170555115, 0.1665218025445938, 1.5458171367645264, -1.4213343858718872, 0.4671945571899414], "std": [1.5561310647171922e-05, 8.458217962470371e-06, 1.3882265193387866e-05, 1.0728836059570312e-05, 1.5497207641601562e-06, 1.0728836059570312e-06, 0.02568281628191471, 0.019352590665221214, 0.0577458031475544, 0.1416298747062683, 0.25300469994544983, 0.2811410427093506], "min": [-0.3103969991207123, 0.46754398941993713, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3312219977378845, -0.47739800810813904, 0.053530000150203705, 1.2296167612075806, -1.8310317993164062, -0.0892118588089943], "max": [-0.3102700114250183, 0.46759799122810364, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22701799869537354, -0.40657100081443787, 0.22826799750328064, 1.800800085067749, -1.1179230213165283, 0.7502090930938721], "count": [549]}, "gripper_mode_state": {"mean": [0.0, 0.21311475409836064], "std": [0.0, 0.4095080654687482], "min": [0, 0], "max": [0, 1], "count": [549]}, "gripper_activity_state": {"mean": [2.0, 1.7504553734061932], "std": [0.0, 0.5926268068198315], "min": [2, 0], "max": [2, 2], "count": [549]}, "gripper_mode_action": {"mean": [0.0, 0.21311475409836064], "std": [0.0, 0.40950806546874813], "min": [0, 0], "max": [0, 1], "count": [549]}, "gripper_activity_action": {"mean": [2.0, 1.7504553734061932], "std": [0.0, 0.5926268068198315], "min": [2, 0], "max": [2, 2], "count": [549]}}} +{"episode_index": 154, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40710003274725864]], [[0.4151898598282288]], [[0.41253183573704966]]], "std": [[[0.21033588811345844]], [[0.2084964809182094]], [[0.20632045122192133]]], "count": [121]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31743931797925784]], [[0.3038294104143035]], [[0.3232548192486361]]], "std": [[[0.2557152955059855]], [[0.2635504035694591]], [[0.25372669159036915]]], "count": [121]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4410651231567007]], [[0.44448495651704206]], [[0.43583998912926053]]], "std": [[[0.28884390470071575]], [[0.2851455832634345]], [[0.28528016531681133]]], "count": [121]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39655864628909415]], [[0.39220746401177553]], [[0.403109072003457]]], "std": [[[0.27992710989681696]], [[0.2797259199196813]], [[0.280493853370229]]], "count": [121]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4512898027896881, -1.412023663520813, -0.25396284461021423, -0.12065461277961731, 0.02822197414934635, -0.31036099791526794, 0.46755000948905945, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1650906801223755, 0.45694464445114136, -0.6997897624969482, -1.7656798362731934, 0.10344566404819489, -0.1627345085144043, -0.028379054740071297, -0.32070499658584595, -0.48057401180267334, 0.04941000044345856, 1.2720788717269897, -1.8043601512908936, -0.1322157233953476, 1008.0, 332.0, 0.0007030745036900043, -0.2972106337547302, -0.8422101140022278, 1.9072325229644775, -1.05649995803833, -0.0010603072587400675], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12049752473831177, 0.02834414690732956, -0.31027698516845703, 0.46759799122810364, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4746597409248352, 0.6412514448165894, -0.28214994072914124, -1.3182471990585327, 0.48811620473861694, 0.7156373262405396, 0.5726948976516724, -0.22469499707221985, -0.41829898953437805, 0.22873400151729584, 1.7301784753799438, -1.121137022972107, 0.7569340467453003, 1008.0, 1003.0, 0.0007162336842156947, -0.2966730296611786, -0.8421966433525085, 1.9072340726852417, -1.0564897060394287, -0.0008685596403665841], "mean": [-0.19951774179935455, 0.6046740412712097, 0.45138952136039734, -1.4119715690612793, -0.2538883686065674, -0.12055359035730362, 0.028279945254325867, -0.3103247582912445, 0.46757280826568604, 0.2282383143901825, -1.5732380151748657, -1.121137022972107, -0.7462766766548157, 0.26673460006713867, 0.5337628722190857, -0.4387475550174713, -1.5043067932128906, 0.27396854758262634, 0.2082655280828476, 0.315711110830307, -0.29371243715286255, -0.4568040370941162, 0.1663029044866562, 1.5611186027526855, -1.4553537368774414, 0.4281345307826996, 1008.0, 845.6510620117188, 0.0007092846208252013, -0.2968757152557373, -0.8421995639801025, 1.907227635383606, -1.0564972162246704, -0.0009927937062457204], "std": [2.6538587917457335e-05, 2.0992396457586437e-05, 2.502254028513562e-05, 1.829894245020114e-05, 2.3545864678453654e-05, 2.0010664229630493e-05, 1.724050525808707e-05, 1.4985157577029895e-05, 7.955805813253392e-06, 1.3216150364314672e-05, 1.1086463928222656e-05, 0.0, 1.0728836059570312e-06, 0.10133524984121323, 0.04875768721103668, 0.12064288556575775, 0.11828094720840454, 0.08777935802936554, 0.3385486602783203, 0.16843461990356445, 0.023258386179804802, 0.016324596479535103, 0.055698078125715256, 0.12351084500551224, 0.22056132555007935, 0.3031389117240906, 0.0, 263.7917175292969, 1.365215780424478e-06, 0.00010082031803904101, 5.4544402701139916e-06, 5.723291906178929e-06, 2.6352204258728307e-06, 3.0712824809597805e-05], "count": [599]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4512898027896881, -1.412023663520813, -0.25396284461021423, -0.12065461277961731, 0.02822197414934635, -0.31036099791526794, 0.46755000948905945, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1650906801223755, 0.45694464445114136, -0.6997897624969482, -1.7656798362731934, 0.10344566404819489, -0.1627345085144043, -0.028379054740071297, -0.32070499658584595, -0.48057401180267334, 0.04941000044345856, 1.2720788717269897, -1.8043601512908936, -0.1322157233953476, 1008.0, 332.0, 0.0007030745036900043, -0.2972106337547302, -0.8422101140022278, 1.9072325229644775, -1.05649995803833, -0.0010603072587400675], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12049752473831177, 0.02834414690732956, -0.31027698516845703, 0.46759799122810364, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4746597409248352, 0.6412514448165894, -0.28214994072914124, -1.3182471990585327, 0.48811620473861694, 0.7156373262405396, 0.5726948976516724, -0.22469499707221985, -0.41829898953437805, 0.22873400151729584, 1.7301784753799438, -1.121137022972107, 0.7569340467453003, 1008.0, 1003.0, 0.0007162336842156947, -0.2966730296611786, -0.8421966433525085, 1.9072340726852417, -1.0564897060394287, -0.0008685596403665841], "mean": [-0.19951766729354858, 0.6046740412712097, 0.45138946175575256, -1.4119715690612793, -0.2538883090019226, -0.12055359035730362, 0.02828003279864788, -0.3103248178958893, 0.46757274866104126, 0.2282382696866989, -1.5732380151748657, -1.121137022972107, -0.7462766766548157, 0.26673397421836853, 0.533524751663208, -0.43846601247787476, -1.5041576623916626, 0.2737189829349518, 0.20819564163684845, 0.31607288122177124, -0.2937234044075012, -0.4568234980106354, 0.16629889607429504, 1.5612282752990723, -1.4554228782653809, 0.4280676245689392, 1008.0, 845.6510620117188, 0.0007092814776115119, -0.2968752682209015, -0.8421995639801025, 1.907227635383606, -1.0564972162246704, -0.000992635264992714], "std": [2.6597654141369276e-05, 2.0973720893380232e-05, 2.4984452466014773e-05, 1.829894245020114e-05, 2.356061668251641e-05, 2.001066241064109e-05, 1.7344393199891783e-05, 1.5010990864539053e-05, 7.968507816258352e-06, 1.3195872270443942e-05, 1.1086463928222656e-05, 0.0, 1.0728836059570312e-06, 0.10133564472198486, 0.04876069724559784, 0.12080945819616318, 0.11845340579748154, 0.08804813772439957, 0.33862072229385376, 0.1679283231496811, 0.023267701268196106, 0.01634441316127777, 0.055693745613098145, 0.12355129420757294, 0.2204638570547104, 0.30307307839393616, 0.0, 263.7917175292969, 1.3643531246998464e-06, 0.00010085132089443505, 5.446971044875681e-06, 5.723291906178929e-06, 2.635368900882895e-06, 3.09217102767434e-05], "count": [599]}, "timestamp": {"min": [0.0], "max": [19.933333333333334], "mean": [9.966666666666665], "std": [5.7638721552635275], "count": [599]}, "frame_index": {"min": [0], "max": [598], "mean": [299.0], "std": [172.91616465790582], "count": [599]}, "episode_index": {"min": [306], "max": [306], "mean": [306.0], "std": [0.0], "count": [599]}, "index": {"min": [184097], "max": [184695], "mean": [184396.0], "std": [172.91616465790582], "count": [599]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [599]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8436076801786438], "std": [0.0, 0.2625739126415433], "count": [599]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8436076801786438], "std": [0.0, 0.2625739126415433], "count": [599]}, "eef_direction_state": {"mean": [6.0, 4.684474123539232], "std": [0.0, 2.0377758052925965], "min": [6, 0], "max": [6, 6], "count": [599]}, "eef_velocity_state": {"mean": [0.0, 0.6093489148580968], "std": [0.0, 0.799193715223084], "min": [0, 0], "max": [0, 2], "count": [599]}, "eef_acc_mag_state": {"mean": [0.0, 0.5325542570951586], "std": [0.0, 0.7913505625400564], "min": [0, 0], "max": [0, 2], "count": [599]}, "eef_direction_action": {"mean": [6.0, 4.684474123539232], "std": [0.0, 2.0377758052925965], "min": [6, 0], "max": [6, 6], "count": [599]}, "eef_velocity_action": {"mean": [0.0, 0.6093489148580968], "std": [0.0, 0.799193715223084], "min": [0, 0], "max": [0, 2], "count": [599]}, "eef_acc_mag_action": {"mean": [0.0, 0.5325542570951586], "std": [0.0, 0.7913505625400564], "min": [0, 0], "max": [0, 2], "count": [599]}, "eef_sim_pose_state": {"mean": [-0.31032469868659973, 0.46757271885871887, 0.2282383143901825, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.2937122881412506, -0.4568038284778595, 0.16630296409130096, 1.5611176490783691, -1.4553521871566772, 0.42813482880592346], "std": [1.4985050256655086e-05, 7.955613909871317e-06, 1.3216150364314672e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.023258382454514503, 0.01632460206747055, 0.05569808557629585, 0.12351091206073761, 0.22056151926517487, 0.3031388223171234], "min": [-0.31036099791526794, 0.46755000948905945, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32070499658584595, -0.48057401180267334, 0.04941000044345856, 1.2720788717269897, -1.8043601512908936, -0.1322157233953476], "max": [-0.31027698516845703, 0.46759799122810364, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22469499707221985, -0.41829898953437805, 0.22873400151729584, 1.7301784753799438, -1.121137022972107, 0.7569340467453003], "count": [599]}, "eef_sim_pose_action": {"mean": [-0.3103247582912445, 0.46757280826568604, 0.2282383143901825, -1.5732380151748657, -1.121137022972107, -0.7462766766548157, -0.29371243715286255, -0.4568040370941162, 0.1663029044866562, 1.5611186027526855, -1.4553537368774414, 0.4281345307826996], "std": [1.4985157577029895e-05, 7.955805813253392e-06, 1.3216150364314672e-05, 1.1086463928222656e-05, 0.0, 1.0728836059570312e-06, 0.023258386179804802, 0.016324596479535103, 0.055698078125715256, 0.12351084500551224, 0.22056132555007935, 0.3031389117240906], "min": [-0.31036099791526794, 0.46755000948905945, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32070499658584595, -0.48057401180267334, 0.04941000044345856, 1.2720788717269897, -1.8043601512908936, -0.1322157233953476], "max": [-0.31027698516845703, 0.46759799122810364, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22469499707221985, -0.41829898953437805, 0.22873400151729584, 1.7301784753799438, -1.121137022972107, 0.7569340467453003], "count": [599]}, "gripper_mode_state": {"mean": [0.0, 0.1986644407345576], "std": [0.0, 0.3989948379643314], "min": [0, 0], "max": [0, 1], "count": [599]}, "gripper_activity_state": {"mean": [2.0, 1.7662771285475793], "std": [0.0, 0.5767892217598481], "min": [2, 0], "max": [2, 2], "count": [599]}, "gripper_mode_action": {"mean": [0.0, 0.1986644407345576], "std": [0.0, 0.3989948379643314], "min": [0, 0], "max": [0, 1], "count": [599]}, "gripper_activity_action": {"mean": [2.0, 1.7662771285475793], "std": [0.0, 0.5767892217598481], "min": [2, 0], "max": [2, 2], "count": [599]}}} +{"episode_index": 155, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4048348447712418]], [[0.4135317742374727]], [[0.4104146718409586]]], "std": [[[0.20871027128541228]], [[0.2071707167259934]], [[0.20475065026553763]]], "count": [120]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3162358949482571]], [[0.3020661611519608]], [[0.31394154241557737]]], "std": [[[0.25492781680162524]], [[0.2635086039689788]], [[0.25102828310787256]]], "count": [120]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44378206699346406]], [[0.44732473617919394]], [[0.43823834592864924]]], "std": [[[0.29019522029305783]], [[0.2867910187016828]], [[0.28690219994530386]]], "count": [120]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3937846320125272]], [[0.3933475473175381]], [[0.4003741200299564]]], "std": [[[0.26071114824148073]], [[0.26034745965094447]], [[0.26141781882141846]]], "count": [120]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103789985179901, 0.46754398941993713, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.11676252633333206, 0.3755599558353424, -0.6979048252105713, -1.7816146612167358, -0.02068215049803257, -0.1707979291677475, -0.028379054740071297, -0.32471200823783875, -0.47853198647499084, 0.05178900063037872, 1.2723228931427002, -1.7345722913742065, -0.1469379961490631, 1008.0, 333.0, 0.000706834311131388, -0.29634591937065125, -0.8422108888626099, 1.9072318077087402, -1.056500792503357, -0.0010821399046108127], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12049752473831177, 0.02834414690732956, -0.3102729916572571, 0.4675990045070648, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.43762385845184326, 0.6725277304649353, -0.19825194776058197, -1.331581473350525, 0.42301544547080994, 0.6425429582595825, 0.6228207945823669, -0.23147299885749817, -0.41043901443481445, 0.2283879965543747, 1.733997106552124, -1.0583105087280273, 0.7734283208847046, 1008.0, 1002.0, 0.0007162336842156947, -0.2961767315864563, -0.8421934843063354, 1.9072333574295044, -1.056492805480957, -0.0008837475907057524], "mean": [-0.19951744377613068, 0.6046678423881531, 0.4513920545578003, -1.4119648933410645, -0.25390130281448364, -0.12054862827062607, 0.028279071673750877, -0.31032806634902954, 0.46757277846336365, 0.22823776304721832, -1.5732380151748657, -1.1211369037628174, -0.7462766766548157, 0.21356207132339478, 0.5149021148681641, -0.4090352952480316, -1.5217833518981934, 0.22018656134605408, 0.16588638722896576, 0.2277766615152359, -0.2995762825012207, -0.45140340924263, 0.17266157269477844, 1.5430026054382324, -1.3726027011871338, 0.501179039478302, 1008.0, 823.534423828125, 0.000708691484760493, -0.29628291726112366, -0.8422014117240906, 1.907227635383606, -1.0564967393875122, -0.0010218926472589374], "std": [2.5039113097591326e-05, 2.0304532881709747e-05, 2.338903141207993e-05, 1.7085338186006993e-05, 2.3229264115798287e-05, 1.988959229493048e-05, 1.6710959243937396e-05, 1.4811193068453576e-05, 7.887836545705795e-06, 1.2931976016261615e-05, 1.1086463928222656e-05, 1.1920928955078125e-07, 1.0728836059570312e-06, 0.08945487439632416, 0.08353889733552933, 0.1251552551984787, 0.12243013083934784, 0.10066293179988861, 0.30610552430152893, 0.20052270591259003, 0.02073826640844345, 0.019044391810894012, 0.05625604838132858, 0.11199676990509033, 0.23640158772468567, 0.3114849925041199, 0.0, 275.44537353515625, 4.6795312869107875e-07, 1.7668084183242172e-05, 4.6827317419229075e-06, 5.015802798880031e-06, 1.5401282098537195e-06, 5.092337596579455e-05], "count": [595]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103789985179901, 0.46754398941993713, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.11676252633333206, 0.3755599558353424, -0.6979048252105713, -1.7816146612167358, -0.02068215049803257, -0.1707979291677475, -0.028379054740071297, -0.32471200823783875, -0.47853198647499084, 0.05178900063037872, 1.2723228931427002, -1.7345722913742065, -0.1469379961490631, 1008.0, 333.0, 0.000706834311131388, -0.29634591937065125, -0.8422108888626099, 1.9072318077087402, -1.056500792503357, -0.0010821399046108127], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12049752473831177, 0.02834414690732956, -0.3102729916572571, 0.4675990045070648, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.43762385845184326, 0.6725277304649353, -0.19825194776058197, -1.331581473350525, 0.42301544547080994, 0.6425429582595825, 0.6228207945823669, -0.23147299885749817, -0.41043901443481445, 0.2283879965543747, 1.733997106552124, -1.0583105087280273, 0.7734283208847046, 1008.0, 1002.0, 0.0007162336842156947, -0.2961767315864563, -0.8421934843063354, 1.9072333574295044, -1.056492805480957, -0.0008837475907057524], "mean": [-0.1995173990726471, 0.6046677827835083, 0.4513920247554779, -1.4119648933410645, -0.2539013922214508, -0.12054868042469025, 0.028279129415750504, -0.31032803654670715, 0.46757277846336365, 0.22823776304721832, -1.5732380151748657, -1.1211369037628174, -0.7462766766548157, 0.21350441873073578, 0.5145235657691956, -0.40861591696739197, -1.521659255027771, 0.21973076462745667, 0.16580210626125336, 0.22803069651126862, -0.2995837926864624, -0.4514214098453522, 0.17265662550926208, 1.5430570840835571, -1.37249755859375, 0.5012246966362, 1008.0, 823.534423828125, 0.000708691484760493, -0.2962828576564789, -0.8422013521194458, 1.907227635383606, -1.0564967393875122, -0.0010218846146017313], "std": [2.4978400688269176e-05, 2.029032475547865e-05, 2.3374101147055626e-05, 1.7085338186006993e-05, 2.3165355742094107e-05, 1.994416379602626e-05, 1.6694300938979723e-05, 1.4809935237281024e-05, 7.885611012170557e-06, 1.293148579861736e-05, 1.1086463928222656e-05, 1.1920928955078125e-07, 1.0728836059570312e-06, 0.08947504311800003, 0.08364168554544449, 0.12542997300624847, 0.12257872521877289, 0.1011219248175621, 0.30619150400161743, 0.20029370486736298, 0.02074296958744526, 0.01906469836831093, 0.05625127628445625, 0.1120193749666214, 0.23652677237987518, 0.31152215600013733, 0.0, 275.44537353515625, 4.6795312869107875e-07, 1.7734168068272993e-05, 4.733557489089435e-06, 5.014318958274089e-06, 1.540407311040326e-06, 5.09183228132315e-05], "count": [595]}, "timestamp": {"min": [0.0], "max": [19.8], "mean": [9.899999999999999], "std": [5.725382083319854], "count": [595]}, "frame_index": {"min": [0], "max": [594], "mean": [297.0], "std": [171.76146249959564], "count": [595]}, "episode_index": {"min": [308], "max": [308], "mean": [308.0], "std": [0.0], "count": [595]}, "index": {"min": [185306], "max": [185900], "mean": [185603.0], "std": [171.76146249959564], "count": [595]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [595]}, "gripper_open_scale_state": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.8228705879019088], "std": [0.0, 0.2750173378768273], "count": [595]}, "gripper_open_scale_action": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.8228705879019088], "std": [0.0, 0.2750173378768273], "count": [595]}, "eef_direction_state": {"mean": [6.0, 4.675630252100841], "std": [0.0, 2.035151859242269], "min": [6, 0], "max": [6, 6], "count": [595]}, "eef_velocity_state": {"mean": [0.0, 0.5764705882352941], "std": [0.0, 0.7573400912673453], "min": [0, 0], "max": [0, 2], "count": [595]}, "eef_acc_mag_state": {"mean": [0.0, 0.5647058823529412], "std": [0.0, 0.809874794275248], "min": [0, 0], "max": [0, 2], "count": [595]}, "eef_direction_action": {"mean": [6.0, 4.675630252100841], "std": [0.0, 2.035151859242269], "min": [6, 0], "max": [6, 6], "count": [595]}, "eef_velocity_action": {"mean": [0.0, 0.5764705882352941], "std": [0.0, 0.7573400912673453], "min": [0, 0], "max": [0, 2], "count": [595]}, "eef_acc_mag_action": {"mean": [0.0, 0.5647058823529412], "std": [0.0, 0.809874794275248], "min": [0, 0], "max": [0, 2], "count": [595]}, "eef_sim_pose_state": {"mean": [-0.3103281259536743, 0.46757254004478455, 0.22823770344257355, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.29957646131515503, -0.45140340924263, 0.17266160249710083, 1.543005108833313, -1.3726022243499756, 0.5011782050132751], "std": [1.4811081200605258e-05, 7.884143997216597e-06, 1.2931832316098735e-05, 0.0, 0.0, 5.960464477539063e-08, 0.0207382719963789, 0.01904439553618431, 0.05625602975487709, 0.11199677735567093, 0.23640131950378418, 0.3114846348762512], "min": [-0.3103789985179901, 0.46754398941993713, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32471200823783875, -0.47853198647499084, 0.05178900063037872, 1.2723228931427002, -1.7345722913742065, -0.1469379961490631], "max": [-0.3102729916572571, 0.4675990045070648, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23147299885749817, -0.41043901443481445, 0.2283879965543747, 1.733997106552124, -1.0583105087280273, 0.7734283208847046], "count": [595]}, "eef_sim_pose_action": {"mean": [-0.31032806634902954, 0.46757277846336365, 0.22823776304721832, -1.5732380151748657, -1.1211369037628174, -0.7462766766548157, -0.2995762825012207, -0.45140340924263, 0.17266157269477844, 1.5430026054382324, -1.3726027011871338, 0.501179039478302], "std": [1.4811193068453576e-05, 7.887836545705795e-06, 1.2931976016261615e-05, 1.1086463928222656e-05, 1.1920928955078125e-07, 1.0728836059570312e-06, 0.02073826640844345, 0.019044391810894012, 0.05625604838132858, 0.11199676990509033, 0.23640158772468567, 0.3114849925041199], "min": [-0.3103789985179901, 0.46754398941993713, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32471200823783875, -0.47853198647499084, 0.05178900063037872, 1.2723228931427002, -1.7345722913742065, -0.1469379961490631], "max": [-0.3102729916572571, 0.4675990045070648, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23147299885749817, -0.41043901443481445, 0.2283879965543747, 1.733997106552124, -1.0583105087280273, 0.7734283208847046], "count": [595]}, "gripper_mode_state": {"mean": [0.0, 0.23025210084033612], "std": [0.0, 0.4209941459200449], "min": [0, 0], "max": [0, 1], "count": [595]}, "gripper_activity_state": {"mean": [2.0, 1.7647058823529411], "std": [0.0, 0.5784052598198312], "min": [2, 0], "max": [2, 2], "count": [595]}, "gripper_mode_action": {"mean": [0.0, 0.23025210084033612], "std": [0.0, 0.4209941459200449], "min": [0, 0], "max": [0, 1], "count": [595]}, "gripper_activity_action": {"mean": [2.0, 1.7647058823529411], "std": [0.0, 0.5784052598198312], "min": [2, 0], "max": [2, 2], "count": [595]}}} +{"episode_index": 156, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4059484585837023]], [[0.4148437219982079]], [[0.4109675393342821]]], "std": [[[0.20989394055655228]], [[0.20806769907626865]], [[0.20559766729202467]]], "count": [124]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3045679982342399]], [[0.29484138631931267]], [[0.3096687799783892]]], "std": [[[0.2541124104043487]], [[0.25967638278218885]], [[0.25169625592339223]]], "count": [124]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4444385080645161]], [[0.44810127589342186]], [[0.43847815201349355]]], "std": [[[0.29072890474847546]], [[0.28731202232393366]], [[0.2874977242051021]]], "count": [124]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39634548940543957]], [[0.39593147302603837]], [[0.40189512999420196]]], "std": [[[0.25797769877028687]], [[0.25833176574797806]], [[0.2583928830115002]]], "count": [124]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4512898027896881, -1.4120759963989258, -0.2539803087711334, -0.12061969935894012, 0.02822197414934635, -0.31038400530815125, 0.4675459861755371, 0.22819100320339203, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.14737561345100403, 0.37775903940200806, -0.7405606508255005, -1.8052986860275269, 0.0754505842924118, -0.20151570439338684, -0.028379054740071297, -0.32722699642181396, -0.49950098991394043, 0.044551998376846313, 1.2816734313964844, -1.8158875703811646, -0.19409999251365662, 1008.0, 332.0, 0.000689915323164314, -0.2963966727256775, -0.8422861695289612, 1.9072349071502686, -1.056498408317566, -0.0012321206741034985], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.4118491411209106, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102610111236572, 0.4676010012626648, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5155702829360962, 0.6443580985069275, -0.1860346496105194, -1.2068777084350586, 0.40084975957870483, 0.6456496715545654, 0.6277076601982117, -0.22519999742507935, -0.3992129862308502, 0.24258799850940704, 1.7168623208999634, -1.121137022972107, 0.825957179069519, 1008.0, 1003.0, 0.0007105940603651106, -0.2961128056049347, -0.8422703146934509, 1.9072405099868774, -1.0564873218536377, -0.0011732674902305007], "mean": [-0.19951602816581726, 0.6046677231788635, 0.4513861835002899, -1.4119702577590942, -0.25390592217445374, -0.12054995447397232, 0.028276437893509865, -0.31032609939575195, 0.4675723910331726, 0.22823818027973175, -1.5732381343841553, -1.1211377382278442, -0.7462767362594604, 0.28496992588043213, 0.48659035563468933, -0.43609619140625, -1.4525586366653442, 0.2168164998292923, 0.16026610136032104, 0.29271355271339417, -0.29886749386787415, -0.4647524356842041, 0.16112938523292542, 1.5758651494979858, -1.4107657670974731, 0.4603291153907776, 1008.0, 816.8057861328125, 0.0006978003075346351, -0.2963021695613861, -0.8422813415527344, 1.9072290658950806, -1.0564963817596436, -0.0012041069567203522], "std": [2.574563586676959e-05, 2.0413235688465647e-05, 2.6646848709788173e-05, 3.4215008781757206e-05, 2.3219994545797817e-05, 2.1034122255514376e-05, 1.629777943890076e-05, 1.8138072846340947e-05, 8.088390131888445e-06, 1.4976614693296142e-05, 1.1205673217773438e-05, 7.152557373046875e-07, 1.1324882507324219e-06, 0.09648910909891129, 0.07773525267839432, 0.13541162014007568, 0.17936915159225464, 0.07989350706338882, 0.32734617590904236, 0.19384446740150452, 0.02568456158041954, 0.029869444668293, 0.06226983666419983, 0.11203844845294952, 0.2341817170381546, 0.32609865069389343, 0.0, 280.5184020996094, 2.5844240099104354e-06, 2.574476457084529e-05, 5.337864422472194e-06, 6.953936463105492e-06, 4.111561793251894e-06, 5.884768597752554e-06], "count": [623]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4512898027896881, -1.4120759963989258, -0.2539803087711334, -0.12061969935894012, 0.02822197414934635, -0.31038400530815125, 0.4675459861755371, 0.22819100320339203, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.14737561345100403, 0.37775903940200806, -0.7405606508255005, -1.8052986860275269, 0.0754505842924118, -0.20151570439338684, -0.028379054740071297, -0.32722699642181396, -0.49950098991394043, 0.044551998376846313, 1.2816734313964844, -1.8158875703811646, -0.19409999251365662, 1008.0, 332.0, 0.000689915323164314, -0.2963966727256775, -0.8422861695289612, 1.9072349071502686, -1.056498408317566, -0.0012321206741034985], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.4118491411209106, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102610111236572, 0.4676010012626648, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5155702829360962, 0.6443580985069275, -0.1860346496105194, -1.2068777084350586, 0.40084975957870483, 0.6456496715545654, 0.6277076601982117, -0.22519999742507935, -0.3992129862308502, 0.24258799850940704, 1.7168623208999634, -1.121137022972107, 0.825957179069519, 1008.0, 1003.0, 0.0007105940603651106, -0.2961128056049347, -0.8422703146934509, 1.9072405099868774, -1.0564873218536377, -0.0011732674902305007], "mean": [-0.19951605796813965, 0.6046677827835083, 0.4513861835002899, -1.4119701385498047, -0.25390592217445374, -0.12054991722106934, 0.028276437893509865, -0.31032612919807434, 0.4675724506378174, 0.22823815047740936, -1.5732381343841553, -1.1211377382278442, -0.7462767362594604, 0.2850147783756256, 0.4862331449985504, -0.43567463755607605, -1.452287197113037, 0.21653860807418823, 0.16014626622200012, 0.29305875301361084, -0.29887813329696655, -0.4647953510284424, 0.1611512452363968, 1.575864553451538, -1.4107948541641235, 0.4604581296443939, 1008.0, 816.8089599609375, 0.0006977911689318717, -0.2963021993637085, -0.8422812223434448, 1.9072290658950806, -1.0564963817596436, -0.0012041176669299603], "std": [2.5746787287062034e-05, 2.042698542936705e-05, 2.6646848709788173e-05, 3.420927532715723e-05, 2.3219994545797817e-05, 2.1046160327387042e-05, 1.629777943890076e-05, 1.814517418097239e-05, 8.082445674517658e-06, 1.496189088356914e-05, 1.1205673217773438e-05, 7.152557373046875e-07, 1.1324882507324219e-06, 0.09645576030015945, 0.07770318537950516, 0.13577158749103546, 0.17955812811851501, 0.08006468415260315, 0.3274625837802887, 0.19346356391906738, 0.025690704584121704, 0.02989271469414234, 0.06229573115706444, 0.11203844100236893, 0.2341471165418625, 0.32622742652893066, 0.0, 280.5204162597656, 2.5824074327829294e-06, 2.5771207219804637e-05, 5.268673248792766e-06, 6.953936463105492e-06, 4.1120861169474665e-06, 5.889928161195712e-06], "count": [623]}, "timestamp": {"min": [0.0], "max": [20.733333333333334], "mean": [10.366666666666667], "std": [5.994812572364358], "count": [623]}, "frame_index": {"min": [0], "max": [622], "mean": [311.0], "std": [179.84437717093076], "count": [623]}, "episode_index": {"min": [312], "max": [312], "mean": [312.0], "std": [0.0], "count": [623]}, "index": {"min": [187770], "max": [188392], "mean": [188081.0], "std": [179.84437717093076], "count": [623]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [623]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8159534524091748], "std": [0.0, 0.27995714203329725], "count": [623]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8159534524091748], "std": [0.0, 0.27995714203329725], "count": [623]}, "eef_direction_state": {"mean": [6.0, 4.457463884430177], "std": [0.0, 2.1103668265864726], "min": [6, 0], "max": [6, 6], "count": [623]}, "eef_velocity_state": {"mean": [0.0, 0.6597110754414125], "std": [0.0, 0.7642270174359842], "min": [0, 0], "max": [0, 2], "count": [623]}, "eef_acc_mag_state": {"mean": [0.0, 0.5521669341894061], "std": [0.0, 0.7892278106738283], "min": [0, 0], "max": [0, 2], "count": [623]}, "eef_direction_action": {"mean": [6.0, 4.457463884430177], "std": [0.0, 2.1103668265864726], "min": [6, 0], "max": [6, 6], "count": [623]}, "eef_velocity_action": {"mean": [0.0, 0.6597110754414125], "std": [0.0, 0.7642270174359842], "min": [0, 0], "max": [0, 2], "count": [623]}, "eef_acc_mag_action": {"mean": [0.0, 0.5521669341894061], "std": [0.0, 0.7892278106738283], "min": [0, 0], "max": [0, 2], "count": [623]}, "eef_sim_pose_state": {"mean": [-0.3103260099887848, 0.4675725996494293, 0.22823818027973175, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.298867404460907, -0.464752733707428, 0.161129429936409, 1.5758631229400635, -1.4107636213302612, 0.4603292942047119], "std": [1.813779817894101e-05, 8.084903129201848e-06, 1.4976606507843826e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.025684574618935585, 0.029869457706809044, 0.062269821763038635, 0.11203842610120773, 0.23418185114860535, 0.32609835267066956], "min": [-0.31038400530815125, 0.4675459861755371, 0.22819100320339203, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32722699642181396, -0.49950098991394043, 0.044551998376846313, 1.2816734313964844, -1.8158875703811646, -0.19409999251365662], "max": [-0.3102610111236572, 0.4676010012626648, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22519999742507935, -0.3992129862308502, 0.24258799850940704, 1.7168623208999634, -1.121137022972107, 0.825957179069519], "count": [623]}, "eef_sim_pose_action": {"mean": [-0.31032609939575195, 0.4675723910331726, 0.22823818027973175, -1.5732381343841553, -1.1211377382278442, -0.7462767362594604, -0.29886749386787415, -0.4647524356842041, 0.16112938523292542, 1.5758651494979858, -1.4107657670974731, 0.4603291153907776], "std": [1.8138072846340947e-05, 8.088390131888445e-06, 1.4976614693296142e-05, 1.1205673217773438e-05, 7.152557373046875e-07, 1.1324882507324219e-06, 0.02568456158041954, 0.029869444668293, 0.06226983666419983, 0.11203844845294952, 0.2341817170381546, 0.32609865069389343], "min": [-0.31038400530815125, 0.4675459861755371, 0.22819100320339203, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32722699642181396, -0.49950098991394043, 0.044551998376846313, 1.2816734313964844, -1.8158875703811646, -0.19409999251365662], "max": [-0.3102610111236572, 0.4676010012626648, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22519999742507935, -0.3992129862308502, 0.24258799850940704, 1.7168623208999634, -1.121137022972107, 0.825957179069519], "count": [623]}, "gripper_mode_state": {"mean": [0.0, 0.24077046548956663], "std": [0.0, 0.4275512231739059], "min": [0, 0], "max": [0, 1], "count": [623]}, "gripper_activity_state": {"mean": [2.0, 1.7784911717495988], "std": [0.0, 0.5657872563291527], "min": [2, 0], "max": [2, 2], "count": [623]}, "gripper_mode_action": {"mean": [0.0, 0.24077046548956663], "std": [0.0, 0.4275512231739059], "min": [0, 0], "max": [0, 1], "count": [623]}, "gripper_activity_action": {"mean": [2.0, 1.7784911717495988], "std": [0.0, 0.5657872563291528], "min": [2, 0], "max": [2, 2], "count": [623]}}} +{"episode_index": 157, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4018090871320038]], [[0.41116885928160435]], [[0.4074655309060946]]], "std": [[[0.20958766575601662]], [[0.20693237644629864]], [[0.20421737165660667]]], "count": [117]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31570276974750017]], [[0.30210676777833645]], [[0.31755519768448687]]], "std": [[[0.257586366193777]], [[0.26476060756443154]], [[0.25487149644638174]]], "count": [117]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4433452705156136]], [[0.44631786108317967]], [[0.43683133449248646]]], "std": [[[0.29004696437895616]], [[0.28620295452721684]], [[0.2864827189393826]]], "count": [117]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40266851537623594]], [[0.40050735294117645]], [[0.40903583598681637]]], "std": [[[0.269982765488078]], [[0.26979074408598336]], [[0.2712009664603006]]], "count": [117]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103789985179901, 0.4675459861755371, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.0705811157822609, 0.31412434577941895, -0.6564183235168457, -1.8640116453170776, 0.15217524766921997, -0.12061969935894012, -0.028326693922281265, -0.31818199157714844, -0.4721589982509613, 0.05866200104355812, 1.2813498973846436, -1.7764133214950562, -0.07432819902896881, 1008.0, 333.0, 0.000689915323164314, -0.29659780859947205, -0.8422877788543701, 1.9072340726852417, -1.05649995803833, -0.0012283236719667912], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12049752473831177, 0.028326693922281265, -0.31027600169181824, 0.4675990045070648, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3914773464202881, 0.6611830592155457, -0.15737634897232056, -1.411901593208313, 0.44226643443107605, 0.6401867866516113, 0.5412964224815369, -0.22579799592494965, -0.385109007358551, 0.22827300429344177, 1.6349655389785767, -1.121137022972107, 0.9175591468811035, 1008.0, 1003.0, 0.0007030745036900043, -0.2963026762008667, -0.842275083065033, 1.9072364568710327, -1.0564936399459839, -0.0009976570727303624], "mean": [-0.19951695203781128, 0.604674220085144, 0.45139047503471375, -1.4119794368743896, -0.2538990378379822, -0.12053804844617844, 0.028275592252612114, -0.31032589077949524, 0.46757185459136963, 0.22823677957057953, -1.5732378959655762, -1.1211363077163696, -0.7462766766548157, 0.1904025673866272, 0.4903104603290558, -0.37681281566619873, -1.5648471117019653, 0.24684283137321472, 0.2423761934041977, 0.2312018871307373, -0.2950120270252228, -0.44799715280532837, 0.16773942112922668, 1.489343523979187, -1.4296882152557373, 0.5227348804473877, 1008.0, 834.3367919921875, 0.0006951161776669323, -0.2964310646057129, -0.842281699180603, 1.9072295427322388, -1.0564954280853271, -0.0011125189485028386], "std": [2.6341785996919498e-05, 1.9764562239288352e-05, 2.4321774617419578e-05, 2.556489926064387e-05, 2.2978092601988465e-05, 1.8793251001625322e-05, 1.5834437363082543e-05, 1.606642581464257e-05, 8.206741767935455e-06, 1.3590445632871706e-05, 1.0967254638671875e-05, 7.152557373046875e-07, 1.0728836059570312e-06, 0.0820719450712204, 0.08919572830200195, 0.12394601851701736, 0.14813369512557983, 0.0805835947394371, 0.2682797312736511, 0.16026605665683746, 0.023049043491482735, 0.027428526431322098, 0.05694453790783882, 0.09171425551176071, 0.21901321411132812, 0.27667197585105896, 0.0, 269.099365234375, 1.0193491561949486e-06, 5.035549838794395e-05, 3.2557295526203234e-06, 6.7246751314087305e-06, 2.0555742139549693e-06, 8.548314508516341e-05], "count": [576]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103789985179901, 0.4675459861755371, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.0705811157822609, 0.31412434577941895, -0.6564183235168457, -1.8640116453170776, 0.15217524766921997, -0.12061969935894012, -0.028326693922281265, -0.31818199157714844, -0.4721589982509613, 0.05866200104355812, 1.2813498973846436, -1.7764133214950562, -0.07432819902896881, 1008.0, 333.0, 0.000689915323164314, -0.29659780859947205, -0.8422877788543701, 1.9072340726852417, -1.05649995803833, -0.0012283236719667912], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12049752473831177, 0.028326693922281265, -0.31027600169181824, 0.4675990045070648, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3914773464202881, 0.6611830592155457, -0.15737634897232056, -1.411901593208313, 0.44226643443107605, 0.6401867866516113, 0.5412964224815369, -0.22579799592494965, -0.385109007358551, 0.22827300429344177, 1.6349655389785767, -1.121137022972107, 0.9176791310310364, 1008.0, 1003.0, 0.0007030745036900043, -0.2963026762008667, -0.842275083065033, 1.9072364568710327, -1.0564936399459839, -0.0009976570727303624], "mean": [-0.1995168924331665, 0.6046741008758545, 0.4513905346393585, -1.4119795560836792, -0.25389912724494934, -0.12053801119327545, 0.028275562450289726, -0.31032586097717285, 0.46757185459136963, 0.22823673486709595, -1.5732378959655762, -1.1211363077163696, -0.7462766766548157, 0.1902773380279541, 0.48981034755706787, -0.3763074576854706, -1.5648740530014038, 0.24669402837753296, 0.24252308905124664, 0.23154976963996887, -0.29500529170036316, -0.4480031728744507, 0.16769899427890778, 1.4891554117202759, -1.4300000667572021, 0.5230324268341064, 1008.0, 834.3333129882812, 0.0006951161776669323, -0.2964310944080353, -0.842281699180603, 1.9072295427322388, -1.0564955472946167, -0.0011127102188766003], "std": [2.628113179525826e-05, 1.9776376575464383e-05, 2.4376771762035787e-05, 2.5549015845172107e-05, 2.2920125047676265e-05, 1.8867796825361438e-05, 1.5820100088603795e-05, 1.6055741070886143e-05, 8.205878657463472e-06, 1.3589012269221712e-05, 1.0967254638671875e-05, 7.152557373046875e-07, 1.0728836059570312e-06, 0.08211300522089005, 0.08936034888029099, 0.12423384189605713, 0.14810730516910553, 0.08064937591552734, 0.26810428500175476, 0.15991969406604767, 0.023045137524604797, 0.027433201670646667, 0.056909821927547455, 0.09165307879447937, 0.21870119869709015, 0.2770044505596161, 0.0, 269.09771728515625, 1.0193491561949486e-06, 5.033275738242082e-05, 3.2509660741197877e-06, 6.7246751314087305e-06, 1.984355094464263e-06, 8.536810491932556e-05], "count": [576]}, "timestamp": {"min": [0.0], "max": [19.166666666666668], "mean": [9.583333333333334], "std": [5.542554231345635], "count": [576]}, "frame_index": {"min": [0], "max": [575], "mean": [287.5], "std": [166.27662694036906], "count": [576]}, "episode_index": {"min": [314], "max": [314], "mean": [314.0], "std": [0.0], "count": [576]}, "index": {"min": [188932], "max": [189507], "mean": [189219.5], "std": [166.27662694036906], "count": [576]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [576]}, "gripper_open_scale_state": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.8332847206749849], "std": [0.0, 0.2684454344788868], "count": [576]}, "gripper_open_scale_action": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.8332847206749849], "std": [0.0, 0.2684454344788868], "count": [576]}, "eef_direction_state": {"mean": [6.0, 4.314236111111111], "std": [0.0, 2.2646602884382765], "min": [6, 0], "max": [6, 6], "count": [576]}, "eef_velocity_state": {"mean": [0.0, 0.6614583333333334], "std": [0.0, 0.782828266918173], "min": [0, 0], "max": [0, 2], "count": [576]}, "eef_acc_mag_state": {"mean": [0.0, 0.6076388888888888], "std": [0.0, 0.822139811466863], "min": [0, 0], "max": [0, 2], "count": [576]}, "eef_direction_action": {"mean": [6.0, 4.314236111111111], "std": [0.0, 2.2646602884382765], "min": [6, 0], "max": [6, 6], "count": [576]}, "eef_velocity_action": {"mean": [0.0, 0.6614583333333334], "std": [0.0, 0.782828266918173], "min": [0, 0], "max": [0, 2], "count": [576]}, "eef_acc_mag_action": {"mean": [0.0, 0.6076388888888888], "std": [0.0, 0.822139811466863], "min": [0, 0], "max": [0, 2], "count": [576]}, "eef_sim_pose_state": {"mean": [-0.3103257715702057, 0.4675719439983368, 0.22823667526245117, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.29501205682754517, -0.44799715280532837, 0.16773942112922668, 1.4893444776535034, -1.4296870231628418, 0.5227352976799011], "std": [1.6066129319369793e-05, 8.206852726289071e-06, 1.3590056369139347e-05, 0.0, 0.0, 5.960464477539063e-08, 0.023049037903547287, 0.0274285189807415, 0.05694454908370972, 0.09171415865421295, 0.21901308000087738, 0.27667221426963806], "min": [-0.3103789985179901, 0.4675459861755371, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31818199157714844, -0.4721589982509613, 0.05866200104355812, 1.2813498973846436, -1.7764133214950562, -0.07432819902896881], "max": [-0.31027600169181824, 0.4675990045070648, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22579799592494965, -0.385109007358551, 0.22827300429344177, 1.6349655389785767, -1.121137022972107, 0.9175591468811035], "count": [576]}, "eef_sim_pose_action": {"mean": [-0.31032589077949524, 0.46757185459136963, 0.22823677957057953, -1.5732378959655762, -1.1211363077163696, -0.7462766766548157, -0.2950120270252228, -0.44799715280532837, 0.16773942112922668, 1.489343523979187, -1.4296882152557373, 0.5227348804473877], "std": [1.606642581464257e-05, 8.206741767935455e-06, 1.3590445632871706e-05, 1.0967254638671875e-05, 7.152557373046875e-07, 1.0728836059570312e-06, 0.023049043491482735, 0.027428526431322098, 0.05694453790783882, 0.09171425551176071, 0.21901321411132812, 0.27667197585105896], "min": [-0.3103789985179901, 0.4675459861755371, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31818199157714844, -0.4721589982509613, 0.05866200104355812, 1.2813498973846436, -1.7764133214950562, -0.07432819902896881], "max": [-0.31027600169181824, 0.4675990045070648, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22579799592494965, -0.385109007358551, 0.22827300429344177, 1.6349655389785767, -1.121137022972107, 0.9175591468811035], "count": [576]}, "gripper_mode_state": {"mean": [0.0, 0.21354166666666666], "std": [0.0, 0.40980681212479664], "min": [0, 0], "max": [0, 1], "count": [576]}, "gripper_activity_state": {"mean": [2.0, 1.7552083333333333], "std": [0.0, 0.5899687712427383], "min": [2, 0], "max": [2, 2], "count": [576]}, "gripper_mode_action": {"mean": [0.0, 0.21354166666666666], "std": [0.0, 0.4098068121247966], "min": [0, 0], "max": [0, 1], "count": [576]}, "gripper_activity_action": {"mean": [2.0, 1.7552083333333333], "std": [0.0, 0.5899687712427383], "min": [2, 0], "max": [2, 2], "count": [576]}}} +{"episode_index": 158, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40380312588803635]], [[0.4137303193378801]], [[0.40789593101733446]]], "std": [[[0.20967660577847916]], [[0.2070990552144449]], [[0.2034535827881862]]], "count": [115]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31607676186416594]], [[0.3019786000994601]], [[0.3190876705029838]]], "std": [[[0.2555827489567321]], [[0.26347915541821915]], [[0.25285583110438414]]], "count": [115]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4431347062375675]], [[0.44616592604433075]], [[0.4367255061807332]]], "std": [[[0.2891878673515156]], [[0.28489527090574096]], [[0.28534736172759845]]], "count": [115]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41144475525717533]], [[0.4030211956521739]], [[0.4184590419863598]]], "std": [[[0.2877074928654447]], [[0.29091799896959936]], [[0.2870229474383929]]], "count": [115]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.4119888544082642, -0.25394541025161743, -0.12060225009918213, 0.02822197414934635, -0.3103730082511902, 0.46755000948905945, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.08623671531677246, 0.4317421019077301, -0.6226986050605774, -1.7938319444656372, 0.19573867321014404, -0.1206895187497139, -0.028379054740071297, -0.33359500765800476, -0.46758100390434265, 0.06635399907827377, 1.2498835325241089, -1.8021687269210815, -0.011074340902268887, 1008.0, 332.0, 0.0006692367023788393, -0.29659971594810486, -0.8422885537147522, 1.9072364568710327, -1.05649995803833, -0.0011979478877037764], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.2537883222103119, -0.12048007547855377, 0.028326693922281265, -0.31029000878334045, 0.46759501099586487, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.34435346722602844, 0.6490355730056763, -0.22617721557617188, -1.3753893375396729, 0.4725479185581207, 0.5789431929588318, 0.5120970606803894, -0.24800699949264526, -0.3915480077266693, 0.22906999289989471, 1.6147677898406982, -1.121137022972107, 0.7483837604522705, 1008.0, 1003.0, 0.000701194629073143, -0.2963515520095825, -0.842278242111206, 1.9072388410568237, -1.0564943552017212, -0.001159978099167347], "mean": [-0.1995125561952591, 0.6046675443649292, 0.45138949155807495, -1.4119598865509033, -0.2538766860961914, -0.12053997814655304, 0.02827618643641472, -0.31033238768577576, 0.467571496963501, 0.22823941707611084, -1.5732377767562866, -1.1211358308792114, -0.7462766766548157, 0.18528082966804504, 0.5336946249008179, -0.40268149971961975, -1.5325524806976318, 0.3242601156234741, 0.18092253804206848, 0.3008694052696228, -0.30757492780685425, -0.4409883916378021, 0.16981816291809082, 1.5264043807983398, -1.523624300956726, 0.4928862452507019, 1008.0, 820.8078002929688, 0.0006838447297923267, -0.2965347468852997, -0.8422836065292358, 1.907230019569397, -1.0564969778060913, -0.0011768016265705228], "std": [2.5361197913298383e-05, 1.996309401874896e-05, 2.4551767637603916e-05, 1.8705732145463116e-05, 2.435850001347717e-05, 1.9092884031124413e-05, 1.5632003851351328e-05, 1.4674566955363844e-05, 8.003516086318996e-06, 1.357273959001759e-05, 1.0848045349121094e-05, 1.1920928955078125e-06, 1.0728836059570312e-06, 0.06333274394273758, 0.05553554743528366, 0.10265231132507324, 0.13858087360858917, 0.06096671149134636, 0.2530297040939331, 0.14074157178401947, 0.021271558478474617, 0.024128222838044167, 0.05474890395998955, 0.09367229789495468, 0.20087170600891113, 0.24452605843544006, 0.0, 277.77960205078125, 7.903081495896913e-06, 4.728906060336158e-05, 3.2545369776926236e-06, 7.818825906724669e-06, 1.2794052963727154e-06, 3.3558067116246093e-06], "count": [562]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.4119888544082642, -0.25394541025161743, -0.12060225009918213, 0.02822197414934635, -0.3103730082511902, 0.46755000948905945, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.08623671531677246, 0.4317421019077301, -0.6226986050605774, -1.7938319444656372, 0.19573867321014404, -0.1206895187497139, -0.028379054740071297, -0.33359500765800476, -0.46758100390434265, 0.06635399907827377, 1.2498835325241089, -1.8021687269210815, -0.011074340902268887, 1008.0, 332.0, 0.0006692367023788393, -0.29659971594810486, -0.8422885537147522, 1.9072364568710327, -1.05649995803833, -0.0011979478877037764], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.2537883222103119, -0.12048007547855377, 0.028326693922281265, -0.31029000878334045, 0.46759501099586487, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.34435346722602844, 0.6490355730056763, -0.22617721557617188, -1.3753893375396729, 0.4725479185581207, 0.5789431929588318, 0.5120970606803894, -0.24800699949264526, -0.3915480077266693, 0.22906999289989471, 1.6147677898406982, -1.121137022972107, 0.7483837604522705, 1008.0, 1003.0, 0.000701194629073143, -0.2963515520095825, -0.842278242111206, 1.9072388410568237, -1.0564943552017212, -0.001159978099167347], "mean": [-0.1995125710964203, 0.6046675443649292, 0.4513895809650421, -1.4119600057601929, -0.253876656293869, -0.12053997814655304, 0.028276126831769943, -0.31033235788345337, 0.46757155656814575, 0.22823934257030487, -1.5732377767562866, -1.1211358308792114, -0.7462766766548157, 0.18515974283218384, 0.5333983898162842, -0.4022878110408783, -1.5325050354003906, 0.3241623044013977, 0.18111978471279144, 0.30126693844795227, -0.30761244893074036, -0.44098222255706787, 0.1698189079761505, 1.5261950492858887, -1.523956537246704, 0.4928784966468811, 1008.0, 820.8078002929688, 0.0006838179542683065, -0.2965348958969116, -0.8422836065292358, 1.907230019569397, -1.0564969778060913, -0.0011768050026148558], "std": [2.536683314247057e-05, 1.9946712200180627e-05, 2.4524137188564055e-05, 1.8616696252138354e-05, 2.4358225346077234e-05, 1.9092884031124413e-05, 1.5499907021876425e-05, 1.4676917089673225e-05, 8.007043106772471e-06, 1.3497950931196101e-05, 1.0848045349121094e-05, 1.1920928955078125e-06, 1.0728836059570312e-06, 0.06337033212184906, 0.05560602620244026, 0.10288868099451065, 0.13862693309783936, 0.061124276369810104, 0.25283774733543396, 0.14012789726257324, 0.02129540592432022, 0.024121880531311035, 0.05474967882037163, 0.09369780868291855, 0.20036135613918304, 0.24451781809329987, 0.0, 277.77960205078125, 7.895238013588823e-06, 4.7285022446885705e-05, 3.252622263971716e-06, 7.817448022251483e-06, 1.279019897992839e-06, 3.354151203893707e-06], "count": [562]}, "timestamp": {"min": [0.0], "max": [18.7], "mean": [9.35], "std": [5.407838960455666], "count": [562]}, "frame_index": {"min": [0], "max": [561], "mean": [280.5], "std": [162.23516881367], "count": [562]}, "episode_index": {"min": [318], "max": [318], "mean": [318.0], "std": [0.0], "count": [562]}, "index": {"min": [191158], "max": [191719], "mean": [191438.5], "std": [162.23516881367], "count": [562]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [562]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8188790046341479], "std": [0.0, 0.276515755880957], "count": [562]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8188790046341479], "std": [0.0, 0.276515755880957], "count": [562]}, "eef_direction_state": {"mean": [6.0, 4.786476868327402], "std": [0.0, 1.9063376339808837], "min": [6, 0], "max": [6, 6], "count": [562]}, "eef_velocity_state": {"mean": [0.0, 0.5907473309608541], "std": [0.0, 0.7753679945069248], "min": [0, 0], "max": [0, 2], "count": [562]}, "eef_acc_mag_state": {"mean": [0.0, 0.5569395017793595], "std": [0.0, 0.7966544100229449], "min": [0, 0], "max": [0, 2], "count": [562]}, "eef_direction_action": {"mean": [6.0, 4.786476868327402], "std": [0.0, 1.9063376339808837], "min": [6, 0], "max": [6, 6], "count": [562]}, "eef_velocity_action": {"mean": [0.0, 0.5907473309608541], "std": [0.0, 0.7753679945069248], "min": [0, 0], "max": [0, 2], "count": [562]}, "eef_acc_mag_action": {"mean": [0.0, 0.5569395017793595], "std": [0.0, 0.7966544100229449], "min": [0, 0], "max": [0, 2], "count": [562]}, "eef_sim_pose_state": {"mean": [-0.3103325366973877, 0.4675714373588562, 0.22823931276798248, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.3075750470161438, -0.4409884810447693, 0.1698182374238968, 1.5264031887054443, -1.5236284732818604, 0.49288690090179443], "std": [1.4673693840450142e-05, 8.003089533303864e-06, 1.3572383068094496e-05, 0.0, 0.0, 5.960464477539063e-08, 0.02127155289053917, 0.02412821352481842, 0.05474890023469925, 0.09367212653160095, 0.2008715718984604, 0.24452584981918335], "min": [-0.3103730082511902, 0.46755000948905945, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33359500765800476, -0.46758100390434265, 0.06635399907827377, 1.2498835325241089, -1.8021687269210815, -0.011074340902268887], "max": [-0.31029000878334045, 0.46759501099586487, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.24800699949264526, -0.3915480077266693, 0.22906999289989471, 1.6147677898406982, -1.121137022972107, 0.7483837604522705], "count": [562]}, "eef_sim_pose_action": {"mean": [-0.31033238768577576, 0.467571496963501, 0.22823941707611084, -1.5732377767562866, -1.1211358308792114, -0.7462766766548157, -0.30757492780685425, -0.4409883916378021, 0.16981816291809082, 1.5264043807983398, -1.523624300956726, 0.4928862452507019], "std": [1.4674566955363844e-05, 8.003516086318996e-06, 1.357273959001759e-05, 1.0848045349121094e-05, 1.1920928955078125e-06, 1.0728836059570312e-06, 0.021271558478474617, 0.024128222838044167, 0.05474890395998955, 0.09367229789495468, 0.20087170600891113, 0.24452605843544006], "min": [-0.3103730082511902, 0.46755000948905945, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33359500765800476, -0.46758100390434265, 0.06635399907827377, 1.2498835325241089, -1.8021687269210815, -0.011074340902268887], "max": [-0.31029000878334045, 0.46759501099586487, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.24800699949264526, -0.3915480077266693, 0.22906999289989471, 1.6147677898406982, -1.121137022972107, 0.7483837604522705], "count": [562]}, "gripper_mode_state": {"mean": [0.0, 0.23309608540925267], "std": [0.0, 0.4228029096117183], "min": [0, 0], "max": [0, 1], "count": [562]}, "gripper_activity_state": {"mean": [2.0, 1.7508896797153024], "std": [0.0, 0.5922460943121641], "min": [2, 0], "max": [2, 2], "count": [562]}, "gripper_mode_action": {"mean": [0.0, 0.23309608540925267], "std": [0.0, 0.4228029096117183], "min": [0, 0], "max": [0, 1], "count": [562]}, "gripper_activity_action": {"mean": [2.0, 1.7508896797153024], "std": [0.0, 0.5922460943121641], "min": [2, 0], "max": [2, 2], "count": [562]}}} +{"episode_index": 159, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.407414984837779]], [[0.4159961873638344]], [[0.41255947675616794]]], "std": [[[0.21017693696610748]], [[0.208613085166547]], [[0.20607747279165028]]], "count": [111]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31631904698816465]], [[0.30588446534770064]], [[0.31844533504092326]]], "std": [[[0.26105496037959014]], [[0.2675935311296616]], [[0.2592994864886874]]], "count": [111]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4464565926220338]], [[0.450307649561326]], [[0.44115459761231823]]], "std": [[[0.29094676976893835]], [[0.28822370644849715]], [[0.28829001574007207]]], "count": [111]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37304276519166224]], [[0.3675704951274804]], [[0.3826760749720308]]], "std": [[[0.255323587749333]], [[0.25616882041011535]], [[0.2610271946386055]]], "count": [111]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4512898027896881, -1.4120759963989258, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31038400530815125, 0.46755099296569824, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.06571164727210999, 0.3308969736099243, -0.6017022132873535, -1.868217945098877, 0.054454270750284195, -0.12922418117523193, -0.028326693922281265, -0.33360400795936584, -0.4675999879837036, 0.05319700017571449, 1.4218093156814575, -1.8077772855758667, 0.07441296428442001, 1008.0, 332.0, 0.0006729964516125619, -0.2969644069671631, -0.8423488140106201, 1.9072340726852417, -1.0565078258514404, -0.001131500699557364], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.3102850019931793, 0.46759501099586487, 0.2282949984073639, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2915398180484772, 0.771819531917572, -0.1860869973897934, -1.411919116973877, 0.4653920531272888, 0.5397081971168518, 0.5009793043136597, -0.23636400699615479, -0.3845759928226471, 0.22839899361133575, 1.865294098854065, -1.121137022972107, 0.9630424380302429, 1008.0, 1001.0, 0.0006767562590539455, -0.29650193452835083, -0.8421887159347534, 1.9072388410568237, -1.0564936399459839, -7.499039929825813e-05], "mean": [-0.1995156854391098, 0.6046781539916992, 0.451388955116272, -1.4119700193405151, -0.25390228629112244, -0.12051831930875778, 0.02827693149447441, -0.31033027172088623, 0.46757304668426514, 0.22824349999427795, -1.5732375383377075, -1.121134877204895, -0.7462766766548157, 0.1420188844203949, 0.5200386643409729, -0.4209977686405182, -1.6755434274673462, 0.29948320984840393, 0.23916850984096527, 0.34436550736427307, -0.28525733947753906, -0.4149182140827179, 0.13188864290714264, 1.6063547134399414, -1.5702404975891113, 0.4349648058414459, 1008.0, 775.2659301757812, 0.0006740127573721111, -0.29678165912628174, -0.8422850370407104, 1.9072296619415283, -1.05649733543396, -0.0008823209209367633], "std": [2.473084896337241e-05, 1.9748043996514753e-05, 2.502128882042598e-05, 2.8577185730682686e-05, 2.3349455659626983e-05, 2.2486759917228483e-05, 1.687725307419896e-05, 1.6571964806644246e-05, 8.159993740264326e-06, 1.4081920198805165e-05, 1.0609626770019531e-05, 2.1457672119140625e-06, 1.0728836059570312e-06, 0.11470065265893936, 0.09045247733592987, 0.13762623071670532, 0.09582232683897018, 0.10378135740756989, 0.25210636854171753, 0.14518000185489655, 0.024012362584471703, 0.01656276546418667, 0.057478390634059906, 0.10221149027347565, 0.18216834962368011, 0.333640992641449, 0.0, 295.664794921875, 9.438067536393646e-07, 3.5817753087030724e-05, 2.1728166757384315e-05, 7.121536327758804e-06, 4.130636170884827e-06, 0.00014031532919034362], "count": [534]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4512898027896881, -1.4120759963989258, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31038400530815125, 0.46755099296569824, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.06571164727210999, 0.3308969736099243, -0.6017022132873535, -1.868217945098877, 0.054454270750284195, -0.12922418117523193, -0.028326693922281265, -0.33360400795936584, -0.4675999879837036, 0.05319700017571449, 1.4218093156814575, -1.8077772855758667, 0.07441296428442001, 1008.0, 332.0, 0.0006729964516125619, -0.2969644069671631, -0.8423488140106201, 1.9072340726852417, -1.0565078258514404, -0.001131500699557364], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.3102850019931793, 0.46759501099586487, 0.2282949984073639, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2915398180484772, 0.771819531917572, -0.1860869973897934, -1.411919116973877, 0.4653920531272888, 0.5397081971168518, 0.5009793043136597, -0.23636400699615479, -0.3845759928226471, 0.22839899361133575, 1.865294098854065, -1.121137022972107, 0.9630424380302429, 1008.0, 1001.0, 0.0006767562590539455, -0.29650193452835083, -0.8421887159347534, 1.9072388410568237, -1.0564936399459839, -7.499039929825813e-05], "mean": [-0.19951565563678741, 0.6046781539916992, 0.45138904452323914, -1.4119699001312256, -0.2539023160934448, -0.12051831930875778, 0.02827686443924904, -0.3103303611278534, 0.46757304668426514, 0.22824347019195557, -1.5732375383377075, -1.121134877204895, -0.7462766766548157, 0.14152206480503082, 0.519534707069397, -0.42050600051879883, -1.6759889125823975, 0.2991200089454651, 0.23917840421199799, 0.34449678659439087, -0.28522592782974243, -0.41481754183769226, 0.13179734349250793, 1.6063534021377563, -1.5703202486038208, 0.43533045053482056, 1008.0, 775.2659301757812, 0.0006740127573721111, -0.29678189754486084, -0.8422850370407104, 1.9072296619415283, -1.05649733543396, -0.0008818427450023592], "std": [2.472891537763644e-05, 1.9748043996514753e-05, 2.4992490580189042e-05, 2.848891745088622e-05, 2.3349231923930347e-05, 2.2486759917228483e-05, 1.6887164747458883e-05, 1.6578012946411036e-05, 8.156344847520813e-06, 1.4086587725614663e-05, 1.0609626770019531e-05, 2.1457672119140625e-06, 1.0728836059570312e-06, 0.11502420902252197, 0.09072864800691605, 0.137985497713089, 0.09514623880386353, 0.1042783185839653, 0.25209227204322815, 0.14487431943416595, 0.023990517482161522, 0.016404995694756508, 0.057363852858543396, 0.10221189260482788, 0.18198060989379883, 0.334088534116745, 0.0, 295.664794921875, 9.438067536393646e-07, 3.6119930882705376e-05, 2.177640999434516e-05, 7.120293503248831e-06, 4.1515186239848845e-06, 0.00014052139886189252], "count": [534]}, "timestamp": {"min": [0.0], "max": [17.766666666666666], "mean": [8.883333333333335], "std": [5.138408385944109], "count": [534]}, "frame_index": {"min": [0], "max": [533], "mean": [266.5], "std": [154.15225157832327], "count": [534]}, "episode_index": {"min": [321], "max": [321], "mean": [321.0], "std": [0.0], "count": [534]}, "index": {"min": [192924], "max": [193457], "mean": [193190.5], "std": [154.15225157832327], "count": [534]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [534]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.7746947572918866], "std": [0.0, 0.2952285443894256], "count": [534]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.7746947572918866], "std": [0.0, 0.2952285443894256], "count": [534]}, "eef_direction_state": {"mean": [6.0, 4.593632958801498], "std": [0.0, 1.9385785518287177], "min": [6, 0], "max": [6, 6], "count": [534]}, "eef_velocity_state": {"mean": [0.0, 0.6404494382022472], "std": [0.0, 0.758184175315067], "min": [0, 0], "max": [0, 2], "count": [534]}, "eef_acc_mag_state": {"mean": [0.0, 0.6067415730337079], "std": [0.0, 0.8204042695069542], "min": [0, 0], "max": [0, 2], "count": [534]}, "eef_direction_action": {"mean": [6.0, 4.593632958801498], "std": [0.0, 1.9385785518287177], "min": [6, 0], "max": [6, 6], "count": [534]}, "eef_velocity_action": {"mean": [0.0, 0.6404494382022472], "std": [0.0, 0.758184175315067], "min": [0, 0], "max": [0, 2], "count": [534]}, "eef_acc_mag_action": {"mean": [0.0, 0.6067415730337079], "std": [0.0, 0.8204042695069542], "min": [0, 0], "max": [0, 2], "count": [534]}, "eef_sim_pose_state": {"mean": [-0.31033021211624146, 0.4675728380680084, 0.22824352979660034, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2852574586868286, -0.41491806507110596, 0.13188868761062622, 1.60635507106781, -1.5702407360076904, 0.4349650740623474], "std": [1.6571919331909157e-05, 8.157562660926487e-06, 1.4081912013352849e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.024012362584471703, 0.016562767326831818, 0.057478390634059906, 0.10221144556999207, 0.18216829001903534, 0.3336409628391266], "min": [-0.31038400530815125, 0.46755099296569824, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33360400795936584, -0.4675999879837036, 0.05319700017571449, 1.4218093156814575, -1.8077772855758667, 0.07441296428442001], "max": [-0.3102850019931793, 0.46759501099586487, 0.2282949984073639, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23636400699615479, -0.3845759928226471, 0.22839899361133575, 1.865294098854065, -1.121137022972107, 0.9630424380302429], "count": [534]}, "eef_sim_pose_action": {"mean": [-0.31033027172088623, 0.46757304668426514, 0.22824349999427795, -1.5732375383377075, -1.121134877204895, -0.7462766766548157, -0.28525733947753906, -0.4149182140827179, 0.13188864290714264, 1.6063547134399414, -1.5702404975891113, 0.4349648058414459], "std": [1.6571964806644246e-05, 8.159993740264326e-06, 1.4081920198805165e-05, 1.0609626770019531e-05, 2.1457672119140625e-06, 1.0728836059570312e-06, 0.024012362584471703, 0.01656276546418667, 0.057478390634059906, 0.10221149027347565, 0.18216834962368011, 0.333640992641449], "min": [-0.31038400530815125, 0.46755099296569824, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33360400795936584, -0.4675999879837036, 0.05319700017571449, 1.4218093156814575, -1.8077772855758667, 0.07441296428442001], "max": [-0.3102850019931793, 0.46759501099586487, 0.2282949984073639, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23636400699615479, -0.3845759928226471, 0.22839899361133575, 1.865294098854065, -1.121137022972107, 0.9630424380302429], "count": [534]}, "gripper_mode_state": {"mean": [0.0, 0.29775280898876405], "std": [0.0, 0.457270241463475], "min": [0, 0], "max": [0, 1], "count": [534]}, "gripper_activity_state": {"mean": [2.0, 1.7340823970037453], "std": [0.0, 0.6123566871618645], "min": [2, 0], "max": [2, 2], "count": [534]}, "gripper_mode_action": {"mean": [0.0, 0.29775280898876405], "std": [0.0, 0.457270241463475], "min": [0, 0], "max": [0, 1], "count": [534]}, "gripper_activity_action": {"mean": [2.0, 1.7340823970037453], "std": [0.0, 0.6123566871618645], "min": [2, 0], "max": [2, 2], "count": [534]}}} +{"episode_index": 160, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40813067810457515]], [[0.4173811363313441]], [[0.41414080882352944]]], "std": [[[0.2104022011211351]], [[0.2081592011705171]], [[0.205755599196605]]], "count": [115]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3151702028275078]], [[0.3022708120204604]], [[0.3189159118357488]]], "std": [[[0.2535638500122706]], [[0.26187562940031933]], [[0.2517258747651407]]], "count": [115]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44028419650468886]], [[0.4434979433077579]], [[0.4342807225063939]]], "std": [[[0.28844462184603115]], [[0.2844248816455977]], [[0.28543514660018676]]], "count": [115]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3819933113100312]], [[0.37944410166240405]], [[0.394014677465189]]], "std": [[[0.250436738730085]], [[0.2533538558250196]], [[0.2546690263506623]]], "count": [115]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.4120759963989258, -0.2539803087711334, -0.12061969935894012, 0.02825688011944294, -0.31036999821662903, 0.4675480127334595, 0.22817599773406982, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.12177162617444992, 0.21933554112911224, -0.5485744476318359, -1.7907601594924927, -0.09061749279499054, -0.22823670506477356, -0.028326693922281265, -0.33890900015830994, -0.46760401129722595, 0.05199600011110306, 1.2236807346343994, -1.7158337831497192, 0.19092538952827454, 1008.0, 330.0, 0.0006579573964700103, -0.29783666133880615, -0.8423432111740112, 1.9072983264923096, -1.0588128566741943, -0.0016887078527361155], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12049752473831177, 0.02834414690732956, -0.31026598811149597, 0.46759799122810364, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3349286913871765, 0.7798479795455933, -0.0313984751701355, -1.4119539260864258, 0.5200383067131042, 0.5677032470703125, 0.41456806659698486, -0.27899500727653503, -0.3914650082588196, 0.23133599758148193, 1.74030601978302, -1.0707228183746338, 1.0739144086837769, 1008.0, 1003.0, 0.0006654769531451166, -0.29659029841423035, -0.8419367671012878, 1.9073411226272583, -1.0561940670013428, -0.00017466118151787668], "mean": [-0.19951796531677246, 0.6046669483184814, 0.4513895511627197, -1.4119625091552734, -0.2539077699184418, -0.12056194245815277, 0.028288288041949272, -0.31032678484916687, 0.4675734341144562, 0.22823962569236755, -1.5732377767562866, -1.1211358308792114, -0.7462766766548157, 0.12259765714406967, 0.4138539433479309, -0.34327614307403564, -1.5754643678665161, 0.18785077333450317, 0.2172752320766449, 0.2664189338684082, -0.3092680871486664, -0.432841956615448, 0.14619478583335876, 1.4976001977920532, -1.4636262655258179, 0.5318803787231445, 1008.0, 805.8250122070312, 0.0006624988163821399, -0.2973085641860962, -0.8422011733055115, 1.907343864440918, -1.056739330291748, -0.000867469934746623], "std": [2.6496398277231492e-05, 2.321663123439066e-05, 2.4947663405328058e-05, 2.7283669624011964e-05, 2.3232621970237233e-05, 2.1276309780660085e-05, 1.8189290130976588e-05, 1.5863812222960405e-05, 8.1616217357805e-06, 1.5742012692498975e-05, 1.0848045349121094e-05, 1.1920928955078125e-06, 1.0728836059570312e-06, 0.134888157248497, 0.13460808992385864, 0.13930442929267883, 0.07147807627916336, 0.17243026196956635, 0.2929692268371582, 0.13272437453269958, 0.014338460750877857, 0.018326008692383766, 0.06063450872898102, 0.13834108412265778, 0.17852802574634552, 0.28096258640289307, 0.0, 283.6593933105469, 9.790275043997099e-07, 0.00018034357344731688, 4.527966302703135e-05, 1.2100538697268348e-05, 0.0004577101208269596, 0.0004696782270912081], "count": [560]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.4120759963989258, -0.2539803087711334, -0.12061969935894012, 0.02825688011944294, -0.31036999821662903, 0.4675480127334595, 0.22817599773406982, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.12177162617444992, 0.21933554112911224, -0.5485744476318359, -1.7907601594924927, -0.09061749279499054, -0.22823670506477356, -0.028326693922281265, -0.33890900015830994, -0.46760401129722595, 0.05199600011110306, 1.2236807346343994, -1.7158337831497192, 0.19092538952827454, 1008.0, 330.0, 0.0006579573964700103, -0.29783666133880615, -0.8423432111740112, 1.9072983264923096, -1.0588128566741943, -0.0016887078527361155], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12049752473831177, 0.02834414690732956, -0.31026598811149597, 0.46759799122810364, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3349286913871765, 0.7798479795455933, -0.0313984751701355, -1.4119539260864258, 0.5200383067131042, 0.5677032470703125, 0.41456806659698486, -0.27899500727653503, -0.3914650082588196, 0.23133599758148193, 1.74030601978302, -1.0707228183746338, 1.0739144086837769, 1008.0, 1003.0, 0.0006654769531451166, -0.29659029841423035, -0.8419367671012878, 1.9073411226272583, -1.0561940670013428, -0.000317048019496724], "mean": [-0.19951796531677246, 0.6046670079231262, 0.45138946175575256, -1.411962628364563, -0.2539077401161194, -0.12056197971105576, 0.02828819490969181, -0.3103267252445221, 0.46757349371910095, 0.22823962569236755, -1.5732377767562866, -1.1211358308792114, -0.7462766766548157, 0.12202680855989456, 0.41316986083984375, -0.3425314724445343, -1.5757094621658325, 0.1874118447303772, 0.21708309650421143, 0.2664873003959656, -0.3093005418777466, -0.4327279329299927, 0.14618827402591705, 1.4973201751708984, -1.4635367393493652, 0.5324653387069702, 1008.0, 805.8214111328125, 0.0006624954403378069, -0.2973072826862335, -0.8422014117240906, 1.907343864440918, -1.0567392110824585, -0.0008686090004630387], "std": [2.649639645824209e-05, 2.323224180145189e-05, 2.4958912035799585e-05, 2.71791923296405e-05, 2.3232429157360457e-05, 2.124562524841167e-05, 1.8125923816114664e-05, 1.5854926459724084e-05, 8.164296559698414e-06, 1.5734260159661062e-05, 1.0848045349121094e-05, 1.1920928955078125e-06, 1.0728836059570312e-06, 0.1352371871471405, 0.134610116481781, 0.13983802497386932, 0.07115168869495392, 0.1725742667913437, 0.2932261526584625, 0.13258232176303864, 0.014361330308020115, 0.018308091908693314, 0.060625914484262466, 0.138346329331398, 0.17871209979057312, 0.28174811601638794, 0.0, 283.6563720703125, 9.784706662685494e-07, 0.00018283067038282752, 4.521563460002653e-05, 1.2147932466177735e-05, 0.00045772703015245497, 0.00046877050772309303], "count": [560]}, "timestamp": {"min": [0.0], "max": [18.633333333333333], "mean": [9.316666666666666], "std": [5.3885939209077955], "count": [560]}, "frame_index": {"min": [0], "max": [559], "mean": [279.5], "std": [161.65781762723384], "count": [560]}, "episode_index": {"min": [324], "max": [324], "mean": [324.0], "std": [0.0], "count": [560]}, "index": {"min": [194703], "max": [195262], "mean": [194982.5], "std": [161.65781762723384], "count": [560]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [560]}, "gripper_open_scale_state": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.8048660732805729], "std": [0.0, 0.28299676949640135], "count": [560]}, "gripper_open_scale_action": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.8048660732805729], "std": [0.0, 0.28299676949640135], "count": [560]}, "eef_direction_state": {"mean": [6.0, 4.760714285714286], "std": [0.0, 1.740246141398708], "min": [6, 0], "max": [6, 6], "count": [560]}, "eef_velocity_state": {"mean": [0.0, 0.6232142857142857], "std": [0.0, 0.769390081128404], "min": [0, 0], "max": [0, 2], "count": [560]}, "eef_acc_mag_state": {"mean": [0.0, 0.6053571428571428], "std": [0.0, 0.8191719780313754], "min": [0, 0], "max": [0, 2], "count": [560]}, "eef_direction_action": {"mean": [6.0, 4.760714285714286], "std": [0.0, 1.740246141398708], "min": [6, 0], "max": [6, 6], "count": [560]}, "eef_velocity_action": {"mean": [0.0, 0.6232142857142857], "std": [0.0, 0.769390081128404], "min": [0, 0], "max": [0, 2], "count": [560]}, "eef_acc_mag_action": {"mean": [0.0, 0.6053571428571428], "std": [0.0, 0.8191719780313754], "min": [0, 0], "max": [0, 2], "count": [560]}, "eef_sim_pose_state": {"mean": [-0.31032687425613403, 0.46757349371910095, 0.2282397449016571, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.3092680275440216, -0.4328417479991913, 0.14619486033916473, 1.4976005554199219, -1.463625192642212, 0.531880259513855], "std": [1.586349753779359e-05, 8.161239748005755e-06, 1.5741679817438126e-05, 0.0, 0.0, 5.960464477539063e-08, 0.014338461682200432, 0.018326006829738617, 0.060634512454271317, 0.1383410096168518, 0.17852817475795746, 0.28096240758895874], "min": [-0.31036999821662903, 0.4675480127334595, 0.22817599773406982, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33890900015830994, -0.46760401129722595, 0.05199600011110306, 1.2236807346343994, -1.7158337831497192, 0.19092538952827454], "max": [-0.31026598811149597, 0.46759799122810364, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27899500727653503, -0.3914650082588196, 0.23133599758148193, 1.74030601978302, -1.0707228183746338, 1.0739144086837769], "count": [560]}, "eef_sim_pose_action": {"mean": [-0.31032678484916687, 0.4675734341144562, 0.22823962569236755, -1.5732377767562866, -1.1211358308792114, -0.7462766766548157, -0.3092680871486664, -0.432841956615448, 0.14619478583335876, 1.4976001977920532, -1.4636262655258179, 0.5318803787231445], "std": [1.5863812222960405e-05, 8.1616217357805e-06, 1.5742012692498975e-05, 1.0848045349121094e-05, 1.1920928955078125e-06, 1.0728836059570312e-06, 0.014338460750877857, 0.018326008692383766, 0.06063450872898102, 0.13834108412265778, 0.17852802574634552, 0.28096258640289307], "min": [-0.31036999821662903, 0.4675480127334595, 0.22817599773406982, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33890900015830994, -0.46760401129722595, 0.05199600011110306, 1.2236807346343994, -1.7158337831497192, 0.19092538952827454], "max": [-0.31026598811149597, 0.46759799122810364, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27899500727653503, -0.3914650082588196, 0.23133599758148193, 1.74030601978302, -1.0707228183746338, 1.0739144086837769], "count": [560]}, "gripper_mode_state": {"mean": [0.0, 0.25357142857142856], "std": [0.0, 0.4350551220060197], "min": [0, 0], "max": [0, 1], "count": [560]}, "gripper_activity_state": {"mean": [2.0, 1.7535714285714286], "std": [0.0, 0.5885709951454732], "min": [2, 0], "max": [2, 2], "count": [560]}, "gripper_mode_action": {"mean": [0.0, 0.25357142857142856], "std": [0.0, 0.4350551220060197], "min": [0, 0], "max": [0, 1], "count": [560]}, "gripper_activity_action": {"mean": [2.0, 1.7535714285714286], "std": [0.0, 0.5885709951454732], "min": [2, 0], "max": [2, 2], "count": [560]}}} +{"episode_index": 161, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4054845545409024]], [[0.41330072606999785]], [[0.40987022981235505]]], "std": [[[0.20902927743271088]], [[0.2072339817040043]], [[0.20436678513164347]]], "count": [124]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31034256733607424]], [[0.29762251607632295]], [[0.3153166327350833]]], "std": [[[0.2510055847984559]], [[0.25887839067267565]], [[0.24965062533610172]]], "count": [124]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4338032297596458]], [[0.43619945182374026]], [[0.4272065016866962]]], "std": [[[0.28474025286614335]], [[0.27929144076242707]], [[0.28199864676646874]]], "count": [124]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3811684340738984]], [[0.3746072303921569]], [[0.390036326560194]]], "std": [[[0.24903150608456004]], [[0.24864599822235448]], [[0.25160322010636815]]], "count": [124]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4512898027896881, -1.412041187286377, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.31037598848342896, 0.46755000948905945, 0.22818799316883087, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.07625343650579453, 0.2940530776977539, -0.5278922915458679, -1.8476753234863281, 0.031119219958782196, -0.13978341221809387, -0.028379054740071297, -0.336885005235672, -0.46759799122810364, 0.07273399829864502, 1.290543556213379, -1.7670425176620483, 0.17036572098731995, 1008.0, 330.0, 0.0006541977054439485, -0.2971692979335785, -0.8422616124153137, 1.9073213338851929, -1.0565094947814941, -0.0014542441349476576], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.31026899814605713, 0.46759799122810364, 0.22829100489616394, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.21132446825504303, 0.680975079536438, -0.07096508890390396, -1.4118491411209106, 0.453995019197464, 0.5567600131034851, 0.423434317111969, -0.2618190050125122, -0.3901819884777069, 0.22870099544525146, 1.631518840789795, -1.0875039100646973, 0.9685505628585815, 1008.0, 1002.0, 0.0006598373292945325, -0.29703959822654724, -0.8421340584754944, 1.9073283672332764, -1.056490421295166, -0.00041007407708093524], "mean": [-0.19951705634593964, 0.6046658754348755, 0.4513950049877167, -1.4119715690612793, -0.2539137005805969, -0.12052473425865173, 0.028279248625040054, -0.3103298544883728, 0.4675721228122711, 0.22823569178581238, -1.5732381343841553, -1.1211377382278442, -0.7462767362594604, 0.10750697553157806, 0.4499523937702179, -0.35734161734580994, -1.6416593790054321, 0.2357892394065857, 0.30625033378601074, 0.2741642892360687, -0.3042598366737366, -0.4230603277683258, 0.14580799639225006, 1.45576012134552, -1.5289160013198853, 0.49076205492019653, 1008.0, 754.5128784179688, 0.0006589354597963393, -0.29710760712623596, -0.8422467112541199, 1.9073361158370972, -1.0565037727355957, -0.0008537561516277492], "std": [2.5306466341135092e-05, 1.9475048247841187e-05, 2.8834065233240835e-05, 2.786473669402767e-05, 2.2838537915959023e-05, 2.2220103346626274e-05, 1.6070634956122376e-05, 1.641592098167166e-05, 8.31407760415459e-06, 1.6902371498872526e-05, 1.1205673217773438e-05, 7.152557373046875e-07, 1.1324882507324219e-06, 0.09120739251375198, 0.0987996831536293, 0.13206394016742706, 0.09774533659219742, 0.12067658454179764, 0.22786518931388855, 0.14536722004413605, 0.015763873234391212, 0.01797478273510933, 0.05444635823369026, 0.07895610481500626, 0.19322749972343445, 0.2762295603752136, 0.0, 306.0254821777344, 9.570035217620898e-07, 1.8595688743516803e-05, 2.321929241588805e-05, 1.1471620382508263e-05, 4.6771874622209e-06, 0.0003834126691799611], "count": [622]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4512898027896881, -1.412041187286377, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.31037598848342896, 0.46755000948905945, 0.22818799316883087, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.07625343650579453, 0.2940530776977539, -0.5278922915458679, -1.8476753234863281, 0.031119219958782196, -0.13978341221809387, -0.028379054740071297, -0.336885005235672, -0.46759799122810364, 0.07273399829864502, 1.290543556213379, -1.7670425176620483, 0.17036572098731995, 1008.0, 330.0, 0.0006541977054439485, -0.2971692979335785, -0.8422616124153137, 1.9073213338851929, -1.0565094947814941, -0.0014542441349476576], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.31026899814605713, 0.46759799122810364, 0.22829100489616394, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.21132446825504303, 0.680975079536438, -0.07096508890390396, -1.4118491411209106, 0.453995019197464, 0.5567600131034851, 0.423434317111969, -0.2618190050125122, -0.3901819884777069, 0.22870099544525146, 1.631518840789795, -1.0875039100646973, 0.9685505628585815, 1008.0, 1002.0, 0.0006598373292945325, -0.29703959822654724, -0.8421340584754944, 1.9073283672332764, -1.056490421295166, -0.00041007407708093524], "mean": [-0.19951702654361725, 0.6046658754348755, 0.4513950049877167, -1.4119715690612793, -0.25391367077827454, -0.12052465230226517, 0.02827928029000759, -0.3103298842906952, 0.4675721228122711, 0.22823572158813477, -1.5732381343841553, -1.1211377382278442, -0.7462767362594604, 0.10706429928541183, 0.44945573806762695, -0.35673287510871887, -1.6419591903686523, 0.2354314625263214, 0.30633780360221863, 0.27422475814819336, -0.30425915122032166, -0.42298299074172974, 0.14580832421779633, 1.4554802179336548, -1.5288608074188232, 0.49112021923065186, 1008.0, 754.5128784179688, 0.0006589354597963393, -0.2971077561378479, -0.8422464728355408, 1.9073361158370972, -1.0565037727355957, -0.000852791650686413], "std": [2.530651727283839e-05, 1.9467441234155558e-05, 2.8842074243584648e-05, 2.786473669402767e-05, 2.28529916057596e-05, 2.2223406631383114e-05, 1.6046831660787575e-05, 1.6407157090725377e-05, 8.318173968291376e-06, 1.6894096916075796e-05, 1.1205673217773438e-05, 7.152557373046875e-07, 1.1324882507324219e-06, 0.09142844378948212, 0.09879819303750992, 0.1325005292892456, 0.09732525050640106, 0.12095168232917786, 0.22771169245243073, 0.1452491730451584, 0.01576361432671547, 0.017886582762002945, 0.05444683879613876, 0.07884996384382248, 0.19334879517555237, 0.2767041325569153, 0.0, 306.0254821777344, 9.570035217620898e-07, 1.847536987042986e-05, 2.3426506231771782e-05, 1.1473216545709874e-05, 4.679948688135482e-06, 0.00038292331737466156], "count": [622]}, "timestamp": {"min": [0.0], "max": [20.7], "mean": [10.35], "std": [5.985190055461898], "count": [622]}, "frame_index": {"min": [0], "max": [621], "mean": [310.5], "std": [179.55570166385695], "count": [622]}, "episode_index": {"min": [326], "max": [326], "mean": [326.0], "std": [0.0], "count": [622]}, "index": {"min": [195835], "max": [196456], "mean": [196145.5], "std": [179.55570166385695], "count": [622]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [622]}, "gripper_open_scale_state": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.7539598078877213], "std": [0.0, 0.3055802492614385], "count": [622]}, "gripper_open_scale_action": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.7539598078877213], "std": [0.0, 0.3055802492614385], "count": [622]}, "eef_direction_state": {"mean": [6.0, 4.755627009646302], "std": [0.0, 1.9407855113512926], "min": [6, 0], "max": [6, 6], "count": [622]}, "eef_velocity_state": {"mean": [0.0, 0.545016077170418], "std": [0.0, 0.7503906269331411], "min": [0, 0], "max": [0, 2], "count": [622]}, "eef_acc_mag_state": {"mean": [0.0, 0.5064308681672026], "std": [0.0, 0.7892711813010601], "min": [0, 0], "max": [0, 2], "count": [622]}, "eef_direction_action": {"mean": [6.0, 4.755627009646302], "std": [0.0, 1.9407855113512926], "min": [6, 0], "max": [6, 6], "count": [622]}, "eef_velocity_action": {"mean": [0.0, 0.545016077170418], "std": [0.0, 0.7503906269331411], "min": [0, 0], "max": [0, 2], "count": [622]}, "eef_acc_mag_action": {"mean": [0.0, 0.5064308681672026], "std": [0.0, 0.7892711813010601], "min": [0, 0], "max": [0, 2], "count": [622]}, "eef_sim_pose_state": {"mean": [-0.31032970547676086, 0.46757248044013977, 0.2282356470823288, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.3042597770690918, -0.42306026816368103, 0.14580799639225006, 1.4557592868804932, -1.5289164781570435, 0.49076175689697266], "std": [1.6415517166024074e-05, 8.306036761496216e-06, 1.6902295101317577e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.015763873234391212, 0.017974792048335075, 0.05444635823369026, 0.07895609736442566, 0.19322754442691803, 0.2762298285961151], "min": [-0.31037598848342896, 0.46755000948905945, 0.22818799316883087, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.336885005235672, -0.46759799122810364, 0.07273399829864502, 1.290543556213379, -1.7670425176620483, 0.17036572098731995], "max": [-0.31026899814605713, 0.46759799122810364, 0.22829100489616394, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2618190050125122, -0.3901819884777069, 0.22870099544525146, 1.631518840789795, -1.0875039100646973, 0.9685505628585815], "count": [622]}, "eef_sim_pose_action": {"mean": [-0.3103298544883728, 0.4675721228122711, 0.22823569178581238, -1.5732381343841553, -1.1211377382278442, -0.7462767362594604, -0.3042598366737366, -0.4230603277683258, 0.14580799639225006, 1.45576012134552, -1.5289160013198853, 0.49076205492019653], "std": [1.641592098167166e-05, 8.31407760415459e-06, 1.6902371498872526e-05, 1.1205673217773438e-05, 7.152557373046875e-07, 1.1324882507324219e-06, 0.015763873234391212, 0.01797478273510933, 0.05444635823369026, 0.07895610481500626, 0.19322749972343445, 0.2762295603752136], "min": [-0.31037598848342896, 0.46755000948905945, 0.22818799316883087, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.336885005235672, -0.46759799122810364, 0.07273399829864502, 1.290543556213379, -1.7670425176620483, 0.17036572098731995], "max": [-0.31026899814605713, 0.46759799122810364, 0.22829100489616394, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2618190050125122, -0.3901819884777069, 0.22870099544525146, 1.631518840789795, -1.0875039100646973, 0.9685505628585815], "count": [622]}, "gripper_mode_state": {"mean": [0.0, 0.33762057877813506], "std": [0.0, 0.47289842837934426], "min": [0, 0], "max": [0, 1], "count": [622]}, "gripper_activity_state": {"mean": [2.0, 1.7765273311897105], "std": [0.0, 0.5641162724715139], "min": [2, 0], "max": [2, 2], "count": [622]}, "gripper_mode_action": {"mean": [0.0, 0.33762057877813506], "std": [0.0, 0.47289842837934426], "min": [0, 0], "max": [0, 1], "count": [622]}, "gripper_activity_action": {"mean": [2.0, 1.7765273311897105], "std": [0.0, 0.5641162724715139], "min": [2, 0], "max": [2, 2], "count": [622]}}} +{"episode_index": 162, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40968726059412836]], [[0.4180880745740919]], [[0.4145068456685953]]], "std": [[[0.2100613217846851]], [[0.2087311872179147]], [[0.2056386605982261]]], "count": [122]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31159213275474124]], [[0.2977871162809386]], [[0.3154995596940962]]], "std": [[[0.2516488195818911]], [[0.25943344320882517]], [[0.2494316582796475]]], "count": [122]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43309380524750885]], [[0.4356646693855138]], [[0.42621478724686596]]], "std": [[[0.284664249316521]], [[0.2792291320378132]], [[0.28184199097545265]]], "count": [122]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3796435045671274]], [[0.3781665762616522]], [[0.388378324895532]]], "std": [[[0.24123935596454774]], [[0.24354313593632515]], [[0.24601654982337479]]], "count": [122]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.3103649914264679, 0.46755000948905945, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.015446163713932037, 0.3576703369617462, -0.5832890272140503, -1.8280229568481445, 0.11033971607685089, -0.24703390896320343, -0.02839650586247444, -0.3334429860115051, -0.4675849974155426, 0.08663900196552277, 1.376062035560608, -1.748802900314331, 0.053707417100667953, 1008.0, 331.0, 0.0006560775218531489, -0.2972087860107422, -0.842164158821106, 1.907322883605957, -1.056498408317566, -0.0008410315494984388], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102650046348572, 0.4676010012626648, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.29017841815948486, 0.7193374633789062, -0.13660691678524017, -1.4118317365646362, 0.5031086206436157, 0.4720766544342041, 0.5161811113357544, -0.25224798917770386, -0.3861849904060364, 0.2282470017671585, 1.7198169231414795, -1.1207166910171509, 0.9763373136520386, 1008.0, 1002.0, 0.0006598373292945325, -0.2970753312110901, -0.8421213626861572, 1.9073307514190674, -1.0564095973968506, -0.00048031823826022446], "mean": [-0.19951756298542023, 0.6046660542488098, 0.45138606429100037, -1.41197669506073, -0.2539140284061432, -0.12054706364870071, 0.028277266770601273, -0.3103225827217102, 0.46757349371910095, 0.2282360941171646, -1.5732380151748657, -1.121137261390686, -0.7462766766548157, 0.15571221709251404, 0.5183185935020447, -0.38279521465301514, -1.5953781604766846, 0.26749321818351746, 0.1985645741224289, 0.34220218658447266, -0.29805755615234375, -0.43047070503234863, 0.15931837260723114, 1.5660523176193237, -1.511715292930603, 0.4595751166343689, 1008.0, 781.9505615234375, 0.0006578773027285933, -0.2971409857273102, -0.8421499133110046, 1.9073375463485718, -1.0564342737197876, -0.0007933349115774035], "std": [2.50994780799374e-05, 1.9274171791039407e-05, 2.4237750039901584e-05, 2.2653293854091316e-05, 2.422649231448304e-05, 1.9167506252415478e-05, 1.5652763977413997e-05, 1.5824987713131122e-05, 8.022281690500677e-06, 1.3077145922579803e-05, 1.1086463928222656e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.1035190150141716, 0.09362269192934036, 0.14255845546722412, 0.10888314247131348, 0.0957537516951561, 0.25361308455467224, 0.155202716588974, 0.018208477646112442, 0.01965462416410446, 0.04889603331685066, 0.08526633679866791, 0.19652792811393738, 0.32753902673721313, 0.0, 296.21575927734375, 4.035447886963084e-07, 1.0066041795653291e-05, 7.370607818302233e-06, 1.1744949006242678e-05, 2.0633737221942283e-05, 4.919527054880746e-05], "count": [607]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.3103649914264679, 0.46755000948905945, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.015446163713932037, 0.3576703369617462, -0.5832890272140503, -1.8280229568481445, 0.11033971607685089, -0.24703390896320343, -0.02839650586247444, -0.3334429860115051, -0.4675849974155426, 0.08663900196552277, 1.376062035560608, -1.748802900314331, 0.053707417100667953, 1008.0, 331.0, 0.0006560775218531489, -0.2972087860107422, -0.842164158821106, 1.907322883605957, -1.056498408317566, -0.0008410315494984388], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102650046348572, 0.4676010012626648, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.29017841815948486, 0.7193374633789062, -0.13660691678524017, -1.4118317365646362, 0.5031086206436157, 0.4720766544342041, 0.5161811113357544, -0.25224798917770386, -0.3861849904060364, 0.2282470017671585, 1.7198169231414795, -1.1207166910171509, 0.9763373136520386, 1008.0, 1002.0, 0.0006598373292945325, -0.2970753312110901, -0.8421213626861572, 1.9073307514190674, -1.0564095973968506, -0.00048031823826022446], "mean": [-0.19951750338077545, 0.604665994644165, 0.45138615369796753, -1.41197669506073, -0.2539139986038208, -0.12054706364870071, 0.028277235105633736, -0.3103226125240326, 0.46757349371910095, 0.2282360941171646, -1.5732380151748657, -1.121137261390686, -0.7462766766548157, 0.15547586977481842, 0.5179218649864197, -0.382281631231308, -1.5954123735427856, 0.2672955095767975, 0.19836530089378357, 0.342477023601532, -0.2980528473854065, -0.4304410517215729, 0.15931719541549683, 1.5660724639892578, -1.5117722749710083, 0.45995163917541504, 1008.0, 781.9505615234375, 0.0006578773027285933, -0.29714104533195496, -0.8421498537063599, 1.9073375463485718, -1.0564340353012085, -0.0007934975437819958], "std": [2.5040657419594936e-05, 1.926525692397263e-05, 2.4280701836687513e-05, 2.2666763470624574e-05, 2.4193284843931906e-05, 1.9167506252415478e-05, 1.5642037396901287e-05, 1.584712663316168e-05, 8.02044178271899e-06, 1.3095255781081505e-05, 1.1086463928222656e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.1035853922367096, 0.09377189725637436, 0.14287394285202026, 0.10882873833179474, 0.09590675681829453, 0.2539113163948059, 0.1546933501958847, 0.01820557191967964, 0.01961265318095684, 0.04889439046382904, 0.08526920527219772, 0.19642019271850586, 0.32799991965293884, 0.0, 296.21575927734375, 4.035447886963084e-07, 1.009607149171643e-05, 7.342353455896955e-06, 1.1740914487745613e-05, 2.0547966414596885e-05, 4.912972872261889e-05], "count": [607]}, "timestamp": {"min": [0.0], "max": [20.2], "mean": [10.1], "std": [5.840852297015869], "count": [607]}, "frame_index": {"min": [0], "max": [606], "mean": [303.0], "std": [175.22556891047608], "count": [607]}, "episode_index": {"min": [327], "max": [327], "mean": [327.0], "std": [0.0], "count": [607]}, "index": {"min": [196457], "max": [197063], "mean": [196760.0], "std": [175.22556891047608], "count": [607]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [607]}, "gripper_open_scale_state": {"min": [1.0, 0.3310000002384186], "max": [1.0, 1.0], "mean": [1.0, 0.7813525515097566], "std": [0.0, 0.2957730261733932], "count": [607]}, "gripper_open_scale_action": {"min": [1.0, 0.3310000002384186], "max": [1.0, 1.0], "mean": [1.0, 0.7813525515097566], "std": [0.0, 0.2957730261733932], "count": [607]}, "eef_direction_state": {"mean": [6.0, 4.518945634266887], "std": [0.0, 2.1252123162490393], "min": [6, 0], "max": [6, 6], "count": [607]}, "eef_velocity_state": {"mean": [0.0, 0.5683690280065898], "std": [0.0, 0.7338740665343557], "min": [0, 0], "max": [0, 2], "count": [607]}, "eef_acc_mag_state": {"mean": [0.0, 0.5354200988467874], "std": [0.0, 0.7880788768286124], "min": [0, 0], "max": [0, 2], "count": [607]}, "eef_direction_action": {"mean": [6.0, 4.518945634266887], "std": [0.0, 2.1252123162490393], "min": [6, 0], "max": [6, 6], "count": [607]}, "eef_velocity_action": {"mean": [0.0, 0.5683690280065898], "std": [0.0, 0.7338740665343557], "min": [0, 0], "max": [0, 2], "count": [607]}, "eef_acc_mag_action": {"mean": [0.0, 0.5354200988467874], "std": [0.0, 0.7880788768286124], "min": [0, 0], "max": [0, 2], "count": [607]}, "eef_sim_pose_state": {"mean": [-0.3103226125240326, 0.46757349371910095, 0.22823596000671387, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.29805755615234375, -0.4304710626602173, 0.15931841731071472, 1.566050410270691, -1.5117177963256836, 0.4595746099948883], "std": [1.5824953152332455e-05, 8.022298061405309e-06, 1.3076307368464768e-05, 0.0, 0.0, 5.960464477539063e-08, 0.01820848323404789, 0.01965462416410446, 0.04889603704214096, 0.08526630699634552, 0.1965280920267105, 0.32753899693489075], "min": [-0.3103649914264679, 0.46755000948905945, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3334429860115051, -0.4675849974155426, 0.08663900196552277, 1.376062035560608, -1.748802900314331, 0.053707417100667953], "max": [-0.3102650046348572, 0.4676010012626648, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.25224798917770386, -0.3861849904060364, 0.2282470017671585, 1.7198169231414795, -1.1207166910171509, 0.9763373136520386], "count": [607]}, "eef_sim_pose_action": {"mean": [-0.3103225827217102, 0.46757349371910095, 0.2282360941171646, -1.5732380151748657, -1.121137261390686, -0.7462766766548157, -0.29805755615234375, -0.43047070503234863, 0.15931837260723114, 1.5660523176193237, -1.511715292930603, 0.4595751166343689], "std": [1.5824987713131122e-05, 8.022281690500677e-06, 1.3077145922579803e-05, 1.1086463928222656e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.018208477646112442, 0.01965462416410446, 0.04889603331685066, 0.08526633679866791, 0.19652792811393738, 0.32753902673721313], "min": [-0.3103649914264679, 0.46755000948905945, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3334429860115051, -0.4675849974155426, 0.08663900196552277, 1.376062035560608, -1.748802900314331, 0.053707417100667953], "max": [-0.3102650046348572, 0.4676010012626648, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.25224798917770386, -0.3861849904060364, 0.2282470017671585, 1.7198169231414795, -1.1207166910171509, 0.9763373136520386], "count": [607]}, "gripper_mode_state": {"mean": [0.0, 0.2932454695222405], "std": [0.0, 0.4552500017868412], "min": [0, 0], "max": [0, 1], "count": [607]}, "gripper_activity_state": {"mean": [2.0, 1.772652388797364], "std": [0.0, 0.5691492388663986], "min": [2, 0], "max": [2, 2], "count": [607]}, "gripper_mode_action": {"mean": [0.0, 0.2932454695222405], "std": [0.0, 0.4552500017868412], "min": [0, 0], "max": [0, 1], "count": [607]}, "gripper_activity_action": {"mean": [2.0, 1.772652388797364], "std": [0.0, 0.5691492388663986], "min": [2, 0], "max": [2, 2], "count": [607]}}} +{"episode_index": 163, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4117907644217107]], [[0.42011690643648764]], [[0.4147130274936061]]], "std": [[[0.20956650133264987]], [[0.2087830745965097]], [[0.20505473557260145]]], "count": [115]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30357351165103724]], [[0.29301505932082983]], [[0.308657708155726]]], "std": [[[0.25100820847658445]], [[0.2571612005061142]], [[0.2496926994331734]]], "count": [115]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4340274403239557]], [[0.43648473110258595]], [[0.42727535521454957]]], "std": [[[0.2850194185121063]], [[0.27947633004744254]], [[0.2820363778615953]]], "count": [115]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38542081024438757]], [[0.38496879795396416]], [[0.388845476342711]]], "std": [[[0.24383194092392105]], [[0.24565259325536118]], [[0.2447530205151126]]], "count": [115]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4512898027896881, -1.412041187286377, -0.2539803087711334, -0.12065461277961731, 0.02822197414934635, -0.310373991727829, 0.46755099296569824, 0.22819100320339203, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1195550486445427, 0.3030764162540436, -0.544263482093811, -1.8184585571289062, 0.10126400738954544, -0.23349015414714813, -0.028379054740071297, -0.33293500542640686, -0.46759599447250366, 0.09070800244808197, 1.3536019325256348, -1.7022885084152222, 0.12097670882940292, 1008.0, 330.0, 0.0006560775218531489, -0.29776522517204285, -0.8422552943229675, 1.907322883605957, -1.056602954864502, -0.000953991780988872], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12049752473831177, 0.02834414690732956, -0.31028100848197937, 0.4675990045070648, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.23719024658203125, 0.6905394792556763, -0.09203121066093445, -1.411919116973877, 0.4113392233848572, 0.4408876299858093, 0.4470311999320984, -0.2605679929256439, -0.3824400007724762, 0.2283259928226471, 1.7697488069534302, -1.121137022972107, 1.068996787071228, 1008.0, 1002.0, 0.0006598373292945325, -0.2971561551094055, -0.8421213626861572, 1.9073283672332764, -1.0564135313034058, -0.00041102332761511207], "mean": [-0.19951586425304413, 0.604671835899353, 0.45139509439468384, -1.411960482597351, -0.2539122700691223, -0.12054619938135147, 0.02827843837440014, -0.31033119559288025, 0.46757230162620544, 0.22823868691921234, -1.5732377767562866, -1.1211358308792114, -0.7462766766548157, 0.08264802396297455, 0.481395423412323, -0.3384788930416107, -1.6207009553909302, 0.2450322061777115, 0.12165657430887222, 0.27812671661376953, -0.3011266589164734, -0.42033371329307556, 0.1616591364145279, 1.5676488876342773, -1.4619596004486084, 0.5778144598007202, 1008.0, 811.6832885742188, 0.0006579720065928996, -0.29737716913223267, -0.8421584367752075, 1.907336950302124, -1.056465744972229, -0.0008852166356518865], "std": [2.6846330001717433e-05, 1.9652834453154355e-05, 2.456818037899211e-05, 2.15398395084776e-05, 2.352115734538529e-05, 1.909001548483502e-05, 1.6146983398357406e-05, 1.553822039568331e-05, 8.185528713511303e-06, 1.3768509234068915e-05, 1.0848045349121094e-05, 1.1920928955078125e-06, 1.0728836059570312e-06, 0.11554748564958572, 0.1040387898683548, 0.14208970963954926, 0.09638550132513046, 0.08258458971977234, 0.25909125804901123, 0.14718973636627197, 0.016850082203745842, 0.02106229029595852, 0.045306719839572906, 0.09973924607038498, 0.1898954212665558, 0.3362032175064087, 0.0, 282.0148620605469, 2.0915047116432106e-07, 0.0001097291024052538, 3.2566771551501006e-05, 1.1782026376749855e-05, 4.851235280511901e-05, 6.859859422547743e-05], "count": [562]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4512898027896881, -1.412041187286377, -0.2539803087711334, -0.12065461277961731, 0.02822197414934635, -0.310373991727829, 0.46755099296569824, 0.22819100320339203, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1195550486445427, 0.3030764162540436, -0.544263482093811, -1.8184585571289062, 0.10126400738954544, -0.23349015414714813, -0.028379054740071297, -0.33293500542640686, -0.46759599447250366, 0.09070800244808197, 1.3536019325256348, -1.7022885084152222, 0.12097670882940292, 1008.0, 330.0, 0.0006560775218531489, -0.29776522517204285, -0.8422552943229675, 1.907322883605957, -1.056602954864502, -0.000953991780988872], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12049752473831177, 0.02834414690732956, -0.31028100848197937, 0.4675990045070648, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.23719024658203125, 0.6905394792556763, -0.09203121066093445, -1.411919116973877, 0.4113392233848572, 0.4408876299858093, 0.4470311999320984, -0.2605679929256439, -0.3824400007724762, 0.2283259928226471, 1.7697488069534302, -1.121137022972107, 1.068996787071228, 1008.0, 1002.0, 0.0006598373292945325, -0.2971561551094055, -0.8421213626861572, 1.9073283672332764, -1.0564135313034058, -0.00041102332761511207], "mean": [-0.19951587915420532, 0.6046716570854187, 0.45139509439468384, -1.4119606018066406, -0.2539123296737671, -0.12054616957902908, 0.02827840857207775, -0.31033116579055786, 0.4675723612308502, 0.22823871672153473, -1.5732377767562866, -1.1211358308792114, -0.7462766766548157, 0.08208085596561432, 0.4808606505393982, -0.3378487527370453, -1.621073842048645, 0.24476104974746704, 0.12145809084177017, 0.2782861292362213, -0.3011111617088318, -0.4202185571193695, 0.16162420809268951, 1.5675866603851318, -1.4620015621185303, 0.5783871412277222, 1008.0, 811.6832885742188, 0.0006579720065928996, -0.2973777651786804, -0.8421584963798523, 1.907336950302124, -1.0564662218093872, -0.0008851845050230622], "std": [2.684631726879161e-05, 1.9771759980358183e-05, 2.456818037899211e-05, 2.153697278117761e-05, 2.3507456717197783e-05, 1.901312316476833e-05, 1.6138068531290628e-05, 1.555235758132767e-05, 8.189796972146723e-06, 1.3767840755463112e-05, 1.0848045349121094e-05, 1.1920928955078125e-06, 1.0728836059570312e-06, 0.11575455218553543, 0.1041787639260292, 0.14237208664417267, 0.0959816500544548, 0.08280487358570099, 0.259319543838501, 0.1469062864780426, 0.016845548525452614, 0.020980536937713623, 0.045263104140758514, 0.099746473133564, 0.18982262909412384, 0.3367628753185272, 0.0, 282.0148620605469, 2.0915047116432106e-07, 0.00010944951645797119, 3.2814827136462554e-05, 1.1786164577642921e-05, 4.8794910981087014e-05, 6.863907037768513e-05], "count": [562]}, "timestamp": {"min": [0.0], "max": [18.7], "mean": [9.35], "std": [5.407838960455666], "count": [562]}, "frame_index": {"min": [0], "max": [561], "mean": [280.5], "std": [162.23516881367], "count": [562]}, "episode_index": {"min": [328], "max": [328], "mean": [328.0], "std": [0.0], "count": [562]}, "index": {"min": [197064], "max": [197625], "mean": [197344.5], "std": [162.23516881367], "count": [562]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [562]}, "gripper_open_scale_state": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.81103203029395], "std": [0.0, 0.28157836855340157], "count": [562]}, "gripper_open_scale_action": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.81103203029395], "std": [0.0, 0.28157836855340157], "count": [562]}, "eef_direction_state": {"mean": [6.0, 4.539145907473309], "std": [0.0, 2.086065781537867], "min": [6, 0], "max": [6, 6], "count": [562]}, "eef_velocity_state": {"mean": [0.0, 0.5747330960854092], "std": [0.0, 0.7443275524087167], "min": [0, 0], "max": [0, 2], "count": [562]}, "eef_acc_mag_state": {"mean": [0.0, 0.5711743772241993], "std": [0.0, 0.8153913377326987], "min": [0, 0], "max": [0, 2], "count": [562]}, "eef_direction_action": {"mean": [6.0, 4.539145907473309], "std": [0.0, 2.086065781537867], "min": [6, 0], "max": [6, 6], "count": [562]}, "eef_velocity_action": {"mean": [0.0, 0.5747330960854092], "std": [0.0, 0.7443275524087167], "min": [0, 0], "max": [0, 2], "count": [562]}, "eef_acc_mag_action": {"mean": [0.0, 0.5711743772241993], "std": [0.0, 0.8153913377326987], "min": [0, 0], "max": [0, 2], "count": [562]}, "eef_sim_pose_state": {"mean": [-0.3103311359882355, 0.4675719738006592, 0.22823865711688995, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.3011268675327301, -0.42033401131629944, 0.16165916621685028, 1.5676501989364624, -1.4619604349136353, 0.5778140425682068], "std": [1.5538165826001205e-05, 8.180530130630359e-06, 1.3768486496701371e-05, 0.0, 0.0, 5.960464477539063e-08, 0.016850082203745842, 0.021062295883893967, 0.045306701213121414, 0.09973925352096558, 0.18989557027816772, 0.33620285987854004], "min": [-0.310373991727829, 0.46755099296569824, 0.22819100320339203, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33293500542640686, -0.46759599447250366, 0.09070800244808197, 1.3536019325256348, -1.7022885084152222, 0.12097670882940292], "max": [-0.31028100848197937, 0.4675990045070648, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2605679929256439, -0.3824400007724762, 0.2283259928226471, 1.7697488069534302, -1.121137022972107, 1.068996787071228], "count": [562]}, "eef_sim_pose_action": {"mean": [-0.31033119559288025, 0.46757230162620544, 0.22823868691921234, -1.5732377767562866, -1.1211358308792114, -0.7462766766548157, -0.3011266589164734, -0.42033371329307556, 0.1616591364145279, 1.5676488876342773, -1.4619596004486084, 0.5778144598007202], "std": [1.553822039568331e-05, 8.185528713511303e-06, 1.3768509234068915e-05, 1.0848045349121094e-05, 1.1920928955078125e-06, 1.0728836059570312e-06, 0.016850082203745842, 0.02106229029595852, 0.045306719839572906, 0.09973924607038498, 0.1898954212665558, 0.3362032175064087], "min": [-0.310373991727829, 0.46755099296569824, 0.22819100320339203, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33293500542640686, -0.46759599447250366, 0.09070800244808197, 1.3536019325256348, -1.7022885084152222, 0.12097670882940292], "max": [-0.31028100848197937, 0.4675990045070648, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2605679929256439, -0.3824400007724762, 0.2283259928226471, 1.7697488069534302, -1.121137022972107, 1.068996787071228], "count": [562]}, "gripper_mode_state": {"mean": [0.0, 0.24377224199288255], "std": [0.0, 0.42935688654852977], "min": [0, 0], "max": [0, 1], "count": [562]}, "gripper_activity_state": {"mean": [2.0, 1.7580071174377223], "std": [0.0, 0.5861524341892016], "min": [2, 0], "max": [2, 2], "count": [562]}, "gripper_mode_action": {"mean": [0.0, 0.24377224199288255], "std": [0.0, 0.42935688654852977], "min": [0, 0], "max": [0, 1], "count": [562]}, "gripper_activity_action": {"mean": [2.0, 1.7580071174377223], "std": [0.0, 0.5861524341892015], "min": [2, 0], "max": [2, 2], "count": [562]}}} +{"episode_index": 164, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41903973168214653]], [[0.42743817007797275]], [[0.42571754959293656]]], "std": [[[0.2138369722135997]], [[0.21206835650658365]], [[0.2087182836266559]]], "count": [114]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3352078012125903]], [[0.3195814395568169]], [[0.33595129393131523]]], "std": [[[0.2588120996063863]], [[0.26764326711925535]], [[0.2562047917458816]]], "count": [114]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4353006285116386]], [[0.43998169289645683]], [[0.43355455043859653]]], "std": [[[0.27989419405467547]], [[0.2780210835670961]], [[0.2773809137724096]]], "count": [114]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3844514014304552]], [[0.37850036191377134]], [[0.3923567233545465]]], "std": [[[0.2616969048860005]], [[0.2642914248123341]], [[0.26552408229018637]]], "count": [114]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4512723386287689, -1.4120759963989258, -0.2540152072906494, -0.1206720620393753, 0.02822197414934635, -0.31040000915527344, 0.4675459861755371, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.008709193207323551, 0.33276447653770447, -0.5436002612113953, -1.8439054489135742, 0.04721115529537201, -0.1371130645275116, -0.028291787952184677, -0.34487900137901306, -0.4675869941711426, 0.08117000013589859, 1.359879970550537, -1.7046477794647217, 0.14194731414318085, 1008.0, 330.0, 0.0006259994697757065, -0.2975095510482788, -0.8422996401786804, 1.9072967767715454, -1.0569310188293457, -0.0011571303475648165], "max": [-0.19945622980594635, 0.6047391295433044, 0.45151668787002563, -1.411901593208313, -0.2537883222103119, -0.12046262621879578, 0.028326693922281265, -0.31026598811149597, 0.4676060080528259, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.26448720693588257, 0.636521577835083, -0.14135421812534332, -1.411919116973877, 0.35552358627319336, 0.5233893394470215, 0.4645193815231323, -0.2723119854927063, -0.3852579891681671, 0.2282560020685196, 1.6540945768356323, -1.121137022972107, 0.8794240951538086, 1008.0, 1001.0, 0.0006579573964700103, -0.2946934998035431, -0.8419581651687622, 1.9073339700698853, -1.056439757347107, -0.001028982107527554], "mean": [-0.19952420890331268, 0.6046732068061829, 0.45138704776763916, -1.41196608543396, -0.2538882791996002, -0.12055385112762451, 0.028277302160859108, -0.31032368540763855, 0.46757543087005615, 0.2282407134771347, -1.573237657546997, -1.1211355924606323, -0.7462766766548157, 0.12807996571063995, 0.45142683386802673, -0.37544506788253784, -1.5945696830749512, 0.2038627564907074, 0.22271722555160522, 0.28638890385627747, -0.3090672791004181, -0.4309365749359131, 0.1432361751794815, 1.533774495124817, -1.493929386138916, 0.4860256016254425, 1008.0, 811.3351440429688, 0.000639280304312706, -0.29649439454078674, -0.8422290682792664, 1.9073363542556763, -1.0565255880355835, -0.0010650046169757843], "std": [2.587692142697051e-05, 1.896493267850019e-05, 2.6688170692068525e-05, 1.807307853596285e-05, 3.928366277250461e-05, 3.818506229436025e-05, 1.6534466340090148e-05, 1.6241861885646358e-05, 8.640089617983904e-06, 1.3669826330442447e-05, 1.0728836059570312e-05, 1.430511474609375e-06, 1.0728836059570312e-06, 0.08028732240200043, 0.07715122401714325, 0.11347968876361847, 0.08435263484716415, 0.08061254024505615, 0.19252674281597137, 0.1261196732521057, 0.015612076036632061, 0.015038608573377132, 0.04366841912269592, 0.07970289885997772, 0.17440466582775116, 0.21701106429100037, 0.0, 281.4053955078125, 1.327753943769494e-05, 0.0005839610239490867, 2.834079714375548e-05, 1.324365621258039e-05, 9.056032286025584e-05, 1.94984986592317e-05], "count": [555]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4512723386287689, -1.4120759963989258, -0.2540152072906494, -0.1206720620393753, 0.02822197414934635, -0.31040000915527344, 0.4675459861755371, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.008709193207323551, 0.33276447653770447, -0.5436002612113953, -1.8439054489135742, 0.04721115529537201, -0.1371130645275116, -0.028291787952184677, -0.34487900137901306, -0.4675869941711426, 0.08117000013589859, 1.359879970550537, -1.7046477794647217, 0.14194731414318085, 1008.0, 330.0, 0.0006259994697757065, -0.2975095510482788, -0.8422996401786804, 1.9072967767715454, -1.0569310188293457, -0.0011571303475648165], "max": [-0.19945622980594635, 0.6047391295433044, 0.45151668787002563, -1.411901593208313, -0.2537883222103119, -0.12046262621879578, 0.028326693922281265, -0.31026598811149597, 0.4676060080528259, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.26448720693588257, 0.636521577835083, -0.14135421812534332, -1.411919116973877, 0.35552358627319336, 0.5233893394470215, 0.4645193815231323, -0.2723119854927063, -0.3852579891681671, 0.2282560020685196, 1.6540945768356323, -1.121137022972107, 0.8794240951538086, 1008.0, 1001.0, 0.0006579573964700103, -0.2946934998035431, -0.8419581651687622, 1.9073339700698853, -1.056439757347107, -0.001028982107527554], "mean": [-0.19952428340911865, 0.6046732664108276, 0.45138704776763916, -1.41196608543396, -0.2538882791996002, -0.12055385112762451, 0.028277304023504257, -0.31032368540763855, 0.46757543087005615, 0.2282407581806183, -1.573237657546997, -1.1211355924606323, -0.7462766766548157, 0.1277092546224594, 0.4509468674659729, -0.3748987317085266, -1.5948636531829834, 0.20350052416324615, 0.22278879582881927, 0.28666526079177856, -0.309048593044281, -0.4308749735355377, 0.14318431913852692, 1.5337436199188232, -1.4940294027328491, 0.4862511456012726, 1008.0, 811.3351440429688, 0.0006392295472323895, -0.296495646238327, -0.8422291874885559, 1.9073363542556763, -1.0565253496170044, -0.0010649823816493154], "std": [2.579588363005314e-05, 1.8954957340611145e-05, 2.6688170692068525e-05, 1.804865496524144e-05, 3.928366277250461e-05, 3.818506229436025e-05, 1.6534444512217306e-05, 1.6240306649706326e-05, 8.629964213469066e-06, 1.3672625755134504e-05, 1.0728836059570312e-05, 1.430511474609375e-06, 1.0728836059570312e-06, 0.08043162524700165, 0.07702486217021942, 0.11384189128875732, 0.08399932831525803, 0.08083828538656235, 0.19240644574165344, 0.12559691071510315, 0.015616744756698608, 0.014958248473703861, 0.04358447343111038, 0.07969097793102264, 0.17420680820941925, 0.21734634041786194, 0.0, 281.4053649902344, 1.3259860679681879e-05, 0.0005853789043612778, 2.835461600625422e-05, 1.324365621258039e-05, 9.053410758497193e-05, 1.950979458342772e-05], "count": [555]}, "timestamp": {"min": [0.0], "max": [18.466666666666665], "mean": [9.233333333333333], "std": [5.340481321074042], "count": [555]}, "frame_index": {"min": [0], "max": [554], "mean": [277.0], "std": [160.21443963222126], "count": [555]}, "episode_index": {"min": [330], "max": [330], "mean": [330.0], "std": [0.0], "count": [555]}, "index": {"min": [198283], "max": [198837], "mean": [198560.0], "std": [160.21443963222126], "count": [555]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [555]}, "gripper_open_scale_state": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.810706306470407], "std": [0.0, 0.28098226984708724], "count": [555]}, "gripper_open_scale_action": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.810706306470407], "std": [0.0, 0.28098226984708724], "count": [555]}, "eef_direction_state": {"mean": [6.0, 4.733333333333333], "std": [0.0, 1.9748569720514082], "min": [6, 0], "max": [6, 6], "count": [555]}, "eef_velocity_state": {"mean": [0.0, 0.5135135135135135], "std": [0.0, 0.6800220566754654], "min": [0, 0], "max": [0, 2], "count": [555]}, "eef_acc_mag_state": {"mean": [0.0, 0.5333333333333333], "std": [0.0, 0.7897237894755715], "min": [0, 0], "max": [0, 2], "count": [555]}, "eef_direction_action": {"mean": [6.0, 4.733333333333333], "std": [0.0, 1.9748569720514082], "min": [6, 0], "max": [6, 6], "count": [555]}, "eef_velocity_action": {"mean": [0.0, 0.5135135135135135], "std": [0.0, 0.6800220566754654], "min": [0, 0], "max": [0, 2], "count": [555]}, "eef_acc_mag_action": {"mean": [0.0, 0.5333333333333333], "std": [0.0, 0.7897237894755715], "min": [0, 0], "max": [0, 2], "count": [555]}, "eef_sim_pose_state": {"mean": [-0.31032368540763855, 0.46757516264915466, 0.22824063897132874, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.3090673089027405, -0.4309365749359131, 0.14323623478412628, 1.5337724685668945, -1.4939297437667847, 0.4860256314277649], "std": [1.624186734261457e-05, 8.635893209429923e-06, 1.3669565305463038e-05, 0.0, 0.0, 5.960464477539063e-08, 0.01561207976192236, 0.015038606710731983, 0.04366842657327652, 0.07970289885997772, 0.17440460622310638, 0.21701107919216156], "min": [-0.31040000915527344, 0.4675459861755371, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34487900137901306, -0.4675869941711426, 0.08117000013589859, 1.359879970550537, -1.7046477794647217, 0.14194731414318085], "max": [-0.31026598811149597, 0.4676060080528259, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2723119854927063, -0.3852579891681671, 0.2282560020685196, 1.6540945768356323, -1.121137022972107, 0.8794240951538086], "count": [555]}, "eef_sim_pose_action": {"mean": [-0.31032368540763855, 0.46757543087005615, 0.2282407134771347, -1.573237657546997, -1.1211355924606323, -0.7462766766548157, -0.3090672791004181, -0.4309365749359131, 0.1432361751794815, 1.533774495124817, -1.493929386138916, 0.4860256016254425], "std": [1.6241861885646358e-05, 8.640089617983904e-06, 1.3669826330442447e-05, 1.0728836059570312e-05, 1.430511474609375e-06, 1.0728836059570312e-06, 0.015612076036632061, 0.015038608573377132, 0.04366841912269592, 0.07970289885997772, 0.17440466582775116, 0.21701106429100037], "min": [-0.31040000915527344, 0.4675459861755371, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34487900137901306, -0.4675869941711426, 0.08117000013589859, 1.359879970550537, -1.7046477794647217, 0.14194731414318085], "max": [-0.31026598811149597, 0.4676060080528259, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2723119854927063, -0.3852579891681671, 0.2282560020685196, 1.6540945768356323, -1.121137022972107, 0.8794240951538086], "count": [555]}, "gripper_mode_state": {"mean": [0.0, 0.24504504504504504], "std": [0.0, 0.4301139046158814], "min": [0, 0], "max": [0, 1], "count": [555]}, "gripper_activity_state": {"mean": [2.0, 1.7513513513513514], "std": [0.0, 0.5907492364243992], "min": [2, 0], "max": [2, 2], "count": [555]}, "gripper_mode_action": {"mean": [0.0, 0.24504504504504504], "std": [0.0, 0.4301139046158814], "min": [0, 0], "max": [0, 1], "count": [555]}, "gripper_activity_action": {"mean": [2.0, 1.7513513513513514], "std": [0.0, 0.5907492364243992], "min": [2, 0], "max": [2, 2], "count": [555]}}} +{"episode_index": 165, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41780931802545584]], [[0.42679546317796124]], [[0.42367012993062725]]], "std": [[[0.2135709177785957]], [[0.21150557541913684]], [[0.20779317265845618]]], "count": [114]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3301890049879601]], [[0.3140059464940947]], [[0.33212028795436305]]], "std": [[[0.25603152653112476]], [[0.26438041261407313]], [[0.2531410666823992]]], "count": [114]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4416877024567137]], [[0.44617175316764135]], [[0.44020360874613]]], "std": [[[0.2873071665383045]], [[0.2845742546787005]], [[0.2841226365556856]]], "count": [114]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3809166326252723]], [[0.37831632159442724]], [[0.3852088726206857]]], "std": [[[0.2543895170657635]], [[0.25725491725620636]], [[0.256094250875673]]], "count": [114]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.3103710114955902, 0.46755099296569824, 0.22818200290203094, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.149190753698349, 0.3810751736164093, -0.521993100643158, -1.8060317039489746, 0.1252797394990921, -0.15419983863830566, -0.02839650586247444, -0.33142998814582825, -0.4675999879837036, 0.08206800371408463, 1.3009144067764282, -1.7485778331756592, 0.16324453055858612, 1008.0, 331.0, 0.0006241195951588452, -0.29872584342956543, -0.8423455953598022, 1.9073220491409302, -1.0565332174301147, -0.0011685212375596166], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25382325053215027, -0.12048007547855377, 0.028326693922281265, -0.31027400493621826, 0.4676010012626648, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1996307522058487, 0.6697177886962891, -0.0950331836938858, -1.4118491411209106, 0.42577308416366577, 0.5599016547203064, 0.4417952001094818, -0.2704960107803345, -0.38098400831222534, 0.22833900153636932, 1.6918938159942627, -1.121137022972107, 0.9626030921936035, 1008.0, 1003.0, 0.0006316391518339515, -0.29542475938796997, -0.8422085642814636, 1.9073292016983032, -1.0564706325531006, -0.0008201481541618705], "mean": [-0.19952651858329773, 0.6046676635742188, 0.4513927400112152, -1.4119696617126465, -0.2538902163505554, -0.12053471058607101, 0.02827681042253971, -0.31032469868659973, 0.4675752520561218, 0.22823618352413177, -1.573237657546997, -1.1211357116699219, -0.7462766766548157, 0.07449189573526382, 0.47607940435409546, -0.3507075011730194, -1.6442772150039673, 0.2436862736940384, 0.20887091755867004, 0.2580404281616211, -0.30668970942497253, -0.4158245325088501, 0.15241821110248566, 1.5174460411071777, -1.4898252487182617, 0.5255813598632812, 1008.0, 806.2616577148438, 0.0006284398259595037, -0.2964920401573181, -0.8422840237617493, 1.9073365926742554, -1.0564866065979004, -0.0011001816019415855], "std": [2.601113374112174e-05, 2.1246360120130703e-05, 2.46171657636296e-05, 1.7306621884927154e-05, 3.245455809519626e-05, 1.9300316125736572e-05, 1.6683099602232687e-05, 1.5128621271287557e-05, 8.389380127482582e-06, 1.3495661733031739e-05, 1.0728836059570312e-05, 1.3113021850585938e-06, 1.0728836059570312e-06, 0.1052197515964508, 0.07254847884178162, 0.13718456029891968, 0.09213592857122421, 0.07925841957330704, 0.26884621381759644, 0.12184885889291763, 0.013390918262302876, 0.01963665522634983, 0.0496947206556797, 0.10424723476171494, 0.1949925273656845, 0.26515012979507446, 0.0, 284.7185363769531, 1.3529642046705703e-06, 0.0008867005817592144, 4.637517486116849e-05, 1.0865091098821722e-05, 1.544528095109854e-05, 3.8561516703339294e-05], "count": [558]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.3103710114955902, 0.46755099296569824, 0.22818200290203094, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.149190753698349, 0.3810751736164093, -0.521993100643158, -1.8060317039489746, 0.1252797394990921, -0.15419983863830566, -0.02839650586247444, -0.33142998814582825, -0.4675999879837036, 0.08206800371408463, 1.3009144067764282, -1.7485778331756592, 0.16324453055858612, 1008.0, 331.0, 0.0006241195951588452, -0.29872584342956543, -0.8423455953598022, 1.9073220491409302, -1.0565332174301147, -0.0011685212375596166], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25382325053215027, -0.12048007547855377, 0.028326693922281265, -0.31027400493621826, 0.4676010012626648, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1996307522058487, 0.6697177886962891, -0.0950331836938858, -1.4118491411209106, 0.42577308416366577, 0.5599016547203064, 0.4417952001094818, -0.2704960107803345, -0.38098400831222534, 0.22833900153636932, 1.6918938159942627, -1.121137022972107, 0.9626030921936035, 1008.0, 1003.0, 0.0006316391518339515, -0.29542475938796997, -0.8422085642814636, 1.9073292016983032, -1.0564706325531006, -0.0008201481541618705], "mean": [-0.19952648878097534, 0.6046676635742188, 0.4513927698135376, -1.411969542503357, -0.25389042496681213, -0.12053469568490982, 0.028276843950152397, -0.31032466888427734, 0.4675752818584442, 0.22823621332645416, -1.573237657546997, -1.1211357116699219, -0.7462766766548157, 0.07387270778417587, 0.47569072246551514, -0.35007694363594055, -1.6447780132293701, 0.2434602677822113, 0.20881150662899017, 0.25826629996299744, -0.3066556751728058, -0.41569599509239197, 0.15239731967449188, 1.5174343585968018, -1.4899110794067383, 0.5259605050086975, 1008.0, 806.2616577148438, 0.0006284364499151707, -0.2964898943901062, -0.8422841429710388, 1.9073368310928345, -1.0564866065979004, -0.0011002325918525457], "std": [2.6022396923508495e-05, 2.1246360120130703e-05, 2.4654089429532178e-05, 1.7331116396235302e-05, 3.247209679102525e-05, 1.930037615238689e-05, 1.6694801161065698e-05, 1.513076222181553e-05, 8.39799213281367e-06, 1.3478878827299923e-05, 1.0728836059570312e-05, 1.3113021850585938e-06, 1.0728836059570312e-06, 0.1055014505982399, 0.07244343310594559, 0.13752830028533936, 0.09162961691617966, 0.079409159719944, 0.26892247796058655, 0.12143462151288986, 0.013405004516243935, 0.019533127546310425, 0.04966543987393379, 0.10424140840768814, 0.19484154880046844, 0.265615314245224, 0.0, 284.7185363769531, 1.3520203765438055e-06, 0.0008867959841154516, 4.6410215873038396e-05, 1.1104949408036191e-05, 1.5568428352707997e-05, 3.851113069686107e-05], "count": [558]}, "timestamp": {"min": [0.0], "max": [18.566666666666666], "mean": [9.283333333333333], "std": [5.369348881140748], "count": [558]}, "frame_index": {"min": [0], "max": [557], "mean": [278.5], "std": [161.08046643422244], "count": [558]}, "episode_index": {"min": [331], "max": [331], "mean": [331.0], "std": [0.0], "count": [558]}, "index": {"min": [198838], "max": [199395], "mean": [199116.5], "std": [161.08046643422244], "count": [558]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [558]}, "gripper_open_scale_state": {"min": [1.0, 0.3310000002384186], "max": [1.0, 1.0], "mean": [1.0, 0.804930106392898], "std": [0.0, 0.28380166550823704], "count": [558]}, "gripper_open_scale_action": {"min": [1.0, 0.3310000002384186], "max": [1.0, 1.0], "mean": [1.0, 0.804930106392898], "std": [0.0, 0.283801665508237], "count": [558]}, "eef_direction_state": {"mean": [6.0, 4.838709677419355], "std": [0.0, 1.8957998619130751], "min": [6, 0], "max": [6, 6], "count": [558]}, "eef_velocity_state": {"mean": [0.0, 0.53584229390681], "std": [0.0, 0.7390577578200632], "min": [0, 0], "max": [0, 2], "count": [558]}, "eef_acc_mag_state": {"mean": [0.0, 0.5304659498207885], "std": [0.0, 0.78856304918018], "min": [0, 0], "max": [0, 2], "count": [558]}, "eef_direction_action": {"mean": [6.0, 4.838709677419355], "std": [0.0, 1.8957998619130751], "min": [6, 0], "max": [6, 6], "count": [558]}, "eef_velocity_action": {"mean": [0.0, 0.53584229390681], "std": [0.0, 0.7390577578200632], "min": [0, 0], "max": [0, 2], "count": [558]}, "eef_acc_mag_action": {"mean": [0.0, 0.5304659498207885], "std": [0.0, 0.78856304918018], "min": [0, 0], "max": [0, 2], "count": [558]}, "eef_sim_pose_state": {"mean": [-0.31032487750053406, 0.4675750136375427, 0.22823627293109894, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.3066898286342621, -0.4158244729042053, 0.15241824090480804, 1.5174472332000732, -1.4898250102996826, 0.5255820155143738], "std": [1.5127718143048696e-05, 8.384914508496877e-06, 1.3495387065631803e-05, 0.0, 0.0, 5.960464477539063e-08, 0.013390918262302876, 0.01963666081428528, 0.04969470947980881, 0.10424719005823135, 0.19499267637729645, 0.2651500403881073], "min": [-0.3103710114955902, 0.46755099296569824, 0.22818200290203094, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33142998814582825, -0.4675999879837036, 0.08206800371408463, 1.3009144067764282, -1.7485778331756592, 0.16324453055858612], "max": [-0.31027400493621826, 0.4676010012626648, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2704960107803345, -0.38098400831222534, 0.22833900153636932, 1.6918938159942627, -1.121137022972107, 0.9626030921936035], "count": [558]}, "eef_sim_pose_action": {"mean": [-0.31032469868659973, 0.4675752520561218, 0.22823618352413177, -1.573237657546997, -1.1211357116699219, -0.7462766766548157, -0.30668970942497253, -0.4158245325088501, 0.15241821110248566, 1.5174460411071777, -1.4898252487182617, 0.5255813598632812], "std": [1.5128621271287557e-05, 8.389380127482582e-06, 1.3495661733031739e-05, 1.0728836059570312e-05, 1.3113021850585938e-06, 1.0728836059570312e-06, 0.013390918262302876, 0.01963665522634983, 0.0496947206556797, 0.10424723476171494, 0.1949925273656845, 0.26515012979507446], "min": [-0.3103710114955902, 0.46755099296569824, 0.22818200290203094, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33142998814582825, -0.4675999879837036, 0.08206800371408463, 1.3009144067764282, -1.7485778331756592, 0.16324453055858612], "max": [-0.31027400493621826, 0.4676010012626648, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2704960107803345, -0.38098400831222534, 0.22833900153636932, 1.6918938159942627, -1.121137022972107, 0.9626030921936035], "count": [558]}, "gripper_mode_state": {"mean": [0.0, 0.25268817204301075], "std": [0.0, 0.4345536327688138], "min": [0, 0], "max": [0, 1], "count": [558]}, "gripper_activity_state": {"mean": [2.0, 1.7455197132616487], "std": [0.0, 0.5984804522805429], "min": [2, 0], "max": [2, 2], "count": [558]}, "gripper_mode_action": {"mean": [0.0, 0.25268817204301075], "std": [0.0, 0.4345536327688138], "min": [0, 0], "max": [0, 1], "count": [558]}, "gripper_activity_action": {"mean": [2.0, 1.7455197132616487], "std": [0.0, 0.598480452280543], "min": [2, 0], "max": [2, 2], "count": [558]}}} +{"episode_index": 166, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4092040132229362]], [[0.41845039854176963]], [[0.41467087692920307]]], "std": [[[0.21176299353061406]], [[0.20937330047610966]], [[0.20614826705317965]]], "count": [119]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33591909876695775]], [[0.320404770486626]], [[0.33090371835008514]]], "std": [[[0.2624574380894015]], [[0.2718559429619834]], [[0.2586300716716781]]], "count": [119]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44188433363541496]], [[0.4464736588262756]], [[0.44040119528203436]]], "std": [[[0.28788601439140343]], [[0.2849192657891494]], [[0.28480363222835126]]], "count": [119]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3794948543142747]], [[0.37754264499917617]], [[0.384679762591311]]], "std": [[[0.2674462533450695]], [[0.2700019001272546]], [[0.26892620013159224]]], "count": [119]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12058479338884354, 0.02822197414934635, -0.31037500500679016, 0.4675469994544983, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.0345575213432312, 0.3413340151309967, -0.5304055213928223, -1.8110932111740112, -0.07822565734386444, -0.21301743388175964, -0.028379054740071297, -0.3277420103549957, -0.4675999879837036, 0.06203800067305565, 1.319015622138977, -1.6998145580291748, 0.09216728061437607, 1008.0, 328.0, 0.0006278793443925679, -0.29716742038726807, -0.8423891663551331, 1.9073244333267212, -1.0565862655639648, -0.0010593580082058907], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102779984474182, 0.4675999879837036, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2370680719614029, 0.6824062466621399, -0.1872389167547226, -1.4118491411209106, 0.4755324125289917, 0.5958728194236755, 0.4505043923854828, -0.2548780143260956, -0.40557900071144104, 0.22962799668312073, 1.7158589363098145, -1.072054386138916, 0.8052433729171753, 1008.0, 1003.0, 0.0006297592772170901, -0.2955845594406128, -0.8422442078590393, 1.9073307514190674, -1.056557059288025, -0.0005249328096397221], "mean": [-0.1995258778333664, 0.6046732068061829, 0.45138904452323914, -1.4119805097579956, -0.2539287507534027, -0.12053067237138748, 0.02827717550098896, -0.3103201985359192, 0.46757572889328003, 0.22823701798915863, -1.5732378959655762, -1.1211366653442383, -0.7462766766548157, 0.1274704486131668, 0.472451776266098, -0.3674975633621216, -1.6265437602996826, 0.19522599875926971, 0.24925744533538818, 0.2834039330482483, -0.29940083622932434, -0.4278365671634674, 0.14825037121772766, 1.535920262336731, -1.4599459171295166, 0.4659225642681122, 1008.0, 801.454833984375, 0.0006280149682424963, -0.296604722738266, -0.8423483967781067, 1.9073371887207031, -1.0565755367279053, -0.0009551329421810806], "std": [2.5419170924578793e-05, 2.0044662960572168e-05, 2.5693252609926276e-05, 1.8581373296910897e-05, 2.4409859179286286e-05, 2.1409619876067154e-05, 1.6294636225211434e-05, 1.4658518011856358e-05, 7.824570275261067e-06, 1.3303128071129322e-05, 1.0967254638671875e-05, 3.5762786865234375e-07, 1.0728836059570312e-06, 0.09415049105882645, 0.0940382108092308, 0.1288090944290161, 0.08443241566419601, 0.16187626123428345, 0.2731216549873352, 0.1319340318441391, 0.017863601446151733, 0.014169265516102314, 0.051611632108688354, 0.1106921061873436, 0.20293182134628296, 0.25580087304115295, 0.0, 288.7367858886719, 4.898205929748656e-07, 0.00035643423325382173, 1.8754171833279543e-05, 1.122061257774476e-05, 5.628616236208472e-06, 5.40939363418147e-05], "count": [587]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12058479338884354, 0.02822197414934635, -0.31037500500679016, 0.4675469994544983, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.0345575213432312, 0.3413340151309967, -0.5304055213928223, -1.8110932111740112, -0.07822565734386444, -0.21301743388175964, -0.028379054740071297, -0.3277420103549957, -0.4675999879837036, 0.06203800067305565, 1.319015622138977, -1.6998145580291748, 0.09216728061437607, 1008.0, 328.0, 0.0006278793443925679, -0.29716742038726807, -0.8423891663551331, 1.9073244333267212, -1.0565862655639648, -0.0010593580082058907], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102779984474182, 0.4675999879837036, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2370680719614029, 0.6824062466621399, -0.1872389167547226, -1.4118491411209106, 0.4755324125289917, 0.5958728194236755, 0.4505043923854828, -0.2548780143260956, -0.40557900071144104, 0.22962799668312073, 1.7158589363098145, -1.072054386138916, 0.8052433729171753, 1008.0, 1003.0, 0.0006297592772170901, -0.2955845594406128, -0.8422442078590393, 1.9073307514190674, -1.056557059288025, -0.0005249328096397221], "mean": [-0.199525848031044, 0.6046732664108276, 0.4513890743255615, -1.411980390548706, -0.25392869114875793, -0.12053067237138748, 0.02827717550098896, -0.31032025814056396, 0.46757572889328003, 0.22823701798915863, -1.5732378959655762, -1.1211366653442383, -0.7462766766548157, 0.12708251178264618, 0.4720126688480377, -0.36705297231674194, -1.6267660856246948, 0.19468800723552704, 0.2491055577993393, 0.28363126516342163, -0.2994086742401123, -0.4277573227882385, 0.14817704260349274, 1.5361145734786987, -1.4598857164382935, 0.46601933240890503, 1008.0, 801.454833984375, 0.000628011766821146, -0.2966074049472809, -0.8423484563827515, 1.9073371887207031, -1.0565755367279053, -0.0009551847469992936], "std": [2.5429348170291632e-05, 2.0053050320711918e-05, 2.5694038413348608e-05, 1.8504762920201756e-05, 2.4444567316095345e-05, 2.1409621695056558e-05, 1.6294636225211434e-05, 1.4651306628366001e-05, 7.835116775822826e-06, 1.3308264897204936e-05, 1.0967254638671875e-05, 3.5762786865234375e-07, 1.0728836059570312e-06, 0.09432409703731537, 0.09402187168598175, 0.1289689540863037, 0.08403810113668442, 0.1622045785188675, 0.2733517587184906, 0.13151110708713531, 0.01786956749856472, 0.014077561907470226, 0.051528479903936386, 0.11085504293441772, 0.2030373364686966, 0.2559170722961426, 0.0, 288.73681640625, 4.845472858505673e-07, 0.00035467767156660557, 1.880982927104924e-05, 1.122061257774476e-05, 5.643511030939408e-06, 5.414732004282996e-05], "count": [587]}, "timestamp": {"min": [0.0], "max": [19.533333333333335], "mean": [9.766666666666666], "std": [5.648401937224762], "count": [587]}, "frame_index": {"min": [0], "max": [586], "mean": [293.0], "std": [169.45205811674285], "count": [587]}, "episode_index": {"min": [332], "max": [332], "mean": [332.0], "std": [0.0], "count": [587]}, "index": {"min": [199396], "max": [199982], "mean": [199689.0], "std": [169.45205811674285], "count": [587]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [587]}, "gripper_open_scale_state": {"min": [1.0, 0.328000009059906], "max": [1.0, 1.0], "mean": [1.0, 0.800195912689326], "std": [0.0, 0.28786128481066403], "count": [587]}, "gripper_open_scale_action": {"min": [1.0, 0.328000009059906], "max": [1.0, 1.0], "mean": [1.0, 0.800195912689326], "std": [0.0, 0.28786128481066403], "count": [587]}, "eef_direction_state": {"mean": [6.0, 4.8568994889267465], "std": [0.0, 1.8896199725511353], "min": [6, 0], "max": [6, 6], "count": [587]}, "eef_velocity_state": {"mean": [0.0, 0.5366269165247018], "std": [0.0, 0.7542751761710945], "min": [0, 0], "max": [0, 2], "count": [587]}, "eef_acc_mag_state": {"mean": [0.0, 0.5093696763202725], "std": [0.0, 0.7817100753312191], "min": [0, 0], "max": [0, 2], "count": [587]}, "eef_direction_action": {"mean": [6.0, 4.8568994889267465], "std": [0.0, 1.8896199725511353], "min": [6, 0], "max": [6, 6], "count": [587]}, "eef_velocity_action": {"mean": [0.0, 0.5366269165247018], "std": [0.0, 0.7542751761710945], "min": [0, 0], "max": [0, 2], "count": [587]}, "eef_acc_mag_action": {"mean": [0.0, 0.5093696763202725], "std": [0.0, 0.7817100753312191], "min": [0, 0], "max": [0, 2], "count": [587]}, "eef_sim_pose_state": {"mean": [-0.31032001972198486, 0.46757540106773376, 0.2282370626926422, -1.5732269287109375, -1.121137022972107, -0.7462754845619202, -0.2994007170200348, -0.4278365969657898, 0.1482502669095993, 1.535921573638916, -1.4599467515945435, 0.46592241525650024], "std": [1.4657720385002904e-05, 7.81726157583762e-06, 1.3302926163305528e-05, 0.0, 0.0, 1.1920928955078125e-07, 0.017863603308796883, 0.014169269241392612, 0.051611632108688354, 0.11069212853908539, 0.20293182134628296, 0.2558009922504425], "min": [-0.31037500500679016, 0.4675469994544983, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3277420103549957, -0.4675999879837036, 0.06203800067305565, 1.319015622138977, -1.6998145580291748, 0.09216728061437607], "max": [-0.3102779984474182, 0.4675999879837036, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2548780143260956, -0.40557900071144104, 0.22962799668312073, 1.7158589363098145, -1.072054386138916, 0.8052433729171753], "count": [587]}, "eef_sim_pose_action": {"mean": [-0.3103201985359192, 0.46757572889328003, 0.22823701798915863, -1.5732378959655762, -1.1211366653442383, -0.7462766766548157, -0.29940083622932434, -0.4278365671634674, 0.14825037121772766, 1.535920262336731, -1.4599459171295166, 0.4659225642681122], "std": [1.4658518011856358e-05, 7.824570275261067e-06, 1.3303128071129322e-05, 1.0967254638671875e-05, 3.5762786865234375e-07, 1.0728836059570312e-06, 0.017863601446151733, 0.014169265516102314, 0.051611632108688354, 0.1106921061873436, 0.20293182134628296, 0.25580087304115295], "min": [-0.31037500500679016, 0.4675469994544983, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3277420103549957, -0.4675999879837036, 0.06203800067305565, 1.319015622138977, -1.6998145580291748, 0.09216728061437607], "max": [-0.3102779984474182, 0.4675999879837036, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2548780143260956, -0.40557900071144104, 0.22962799668312073, 1.7158589363098145, -1.072054386138916, 0.8052433729171753], "count": [587]}, "gripper_mode_state": {"mean": [0.0, 0.25894378194207834], "std": [0.0, 0.43805467665077363], "min": [0, 0], "max": [0, 1], "count": [587]}, "gripper_activity_state": {"mean": [2.0, 1.7649063032367973], "std": [0.0, 0.5771885538152421], "min": [2, 0], "max": [2, 2], "count": [587]}, "gripper_mode_action": {"mean": [0.0, 0.25894378194207834], "std": [0.0, 0.43805467665077363], "min": [0, 0], "max": [0, 1], "count": [587]}, "gripper_activity_action": {"mean": [2.0, 1.7649063032367973], "std": [0.0, 0.5771885538152421], "min": [2, 0], "max": [2, 2], "count": [587]}}} +{"episode_index": 167, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40666620415383786]], [[0.416050503362502]], [[0.4113655725031059]]], "std": [[[0.20995461923588238]], [[0.20837357109288437]], [[0.20474179410352905]]], "count": [121]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33716613494571385]], [[0.3214533098363312]], [[0.3305437496623994]]], "std": [[[0.2614621886512802]], [[0.2707436813498787]], [[0.2565851452440115]]], "count": [121]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44059372805596064]], [[0.44466601003349]], [[0.4384668442445849]]], "std": [[[0.28595029717302495]], [[0.28336224182068337]], [[0.2831369835532694]]], "count": [121]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37695373183708747]], [[0.3751996738778156]], [[0.38222020337060447]]], "std": [[[0.24544988933764078]], [[0.24860584057457066]], [[0.24847334083717068]]], "count": [121]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31036698818206787, 0.4675549864768982, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.014660765416920185, 0.2793923020362854, -0.5557652115821838, -1.7764309644699097, -0.06633996963500977, -0.1206895187497139, -0.02822197414934635, -0.33984699845314026, -0.46759599447250366, 0.08688700199127197, 1.3551580905914307, -1.8655325174331665, 0.2044277787208557, 1008.0, 331.0, 0.0006278793443925679, -0.29614853858947754, -0.8423765301704407, 1.907327651977539, -1.0565744638442993, -0.0009691796731203794], "max": [-0.19945622980594635, 0.6047216653823853, 0.4514293968677521, -1.411919116973877, -0.25384068489074707, -0.12049752473831177, 0.02834414690732956, -0.3102720081806183, 0.4676010012626648, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2885901927947998, 0.6725277304649353, -0.10566223412752151, -1.411884069442749, 0.482147216796875, 0.5018519759178162, 0.4588645100593567, -0.260343998670578, -0.39290499687194824, 0.22824999690055847, 1.7847812175750732, -1.0489078760147095, 0.8936530947685242, 1008.0, 1003.0, 0.0006278793443925679, -0.29593798518180847, -0.8423575162887573, 1.9073307514190674, -1.0565553903579712, -0.0006938984734006226], "mean": [-0.19952838122844696, 0.6046676635742188, 0.45138779282569885, -1.41196870803833, -0.25389352440834045, -0.12054110318422318, 0.028279457241296768, -0.3103223741054535, 0.46757635474205017, 0.22823815047740936, -1.5732380151748657, -1.1211371421813965, -0.7462766766548157, 0.13121379911899567, 0.4641733169555664, -0.3766946792602539, -1.6069879531860352, 0.23486363887786865, 0.22096604108810425, 0.29549452662467957, -0.30313870310783386, -0.4278038740158081, 0.14466166496276855, 1.5353573560714722, -1.512332797050476, 0.4893219769001007, 1008.0, 772.95849609375, 0.0006278771907091141, -0.2959597408771515, -0.8423697352409363, 1.9073376655578613, -1.0565708875656128, -0.0009345265571027994], "std": [2.5313496735179797e-05, 1.9664990759338252e-05, 2.4314012989634648e-05, 1.638799403735902e-05, 2.3372111172648147e-05, 1.8032171283266507e-05, 1.6630436221021228e-05, 1.4834869944024831e-05, 8.394588803639635e-06, 1.2740934835164808e-05, 1.1086463928222656e-05, 1.1920928955078125e-07, 1.0728836059570312e-06, 0.0914713591337204, 0.09187127649784088, 0.13469469547271729, 0.08938532322645187, 0.1691315770149231, 0.21727484464645386, 0.1355246752500534, 0.020183606073260307, 0.018772192299365997, 0.04862787947058678, 0.10573655366897583, 0.24548979103565216, 0.2571761906147003, 0.0, 299.851318359375, 2.153683453798294e-09, 3.033089524251409e-05, 3.960290996474214e-06, 9.066537131730001e-06, 6.9674065343861e-06, 2.304554254806135e-05], "count": [602]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103620111942291, 0.4675549864768982, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.014660765416920185, 0.2793923020362854, -0.5557652115821838, -1.7764309644699097, -0.06633996963500977, -0.1206895187497139, -0.02822197414934635, -0.33984699845314026, -0.46759599447250366, 0.08688700199127197, 1.3551580905914307, -1.8655325174331665, 0.2044277787208557, 1008.0, 331.0, 0.0006278793443925679, -0.29614853858947754, -0.8423765301704407, 1.907327651977539, -1.0565744638442993, -0.0009691796731203794], "max": [-0.19945622980594635, 0.6047216653823853, 0.4514293968677521, -1.411919116973877, -0.25384068489074707, -0.12049752473831177, 0.02834414690732956, -0.3102720081806183, 0.4676010012626648, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2885901927947998, 0.6725277304649353, -0.10566223412752151, -1.411884069442749, 0.482147216796875, 0.5018519759178162, 0.4588645100593567, -0.260343998670578, -0.39290499687194824, 0.22824999690055847, 1.7847812175750732, -1.0489078760147095, 0.8936530947685242, 1008.0, 1003.0, 0.0006278793443925679, -0.29593798518180847, -0.8423575162887573, 1.9073307514190674, -1.0565553903579712, -0.0006938984734006226], "mean": [-0.1995285004377365, 0.6046676635742188, 0.4513877332210541, -1.4119685888290405, -0.25389352440834045, -0.12054116278886795, 0.02827942743897438, -0.3103223145008087, 0.46757644414901733, 0.22823818027973175, -1.5732380151748657, -1.1211371421813965, -0.7462766766548157, 0.13085919618606567, 0.46363940834999084, -0.3761257231235504, -1.6072847843170166, 0.2343325912952423, 0.22111396491527557, 0.29560911655426025, -0.30311697721481323, -0.4277515113353729, 0.14462810754776, 1.5352044105529785, -1.5122119188308716, 0.4895485043525696, 1008.0, 772.95849609375, 0.0006278771907091141, -0.29595959186553955, -0.8423697352409363, 1.9073376655578613, -1.0565708875656128, -0.0009345313301309943], "std": [2.5141520382021554e-05, 1.968032847798895e-05, 2.438219598843716e-05, 1.6396987120970152e-05, 2.3426793632097542e-05, 1.7947608284885064e-05, 1.6624027921352535e-05, 1.4723833373864181e-05, 8.358474588021636e-06, 1.2797856470569968e-05, 1.1086463928222656e-05, 1.1920928955078125e-07, 1.0728836059570312e-06, 0.09161943197250366, 0.09199080616235733, 0.13510027527809143, 0.08903301507234573, 0.16957296431064606, 0.21707233786582947, 0.13527990877628326, 0.020182842388749123, 0.018705017864704132, 0.04857736825942993, 0.10574794560670853, 0.24569977819919586, 0.2574622333049774, 0.0, 299.851318359375, 2.153683453798294e-09, 3.016302980540786e-05, 3.960592493967852e-06, 9.066537131730001e-06, 6.967394256207626e-06, 2.3039270672597922e-05], "count": [602]}, "timestamp": {"min": [0.0], "max": [20.033333333333335], "mean": [10.016666666666667], "std": [5.792739708750371], "count": [602]}, "frame_index": {"min": [0], "max": [601], "mean": [300.5], "std": [173.78219126251113], "count": [602]}, "episode_index": {"min": [334], "max": [334], "mean": [334.0], "std": [0.0], "count": [602]}, "index": {"min": [200601], "max": [201202], "mean": [200901.5], "std": [173.78219126251113], "count": [602]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [602]}, "gripper_open_scale_state": {"min": [1.0, 0.3310000002384186], "max": [1.0, 1.0], "mean": [1.0, 0.771883720575377], "std": [0.0, 0.29902987115682905], "count": [602]}, "gripper_open_scale_action": {"min": [1.0, 0.3310000002384186], "max": [1.0, 1.0], "mean": [1.0, 0.771883720575377], "std": [0.0, 0.299029871156829], "count": [602]}, "eef_direction_state": {"mean": [6.0, 4.855481727574751], "std": [0.0, 1.8987786379963625], "min": [6, 0], "max": [6, 6], "count": [602]}, "eef_velocity_state": {"mean": [0.0, 0.4700996677740864], "std": [0.0, 0.6916226214717471], "min": [0, 0], "max": [0, 2], "count": [602]}, "eef_acc_mag_state": {"mean": [0.0, 0.46179401993355484], "std": [0.0, 0.7620801904710736], "min": [0, 0], "max": [0, 2], "count": [602]}, "eef_direction_action": {"mean": [6.0, 4.855481727574751], "std": [0.0, 1.8987786379963625], "min": [6, 0], "max": [6, 6], "count": [602]}, "eef_velocity_action": {"mean": [0.0, 0.4700996677740864], "std": [0.0, 0.6916226214717471], "min": [0, 0], "max": [0, 2], "count": [602]}, "eef_acc_mag_action": {"mean": [0.0, 0.46179401993355484], "std": [0.0, 0.7620801904710736], "min": [0, 0], "max": [0, 2], "count": [602]}, "eef_sim_pose_state": {"mean": [-0.3103223443031311, 0.46757593750953674, 0.2282380759716034, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.3031386137008667, -0.42780381441116333, 0.14466173946857452, 1.5353573560714722, -1.5123307704925537, 0.48932239413261414], "std": [1.4834887224424165e-05, 8.382646228710655e-06, 1.274069018109003e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.020183609798550606, 0.018772194162011147, 0.04862789064645767, 0.10573651641607285, 0.245489701628685, 0.2571762800216675], "min": [-0.31036698818206787, 0.4675549864768982, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33984699845314026, -0.46759599447250366, 0.08688700199127197, 1.3551580905914307, -1.8655325174331665, 0.2044277787208557], "max": [-0.3102720081806183, 0.4676010012626648, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.260343998670578, -0.39290499687194824, 0.22824999690055847, 1.7847812175750732, -1.0489078760147095, 0.8936530947685242], "count": [602]}, "eef_sim_pose_action": {"mean": [-0.3103223741054535, 0.46757635474205017, 0.22823815047740936, -1.5732380151748657, -1.1211371421813965, -0.7462766766548157, -0.30313870310783386, -0.4278038740158081, 0.14466166496276855, 1.5353573560714722, -1.512332797050476, 0.4893219769001007], "std": [1.4834869944024831e-05, 8.394588803639635e-06, 1.2740934835164808e-05, 1.1086463928222656e-05, 1.1920928955078125e-07, 1.0728836059570312e-06, 0.020183606073260307, 0.018772192299365997, 0.04862787947058678, 0.10573655366897583, 0.24548979103565216, 0.2571761906147003], "min": [-0.31036698818206787, 0.4675549864768982, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33984699845314026, -0.46759599447250366, 0.08688700199127197, 1.3551580905914307, -1.8655325174331665, 0.2044277787208557], "max": [-0.3102720081806183, 0.4676010012626648, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.260343998670578, -0.39290499687194824, 0.22824999690055847, 1.7847812175750732, -1.0489078760147095, 0.8936530947685242], "count": [602]}, "gripper_mode_state": {"mean": [0.0, 0.30398671096345514], "std": [0.0, 0.4599769456408421], "min": [0, 0], "max": [0, 1], "count": [602]}, "gripper_activity_state": {"mean": [2.0, 1.7641196013289036], "std": [0.0, 0.5799888064401382], "min": [2, 0], "max": [2, 2], "count": [602]}, "gripper_mode_action": {"mean": [0.0, 0.30398671096345514], "std": [0.0, 0.4599769456408421], "min": [0, 0], "max": [0, 1], "count": [602]}, "gripper_activity_action": {"mean": [2.0, 1.7641196013289036], "std": [0.0, 0.5799888064401382], "min": [2, 0], "max": [2, 2], "count": [602]}}} +{"episode_index": 168, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.410681191360953]], [[0.41994992291271344]], [[0.41602093216318786]]], "std": [[[0.21097389467815383]], [[0.20910108907708397]], [[0.20570507088466883]]], "count": [124]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3312867367040902]], [[0.3150079343901539]], [[0.3261544035288847]]], "std": [[[0.2553304881116411]], [[0.26498406153028037]], [[0.25021131690304566]]], "count": [124]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44148003966371496]], [[0.4456259042931689]], [[0.4395364813936327]]], "std": [[[0.28691024154878225]], [[0.28405865377832]], [[0.28408213066404764]]], "count": [124]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39065575090923466]], [[0.38554731808718107]], [[0.3943438241223909]]], "std": [[[0.252573977062991]], [[0.25304534319659594]], [[0.2533353914446069]]], "count": [124]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25394541025161743, -0.12060225009918213, 0.02822197414934635, -0.31036901473999023, 0.4675540030002594, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.06944665312767029, 0.3324328660964966, -0.490786612033844, -1.8177778720855713, 0.1261349469423294, -0.12742649018764496, -0.028379054740071297, -0.3398570120334625, -0.46759799122810364, 0.09231399744749069, 1.2882498502731323, -1.731377363204956, 0.2309820055961609, 1008.0, 327.0, 0.0006259994697757065, -0.2961278259754181, -0.8423749208450317, 1.907327651977539, -1.0565751791000366, -0.0009758244268596172], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12048007547855377, 0.028326693922281265, -0.3102850019931793, 0.4675990045070648, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2226167470216751, 0.639471173286438, -0.08939576894044876, -1.4060546159744263, 0.4331209063529968, 0.463733971118927, 0.4420919120311737, -0.26109299063682556, -0.3795590102672577, 0.22857600450515747, 1.8117380142211914, -1.121137022972107, 0.9552283883094788, 1008.0, 1003.0, 0.0006297592772170901, -0.29594549536705017, -0.8423599004745483, 1.9073283672332764, -1.0565601587295532, -0.0007821783074177802], "mean": [-0.19952550530433655, 0.6046680808067322, 0.45138978958129883, -1.411961317062378, -0.25387245416641235, -0.12054353207349777, 0.02827717922627926, -0.3103252947330475, 0.4675758183002472, 0.22823867201805115, -1.5732381343841553, -1.1211377382278442, -0.7462767362594604, 0.08449290692806244, 0.485228031873703, -0.34490326046943665, -1.6445907354354858, 0.2630406320095062, 0.2114136964082718, 0.30494216084480286, -0.30201926827430725, -0.41838011145591736, 0.15389564633369446, 1.5331186056137085, -1.5321567058563232, 0.5169838666915894, 1008.0, 758.5208129882812, 0.0006275822524912655, -0.2959827482700348, -0.8423700332641602, 1.90733802318573, -1.056573510169983, -0.0009411980281583965], "std": [2.5509027182124555e-05, 1.8391427147435024e-05, 2.376134943915531e-05, 1.8309507140656933e-05, 2.4499671781086363e-05, 1.9655240976135246e-05, 1.7180966096930206e-05, 1.4077401829126757e-05, 7.742517482256517e-06, 1.320398678217316e-05, 1.1205673217773438e-05, 7.152557373046875e-07, 1.1324882507324219e-06, 0.08354297280311584, 0.07582288235425949, 0.1253318190574646, 0.11093257367610931, 0.08179458230733871, 0.19192904233932495, 0.12687797844409943, 0.020866747945547104, 0.02331269159913063, 0.044830162078142166, 0.12375204265117645, 0.1802959442138672, 0.2573533058166504, 0.0, 307.0189208984375, 6.922233524164767e-07, 4.363440893939696e-05, 3.3434364468121203e-06, 9.948688784788828e-06, 6.808150374126853e-06, 3.3599615562707186e-05], "count": [624]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25394541025161743, -0.12060225009918213, 0.02822197414934635, -0.31036901473999023, 0.4675540030002594, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.06944665312767029, 0.3324328660964966, -0.490786612033844, -1.8177778720855713, 0.12606513500213623, -0.12742649018764496, -0.028379054740071297, -0.3398570120334625, -0.46759799122810364, 0.09231399744749069, 1.2882498502731323, -1.731377363204956, 0.2309820055961609, 1008.0, 327.0, 0.0006259994697757065, -0.2961278259754181, -0.8423749208450317, 1.907327651977539, -1.0565751791000366, -0.0009758244268596172], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12048007547855377, 0.028326693922281265, -0.3102850019931793, 0.4675990045070648, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2226167470216751, 0.639471173286438, -0.08939576894044876, -1.4060546159744263, 0.4331209063529968, 0.463733971118927, 0.4420919120311737, -0.26109299063682556, -0.3795590102672577, 0.22857600450515747, 1.8117380142211914, -1.121137022972107, 0.9552283883094788, 1008.0, 1003.0, 0.0006297592772170901, -0.29594549536705017, -0.8423599004745483, 1.9073283672332764, -1.0565601587295532, -0.0007821783074177802], "mean": [-0.1995255947113037, 0.6046680808067322, 0.4513899087905884, -1.4119611978530884, -0.25387248396873474, -0.1205437034368515, 0.028277205303311348, -0.3103252947330475, 0.4675758183002472, 0.22823861241340637, -1.5732381343841553, -1.1211377382278442, -0.7462767362594604, 0.08406278491020203, 0.48479577898979187, -0.3443284034729004, -1.6450127363204956, 0.26283594965934753, 0.21156227588653564, 0.305183470249176, -0.30197569727897644, -0.4183022975921631, 0.15386557579040527, 1.5329945087432861, -1.532310962677002, 0.5173132419586182, 1008.0, 758.5208129882812, 0.000627579225692898, -0.29598304629325867, -0.8423700332641602, 1.90733802318573, -1.056573510169983, -0.0009410489001311362], "std": [2.553852209530305e-05, 1.839142532844562e-05, 2.3749344109091908e-05, 1.8324764823773876e-05, 2.4500084691680968e-05, 1.9707622413989156e-05, 1.7162128642667085e-05, 1.4080135770200286e-05, 7.743266905890778e-06, 1.3201524780015461e-05, 1.1205673217773438e-05, 7.152557373046875e-07, 1.1324882507324219e-06, 0.08364026248455048, 0.07591086626052856, 0.12566408514976501, 0.11054694652557373, 0.08197707682847977, 0.1917078047990799, 0.1263877898454666, 0.020877676084637642, 0.0232293289154768, 0.044786639511585236, 0.12375105172395706, 0.17998644709587097, 0.2577771842479706, 0.0, 307.0189208984375, 6.950168085495534e-07, 4.3968095269519836e-05, 3.3440028346376494e-06, 9.948688784788828e-06, 6.799802577006631e-06, 3.379043118911795e-05], "count": [624]}, "timestamp": {"min": [0.0], "max": [20.766666666666666], "mean": [10.383333333333331], "std": [6.004435089227024], "count": [624]}, "frame_index": {"min": [0], "max": [623], "mean": [311.5], "std": [180.13305267681073], "count": [624]}, "episode_index": {"min": [335], "max": [335], "mean": [335.0], "std": [0.0], "count": [624]}, "index": {"min": [201203], "max": [201826], "mean": [201514.5], "std": [180.13305267681073], "count": [624]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [624]}, "gripper_open_scale_state": {"min": [1.0, 0.3269999921321869], "max": [1.0, 1.0], "mean": [1.0, 0.7568413496304017], "std": [0.0, 0.30568143593000113], "count": [624]}, "gripper_open_scale_action": {"min": [1.0, 0.3269999921321869], "max": [1.0, 1.0], "mean": [1.0, 0.7568413496304017], "std": [0.0, 0.30568143593000113], "count": [624]}, "eef_direction_state": {"mean": [6.0, 4.703525641025641], "std": [0.0, 2.0662707347640836], "min": [6, 0], "max": [6, 6], "count": [624]}, "eef_velocity_state": {"mean": [0.0, 0.46955128205128205], "std": [0.0, 0.6691717449901977], "min": [0, 0], "max": [0, 2], "count": [624]}, "eef_acc_mag_state": {"mean": [0.0, 0.45032051282051283], "std": [0.0, 0.757928113660302], "min": [0, 0], "max": [0, 2], "count": [624]}, "eef_direction_action": {"mean": [6.0, 4.703525641025641], "std": [0.0, 2.0662707347640836], "min": [6, 0], "max": [6, 6], "count": [624]}, "eef_velocity_action": {"mean": [0.0, 0.46955128205128205], "std": [0.0, 0.6691717449901977], "min": [0, 0], "max": [0, 2], "count": [624]}, "eef_acc_mag_action": {"mean": [0.0, 0.45032051282051283], "std": [0.0, 0.757928113660302], "min": [0, 0], "max": [0, 2], "count": [624]}, "eef_sim_pose_state": {"mean": [-0.3103252053260803, 0.46757566928863525, 0.22823868691921234, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.302019327878952, -0.4183799922466278, 0.15389560163021088, 1.533119559288025, -1.532158374786377, 0.5169839859008789], "std": [1.4077134437684435e-05, 7.740109140286222e-06, 1.3203977687226143e-05, 0.0, 0.0, 5.960464477539063e-08, 0.020866744220256805, 0.023312704637646675, 0.04483015462756157, 0.12375204265117645, 0.18029609322547913, 0.2573532164096832], "min": [-0.31036901473999023, 0.4675540030002594, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3398570120334625, -0.46759799122810364, 0.09231399744749069, 1.2882498502731323, -1.731377363204956, 0.2309820055961609], "max": [-0.3102850019931793, 0.4675990045070648, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.26109299063682556, -0.3795590102672577, 0.22857600450515747, 1.8117380142211914, -1.121137022972107, 0.9552283883094788], "count": [624]}, "eef_sim_pose_action": {"mean": [-0.3103252947330475, 0.4675758183002472, 0.22823867201805115, -1.5732381343841553, -1.1211377382278442, -0.7462767362594604, -0.30201926827430725, -0.41838011145591736, 0.15389564633369446, 1.5331186056137085, -1.5321567058563232, 0.5169838666915894], "std": [1.4077401829126757e-05, 7.742517482256517e-06, 1.320398678217316e-05, 1.1205673217773438e-05, 7.152557373046875e-07, 1.1324882507324219e-06, 0.020866747945547104, 0.02331269159913063, 0.044830162078142166, 0.12375204265117645, 0.1802959442138672, 0.2573533058166504], "min": [-0.31036901473999023, 0.4675540030002594, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3398570120334625, -0.46759799122810364, 0.09231399744749069, 1.2882498502731323, -1.731377363204956, 0.2309820055961609], "max": [-0.3102850019931793, 0.4675990045070648, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.26109299063682556, -0.3795590102672577, 0.22857600450515747, 1.8117380142211914, -1.121137022972107, 0.9552283883094788], "count": [624]}, "gripper_mode_state": {"mean": [0.0, 0.32532051282051283], "std": [0.0, 0.468494478898857], "min": [0, 0], "max": [0, 1], "count": [624]}, "gripper_activity_state": {"mean": [2.0, 1.7772435897435896], "std": [0.0, 0.5661906828816491], "min": [2, 0], "max": [2, 2], "count": [624]}, "gripper_mode_action": {"mean": [0.0, 0.32532051282051283], "std": [0.0, 0.4684944788988569], "min": [0, 0], "max": [0, 1], "count": [624]}, "gripper_activity_action": {"mean": [2.0, 1.7772435897435896], "std": [0.0, 0.5661906828816491], "min": [2, 0], "max": [2, 2], "count": [624]}}} +{"episode_index": 169, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41301875842929764]], [[0.4231947200176367]], [[0.4199352970354809]]], "std": [[[0.21185500300039897]], [[0.2098410452882316]], [[0.20641924905907233]]], "count": [126]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33267596645139536]], [[0.31535689646228865]], [[0.3336845497458243]]], "std": [[[0.2517572507658887]], [[0.260366424525726]], [[0.24733538597424573]]], "count": [126]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4406663489469862]], [[0.4448300345601204]], [[0.438671451914099]]], "std": [[[0.284890967638895]], [[0.2819293793625289]], [[0.2817619677871425]]], "count": [126]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.384074899172632]], [[0.3828129927897085]], [[0.3897793809653491]]], "std": [[[0.24399234202712008]], [[0.24758478277266446]], [[0.24533014141805762]]], "count": [126]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.4120759963989258, -0.2539803087711334, -0.12081168591976166, 0.02822197414934635, -0.31037700176239014, 0.46754398941993713, 0.2281789928674698, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.06756169348955154, 0.4109377861022949, -0.4985533058643341, -1.793221116065979, 0.15938346087932587, -0.14781193435192108, -0.02839650586247444, -0.3315260112285614, -0.4675999879837036, 0.08273500204086304, 1.3435872793197632, -1.7399510145187378, 0.18584044277668, 1008.0, 329.0, 0.0006203599041327834, -0.2966015636920929, -0.8424010872840881, 1.9073244333267212, -1.0565245151519775, -0.001067901263013482], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25382325053215027, -0.12046262621879578, 0.028326693922281265, -0.31027498841285706, 0.46759599447250366, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.20587903261184692, 0.6758787035942078, -0.06333799660205841, -1.411901593208313, 0.4276405870914459, 0.5280668139457703, 0.4625296890735626, -0.27145999670028687, -0.39698100090026855, 0.2551249861717224, 1.6991132497787476, -1.121137022972107, 0.9561482071876526, 1008.0, 1004.0, 0.0006278793443925679, -0.29605454206466675, -0.8422355055809021, 1.907332420349121, -1.056503176689148, -0.0005619533476419747], "mean": [-0.1995190531015396, 0.6046673059463501, 0.4513944983482361, -1.4119808673858643, -0.25389501452445984, -0.1205248162150383, 0.028280580416321754, -0.3103269934654236, 0.46757230162620544, 0.22823362052440643, -1.5732382535934448, -1.121138095855713, -0.7462767362594604, 0.11537130922079086, 0.4979422986507416, -0.33790460228919983, -1.603359341621399, 0.28420963883399963, 0.23285777866840363, 0.30159974098205566, -0.3046105206012726, -0.4284522831439972, 0.16728900372982025, 1.4915016889572144, -1.5240633487701416, 0.5108732581138611, 1008.0, 777.2897338867188, 0.0006257023196667433, -0.2964494228363037, -0.8423774242401123, 1.9073379039764404, -1.056515097618103, -0.0009743894916027784], "std": [2.53369926213054e-05, 2.2883703422849067e-05, 2.479601425875444e-05, 2.8158645363873802e-05, 2.777981717372313e-05, 2.6434583560330793e-05, 1.5908939531072974e-05, 1.618924034119118e-05, 8.10089932201663e-06, 1.6199996025534347e-05, 1.1324882507324219e-05, 1.0728836059570312e-06, 1.1324882507324219e-06, 0.08133884519338608, 0.06725291907787323, 0.1353122442960739, 0.08959213644266129, 0.0638078823685646, 0.23257006704807281, 0.11783254891633987, 0.013070700690150261, 0.016669202595949173, 0.05576999485492706, 0.07749183475971222, 0.19306036829948425, 0.2533903121948242, 0.0, 300.2960510253906, 7.616970378876431e-07, 3.4107768442481756e-05, 1.8395245206193067e-05, 1.0962993655994069e-05, 4.964053005096503e-06, 5.758404950029217e-05], "count": [635]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.4120759963989258, -0.2539803087711334, -0.12081168591976166, 0.02822197414934635, -0.31037700176239014, 0.46754398941993713, 0.2281789928674698, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.06756169348955154, 0.4109377861022949, -0.4985533058643341, -1.793221116065979, 0.15938346087932587, -0.14781193435192108, -0.02834414690732956, -0.3315260112285614, -0.4675999879837036, 0.08273500204086304, 1.3435872793197632, -1.7399510145187378, 0.18584044277668, 1008.0, 329.0, 0.0006203599041327834, -0.2966015636920929, -0.8424010872840881, 1.9073244333267212, -1.0565245151519775, -0.001067901263013482], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25382325053215027, -0.12046262621879578, 0.028326693922281265, -0.31027498841285706, 0.46759599447250366, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.20587903261184692, 0.6758787035942078, -0.06333799660205841, -1.411901593208313, 0.4276405870914459, 0.5280668139457703, 0.4625296890735626, -0.27145999670028687, -0.39698100090026855, 0.2551249861717224, 1.6991132497787476, -1.121137022972107, 0.9561482071876526, 1008.0, 1004.0, 0.0006278793443925679, -0.29605454206466675, -0.8422355055809021, 1.907332420349121, -1.056503176689148, -0.0005619533476419747], "mean": [-0.19951902329921722, 0.6046673059463501, 0.45139437913894653, -1.4119811058044434, -0.2538950443267822, -0.1205248013138771, 0.028280552476644516, -0.3103269934654236, 0.46757230162620544, 0.22823362052440643, -1.5732382535934448, -1.121138095855713, -0.7462767362594604, 0.1149507537484169, 0.49764376878738403, -0.3372977674007416, -1.6036202907562256, 0.28406858444213867, 0.23281808197498322, 0.30182716250419617, -0.3045918941497803, -0.42837804555892944, 0.1673300862312317, 1.4913910627365112, -1.5240992307662964, 0.5112016201019287, 1008.0, 777.28662109375, 0.0006257023196667433, -0.29644954204559326, -0.8423776030540466, 1.9073379039764404, -1.056515097618103, -0.0009743042755872011], "std": [2.533924453018699e-05, 2.287077222717926e-05, 2.4792461772449315e-05, 2.8227217626408674e-05, 2.7786631108028814e-05, 2.6434596293256618e-05, 1.5904590327409096e-05, 1.6198404409806244e-05, 8.10039637144655e-06, 1.620000875846017e-05, 1.1324882507324219e-05, 1.0728836059570312e-06, 1.1324882507324219e-06, 0.08159244805574417, 0.06719896197319031, 0.13566555082798004, 0.08927489817142487, 0.06397346407175064, 0.23263265192508698, 0.11733382195234299, 0.013071015477180481, 0.01659955270588398, 0.05582450330257416, 0.07742523401975632, 0.19298748672008514, 0.253829687833786, 0.0, 300.2935485839844, 7.616970378876431e-07, 3.413461672607809e-05, 1.8268734493176453e-05, 1.096035248338012e-05, 4.974321200279519e-06, 5.766103640780784e-05], "count": [635]}, "timestamp": {"min": [0.0], "max": [21.133333333333333], "mean": [10.566666666666666], "std": [6.1102827721436554], "count": [635]}, "frame_index": {"min": [0], "max": [634], "mean": [317.0], "std": [183.30848316430968], "count": [635]}, "episode_index": {"min": [337], "max": [337], "mean": [337.0], "std": [0.0], "count": [635]}, "index": {"min": [202448], "max": [203082], "mean": [202765.0], "std": [183.30848316430968], "count": [635]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [635]}, "gripper_open_scale_state": {"min": [1.0, 0.32899999618530273], "max": [1.0, 1.0], "mean": [1.0, 0.7757622049549433], "std": [0.0, 0.2991493108659843], "count": [635]}, "gripper_open_scale_action": {"min": [1.0, 0.32899999618530273], "max": [1.0, 1.0], "mean": [1.0, 0.7757622049549433], "std": [0.0, 0.2991493108659843], "count": [635]}, "eef_direction_state": {"mean": [6.0, 4.618897637795276], "std": [0.0, 2.0350368946902098], "min": [6, 0], "max": [6, 6], "count": [635]}, "eef_velocity_state": {"mean": [0.0, 0.5779527559055118], "std": [0.0, 0.7559645646224727], "min": [0, 0], "max": [0, 2], "count": [635]}, "eef_acc_mag_state": {"mean": [0.0, 0.48661417322834644], "std": [0.0, 0.7639889314369549], "min": [0, 0], "max": [0, 2], "count": [635]}, "eef_direction_action": {"mean": [6.0, 4.618897637795276], "std": [0.0, 2.0350368946902098], "min": [6, 0], "max": [6, 6], "count": [635]}, "eef_velocity_action": {"mean": [0.0, 0.5779527559055118], "std": [0.0, 0.7559645646224727], "min": [0, 0], "max": [0, 2], "count": [635]}, "eef_acc_mag_action": {"mean": [0.0, 0.48661417322834644], "std": [0.0, 0.7639889314369549], "min": [0, 0], "max": [0, 2], "count": [635]}, "eef_sim_pose_state": {"mean": [-0.3103269338607788, 0.467572420835495, 0.22823363542556763, -1.5732269287109375, -1.121137022972107, -0.7462754845619202, -0.30461037158966064, -0.42845219373703003, 0.16728895902633667, 1.4915015697479248, -1.5240614414215088, 0.5108729004859924], "std": [1.61891985044349e-05, 8.100130798993632e-06, 1.6199988749576733e-05, 0.0, 0.0, 1.1920928955078125e-07, 0.013070699758827686, 0.016669204458594322, 0.05576999485492706, 0.0774918720126152, 0.1930602490901947, 0.25339019298553467], "min": [-0.31037700176239014, 0.46754398941993713, 0.2281789928674698, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3315260112285614, -0.4675999879837036, 0.08273500204086304, 1.3435872793197632, -1.7399510145187378, 0.18584044277668], "max": [-0.31027498841285706, 0.46759599447250366, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27145999670028687, -0.39698100090026855, 0.2551249861717224, 1.6991132497787476, -1.121137022972107, 0.9561482071876526], "count": [635]}, "eef_sim_pose_action": {"mean": [-0.3103269934654236, 0.46757230162620544, 0.22823362052440643, -1.5732382535934448, -1.121138095855713, -0.7462767362594604, -0.3046105206012726, -0.4284522831439972, 0.16728900372982025, 1.4915016889572144, -1.5240633487701416, 0.5108732581138611], "std": [1.618924034119118e-05, 8.10089932201663e-06, 1.6199996025534347e-05, 1.1324882507324219e-05, 1.0728836059570312e-06, 1.1324882507324219e-06, 0.013070700690150261, 0.016669202595949173, 0.05576999485492706, 0.07749183475971222, 0.19306036829948425, 0.2533903121948242], "min": [-0.31037700176239014, 0.46754398941993713, 0.2281789928674698, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3315260112285614, -0.4675999879837036, 0.08273500204086304, 1.3435872793197632, -1.7399510145187378, 0.18584044277668], "max": [-0.31027498841285706, 0.46759599447250366, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27145999670028687, -0.39698100090026855, 0.2551249861717224, 1.6991132497787476, -1.121137022972107, 0.9561482071876526], "count": [635]}, "gripper_mode_state": {"mean": [0.0, 0.30236220472440944], "std": [0.0, 0.45928128840461596], "min": [0, 0], "max": [0, 1], "count": [635]}, "gripper_activity_state": {"mean": [2.0, 1.779527559055118], "std": [0.0, 0.5628021264107536], "min": [2, 0], "max": [2, 2], "count": [635]}, "gripper_mode_action": {"mean": [0.0, 0.30236220472440944], "std": [0.0, 0.45928128840461596], "min": [0, 0], "max": [0, 1], "count": [635]}, "gripper_activity_action": {"mean": [2.0, 1.779527559055118], "std": [0.0, 0.5628021264107536], "min": [2, 0], "max": [2, 2], "count": [635]}}} +{"episode_index": 170, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4125820772862951]], [[0.42297543390715864]], [[0.41872484689413825]]], "std": [[[0.21170264554717635]], [[0.20988609798794036]], [[0.20613114674267544]]], "count": [127]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3325044934640523]], [[0.3140946409731872]], [[0.33092004239359785]]], "std": [[[0.2513384931236335]], [[0.2603500620166299]], [[0.24662241719721748]]], "count": [127]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44031721540322166]], [[0.4445081088209562]], [[0.4387027333899439]]], "std": [[[0.2841569390169936]], [[0.2811852209885249]], [[0.28102505006277423]]], "count": [127]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39522307781380267]], [[0.38602270534197936]], [[0.4059700864597807]]], "std": [[[0.27435735323941124]], [[0.2716386612823745]], [[0.2777017103897451]]], "count": [127]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.31038400530815125, 0.4675480127334595, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.04340633749961853, 0.4257207214832306, -0.5119574069976807, -1.8524401187896729, 0.15732397139072418, -0.15444418787956238, -0.028379054740071297, -0.3289490044116974, -0.46760299801826477, 0.09050899744033813, 1.301803708076477, -1.7336167097091675, 0.16878141462802887, 1006.0, 330.0, 0.0006241195951588452, -0.2966955900192261, -0.8424082398414612, 1.907327651977539, -1.0565292835235596, -0.0010024033254012465], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028100848197937, 0.46759599447250366, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2232101559638977, 0.7196691036224365, -0.12049752473831177, -1.411901593208313, 0.44542548060417175, 0.5071402788162231, 0.4720592200756073, -0.2676750123500824, -0.37212300300598145, 0.2553830146789551, 1.7835772037506104, -1.121137022972107, 0.8554655909538269, 1008.0, 1002.0, 0.0006278793443925679, -0.29645684361457825, -0.8423440456390381, 1.907334804534912, -1.056503176689148, -0.0005325267557054758], "mean": [-0.19951798021793365, 0.6046664118766785, 0.45139026641845703, -1.4119728803634644, -0.2539137005805969, -0.12053127586841583, 0.028281481936573982, -0.31032800674438477, 0.4675734043121338, 0.2282373309135437, -1.5732382535934448, -1.1211382150650024, -0.7462767362594604, 0.08577704429626465, 0.5268076062202454, -0.3502541780471802, -1.6412289142608643, 0.2878257632255554, 0.20616652071475983, 0.32037168741226196, -0.30316483974456787, -0.41575029492378235, 0.1624426692724228, 1.5421253442764282, -1.5303531885147095, 0.48181673884391785, 1007.9968872070312, 794.7694702148438, 0.0006259744986891747, -0.29663071036338806, -0.8423974514007568, 1.9073387384414673, -1.056518316268921, -0.0008948061149567366], "std": [2.6613121008267626e-05, 2.1765828932984732e-05, 2.2651216568192467e-05, 2.7328253054292873e-05, 2.509275327611249e-05, 2.136876355507411e-05, 1.6860187315614894e-05, 1.654825609875843e-05, 8.480313226755243e-06, 1.5231825273076538e-05, 1.1324882507324219e-05, 1.1920928955078125e-06, 1.1324882507324219e-06, 0.09130557626485825, 0.0767882838845253, 0.12434999644756317, 0.08110195398330688, 0.06800016760826111, 0.2519398629665375, 0.1180301383137703, 0.01623508892953396, 0.01622755452990532, 0.051536090672016144, 0.13364337384700775, 0.1752610206604004, 0.26284441351890564, 0.07887241244316101, 292.3988037109375, 2.3345261013218988e-07, 3.493385520414449e-05, 8.457377589365933e-06, 8.086673005891498e-06, 4.9337254495185334e-06, 4.587859439197928e-05], "count": [642]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.31038400530815125, 0.4675480127334595, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.04340633749961853, 0.4257207214832306, -0.5119574069976807, -1.8524401187896729, 0.15732397139072418, -0.15444418787956238, -0.028379054740071297, -0.3289490044116974, -0.46760299801826477, 0.09050899744033813, 1.301803708076477, -1.7336167097091675, 0.16878141462802887, 1006.0, 330.0, 0.0006241195951588452, -0.2966955900192261, -0.8424082398414612, 1.907327651977539, -1.0565292835235596, -0.0010024033254012465], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028100848197937, 0.46759599447250366, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2232101559638977, 0.7196691036224365, -0.12049752473831177, -1.411901593208313, 0.44542548060417175, 0.5071402788162231, 0.4720592200756073, -0.2676750123500824, -0.37212300300598145, 0.2553830146789551, 1.7835772037506104, -1.121137022972107, 0.8554655909538269, 1008.0, 1002.0, 0.0006278793443925679, -0.29645684361457825, -0.8423440456390381, 1.907334804534912, -1.056503176689148, -0.0005325267557054758], "mean": [-0.19951801002025604, 0.6046664118766785, 0.45139020681381226, -1.4119728803634644, -0.2539137005805969, -0.12053124606609344, 0.028281481936573982, -0.31032800674438477, 0.4675734043121338, 0.2282373309135437, -1.5732382535934448, -1.1211382150650024, -0.7462767362594604, 0.08540217578411102, 0.5265898704528809, -0.3497449457645416, -1.6414248943328857, 0.28768685460090637, 0.2063036561012268, 0.3206350803375244, -0.30318623781204224, -0.41568174958229065, 0.1624826341867447, 1.5419209003448486, -1.530495524406433, 0.4818780720233917, 1007.9968872070312, 794.7694702148438, 0.0006259744986891747, -0.2966309189796448, -0.8423975110054016, 1.9073387384414673, -1.056518316268921, -0.000894854951184243], "std": [2.6612729925545864e-05, 2.1765828932984732e-05, 2.259776920254808e-05, 2.7328253054292873e-05, 2.5105673557845876e-05, 2.1356110664783046e-05, 1.6860187315614894e-05, 1.6544443496968597e-05, 8.47012870508479e-06, 1.5190328667813446e-05, 1.1324882507324219e-05, 1.1920928955078125e-06, 1.1324882507324219e-06, 0.09133454412221909, 0.07676573097705841, 0.12460412085056305, 0.08069860190153122, 0.06816016137599945, 0.2517859637737274, 0.11743898689746857, 0.01625400222837925, 0.0161017756909132, 0.051597025245428085, 0.13369694352149963, 0.17496617138385773, 0.2629106044769287, 0.07887241989374161, 292.3988037109375, 2.3345261013218988e-07, 3.443013702053577e-05, 8.482627890771255e-06, 8.080977750068996e-06, 4.942206487612566e-06, 4.58813774457667e-05], "count": [642]}, "timestamp": {"min": [0.0], "max": [21.366666666666667], "mean": [10.683333333333334], "std": [6.177640386162078], "count": [642]}, "frame_index": {"min": [0], "max": [641], "mean": [320.5], "std": [185.32921158486232], "count": [642]}, "episode_index": {"min": [338], "max": [338], "mean": [338.0], "std": [0.0], "count": [642]}, "index": {"min": [203083], "max": [203724], "mean": [203403.5], "std": [185.32921158486232], "count": [642]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [642]}, "gripper_open_scale_state": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.7941510929868228], "std": [0.0, 0.2919618481564772], "count": [642]}, "gripper_open_scale_action": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.7941510929868228], "std": [0.0, 0.2919618481564772], "count": [642]}, "eef_direction_state": {"mean": [6.0, 4.839563862928349], "std": [0.0, 1.8822316731653164], "min": [6, 0], "max": [6, 6], "count": [642]}, "eef_velocity_state": {"mean": [0.0, 0.48442367601246106], "std": [0.0, 0.7085857934852812], "min": [0, 0], "max": [0, 2], "count": [642]}, "eef_acc_mag_state": {"mean": [0.0, 0.48130841121495327], "std": [0.0, 0.7676030793561437], "min": [0, 0], "max": [0, 2], "count": [642]}, "eef_direction_action": {"mean": [6.0, 4.839563862928349], "std": [0.0, 1.8822316731653164], "min": [6, 0], "max": [6, 6], "count": [642]}, "eef_velocity_action": {"mean": [0.0, 0.48442367601246106], "std": [0.0, 0.7085857934852812], "min": [0, 0], "max": [0, 2], "count": [642]}, "eef_acc_mag_action": {"mean": [0.0, 0.48130841121495327], "std": [0.0, 0.7676030793561437], "min": [0, 0], "max": [0, 2], "count": [642]}, "eef_sim_pose_state": {"mean": [-0.3103282153606415, 0.46757322549819946, 0.22823721170425415, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.30316483974456787, -0.4157504141330719, 0.16244277358055115, 1.5421257019042969, -1.5303517580032349, 0.48181629180908203], "std": [1.654694278840907e-05, 8.47845512907952e-06, 1.5231519682856742e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.01623508892953396, 0.01622755080461502, 0.051536086946725845, 0.13364344835281372, 0.17526094615459442, 0.26284417510032654], "min": [-0.31038400530815125, 0.4675480127334595, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3289490044116974, -0.46760299801826477, 0.09050899744033813, 1.301803708076477, -1.7336167097091675, 0.16878141462802887], "max": [-0.31028100848197937, 0.46759599447250366, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2676750123500824, -0.37212300300598145, 0.2553830146789551, 1.7835772037506104, -1.121137022972107, 0.8554655909538269], "count": [642]}, "eef_sim_pose_action": {"mean": [-0.31032800674438477, 0.4675734043121338, 0.2282373309135437, -1.5732382535934448, -1.1211382150650024, -0.7462767362594604, -0.30316483974456787, -0.41575029492378235, 0.1624426692724228, 1.5421253442764282, -1.5303531885147095, 0.48181673884391785], "std": [1.654825609875843e-05, 8.480313226755243e-06, 1.5231825273076538e-05, 1.1324882507324219e-05, 1.1920928955078125e-06, 1.1324882507324219e-06, 0.01623508892953396, 0.01622755452990532, 0.051536090672016144, 0.13364337384700775, 0.1752610206604004, 0.26284441351890564], "min": [-0.31038400530815125, 0.4675480127334595, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3289490044116974, -0.46760299801826477, 0.09050899744033813, 1.301803708076477, -1.7336167097091675, 0.16878141462802887], "max": [-0.31028100848197937, 0.46759599447250366, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2676750123500824, -0.37212300300598145, 0.2553830146789551, 1.7835772037506104, -1.121137022972107, 0.8554655909538269], "count": [642]}, "gripper_mode_state": {"mean": [0.0, 0.27414330218068533], "std": [0.0, 0.44608155313816383], "min": [0, 0], "max": [0, 1], "count": [642]}, "gripper_activity_state": {"mean": [2.0, 1.7819314641744548], "std": [0.0, 0.560193564934309], "min": [2, 0], "max": [2, 2], "count": [642]}, "gripper_mode_action": {"mean": [0.0, 0.27414330218068533], "std": [0.0, 0.4460815531381639], "min": [0, 0], "max": [0, 1], "count": [642]}, "gripper_activity_action": {"mean": [2.0, 1.7819314641744548], "std": [0.0, 0.5601935649343092], "min": [2, 0], "max": [2, 2], "count": [642]}}} +{"episode_index": 171, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41243981306910227]], [[0.4232560035053907]], [[0.41899073899502826]]], "std": [[[0.21186257777669354]], [[0.21004642517868014]], [[0.2065740210467112]]], "count": [117]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3297659854896375]], [[0.3127502548740294]], [[0.32389853918775485]]], "std": [[[0.25165584251270295]], [[0.26148077489609256]], [[0.24582961862296246]]], "count": [117]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4395994113457349]], [[0.4443700666163901]], [[0.4379807343165187]]], "std": [[[0.2846346963967744]], [[0.28185142910664557]], [[0.28131780684063784]]], "count": [117]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3734422623037819]], [[0.36723247828333616]], [[0.38420600978995584]]], "std": [[[0.2547963469790123]], [[0.2544181088495378]], [[0.26000334119032925]]], "count": [117]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.310371994972229, 0.46755000948905945, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.09587093442678452, 0.4125085771083832, -0.5170363187789917, -1.819191575050354, 0.16571901738643646, -0.20242327451705933, -0.028379054740071297, -0.3341889977455139, -0.46759000420570374, 0.0793830007314682, 1.3550654649734497, -1.725846767425537, 0.18674008548259735, 1008.0, 331.0, 0.0006203599041327834, -0.29680269956588745, -0.8424906134605408, 1.9073292016983032, -1.0565530061721802, -0.001137196202762425], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12046262621879578, 0.02834414690732956, -0.3102880120277405, 0.4675990045070648, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.22743386030197144, 0.7075564861297607, -0.09543460607528687, -1.411901593208313, 0.4415159523487091, 0.5140692591667175, 0.4487590491771698, -0.2521800100803375, -0.3999960124492645, 0.23533999919891357, 1.7454469203948975, -1.121137022972107, 0.9064301252365112, 1008.0, 1002.0, 0.0006278793443925679, -0.2966015636920929, -0.8423519730567932, 1.907334804534912, -1.0565071105957031, -0.0004841152112931013], "mean": [-0.19951744377613068, 0.6046667098999023, 0.45139080286026, -1.4119603633880615, -0.2539139688014984, -0.12052742391824722, 0.028279723599553108, -0.3103313148021698, 0.4675728678703308, 0.22823910415172577, -1.5732377767562866, -1.1211363077163696, -0.7462766766548157, 0.13057981431484222, 0.5093516707420349, -0.36712440848350525, -1.6151554584503174, 0.28235307335853577, 0.2587313950061798, 0.33399125933647156, -0.30257970094680786, -0.4256831109523773, 0.15661941468715668, 1.516247272491455, -1.5479198694229126, 0.4498302638530731, 1008.0, 736.8800048828125, 0.0006258640787564218, -0.29666998982429504, -0.8423868417739868, 1.9073377847671509, -1.056519627571106, -0.0009534058626741171], "std": [2.5689116228022613e-05, 2.15377876884304e-05, 2.3363954824162647e-05, 2.282681998622138e-05, 2.4404789655818604e-05, 2.3477767172153108e-05, 1.6764955944381654e-05, 1.585847894602921e-05, 8.174961294571403e-06, 1.4299898793979082e-05, 1.0848045349121094e-05, 7.152557373046875e-07, 1.0728836059570312e-06, 0.08763051778078079, 0.08609271049499512, 0.12723258137702942, 0.08204739540815353, 0.07454352080821991, 0.2582968473434448, 0.11142493784427643, 0.016611475497484207, 0.013428732752799988, 0.05482538416981697, 0.10048045217990875, 0.178383931517601, 0.2551206648349762, 0.0, 308.9833068847656, 5.321516596268339e-07, 4.174151399638504e-05, 2.2933851141715422e-05, 6.46539956505876e-06, 6.9974053076293785e-06, 0.0001157254446297884], "count": [575]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.310371994972229, 0.46755000948905945, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.09587093442678452, 0.4125085771083832, -0.5170363187789917, -1.819191575050354, 0.16571901738643646, -0.2024931013584137, -0.028379054740071297, -0.3341889977455139, -0.46759000420570374, 0.0793830007314682, 1.3550654649734497, -1.725846767425537, 0.18674008548259735, 1008.0, 331.0, 0.0006203599041327834, -0.29680269956588745, -0.8424906134605408, 1.9073292016983032, -1.0565530061721802, -0.001137196202762425], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12046262621879578, 0.02834414690732956, -0.3102880120277405, 0.4675990045070648, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.22743386030197144, 0.7075564861297607, -0.09543460607528687, -1.411901593208313, 0.4415159523487091, 0.5140692591667175, 0.4487590491771698, -0.2521800100803375, -0.3999960124492645, 0.23533999919891357, 1.7454469203948975, -1.121137022972107, 0.9070443511009216, 1008.0, 1002.0, 0.0006278793443925679, -0.2966015636920929, -0.8423519730567932, 1.907334804534912, -1.0565071105957031, -0.0004841152112931013], "mean": [-0.19951744377613068, 0.6046665906906128, 0.4513908624649048, -1.4119603633880615, -0.2539139688014984, -0.12052742391824722, 0.028279753401875496, -0.3103313446044922, 0.46757280826568604, 0.22823908925056458, -1.5732377767562866, -1.1211363077163696, -0.7462766766548157, 0.1300680935382843, 0.509048581123352, -0.3665103018283844, -1.615470051765442, 0.2822023630142212, 0.25858888030052185, 0.33434751629829407, -0.30256739258766174, -0.42557960748672485, 0.15663093328475952, 1.5162991285324097, -1.5480518341064453, 0.4501110315322876, 1008.0, 736.8800048828125, 0.0006258640787564218, -0.29667019844055176, -0.8423870801925659, 1.9073377847671509, -1.0565197467803955, -0.0009531763498671353], "std": [2.5689116228022613e-05, 2.1528070647036657e-05, 2.338203375984449e-05, 2.2800562874181196e-05, 2.4404789655818604e-05, 2.3477767172153108e-05, 1.677102227404248e-05, 1.5854948287596926e-05, 8.174947652150877e-06, 1.4306120647233911e-05, 1.0848045349121094e-05, 7.152557373046875e-07, 1.0728836059570312e-06, 0.08809106051921844, 0.08606483042240143, 0.12767934799194336, 0.08161336928606033, 0.07468830794095993, 0.25852856040000916, 0.11059363931417465, 0.016608048230409622, 0.013336727395653725, 0.05484112724661827, 0.10051735490560532, 0.17809684574604034, 0.2555345594882965, 0.0, 308.98333740234375, 5.321516596268339e-07, 4.1816783777903765e-05, 2.3264643459697254e-05, 6.468653737101704e-06, 7.1632694016443565e-06, 0.00011598072160268202], "count": [575]}, "timestamp": {"min": [0.0], "max": [19.133333333333333], "mean": [9.566666666666666], "std": [5.53293171233238], "count": [575]}, "frame_index": {"min": [0], "max": [574], "mean": [287.0], "std": [165.98795136997143], "count": [575]}, "episode_index": {"min": [339], "max": [339], "mean": [339.0], "std": [0.0], "count": [575]}, "index": {"min": [203725], "max": [204299], "mean": [204012.0], "std": [165.98795136997143], "count": [575]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [575]}, "gripper_open_scale_state": {"min": [1.0, 0.3310000002384186], "max": [1.0, 1.0], "mean": [1.0, 0.7363565198753191], "std": [0.0, 0.30853533595348775], "count": [575]}, "gripper_open_scale_action": {"min": [1.0, 0.3310000002384186], "max": [1.0, 1.0], "mean": [1.0, 0.7363565198753191], "std": [0.0, 0.30853533595348775], "count": [575]}, "eef_direction_state": {"mean": [6.0, 4.32695652173913], "std": [0.0, 2.249070213265164], "min": [6, 0], "max": [6, 6], "count": [575]}, "eef_velocity_state": {"mean": [0.0, 0.6330434782608696], "std": [0.0, 0.7684792140698864], "min": [0, 0], "max": [0, 2], "count": [575]}, "eef_acc_mag_state": {"mean": [0.0, 0.5652173913043478], "std": [0.0, 0.794879643967055], "min": [0, 0], "max": [0, 2], "count": [575]}, "eef_direction_action": {"mean": [6.0, 4.32695652173913], "std": [0.0, 2.249070213265164], "min": [6, 0], "max": [6, 6], "count": [575]}, "eef_velocity_action": {"mean": [0.0, 0.6330434782608696], "std": [0.0, 0.7684792140698864], "min": [0, 0], "max": [0, 2], "count": [575]}, "eef_acc_mag_action": {"mean": [0.0, 0.5652173913043478], "std": [0.0, 0.794879643967055], "min": [0, 0], "max": [0, 2], "count": [575]}, "eef_sim_pose_state": {"mean": [-0.31033119559288025, 0.4675730764865875, 0.22823916375637054, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3025796115398407, -0.4256832003593445, 0.15661941468715668, 1.5162454843521118, -1.547919511795044, 0.44983044266700745], "std": [1.5857984180911444e-05, 8.172795787686482e-06, 1.4299708709586412e-05, 0.0, 0.0, 0.0, 0.016611473634839058, 0.013428742066025734, 0.05482541024684906, 0.10048048943281174, 0.1783839762210846, 0.2551206648349762], "min": [-0.310371994972229, 0.46755000948905945, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3341889977455139, -0.46759000420570374, 0.0793830007314682, 1.3550654649734497, -1.725846767425537, 0.18674008548259735], "max": [-0.3102880120277405, 0.4675990045070648, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2521800100803375, -0.3999960124492645, 0.23533999919891357, 1.7454469203948975, -1.121137022972107, 0.9064301252365112], "count": [575]}, "eef_sim_pose_action": {"mean": [-0.3103313148021698, 0.4675728678703308, 0.22823910415172577, -1.5732377767562866, -1.1211363077163696, -0.7462766766548157, -0.30257970094680786, -0.4256831109523773, 0.15661941468715668, 1.516247272491455, -1.5479198694229126, 0.4498302638530731], "std": [1.585847894602921e-05, 8.174961294571403e-06, 1.4299898793979082e-05, 1.0848045349121094e-05, 7.152557373046875e-07, 1.0728836059570312e-06, 0.016611475497484207, 0.013428732752799988, 0.05482538416981697, 0.10048045217990875, 0.178383931517601, 0.2551206648349762], "min": [-0.310371994972229, 0.46755000948905945, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3341889977455139, -0.46759000420570374, 0.0793830007314682, 1.3550654649734497, -1.725846767425537, 0.18674008548259735], "max": [-0.3102880120277405, 0.4675990045070648, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2521800100803375, -0.3999960124492645, 0.23533999919891357, 1.7454469203948975, -1.121137022972107, 0.9064301252365112], "count": [575]}, "gripper_mode_state": {"mean": [0.0, 0.3582608695652174], "std": [0.0, 0.4794893313761935], "min": [0, 0], "max": [0, 1], "count": [575]}, "gripper_activity_state": {"mean": [2.0, 1.7547826086956522], "std": [0.0, 0.5903931598314857], "min": [2, 0], "max": [2, 2], "count": [575]}, "gripper_mode_action": {"mean": [0.0, 0.3582608695652174], "std": [0.0, 0.4794893313761935], "min": [0, 0], "max": [0, 1], "count": [575]}, "gripper_activity_action": {"mean": [2.0, 1.7547826086956522], "std": [0.0, 0.5903931598314857], "min": [2, 0], "max": [2, 2], "count": [575]}}} +{"episode_index": 172, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41201687745098037]], [[0.4228205882352941]], [[0.4184864215686275]]], "std": [[[0.2117748067529678]], [[0.20993473608946894]], [[0.2064958818134756]]], "count": [125]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3257015833333333]], [[0.30970939052287577]], [[0.3197299640522876]]], "std": [[[0.2503364481858562]], [[0.25958512728685157]], [[0.2450697026050452]]], "count": [125]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43956881862745095]], [[0.4441100081699346]], [[0.43788674346405226]]], "std": [[[0.2845122201391779]], [[0.28191440185234173]], [[0.28154305934616447]]], "count": [125]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37069769444444445]], [[0.3695750996732026]], [[0.3727519460784314]]], "std": [[[0.23436492396313494]], [[0.23704514147662245]], [[0.23471229402708738]]], "count": [125]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.3103800117969513, 0.46754100918769836, 0.2281779944896698, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.07410667836666107, 0.2937738299369812, -0.5170887112617493, -1.8624582290649414, -0.025045473128557205, -0.16585864126682281, -0.028379054740071297, -0.33739399909973145, -0.4675920009613037, 0.07825600355863571, 1.3794701099395752, -1.7633659839630127, 0.17072801291942596, 1008.0, 329.0, 0.0006241195951588452, -0.2970659136772156, -0.8425888419151306, 1.9073259830474854, -1.0566473007202148, -0.000840082298964262], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.028326693922281265, -0.31028199195861816, 0.46759799122810364, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.22441443800926208, 0.7146425247192383, -0.053965579718351364, -1.411884069442749, 0.45462337136268616, 0.628423273563385, 0.4319515526294708, -0.2601119875907898, -0.3894509971141815, 0.2394459992647171, 1.6278504133224487, -0.9822990298271179, 1.001433253288269, 1008.0, 1003.0, 0.0006278793443925679, -0.29672378301620483, -0.8425571918487549, 1.9073307514190674, -1.0566251277923584, -0.0003474238619673997], "mean": [-0.19951285421848297, 0.6046646237373352, 0.4513894319534302, -1.411973476409912, -0.2539168894290924, -0.12054167687892914, 0.028279593214392662, -0.31032735109329224, 0.46757209300994873, 0.22823524475097656, -1.5732382535934448, -1.1211378574371338, -0.7462767362594604, 0.11651898920536041, 0.4844765365123749, -0.3592466711997986, -1.640518307685852, 0.2611980438232422, 0.2809063196182251, 0.28902381658554077, -0.3000212609767914, -0.4237208068370819, 0.15337017178535461, 1.484483003616333, -1.5243949890136719, 0.48067736625671387, 1008.0, 740.2384643554688, 0.000626090622972697, -0.2968471646308899, -0.8425717949867249, 1.9073381423950195, -1.0566351413726807, -0.0006890057120472193], "std": [2.5062356144189835e-05, 2.2498477846966125e-05, 2.4771674361545593e-05, 1.7147132894024253e-05, 2.3847698685131036e-05, 2.1637424651999027e-05, 1.6935602616285905e-05, 1.544368569739163e-05, 8.211062777263578e-06, 1.4346898751682602e-05, 1.1324882507324219e-05, 8.344650268554688e-07, 1.1324882507324219e-06, 0.0976049154996872, 0.09133993089199066, 0.13767313957214355, 0.08999037742614746, 0.11565670371055603, 0.24633578956127167, 0.13923698663711548, 0.01748514361679554, 0.014907686039805412, 0.05159587040543556, 0.0651104599237442, 0.21604283154010773, 0.28343912959098816, 0.0, 310.9346923828125, 5.272160024105688e-07, 5.7212248066207394e-05, 5.261255410005106e-06, 9.14648626348935e-06, 5.818122644996038e-06, 4.6826167817926034e-05], "count": [629]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.3103800117969513, 0.46754100918769836, 0.2281779944896698, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.07410667836666107, 0.2937738299369812, -0.5170887112617493, -1.8624582290649414, -0.025045473128557205, -0.16585864126682281, -0.028379054740071297, -0.33739399909973145, -0.4675920009613037, 0.07825600355863571, 1.3794701099395752, -1.7633659839630127, 0.17072801291942596, 1008.0, 329.0, 0.0006241195951588452, -0.2970659136772156, -0.8425888419151306, 1.9073259830474854, -1.0566473007202148, -0.000840082298964262], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.028326693922281265, -0.31028199195861816, 0.46759799122810364, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.22441443800926208, 0.7146425247192383, -0.053965579718351364, -1.411884069442749, 0.45462337136268616, 0.628423273563385, 0.4319515526294708, -0.2601119875907898, -0.3894509971141815, 0.2394459992647171, 1.6278504133224487, -0.9822990298271179, 1.001433253288269, 1008.0, 1003.0, 0.0006278793443925679, -0.29672378301620483, -0.8425571918487549, 1.9073307514190674, -1.0566251277923584, -0.0003474238619673997], "mean": [-0.19951286911964417, 0.6046646237373352, 0.45138946175575256, -1.411973476409912, -0.2539168894290924, -0.12054181098937988, 0.0282796211540699, -0.31032732129096985, 0.4675721526145935, 0.22823521494865417, -1.5732382535934448, -1.1211378574371338, -0.7462767362594604, 0.1160932183265686, 0.48399922251701355, -0.3586351275444031, -1.6407806873321533, 0.26077255606651306, 0.28087615966796875, 0.2890576124191284, -0.3000129461288452, -0.42364731431007385, 0.1533806174993515, 1.4842982292175293, -1.5242152214050293, 0.4810478985309601, 1008.0, 740.2416381835938, 0.0006260846275836229, -0.29684752225875854, -0.8425719141960144, 1.9073381423950195, -1.0566351413726807, -0.0006893739337101579], "std": [2.5066932721529156e-05, 2.249847966595553e-05, 2.4744220354477875e-05, 1.7147132894024253e-05, 2.3847698685131036e-05, 2.1633552023558877e-05, 1.69413451658329e-05, 1.5458230336662382e-05, 8.214443369070068e-06, 1.43554643727839e-05, 1.1324882507324219e-05, 8.344650268554688e-07, 1.1324882507324219e-06, 0.09782582521438599, 0.09149502962827682, 0.13811588287353516, 0.08956287056207657, 0.11617361009120941, 0.24638627469539642, 0.1391625851392746, 0.017481490969657898, 0.014804942533373833, 0.05161164328455925, 0.06502320617437363, 0.21642489731311798, 0.2839376926422119, 0.0, 310.9364013671875, 5.282336701384338e-07, 5.778212289442308e-05, 5.26684925716836e-06, 9.150684491032735e-06, 5.8323662415205035e-06, 4.6930268581490964e-05], "count": [629]}, "timestamp": {"min": [0.0], "max": [20.933333333333334], "mean": [10.466666666666665], "std": [6.052547672950073], "count": [629]}, "frame_index": {"min": [0], "max": [628], "mean": [314.0], "std": [181.57643018850217], "count": [629]}, "episode_index": {"min": [341], "max": [341], "mean": [341.0], "std": [0.0], "count": [629]}, "index": {"min": [204935], "max": [205563], "mean": [205249.0], "std": [181.57643018850217], "count": [629]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [629]}, "gripper_open_scale_state": {"min": [1.0, 0.32899999618530273], "max": [1.0, 1.0], "mean": [1.0, 0.7389109701344622], "std": [0.0, 0.30981460349045514], "count": [629]}, "gripper_open_scale_action": {"min": [1.0, 0.32899999618530273], "max": [1.0, 1.0], "mean": [1.0, 0.7389109701344622], "std": [0.0, 0.30981460349045514], "count": [629]}, "eef_direction_state": {"mean": [6.0, 4.651828298887122], "std": [0.0, 2.0373111107372948], "min": [6, 0], "max": [6, 6], "count": [629]}, "eef_velocity_state": {"mean": [0.0, 0.5500794912559619], "std": [0.0, 0.7305207498888606], "min": [0, 0], "max": [0, 2], "count": [629]}, "eef_acc_mag_state": {"mean": [0.0, 0.505564387917329], "std": [0.0, 0.7744227294050836], "min": [0, 0], "max": [0, 2], "count": [629]}, "eef_direction_action": {"mean": [6.0, 4.651828298887122], "std": [0.0, 2.0373111107372948], "min": [6, 0], "max": [6, 6], "count": [629]}, "eef_velocity_action": {"mean": [0.0, 0.5500794912559619], "std": [0.0, 0.7305207498888606], "min": [0, 0], "max": [0, 2], "count": [629]}, "eef_acc_mag_action": {"mean": [0.0, 0.505564387917329], "std": [0.0, 0.7744227294050836], "min": [0, 0], "max": [0, 2], "count": [629]}, "eef_sim_pose_state": {"mean": [-0.3103272020816803, 0.4675719439983368, 0.2282351702451706, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.3000212013721466, -0.4237205982208252, 0.1533702164888382, 1.4844812154769897, -1.5243949890136719, 0.4806775748729706], "std": [1.5442672520293854e-05, 8.210224223148543e-06, 1.4346690477395896e-05, 0.0, 0.0, 5.960464477539063e-08, 0.017485149204730988, 0.014907690696418285, 0.051595840603113174, 0.06511043757200241, 0.21604277193546295, 0.2834390699863434], "min": [-0.3103800117969513, 0.46754100918769836, 0.2281779944896698, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33739399909973145, -0.4675920009613037, 0.07825600355863571, 1.3794701099395752, -1.7633659839630127, 0.17072801291942596], "max": [-0.31028199195861816, 0.46759799122810364, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2601119875907898, -0.3894509971141815, 0.2394459992647171, 1.6278504133224487, -0.9822990298271179, 1.001433253288269], "count": [629]}, "eef_sim_pose_action": {"mean": [-0.31032735109329224, 0.46757209300994873, 0.22823524475097656, -1.5732382535934448, -1.1211378574371338, -0.7462767362594604, -0.3000212609767914, -0.4237208068370819, 0.15337017178535461, 1.484483003616333, -1.5243949890136719, 0.48067736625671387], "std": [1.544368569739163e-05, 8.211062777263578e-06, 1.4346898751682602e-05, 1.1324882507324219e-05, 8.344650268554688e-07, 1.1324882507324219e-06, 0.01748514361679554, 0.014907686039805412, 0.05159587040543556, 0.0651104599237442, 0.21604283154010773, 0.28343912959098816], "min": [-0.3103800117969513, 0.46754100918769836, 0.2281779944896698, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33739399909973145, -0.4675920009613037, 0.07825600355863571, 1.3794701099395752, -1.7633659839630127, 0.17072801291942596], "max": [-0.31028199195861816, 0.46759799122810364, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2601119875907898, -0.3894509971141815, 0.2394459992647171, 1.6278504133224487, -0.9822990298271179, 1.001433253288269], "count": [629]}, "gripper_mode_state": {"mean": [0.0, 0.356120826709062], "std": [0.0, 0.4788515255203008], "min": [0, 0], "max": [0, 1], "count": [629]}, "gripper_activity_state": {"mean": [2.0, 1.7790143084260732], "std": [0.0, 0.5642826655704667], "min": [2, 0], "max": [2, 2], "count": [629]}, "gripper_mode_action": {"mean": [0.0, 0.356120826709062], "std": [0.0, 0.47885152552030086], "min": [0, 0], "max": [0, 1], "count": [629]}, "gripper_activity_action": {"mean": [2.0, 1.7790143084260732], "std": [0.0, 0.5642826655704667], "min": [2, 0], "max": [2, 2], "count": [629]}}} +{"episode_index": 173, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41292509486577]], [[0.42361980939069843]], [[0.419196313063793]]], "std": [[[0.21184020389736177]], [[0.21005008907859282]], [[0.2064093706137072]]], "count": [121]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32861035488575596]], [[0.3104895073731972]], [[0.32565515617403984]]], "std": [[[0.2496749860050384]], [[0.258856455048352]], [[0.24426925784805625]]], "count": [121]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44064839234591907]], [[0.4453553567087992]], [[0.43870305325987147]]], "std": [[[0.2851661688232205]], [[0.2823445554698612]], [[0.28202852915339655]]], "count": [121]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38567770789445255]], [[0.3849105493437044]], [[0.38807503848646896]]], "std": [[[0.23554317689073537]], [[0.23813429993261845]], [[0.23693466164287907]]], "count": [121]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12061969935894012, 0.02822197414934635, -0.3103789985179901, 0.46754899621009827, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.10461503267288208, 0.3920184075832367, -0.5172109007835388, -1.833520770072937, 0.17088519036769867, -0.36596065759658813, -0.028326693922281265, -0.32712700963020325, -0.467602014541626, 0.08107999712228775, 1.2777235507965088, -1.737688660621643, 0.1956147700548172, 1006.0, 330.0, 0.0006222397787496448, -0.2970696687698364, -0.8425349593162537, 1.9073283672332764, -1.0567131042480469, -0.0009501947788521647], "max": [-0.19945622980594635, 0.6047391295433044, 0.45148175954818726, -1.411901593208313, -0.25385814905166626, -0.12046262621879578, 0.02834414690732956, -0.31029000878334045, 0.4675999879837036, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.22579325735569, 0.7548723220825195, -0.04122467711567879, -1.4119539260864258, 0.5283809900283813, 0.5042954087257385, 0.39906951785087585, -0.26190701127052307, -0.3864629864692688, 0.2517780065536499, 1.7196967601776123, -1.1100988388061523, 1.044622540473938, 1008.0, 1003.0, 0.0006259994697757065, -0.2965865433216095, -0.8422726988792419, 1.9073394536972046, -1.056663155555725, -1.993415571632795e-05], "mean": [-0.19951702654361725, 0.6046649813652039, 0.4513949751853943, -1.411964774131775, -0.25391530990600586, -0.12052766978740692, 0.02827903814613819, -0.3103325366973877, 0.4675721228122711, 0.22823640704154968, -1.5732380151748657, -1.1211371421813965, -0.7462766766548157, 0.06298957765102386, 0.4946434497833252, -0.304832398891449, -1.6396496295928955, 0.28523534536361694, 0.18587926030158997, 0.2712385058403015, -0.30067959427833557, -0.41826239228248596, 0.17195476591587067, 1.5021363496780396, -1.4913471937179565, 0.5758726596832275, 1007.9967041015625, 786.7940063476562, 0.0006248626159504056, -0.29671984910964966, -0.842441737651825, 1.907338261604309, -1.0566996335983276, -0.0008921648841351271], "std": [2.43383547058329e-05, 2.3455337213817984e-05, 2.412950743746478e-05, 1.9462166164885275e-05, 2.429724918329157e-05, 2.214438973169308e-05, 1.7255535567528568e-05, 1.5438095942954533e-05, 8.206757229345385e-06, 1.3869806025468279e-05, 1.1086463928222656e-05, 1.1920928955078125e-07, 1.0728836059570312e-06, 0.09836265444755554, 0.1012629047036171, 0.14452579617500305, 0.07903558760881424, 0.10129202902317047, 0.2733909487724304, 0.11298955231904984, 0.016532298177480698, 0.014028996229171753, 0.05615031719207764, 0.11400279402732849, 0.2050291746854782, 0.28026309609413147, 0.0814465805888176, 295.07904052734375, 9.627869985706639e-07, 4.0025544876698405e-05, 2.5167364583467133e-05, 6.9772704591741785e-06, 5.908694220124744e-06, 6.795985245844349e-05], "count": [602]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12061969935894012, 0.02822197414934635, -0.3103789985179901, 0.46754899621009827, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.10461503267288208, 0.3920184075832367, -0.5172109007835388, -1.833520770072937, 0.17088519036769867, -0.36596065759658813, -0.028326693922281265, -0.32712700963020325, -0.467602014541626, 0.08107999712228775, 1.2777235507965088, -1.737688660621643, 0.1956147700548172, 1006.0, 330.0, 0.0006222397787496448, -0.2970696687698364, -0.8425349593162537, 1.9073283672332764, -1.0567131042480469, -0.0009501947788521647], "max": [-0.19945622980594635, 0.6047391295433044, 0.45148175954818726, -1.411901593208313, -0.25385814905166626, -0.12046262621879578, 0.02834414690732956, -0.31029000878334045, 0.4675999879837036, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.22579325735569, 0.7548723220825195, -0.04122467711567879, -1.4119539260864258, 0.5283809900283813, 0.5042954087257385, 0.39906951785087585, -0.26190701127052307, -0.3864629864692688, 0.2517780065536499, 1.7196967601776123, -1.1100988388061523, 1.044622540473938, 1008.0, 1003.0, 0.0006259994697757065, -0.2965865433216095, -0.8422726988792419, 1.9073394536972046, -1.056663155555725, -1.993415571632795e-05], "mean": [-0.19951702654361725, 0.6046649217605591, 0.45139503479003906, -1.4119646549224854, -0.25391530990600586, -0.12052765488624573, 0.028278980404138565, -0.3103325664997101, 0.4675721228122711, 0.2282363474369049, -1.5732380151748657, -1.1211371421813965, -0.7462766766548157, 0.06248446926474571, 0.49431151151657104, -0.3041589856147766, -1.6398956775665283, 0.28511545062065125, 0.18550966680049896, 0.27158570289611816, -0.3006557524204254, -0.4181584417819977, 0.17199234664440155, 1.5022637844085693, -1.4913560152053833, 0.5763493776321411, 1007.9967041015625, 786.7940063476562, 0.0006248594727367163, -0.2967197597026825, -0.8424416184425354, 1.907338261604309, -1.0566996335983276, -0.0008921034168452024], "std": [2.43383547058329e-05, 2.345628854527604e-05, 2.407841748208739e-05, 1.949652869370766e-05, 2.429724918329157e-05, 2.21444497583434e-05, 1.7271211618208326e-05, 1.5411698768730275e-05, 8.193957000912633e-06, 1.3825252608512528e-05, 1.1086463928222656e-05, 1.1920928955078125e-07, 1.0728836059570312e-06, 0.09844092279672623, 0.10122917592525482, 0.14478541910648346, 0.07855536043643951, 0.10137175768613815, 0.2739547789096832, 0.11238805204629898, 0.016528701409697533, 0.013894406147301197, 0.056195519864559174, 0.11412522196769714, 0.20501334965229034, 0.280796080827713, 0.0814465805888176, 295.07904052734375, 9.621435310691595e-07, 3.992877827840857e-05, 2.4939852664829232e-05, 6.9736697696498595e-06, 5.924599463469349e-06, 6.793085049139336e-05], "count": [602]}, "timestamp": {"min": [0.0], "max": [20.033333333333335], "mean": [10.016666666666667], "std": [5.792739708750371], "count": [602]}, "frame_index": {"min": [0], "max": [601], "mean": [300.5], "std": [173.78219126251113], "count": [602]}, "episode_index": {"min": [343], "max": [343], "mean": [343.0], "std": [0.0], "count": [602]}, "index": {"min": [206251], "max": [206852], "mean": [206551.5], "std": [173.78219126251113], "count": [602]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [602]}, "gripper_open_scale_state": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.7857109648345713], "std": [0.0, 0.29428965337108715], "count": [602]}, "gripper_open_scale_action": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.7857109648345713], "std": [0.0, 0.29428965337108715], "count": [602]}, "eef_direction_state": {"mean": [6.0, 4.661129568106312], "std": [0.0, 1.9677087675373444], "min": [6, 0], "max": [6, 6], "count": [602]}, "eef_velocity_state": {"mean": [0.0, 0.6029900332225914], "std": [0.0, 0.7734319878100278], "min": [0, 0], "max": [0, 2], "count": [602]}, "eef_acc_mag_state": {"mean": [0.0, 0.5764119601328903], "std": [0.0, 0.8079598295106021], "min": [0, 0], "max": [0, 2], "count": [602]}, "eef_direction_action": {"mean": [6.0, 4.661129568106312], "std": [0.0, 1.9677087675373444], "min": [6, 0], "max": [6, 6], "count": [602]}, "eef_velocity_action": {"mean": [0.0, 0.6029900332225914], "std": [0.0, 0.7734319878100278], "min": [0, 0], "max": [0, 2], "count": [602]}, "eef_acc_mag_action": {"mean": [0.0, 0.5764119601328903], "std": [0.0, 0.8079598295106021], "min": [0, 0], "max": [0, 2], "count": [602]}, "eef_sim_pose_state": {"mean": [-0.3103325366973877, 0.467571884393692, 0.2282363772392273, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.30067944526672363, -0.41826221346855164, 0.1719549000263214, 1.5021368265151978, -1.4913443326950073, 0.5758726000785828], "std": [1.5438108675880358e-05, 8.203778634197079e-06, 1.3869798749510664e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.01653229631483555, 0.014028995297849178, 0.05615031346678734, 0.11400289088487625, 0.2050291895866394, 0.28026294708251953], "min": [-0.3103789985179901, 0.46754899621009827, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32712700963020325, -0.467602014541626, 0.08107999712228775, 1.2777235507965088, -1.737688660621643, 0.1956147700548172], "max": [-0.31029000878334045, 0.4675999879837036, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.26190701127052307, -0.3864629864692688, 0.2517780065536499, 1.7196967601776123, -1.1100988388061523, 1.044622540473938], "count": [602]}, "eef_sim_pose_action": {"mean": [-0.3103325366973877, 0.4675721228122711, 0.22823640704154968, -1.5732380151748657, -1.1211371421813965, -0.7462766766548157, -0.30067959427833557, -0.41826239228248596, 0.17195476591587067, 1.5021363496780396, -1.4913471937179565, 0.5758726596832275], "std": [1.5438095942954533e-05, 8.206757229345385e-06, 1.3869806025468279e-05, 1.1086463928222656e-05, 1.1920928955078125e-07, 1.0728836059570312e-06, 0.016532298177480698, 0.014028996229171753, 0.05615031719207764, 0.11400279402732849, 0.2050291746854782, 0.28026309609413147], "min": [-0.3103789985179901, 0.46754899621009827, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32712700963020325, -0.467602014541626, 0.08107999712228775, 1.2777235507965088, -1.737688660621643, 0.1956147700548172], "max": [-0.31029000878334045, 0.4675999879837036, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.26190701127052307, -0.3864629864692688, 0.2517780065536499, 1.7196967601776123, -1.1100988388061523, 1.044622540473938], "count": [602]}, "gripper_mode_state": {"mean": [0.0, 0.2857142857142857], "std": [0.0, 0.4517539514526237], "min": [0, 0], "max": [0, 1], "count": [602]}, "gripper_activity_state": {"mean": [2.0, 1.7691029900332227], "std": [0.0, 0.5748108393384376], "min": [2, 0], "max": [2, 2], "count": [602]}, "gripper_mode_action": {"mean": [0.0, 0.2857142857142857], "std": [0.0, 0.4517539514526237], "min": [0, 0], "max": [0, 1], "count": [602]}, "gripper_activity_action": {"mean": [2.0, 1.7691029900332227], "std": [0.0, 0.5748108393384376], "min": [2, 0], "max": [2, 2], "count": [602]}}} +{"episode_index": 174, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4118932103543172]], [[0.4225911413542025]], [[0.41844600855693154]]], "std": [[[0.21099137526096495]], [[0.20922103017419152]], [[0.2052288572113986]]], "count": [114]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33617960060486185]], [[0.31893571551427585]], [[0.33192100784027057]]], "std": [[[0.25331894316151954]], [[0.2628519646948725]], [[0.2491530664751073]]], "count": [114]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4378769600676528]], [[0.4427448292913657]], [[0.4363160456799679]]], "std": [[[0.2807237929667231]], [[0.27836517586952686]], [[0.2780628324509572]]], "count": [114]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4041480316907465]], [[0.3986179193899782]], [[0.41041190982972137]]], "std": [[[0.2744770851932906]], [[0.27714535277268243]], [[0.27529273555694345]]], "count": [114]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12072442471981049, 0.02822197414934635, -0.3103660047054291, 0.4675469994544983, 0.22818200290203094, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, -0.23122122883796692, 0.29916688799858093, -0.4959876537322998, -1.939322590827942, 0.0650833323597908, -0.1722290962934494, -0.028379054740071297, -0.33462101221084595, -0.46761101484298706, 0.07976800203323364, 1.2514894008636475, -1.7448612451553345, 0.2855849266052246, 1008.0, 329.0, 0.0006222397787496448, -0.29690611362457275, -0.8425872921943665, 1.9073259830474854, -1.0567915439605713, -0.000989113817922771], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102779984474182, 0.46759700775146484, 0.22828100621700287, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, 0.19964821636676788, 0.707870602607727, -0.0694117471575737, -1.411901593208313, 0.44233623147010803, 0.48343873023986816, 0.3658384680747986, -0.2693980038166046, -0.35842299461364746, 0.2284960001707077, 1.5853631496429443, -1.121137022972107, 1.0311670303344727, 1008.0, 1003.0, 0.0006259994697757065, -0.29651132225990295, -0.8424177169799805, 1.907334804534912, -1.0566892623901367, -0.0006160603370517492], "mean": [-0.19951558113098145, 0.6046661138534546, 0.4513888657093048, -1.4119725227355957, -0.2539103329181671, -0.12054052203893661, 0.02827848680317402, -0.31032595038414, 0.4675723910331726, 0.22823505103588104, -1.5732364654541016, -1.121137022972107, -0.7462754845619202, -0.011746399104595184, 0.4412088692188263, -0.2845558226108551, -1.6817657947540283, 0.23036417365074158, 0.17543666064739227, 0.17087732255458832, -0.3101727366447449, -0.40385594964027405, 0.1669384092092514, 1.4457910060882568, -1.4349231719970703, 0.6472718119621277, 1008.0, 821.584228515625, 0.0006241303053684533, -0.29666391015052795, -0.8425057530403137, 1.9073374271392822, -1.056726336479187, -0.0008588021737523377], "std": [2.4807255613268353e-05, 1.9906665329472162e-05, 2.4210254196077585e-05, 2.1685706087737344e-05, 2.2925200028112158e-05, 2.271253106300719e-05, 1.6600430171820335e-05, 1.484071708546253e-05, 7.953212843858637e-06, 1.404594695486594e-05, 3.0153758416417986e-05, 3.0107608836260624e-05, 2.8114340238971636e-05, 0.13008008897304535, 0.10577313601970673, 0.14716148376464844, 0.09830788522958755, 0.1064179390668869, 0.2454512119293213, 0.12704908847808838, 0.015492809936404228, 0.022916099056601524, 0.051764462143182755, 0.09040950983762741, 0.2040242701768875, 0.26937344670295715, 0.0, 277.1880187988281, 2.1030851371506287e-07, 7.508906128350645e-05, 4.696156247518957e-05, 7.713140803389251e-06, 3.5131746699335054e-05, 5.536881144507788e-05], "count": [558]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12072442471981049, 0.02822197414934635, -0.3103660047054291, 0.4675469994544983, 0.22818200290203094, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, -0.23122122883796692, 0.29916688799858093, -0.4959876537322998, -1.939322590827942, 0.0650833323597908, -0.1722290962934494, -0.028379054740071297, -0.33462101221084595, -0.46761101484298706, 0.07976800203323364, 1.2514894008636475, -1.7448612451553345, 0.2855849266052246, 1008.0, 329.0, 0.0006222397787496448, -0.29690611362457275, -0.8425872921943665, 1.9073259830474854, -1.0567915439605713, -0.000989113817922771], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102779984474182, 0.46759700775146484, 0.22828100621700287, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, 0.19964821636676788, 0.707870602607727, -0.0694117471575737, -1.411901593208313, 0.44233623147010803, 0.48343873023986816, 0.3658384680747986, -0.2693980038166046, -0.35842299461364746, 0.2284960001707077, 1.5853631496429443, -1.121137022972107, 1.0311670303344727, 1008.0, 1003.0, 0.0006259994697757065, -0.29651132225990295, -0.8424177169799805, 1.907334804534912, -1.0566892623901367, -0.0006160603370517492], "mean": [-0.19951555132865906, 0.6046659350395203, 0.4513888657093048, -1.4119724035263062, -0.25391024351119995, -0.120540551841259, 0.028278488665819168, -0.31032595038414, 0.4675723910331726, 0.22823503613471985, -1.5732364654541016, -1.121137022972107, -0.7462754845619202, -0.012509404681622982, 0.4406687319278717, -0.28387269377708435, -1.682306170463562, 0.23004281520843506, 0.17564675211906433, 0.17108026146888733, -0.31020915508270264, -0.40368732810020447, 0.16690693795681, 1.4454243183135986, -1.4351458549499512, 0.6475037336349487, 1008.0, 821.584228515625, 0.0006241303053684533, -0.29666364192962646, -0.842505931854248, 1.9073374271392822, -1.0567264556884766, -0.000858752871863544], "std": [2.4805249267956242e-05, 1.9996792616439052e-05, 2.422880606900435e-05, 2.1708610802306794e-05, 2.2875858121551573e-05, 2.271333687531296e-05, 1.6600388335064054e-05, 1.483563846704783e-05, 7.952477972139604e-06, 1.4045614989299793e-05, 3.0153758416417986e-05, 3.0107608836260624e-05, 2.8114340238971636e-05, 0.13008692860603333, 0.1057063564658165, 0.14727000892162323, 0.09764953702688217, 0.1066167801618576, 0.24524793028831482, 0.1268208920955658, 0.01551701407879591, 0.022792447358369827, 0.05173247307538986, 0.090306855738163, 0.20374923944473267, 0.269514262676239, 0.0, 277.1880187988281, 2.1030851371506287e-07, 7.515190372942016e-05, 4.7042809455888346e-05, 7.724383976892568e-06, 3.5197441320633516e-05, 5.535046147997491e-05], "count": [558]}, "timestamp": {"min": [0.0], "max": [18.566666666666666], "mean": [9.283333333333333], "std": [5.369348881140748], "count": [558]}, "frame_index": {"min": [0], "max": [557], "mean": [278.5], "std": [161.08046643422244], "count": [558]}, "episode_index": {"min": [344], "max": [344], "mean": [344.0], "std": [0.0], "count": [558]}, "index": {"min": [206853], "max": [207410], "mean": [207131.5], "std": [161.08046643422244], "count": [558]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [558]}, "gripper_open_scale_state": {"min": [1.0, 0.32899999618530273], "max": [1.0, 1.0], "mean": [1.0, 0.8203727605629139], "std": [0.0, 0.27639909996184225], "count": [558]}, "gripper_open_scale_action": {"min": [1.0, 0.32899999618530273], "max": [1.0, 1.0], "mean": [1.0, 0.8203727605629139], "std": [0.0, 0.27639909996184225], "count": [558]}, "eef_direction_state": {"mean": [6.0, 4.611111111111111], "std": [0.0, 1.9732126848067528], "min": [6, 0], "max": [6, 6], "count": [558]}, "eef_velocity_state": {"mean": [0.0, 0.5967741935483871], "std": [0.0, 0.7670104343221945], "min": [0, 0], "max": [0, 2], "count": [558]}, "eef_acc_mag_state": {"mean": [0.0, 0.5519713261648745], "std": [0.0, 0.7919768283661158], "min": [0, 0], "max": [0, 2], "count": [558]}, "eef_direction_action": {"mean": [6.0, 4.611111111111111], "std": [0.0, 1.9732126848067528], "min": [6, 0], "max": [6, 6], "count": [558]}, "eef_velocity_action": {"mean": [0.0, 0.5967741935483871], "std": [0.0, 0.7670104343221945], "min": [0, 0], "max": [0, 2], "count": [558]}, "eef_acc_mag_action": {"mean": [0.0, 0.5519713261648745], "std": [0.0, 0.7919768283661158], "min": [0, 0], "max": [0, 2], "count": [558]}, "eef_sim_pose_state": {"mean": [-0.3103259205818176, 0.46757227182388306, 0.22823511064052582, -1.573225736618042, -1.121138334274292, -0.7462743520736694, -0.3101729154586792, -0.403856098651886, 0.16693833470344543, 1.4457921981811523, -1.4349234104156494, 0.6472707390785217], "std": [1.4840729818388354e-05, 7.952568921609782e-06, 1.4045753232494462e-05, 2.81797802017536e-05, 3.0080636861384846e-05, 2.8094133085687645e-05, 0.015492808073759079, 0.022916104644536972, 0.05176445096731186, 0.09040947258472443, 0.2040242850780487, 0.26937335729599], "min": [-0.3103660047054291, 0.4675469994544983, 0.22818200290203094, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, -0.33462101221084595, -0.46761101484298706, 0.07976800203323364, 1.2514894008636475, -1.7448612451553345, 0.2855849266052246], "max": [-0.3102779984474182, 0.46759700775146484, 0.22828100621700287, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, -0.2693980038166046, -0.35842299461364746, 0.2284960001707077, 1.5853631496429443, -1.121137022972107, 1.0311670303344727], "count": [558]}, "eef_sim_pose_action": {"mean": [-0.31032595038414, 0.4675723910331726, 0.22823505103588104, -1.5732364654541016, -1.121137022972107, -0.7462754845619202, -0.3101727366447449, -0.40385594964027405, 0.1669384092092514, 1.4457910060882568, -1.4349231719970703, 0.6472718119621277], "std": [1.484071708546253e-05, 7.953212843858637e-06, 1.404594695486594e-05, 3.0153758416417986e-05, 3.0107608836260624e-05, 2.8114340238971636e-05, 0.015492809936404228, 0.022916099056601524, 0.051764462143182755, 0.09040950983762741, 0.2040242701768875, 0.26937344670295715], "min": [-0.3103660047054291, 0.4675469994544983, 0.22818200290203094, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, -0.33462101221084595, -0.46761101484298706, 0.07976800203323364, 1.2514894008636475, -1.7448612451553345, 0.2855849266052246], "max": [-0.3102779984474182, 0.46759700775146484, 0.22828100621700287, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, -0.2693980038166046, -0.35842299461364746, 0.2284960001707077, 1.5853631496429443, -1.121137022972107, 1.0311670303344727], "count": [558]}, "gripper_mode_state": {"mean": [0.0, 0.23118279569892472], "std": [0.0, 0.4215890305401139], "min": [0, 0], "max": [0, 1], "count": [558]}, "gripper_activity_state": {"mean": [2.0, 1.7544802867383513], "std": [0.0, 0.588668078157983], "min": [2, 0], "max": [2, 2], "count": [558]}, "gripper_mode_action": {"mean": [0.0, 0.23118279569892472], "std": [0.0, 0.4215890305401139], "min": [0, 0], "max": [0, 1], "count": [558]}, "gripper_activity_action": {"mean": [2.0, 1.7544802867383513], "std": [0.0, 0.588668078157983], "min": [2, 0], "max": [2, 2], "count": [558]}}} +{"episode_index": 175, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41274899346405225]], [[0.4236630620915033]], [[0.4194111029411765]]], "std": [[[0.21174807335480747]], [[0.20975444249480074]], [[0.20625121424085613]]], "count": [125]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3276490424836601]], [[0.31119705392156866]], [[0.3286744183006536]]], "std": [[[0.251594572449876]], [[0.2604711129578773]], [[0.2480847541103305]]], "count": [125]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44209557516339865]], [[0.4465575784313725]], [[0.44013406209150324]]], "std": [[[0.28564149825415386]], [[0.2830660116953493]], [[0.2826300640186826]]], "count": [125]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38152590196078434]], [[0.3808975]], [[0.3864389068627451]]], "std": [[[0.23999429720996945]], [[0.24196261925415466]], [[0.24049731925350443]]], "count": [125]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25394541025161743, -0.12060225009918213, 0.02822197414934635, -0.3103730082511902, 0.46755099296569824, 0.22818799316883087, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.11423180252313614, 0.3568849265575409, -0.570914626121521, -1.8164165019989014, 0.09749408811330795, -0.3079633414745331, -0.028379054740071297, -0.33045798540115356, -0.46759700775146484, 0.08095899969339371, 1.2940391302108765, -1.715561866760254, 0.08085380494594574, 1008.0, 330.0, 0.0006222397787496448, -0.2963722348213196, -0.8424803018569946, 1.90733003616333, -1.0567678213119507, -0.0009036817355081439], "max": [-0.19945622980594635, 0.6047391295433044, 0.45148175954818726, -1.411919116973877, -0.25382325053215027, -0.12049752473831177, 0.028326693922281265, -0.3102869987487793, 0.4675920009613037, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3159220516681671, 0.6951471567153931, -0.08255407214164734, -1.411901593208313, 0.4478864073753357, 0.5285205841064453, 0.4882034957408905, -0.256756991147995, -0.3939580023288727, 0.2457900047302246, 1.7649593353271484, -1.0720398426055908, 1.0294599533081055, 1008.0, 1003.0, 0.0006259994697757065, -0.2962387502193451, -0.8423329591751099, 1.9073331356048584, -1.0567463636398315, -0.0005676488508470356], "mean": [-0.19951480627059937, 0.6046663522720337, 0.45138993859291077, -1.4119685888290405, -0.25388771295547485, -0.12055323272943497, 0.028278153389692307, -0.3103272616863251, 0.46757206320762634, 0.22823649644851685, -1.5732381343841553, -1.1211377382278442, -0.7462767362594604, 0.11054510623216629, 0.5104694366455078, -0.34871530532836914, -1.615959644317627, 0.2640823721885681, 0.21950414776802063, 0.2937665283679962, -0.3033390939235687, -0.42342159152030945, 0.16707687079906464, 1.510371446609497, -1.4880038499832153, 0.4899781346321106, 1008.0, 771.8256225585938, 0.0006241562077775598, -0.29632866382598877, -0.8423691391944885, 1.9073386192321777, -1.056759238243103, -0.0008101072162389755], "std": [2.5624074623920023e-05, 1.9405295461183414e-05, 2.5074585209949873e-05, 1.76839494088199e-05, 2.2758538761991076e-05, 1.871376662165858e-05, 1.555494782223832e-05, 1.4467826076725032e-05, 7.903999176051002e-06, 1.2897161468572449e-05, 1.1205673217773438e-05, 7.152557373046875e-07, 1.1324882507324219e-06, 0.11890174448490143, 0.0877881571650505, 0.1465500295162201, 0.08937776833772659, 0.09770289063453674, 0.2841099798679352, 0.1565818190574646, 0.01822909153997898, 0.015407401137053967, 0.057173848152160645, 0.11358688026666641, 0.21440163254737854, 0.3047020435333252, 0.0, 301.2869873046875, 5.410292374108394e-07, 1.2335628525761422e-05, 3.6368510336615145e-05, 7.861008270992897e-06, 4.56908537671552e-06, 5.11686630488839e-05], "count": [625]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25394541025161743, -0.12060225009918213, 0.02822197414934635, -0.3103730082511902, 0.46755099296569824, 0.22818799316883087, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.11423180252313614, 0.3568849265575409, -0.570914626121521, -1.8164165019989014, 0.09749408811330795, -0.3079633414745331, -0.028379054740071297, -0.33045798540115356, -0.46759700775146484, 0.08095899969339371, 1.2940391302108765, -1.715561866760254, 0.08085380494594574, 1008.0, 330.0, 0.0006222397787496448, -0.2963722348213196, -0.8424803018569946, 1.90733003616333, -1.0567678213119507, -0.0009036817355081439], "max": [-0.19945622980594635, 0.6047391295433044, 0.45148175954818726, -1.411919116973877, -0.25382325053215027, -0.12049752473831177, 0.028326693922281265, -0.3102869987487793, 0.4675920009613037, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3159220516681671, 0.6951471567153931, -0.08255407214164734, -1.411901593208313, 0.4478864073753357, 0.5285205841064453, 0.4882034957408905, -0.256756991147995, -0.3939580023288727, 0.2457900047302246, 1.7649593353271484, -1.0720398426055908, 1.0294599533081055, 1008.0, 1003.0, 0.0006259994697757065, -0.2962387502193451, -0.8423329591751099, 1.9073331356048584, -1.0567463636398315, -0.0005676488508470356], "mean": [-0.19951486587524414, 0.6046664714813232, 0.45138993859291077, -1.41196870803833, -0.25388768315315247, -0.12055317312479019, 0.028278183192014694, -0.3103272318840027, 0.4675721228122711, 0.22823649644851685, -1.5732381343841553, -1.1211377382278442, -0.7462767362594604, 0.11008981615304947, 0.5100787281990051, -0.3481290638446808, -1.6161038875579834, 0.2638333737850189, 0.21920421719551086, 0.29388946294784546, -0.3033584654331207, -0.4233305752277374, 0.16710320115089417, 1.5103073120117188, -1.4879271984100342, 0.49042725563049316, 1008.0, 771.8256225585938, 0.0006241592345759273, -0.296328604221344, -0.8423693180084229, 1.9073386192321777, -1.056759238243103, -0.0008101330022327602], "std": [2.5685589207569137e-05, 1.9315057215862907e-05, 2.5074585209949873e-05, 1.768428774084896e-05, 2.274139660585206e-05, 1.867207720351871e-05, 1.5532417819486e-05, 1.4483046470559202e-05, 7.910884050943423e-06, 1.2894189239887055e-05, 1.1205673217773438e-05, 7.152557373046875e-07, 1.1324882507324219e-06, 0.11910500377416611, 0.08791118860244751, 0.14687037467956543, 0.08912093192338943, 0.09792642295360565, 0.284567266702652, 0.1563589721918106, 0.018242953345179558, 0.015314118005335331, 0.057205818593502045, 0.1135627031326294, 0.21454119682312012, 0.3052862286567688, 0.0, 301.2869873046875, 5.460219654196408e-07, 1.2406085261318367e-05, 3.659139110823162e-05, 7.862206075515132e-06, 4.578384050546447e-06, 5.1173949032090604e-05], "count": [625]}, "timestamp": {"min": [0.0], "max": [20.8], "mean": [10.399999999999999], "std": [6.014057606050086], "count": [625]}, "frame_index": {"min": [0], "max": [624], "mean": [312.0], "std": [180.42172818150257], "count": [625]}, "episode_index": {"min": [348], "max": [348], "mean": [348.0], "std": [0.0], "count": [625]}, "index": {"min": [209385], "max": [210009], "mean": [209697.0], "std": [180.42172818150257], "count": [625]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [625]}, "gripper_open_scale_state": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.7706880016803741], "std": [0.0, 0.3004185646529843], "count": [625]}, "gripper_open_scale_action": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.7706880016803741], "std": [0.0, 0.3004185646529843], "count": [625]}, "eef_direction_state": {"mean": [6.0, 4.4112], "std": [0.0, 2.213891271042903], "min": [6, 0], "max": [6, 6], "count": [625]}, "eef_velocity_state": {"mean": [0.0, 0.5808], "std": [0.0, 0.7355755297724376], "min": [0, 0], "max": [0, 2], "count": [625]}, "eef_acc_mag_state": {"mean": [0.0, 0.5488], "std": [0.0, 0.7886815326860359], "min": [0, 0], "max": [0, 2], "count": [625]}, "eef_direction_action": {"mean": [6.0, 4.4112], "std": [0.0, 2.213891271042903], "min": [6, 0], "max": [6, 6], "count": [625]}, "eef_velocity_action": {"mean": [0.0, 0.5808], "std": [0.0, 0.7355755297724376], "min": [0, 0], "max": [0, 2], "count": [625]}, "eef_acc_mag_action": {"mean": [0.0, 0.5488], "std": [0.0, 0.7886815326860359], "min": [0, 0], "max": [0, 2], "count": [625]}, "eef_sim_pose_state": {"mean": [-0.31032735109329224, 0.46757203340530396, 0.22823652625083923, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.30333906412124634, -0.4234216809272766, 0.16707682609558105, 1.5103706121444702, -1.4880043268203735, 0.4899775981903076], "std": [1.4467666915152222e-05, 7.903836376499385e-06, 1.2897138731204905e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.01822909340262413, 0.015407397411763668, 0.057173848152160645, 0.11358696222305298, 0.21440157294273376, 0.3047022521495819], "min": [-0.3103730082511902, 0.46755099296569824, 0.22818799316883087, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33045798540115356, -0.46759700775146484, 0.08095899969339371, 1.2940391302108765, -1.715561866760254, 0.08085380494594574], "max": [-0.3102869987487793, 0.4675920009613037, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.256756991147995, -0.3939580023288727, 0.2457900047302246, 1.7649593353271484, -1.0720398426055908, 1.0294599533081055], "count": [625]}, "eef_sim_pose_action": {"mean": [-0.3103272616863251, 0.46757206320762634, 0.22823649644851685, -1.5732381343841553, -1.1211377382278442, -0.7462767362594604, -0.3033390939235687, -0.42342159152030945, 0.16707687079906464, 1.510371446609497, -1.4880038499832153, 0.4899781346321106], "std": [1.4467826076725032e-05, 7.903999176051002e-06, 1.2897161468572449e-05, 1.1205673217773438e-05, 7.152557373046875e-07, 1.1324882507324219e-06, 0.01822909153997898, 0.015407401137053967, 0.057173848152160645, 0.11358688026666641, 0.21440163254737854, 0.3047020435333252], "min": [-0.3103730082511902, 0.46755099296569824, 0.22818799316883087, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33045798540115356, -0.46759700775146484, 0.08095899969339371, 1.2940391302108765, -1.715561866760254, 0.08085380494594574], "max": [-0.3102869987487793, 0.4675920009613037, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.256756991147995, -0.3939580023288727, 0.2457900047302246, 1.7649593353271484, -1.0720398426055908, 1.0294599533081055], "count": [625]}, "gripper_mode_state": {"mean": [0.0, 0.3072], "std": [0.0, 0.46133302504806517], "min": [0, 0], "max": [0, 1], "count": [625]}, "gripper_activity_state": {"mean": [2.0, 1.776], "std": [0.0, 0.5665897987080217], "min": [2, 0], "max": [2, 2], "count": [625]}, "gripper_mode_action": {"mean": [0.0, 0.3072], "std": [0.0, 0.46133302504806517], "min": [0, 0], "max": [0, 1], "count": [625]}, "gripper_activity_action": {"mean": [2.0, 1.776], "std": [0.0, 0.5665897987080217], "min": [2, 0], "max": [2, 2], "count": [625]}}} +{"episode_index": 176, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4079100417720852]], [[0.4174207845772718]], [[0.413981578115117]]], "std": [[[0.2093329311001051]], [[0.2080074039144253]], [[0.20488815527497947]]], "count": [124]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3291237382721906]], [[0.3129334792720852]], [[0.32598178895214]]], "std": [[[0.25343400693980145]], [[0.26275521129323987]], [[0.24913536293721952]]], "count": [124]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44223598757379295]], [[0.4466645302946447]], [[0.44066711304817624]]], "std": [[[0.28620665428016895]], [[0.28361280894519414]], [[0.28333677850640177]]], "count": [124]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37592752147902175]], [[0.37585219336390474]], [[0.3793876633986928]]], "std": [[[0.23251183467638037]], [[0.23480656216346965]], [[0.23250856084673346]]], "count": [124]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103649914264679, 0.46754899621009827, 0.2281849980354309, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.06801547855138779, 0.21928316354751587, -0.6006899476051331, -1.8575190305709839, 0.01696459949016571, -0.25930356979370117, -0.02839650586247444, -0.3218120038509369, -0.46759799122810364, 0.07203099876642227, 1.2460620403289795, -1.732971429824829, 0.05074090138077736, 1006.0, 330.0, 0.0006241195951588452, -0.2965771555900574, -0.8424715995788574, 1.90733003616333, -1.0567693710327148, -0.0011846583802253008], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12048007547855377, 0.02834414690732956, -0.31028100848197937, 0.4675930142402649, 0.22826999425888062, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.34920546412467957, 0.7588517069816589, -0.03981095924973488, -1.411901593208313, 0.4991816282272339, 0.5816658735275269, 0.48897144198417664, -0.24952499568462372, -0.4027459919452667, 0.22828200459480286, 1.688621163368225, -1.0474798679351807, 1.1160821914672852, 1008.0, 1004.0, 0.0006278793443925679, -0.29619741439819336, -0.8423178791999817, 1.9073371887207031, -1.0567408800125122, -0.00027148422668688], "mean": [-0.19951514899730682, 0.604671061038971, 0.45139020681381226, -1.4119791984558105, -0.25388121604919434, -0.12054488807916641, 0.028278062120079994, -0.31032559275627136, 0.467571496963501, 0.22823566198349, -1.5732381343841553, -1.1211377382278442, -0.7462767362594604, 0.11602099984884262, 0.48163846135139465, -0.3360266387462616, -1.635215163230896, 0.23257309198379517, 0.27217331528663635, 0.2694295048713684, -0.2991556227207184, -0.425690233707428, 0.16588547825813293, 1.4613922834396362, -1.4632006883621216, 0.5015243291854858, 1007.9967651367188, 791.8826293945312, 0.0006242682575248182, -0.2962823510169983, -0.8423992991447449, 1.9073389768600464, -1.0567586421966553, -0.0009392338106408715], "std": [2.5809602448134683e-05, 1.9111404981231317e-05, 2.4307757485075854e-05, 2.12008053495083e-05, 2.5211205866071396e-05, 2.2149830328999087e-05, 1.6352529200958088e-05, 1.4192179150995798e-05, 7.696696229686495e-06, 1.3448212484945543e-05, 1.1205673217773438e-05, 7.152557373046875e-07, 1.1324882507324219e-06, 0.12432970106601715, 0.14021913707256317, 0.1702229380607605, 0.08867139369249344, 0.14732539653778076, 0.2861475646495819, 0.1693444401025772, 0.016827115789055824, 0.012044286355376244, 0.05354998633265495, 0.09950927644968033, 0.21811623871326447, 0.3446933329105377, 0.0801282748579979, 294.5230712890625, 5.175273258828383e-07, 3.3928801713045686e-05, 5.567002153838985e-05, 7.4599633990146685e-06, 5.654661890730495e-06, 0.00010516752809053287], "count": [622]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103649914264679, 0.46754899621009827, 0.2281849980354309, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.06801547855138779, 0.21928316354751587, -0.6006899476051331, -1.8575190305709839, 0.01696459949016571, -0.25930356979370117, -0.02839650586247444, -0.3218120038509369, -0.46759799122810364, 0.07203099876642227, 1.2460620403289795, -1.732971429824829, 0.05074090138077736, 1006.0, 330.0, 0.0006241195951588452, -0.2965771555900574, -0.8424715995788574, 1.90733003616333, -1.0567693710327148, -0.0011846583802253008], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12048007547855377, 0.02834414690732956, -0.31028100848197937, 0.4675930142402649, 0.22826999425888062, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.34920546412467957, 0.7588517069816589, -0.03981095924973488, -1.411901593208313, 0.4991816282272339, 0.5816658735275269, 0.48897144198417664, -0.24952499568462372, -0.4027459919452667, 0.22828200459480286, 1.688621163368225, -1.0474798679351807, 1.1160821914672852, 1008.0, 1004.0, 0.0006278793443925679, -0.29619741439819336, -0.8423178791999817, 1.9073371887207031, -1.0567408800125122, -0.00027148422668688], "mean": [-0.19951514899730682, 0.604671061038971, 0.4513902962207794, -1.4119791984558105, -0.25388118624687195, -0.12054485082626343, 0.028278062120079994, -0.31032562255859375, 0.467571496963501, 0.22823566198349, -1.5732381343841553, -1.1211377382278442, -0.7462767362594604, 0.11559896916151047, 0.4810275435447693, -0.33537331223487854, -1.635405421257019, 0.2321968674659729, 0.2719546854496002, 0.2695138454437256, -0.29915598034858704, -0.42561453580856323, 0.1658736765384674, 1.4612325429916382, -1.4630951881408691, 0.5021183490753174, 1007.9967651367188, 791.8826293945312, 0.0006242652307264507, -0.2962822914123535, -0.8423992991447449, 1.9073389768600464, -1.0567586421966553, -0.0009394183871336281], "std": [2.5807250494835898e-05, 1.9111408619210124e-05, 2.424856756988447e-05, 2.1202064090175554e-05, 2.5223511329386383e-05, 2.2154630642035045e-05, 1.6352529200958088e-05, 1.418106876371894e-05, 7.683517651457805e-06, 1.3448452591546811e-05, 1.1205673217773438e-05, 7.152557373046875e-07, 1.1324882507324219e-06, 0.12449421733617783, 0.14051301777362823, 0.17055967450141907, 0.0883183553814888, 0.14756935834884644, 0.28649914264678955, 0.16920922696590424, 0.01682736910879612, 0.011929801665246487, 0.05353710800409317, 0.09941256791353226, 0.218296617269516, 0.3454318046569824, 0.0801282748579979, 294.5230712890625, 5.128630959916336e-07, 3.3931391953956336e-05, 5.5683569371467456e-05, 7.4599633990146685e-06, 5.662091098201927e-06, 0.00010502566146897152], "count": [622]}, "timestamp": {"min": [0.0], "max": [20.7], "mean": [10.35], "std": [5.985190055461898], "count": [622]}, "frame_index": {"min": [0], "max": [621], "mean": [310.5], "std": [179.55570166385695], "count": [622]}, "episode_index": {"min": [349], "max": [349], "mean": [349.0], "std": [0.0], "count": [622]}, "index": {"min": [210010], "max": [210631], "mean": [210320.5], "std": [179.55570166385695], "count": [622]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [622]}, "gripper_open_scale_state": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.7900594874401952], "std": [0.0, 0.2932167955595204], "count": [622]}, "gripper_open_scale_action": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.7900594874401952], "std": [0.0, 0.2932167955595204], "count": [622]}, "eef_direction_state": {"mean": [6.0, 4.506430868167203], "std": [0.0, 2.103997984441211], "min": [6, 0], "max": [6, 6], "count": [622]}, "eef_velocity_state": {"mean": [0.0, 0.5755627009646302], "std": [0.0, 0.7371062664215025], "min": [0, 0], "max": [0, 2], "count": [622]}, "eef_acc_mag_state": {"mean": [0.0, 0.5144694533762058], "std": [0.0, 0.7891647411134995], "min": [0, 0], "max": [0, 2], "count": [622]}, "eef_direction_action": {"mean": [6.0, 4.506430868167203], "std": [0.0, 2.103997984441211], "min": [6, 0], "max": [6, 6], "count": [622]}, "eef_velocity_action": {"mean": [0.0, 0.5755627009646302], "std": [0.0, 0.7371062664215025], "min": [0, 0], "max": [0, 2], "count": [622]}, "eef_acc_mag_action": {"mean": [0.0, 0.5144694533762058], "std": [0.0, 0.7891647411134995], "min": [0, 0], "max": [0, 2], "count": [622]}, "eef_sim_pose_state": {"mean": [-0.3103258013725281, 0.4675714075565338, 0.22823557257652283, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2991555631160736, -0.4256901443004608, 0.16588544845581055, 1.4613934755325317, -1.463200569152832, 0.5015249848365784], "std": [1.4190785805112682e-05, 7.696255124756135e-06, 1.3447948731482029e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.016827119514346123, 0.012044291011989117, 0.05355000123381615, 0.09950926154851913, 0.21811625361442566, 0.34469348192214966], "min": [-0.3103649914264679, 0.46754899621009827, 0.2281849980354309, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3218120038509369, -0.46759799122810364, 0.07203099876642227, 1.2460620403289795, -1.732971429824829, 0.05074090138077736], "max": [-0.31028100848197937, 0.4675930142402649, 0.22826999425888062, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.24952499568462372, -0.4027459919452667, 0.22828200459480286, 1.688621163368225, -1.0474798679351807, 1.1160821914672852], "count": [622]}, "eef_sim_pose_action": {"mean": [-0.31032559275627136, 0.467571496963501, 0.22823566198349, -1.5732381343841553, -1.1211377382278442, -0.7462767362594604, -0.2991556227207184, -0.425690233707428, 0.16588547825813293, 1.4613922834396362, -1.4632006883621216, 0.5015243291854858], "std": [1.4192179150995798e-05, 7.696696229686495e-06, 1.3448212484945543e-05, 1.1205673217773438e-05, 7.152557373046875e-07, 1.1324882507324219e-06, 0.016827115789055824, 0.012044286355376244, 0.05354998633265495, 0.09950927644968033, 0.21811623871326447, 0.3446933329105377], "min": [-0.3103649914264679, 0.46754899621009827, 0.2281849980354309, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3218120038509369, -0.46759799122810364, 0.07203099876642227, 1.2460620403289795, -1.732971429824829, 0.05074090138077736], "max": [-0.31028100848197937, 0.4675930142402649, 0.22826999425888062, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.24952499568462372, -0.4027459919452667, 0.22828200459480286, 1.688621163368225, -1.0474798679351807, 1.1160821914672852], "count": [622]}, "gripper_mode_state": {"mean": [0.0, 0.27813504823151125], "std": [0.0, 0.4480802865299512], "min": [0, 0], "max": [0, 1], "count": [622]}, "gripper_activity_state": {"mean": [2.0, 1.7781350482315113], "std": [0.0, 0.5661721141056953], "min": [2, 0], "max": [2, 2], "count": [622]}, "gripper_mode_action": {"mean": [0.0, 0.27813504823151125], "std": [0.0, 0.4480802865299512], "min": [0, 0], "max": [0, 1], "count": [622]}, "gripper_activity_action": {"mean": [2.0, 1.7781350482315113], "std": [0.0, 0.5661721141056953], "min": [2, 0], "max": [2, 2], "count": [622]}}} +{"episode_index": 177, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4057414514586323]], [[0.41451111742122326]], [[0.41137872462670705]]], "std": [[[0.20780026971008497]], [[0.20657882575989467]], [[0.20369806633969978]]], "count": [123]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3330999787448855]], [[0.31675577541314626]], [[0.3335924232158988]]], "std": [[[0.25674052644017736]], [[0.2651689957790693]], [[0.2537669960215974]]], "count": [123]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44331778720973486]], [[0.44771454879377226]], [[0.44139525545990754]]], "std": [[[0.2868928672827099]], [[0.28434908370130485]], [[0.2840819628932838]]], "count": [123]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3836236217386684]], [[0.38167972029597746]], [[0.38952021062490033]]], "std": [[[0.25629400229370825]], [[0.2583934976002437]], [[0.25788018959678616]]], "count": [123]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25394541025161743, -0.12061969935894012, 0.02822197414934635, -0.31036800146102905, 0.46755099296569824, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.12116075307130814, 0.3053278923034668, -0.5652598142623901, -1.7898526191711426, 0.08848819881677628, -0.14416420459747314, -0.02834414690732956, -0.3287050127983093, -0.4676010012626648, 0.0780860036611557, 1.2578102350234985, -1.7787822484970093, 0.125973179936409, 1006.0, 330.0, 0.0006241195951588452, -0.2964699864387512, -0.8424771428108215, 1.9073307514190674, -1.0567700862884521, -0.0010641042608767748], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411919116973877, -0.25382325053215027, -0.12046262621879578, 0.02834414690732956, -0.3102869987487793, 0.46759501099586487, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.29537951946258545, 0.7127401232719421, -0.09800023585557938, -1.411901593208313, 0.48574256896972656, 0.5653121471405029, 0.4565432369709015, -0.2677589952945709, -0.39841601252555847, 0.2282789945602417, 1.6914727687835693, -1.121137022972107, 0.9686737060546875, 1008.0, 1003.0, 0.0006241195951588452, -0.2962331175804138, -0.8422545194625854, 1.9073379039764404, -1.0567495822906494, -0.00021832647325936705], "mean": [-0.19951501488685608, 0.6046702861785889, 0.4513901472091675, -1.4119771718978882, -0.2538832724094391, -0.1205354705452919, 0.028278017416596413, -0.3103257417678833, 0.467571884393692, 0.22823622822761536, -1.5732381343841553, -1.1211373805999756, -0.7462766766548157, 0.10623365640640259, 0.4799884855747223, -0.33823084831237793, -1.6157931089401245, 0.27003639936447144, 0.23989586532115936, 0.2662334740161896, -0.3050556480884552, -0.42452988028526306, 0.16545885801315308, 1.4605792760849, -1.498166799545288, 0.5315161943435669, 1007.9967041015625, 797.6764526367188, 0.0006241201772354543, -0.29632192850112915, -0.8423915505409241, 1.9073385000228882, -1.056758165359497, -0.0009895599214360118], "std": [2.528945515223313e-05, 1.9276700186310336e-05, 2.4061429940047674e-05, 1.7673844922683202e-05, 2.368329296587035e-05, 2.5702276616357267e-05, 1.585832615091931e-05, 1.499135214544367e-05, 7.952045962156262e-06, 1.3623815902974457e-05, 1.1205673217773438e-05, 3.5762786865234375e-07, 1.0728836059570312e-06, 0.12878873944282532, 0.11304232478141785, 0.1533338576555252, 0.07754364609718323, 0.11596239358186722, 0.29027804732322693, 0.15183092653751373, 0.01637865975499153, 0.01627318374812603, 0.05285964533686638, 0.09826201945543289, 0.21667197346687317, 0.3250030279159546, 0.08077932894229889, 290.8523254394531, 5.820766091346741e-10, 3.253576505812816e-05, 3.997691965196282e-05, 6.9745192377013154e-06, 5.667581262969179e-06, 7.137622014852241e-05], "count": [612]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25394541025161743, -0.12061969935894012, 0.02822197414934635, -0.31036800146102905, 0.46755099296569824, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.12116075307130814, 0.3053278923034668, -0.5652598142623901, -1.7898526191711426, 0.08848819881677628, -0.14416420459747314, -0.02834414690732956, -0.3287050127983093, -0.4676010012626648, 0.0780860036611557, 1.2578102350234985, -1.7787822484970093, 0.125973179936409, 1006.0, 330.0, 0.0006241195951588452, -0.2964699864387512, -0.8424771428108215, 1.9073307514190674, -1.0567700862884521, -0.0010641042608767748], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411919116973877, -0.25382325053215027, -0.12046262621879578, 0.02834414690732956, -0.3102869987487793, 0.46759501099586487, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.29537951946258545, 0.7127401232719421, -0.09800023585557938, -1.411901593208313, 0.48574256896972656, 0.5653121471405029, 0.4565432369709015, -0.2677589952945709, -0.39841601252555847, 0.2282789945602417, 1.6914727687835693, -1.121137022972107, 0.9686737060546875, 1008.0, 1003.0, 0.0006241195951588452, -0.2962331175804138, -0.8422545194625854, 1.9073379039764404, -1.0567495822906494, -0.00021832647325936705], "mean": [-0.19951492547988892, 0.6046703457832336, 0.4513901472091675, -1.4119771718978882, -0.25388333201408386, -0.12053538113832474, 0.02827804535627365, -0.3103257119655609, 0.467571884393692, 0.22823619842529297, -1.5732381343841553, -1.1211373805999756, -0.7462766766548157, 0.10571105778217316, 0.47950479388237, -0.3376586437225342, -1.6160838603973389, 0.26976728439331055, 0.239858940243721, 0.2663881182670593, -0.30508217215538025, -0.42442357540130615, 0.16543450951576233, 1.4603818655014038, -1.4982753992080688, 0.531877338886261, 1007.9967041015625, 797.6764526367188, 0.0006241201772354543, -0.2963219881057739, -0.8423915505409241, 1.9073385000228882, -1.056758165359497, -0.0009897631825879216], "std": [2.5400371669093147e-05, 1.9376644559088163e-05, 2.406142812105827e-05, 1.767863977875095e-05, 2.366463013458997e-05, 2.574082463979721e-05, 1.5836058082641102e-05, 1.4990122508606873e-05, 7.949716746225022e-06, 1.3622850019601174e-05, 1.1205673217773438e-05, 3.5762786865234375e-07, 1.0728836059570312e-06, 0.12905757129192352, 0.11314091086387634, 0.1535634547472, 0.07711104303598404, 0.11619032919406891, 0.29032549262046814, 0.15157879889011383, 0.016400283202528954, 0.016203993931412697, 0.05283413454890251, 0.09815683215856552, 0.2164996713399887, 0.32536405324935913, 0.08077932894229889, 290.8523254394531, 5.820766091346741e-10, 3.2454616302857175e-05, 4.004081347375177e-05, 6.9745192377013154e-06, 5.684272764483467e-06, 7.133824692573398e-05], "count": [612]}, "timestamp": {"min": [0.0], "max": [20.366666666666667], "mean": [10.183333333333334], "std": [5.888964884205662], "count": [612]}, "frame_index": {"min": [0], "max": [611], "mean": [305.5], "std": [176.66894652616986], "count": [612]}, "episode_index": {"min": [350], "max": [350], "mean": [350.0], "std": [0.0], "count": [612]}, "index": {"min": [210632], "max": [211243], "mean": [210937.5], "std": [176.66894652616986], "count": [612]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [612]}, "gripper_open_scale_state": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.7964281059460703], "std": [0.0, 0.2899750476313504], "count": [612]}, "gripper_open_scale_action": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.7964281059460703], "std": [0.0, 0.2899750476313504], "count": [612]}, "eef_direction_state": {"mean": [6.0, 4.810457516339869], "std": [0.0, 1.8479864823761059], "min": [6, 0], "max": [6, 6], "count": [612]}, "eef_velocity_state": {"mean": [0.0, 0.5310457516339869], "std": [0.0, 0.7235647622894942], "min": [0, 0], "max": [0, 2], "count": [612]}, "eef_acc_mag_state": {"mean": [0.0, 0.5245098039215687], "std": [0.0, 0.7968815373343827], "min": [0, 0], "max": [0, 2], "count": [612]}, "eef_direction_action": {"mean": [6.0, 4.810457516339869], "std": [0.0, 1.8479864823761059], "min": [6, 0], "max": [6, 6], "count": [612]}, "eef_velocity_action": {"mean": [0.0, 0.5310457516339869], "std": [0.0, 0.7235647622894942], "min": [0, 0], "max": [0, 2], "count": [612]}, "eef_acc_mag_action": {"mean": [0.0, 0.5245098039215687], "std": [0.0, 0.7968815373343827], "min": [0, 0], "max": [0, 2], "count": [612]}, "eef_sim_pose_state": {"mean": [-0.31032583117485046, 0.4675719439983368, 0.2282361090183258, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.3050558567047119, -0.4245298206806183, 0.16545893251895905, 1.4605774879455566, -1.4981650114059448, 0.5315157771110535], "std": [1.4991201169323176e-05, 7.951812222017907e-06, 1.3623358427139465e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.01637866161763668, 0.016273189336061478, 0.05285963416099548, 0.0982619971036911, 0.21667198836803436, 0.32500290870666504], "min": [-0.31036800146102905, 0.46755099296569824, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3287050127983093, -0.4676010012626648, 0.0780860036611557, 1.2578102350234985, -1.7787822484970093, 0.125973179936409], "max": [-0.3102869987487793, 0.46759501099586487, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2677589952945709, -0.39841601252555847, 0.2282789945602417, 1.6914727687835693, -1.121137022972107, 0.9686737060546875], "count": [612]}, "eef_sim_pose_action": {"mean": [-0.3103257417678833, 0.467571884393692, 0.22823622822761536, -1.5732381343841553, -1.1211373805999756, -0.7462766766548157, -0.3050556480884552, -0.42452988028526306, 0.16545885801315308, 1.4605792760849, -1.498166799545288, 0.5315161943435669], "std": [1.499135214544367e-05, 7.952045962156262e-06, 1.3623815902974457e-05, 1.1205673217773438e-05, 3.5762786865234375e-07, 1.0728836059570312e-06, 0.01637865975499153, 0.01627318374812603, 0.05285964533686638, 0.09826201945543289, 0.21667197346687317, 0.3250030279159546], "min": [-0.31036800146102905, 0.46755099296569824, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3287050127983093, -0.4676010012626648, 0.0780860036611557, 1.2578102350234985, -1.7787822484970093, 0.125973179936409], "max": [-0.3102869987487793, 0.46759501099586487, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2677589952945709, -0.39841601252555847, 0.2282789945602417, 1.6914727687835693, -1.121137022972107, 0.9686737060546875], "count": [612]}, "gripper_mode_state": {"mean": [0.0, 0.2679738562091503], "std": [0.0, 0.44290390447313394], "min": [0, 0], "max": [0, 1], "count": [612]}, "gripper_activity_state": {"mean": [2.0, 1.7679738562091503], "std": [0.0, 0.5760076246285514], "min": [2, 0], "max": [2, 2], "count": [612]}, "gripper_mode_action": {"mean": [0.0, 0.2679738562091503], "std": [0.0, 0.44290390447313394], "min": [0, 0], "max": [0, 1], "count": [612]}, "gripper_activity_action": {"mean": [2.0, 1.7679738562091503], "std": [0.0, 0.5760076246285514], "min": [2, 0], "max": [2, 2], "count": [612]}}} +{"episode_index": 178, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4067111995624696]], [[0.4160466682196295]], [[0.4127577411818722]]], "std": [[[0.21021911645145183]], [[0.207466049786833]], [[0.203908675915847]]], "count": [121]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3356442179144385]], [[0.31843736495975805]], [[0.33095134331280723]]], "std": [[[0.2567016628094261]], [[0.26639437601831617]], [[0.2512069873379259]]], "count": [121]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44297009196240483]], [[0.4474490290606601]], [[0.44134419563279853]]], "std": [[[0.2868237645639769]], [[0.2840518422758761]], [[0.28351174041686633]]], "count": [121]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3895164799735321]], [[0.3878744311429806]], [[0.397140117755091]]], "std": [[[0.26771891998632896]], [[0.2682132512839843]], [[0.2694869627270909]]], "count": [121]}, "observation.state": {"min": [-0.1995784044265747, 0.6045646071434021, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.31037798523902893, 0.4675459861755371, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19053758680820465, 0.34573227167129517, -0.5512099266052246, -1.8153518438339233, 0.08909905701875687, -0.23797564208507538, -0.02839650586247444, -0.32590699195861816, -0.4676010012626648, 0.07599899917840958, 1.2796655893325806, -1.7170614004135132, 0.1406589150428772, 1006.0, 331.0, 0.0006222397787496448, -0.2964267432689667, -0.8425389528274536, 1.9073292016983032, -1.05678129196167, -0.00119984638877213], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12046262621879578, 0.028326693922281265, -0.3102889955043793, 0.46759700775146484, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2872462868690491, 0.7195294499397278, -0.09037315100431442, -1.411884069442749, 0.4832991361618042, 0.5728344917297363, 0.41266563534736633, -0.2715969979763031, -0.37923699617385864, 0.22833600640296936, 1.6841198205947876, -1.121137022972107, 0.9417332410812378, 1008.0, 1002.0, 0.0006259994697757065, -0.29606014490127563, -0.8424819111824036, 1.9073402881622314, -1.0567535161972046, -0.0006483346805907786], "mean": [-0.199514240026474, 0.6046642661094666, 0.4513894319534302, -1.411957859992981, -0.25392043590545654, -0.12053065001964569, 0.028278132900595665, -0.31033363938331604, 0.46757251024246216, 0.22823980450630188, -1.5732380151748657, -1.121137261390686, -0.7462766766548157, 0.05825135111808777, 0.4556744694709778, -0.3179166615009308, -1.6299525499343872, 0.22987893223762512, 0.18239253759384155, 0.2658327519893646, -0.30972281098365784, -0.4146401286125183, 0.159107968211174, 1.5063364505767822, -1.476007342338562, 0.5560055375099182, 1007.9967041015625, 817.1126098632812, 0.0006241294904612005, -0.2961811423301697, -0.842511773109436, 1.9073410034179688, -1.056762933731079, -0.0010015479056164622], "std": [2.580063846835401e-05, 2.1714353351853788e-05, 2.3260776288225316e-05, 1.990875171031803e-05, 2.4730550649110228e-05, 2.7193624191568233e-05, 1.5889483620412648e-05, 1.4959714462747797e-05, 8.179693395504728e-06, 1.3861238585377578e-05, 1.1086463928222656e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.13896456360816956, 0.10988588631153107, 0.14449788630008698, 0.08802421391010284, 0.10553078353404999, 0.3287266492843628, 0.11018817126750946, 0.014931755140423775, 0.01881108246743679, 0.04932864382863045, 0.11234533041715622, 0.18470339477062225, 0.2883646488189697, 0.08131184428930283, 280.1439208984375, 2.7563015692066983e-07, 7.134056795621291e-05, 1.0335532351746224e-05, 9.256354132958222e-06, 7.011210072960239e-06, 6.724261038471013e-05], "count": [604]}, "action": {"min": [-0.1995784044265747, 0.6045646071434021, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.31037798523902893, 0.4675459861755371, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19053758680820465, 0.34573227167129517, -0.5512099266052246, -1.8153518438339233, 0.08909905701875687, -0.23797564208507538, -0.02839650586247444, -0.32590699195861816, -0.4676010012626648, 0.07599899917840958, 1.2796655893325806, -1.7170614004135132, 0.1406589150428772, 1006.0, 331.0, 0.0006222397787496448, -0.2964267432689667, -0.8425389528274536, 1.9073292016983032, -1.05678129196167, -0.00119984638877213], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12046262621879578, 0.028326693922281265, -0.3102889955043793, 0.46759700775146484, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2872462868690491, 0.7195294499397278, -0.09037315100431442, -1.411884069442749, 0.4832991361618042, 0.5728344917297363, 0.41266563534736633, -0.2715969979763031, -0.37923699617385864, 0.22833600640296936, 1.6841198205947876, -1.121137022972107, 0.9417332410812378, 1008.0, 1002.0, 0.0006259994697757065, -0.29606014490127563, -0.8424819111824036, 1.9073402881622314, -1.0567535161972046, -0.0006483346805907786], "mean": [-0.199514240026474, 0.6046643257141113, 0.4513895809650421, -1.4119579792022705, -0.25392043590545654, -0.1205306425690651, 0.028278104960918427, -0.3103336691856384, 0.46757251024246216, 0.2282397747039795, -1.5732380151748657, -1.121137261390686, -0.7462766766548157, 0.05760873109102249, 0.45525264739990234, -0.3173292577266693, -1.630334734916687, 0.2296171933412552, 0.18219828605651855, 0.26611578464508057, -0.30973896384239197, -0.41449442505836487, 0.1590748131275177, 1.506362795829773, -1.4761501550674438, 0.5563196539878845, 1007.9967041015625, 817.1126098632812, 0.0006241294904612005, -0.2961808145046234, -0.842511773109436, 1.9073410034179688, -1.056762933731079, -0.0010019077453762293], "std": [2.580063846835401e-05, 2.1709067368647084e-05, 2.3252379833138548e-05, 1.9904187865904532e-05, 2.4708730052225292e-05, 2.7193640562472865e-05, 1.5912191884126514e-05, 1.4963005014578812e-05, 8.185374099412002e-06, 1.3870624570699874e-05, 1.1086463928222656e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.13920675218105316, 0.10980219393968582, 0.14467474818229675, 0.08757666498422623, 0.10566700994968414, 0.328940212726593, 0.10965046286582947, 0.01493771094828844, 0.018741166219115257, 0.049288854002952576, 0.11236284673213959, 0.18446196615695953, 0.288674533367157, 0.08131184428930283, 280.1439514160156, 2.7563015692066983e-07, 7.133434701245278e-05, 1.038109439832624e-05, 9.25941003515618e-06, 7.0508085627807304e-06, 6.713690527249128e-05], "count": [604]}, "timestamp": {"min": [0.0], "max": [20.1], "mean": [10.049999999999999], "std": [5.811984744187365], "count": [604]}, "frame_index": {"min": [0], "max": [603], "mean": [301.5], "std": [174.35954232562094], "count": [604]}, "episode_index": {"min": [352], "max": [352], "mean": [352.0], "std": [0.0], "count": [604]}, "index": {"min": [211864], "max": [212467], "mean": [212165.5], "std": [174.35954232562094], "count": [604]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [604]}, "gripper_open_scale_state": {"min": [1.0, 0.3310000002384186], "max": [1.0, 1.0], "mean": [1.0, 0.8164619202448042], "std": [0.0, 0.27971684585182854], "count": [604]}, "gripper_open_scale_action": {"min": [1.0, 0.3310000002384186], "max": [1.0, 1.0], "mean": [1.0, 0.8164619202448042], "std": [0.0, 0.2797168458518286], "count": [604]}, "eef_direction_state": {"mean": [6.0, 4.597682119205298], "std": [0.0, 2.021096005763885], "min": [6, 0], "max": [6, 6], "count": [604]}, "eef_velocity_state": {"mean": [0.0, 0.5645695364238411], "std": [0.0, 0.7306916211129618], "min": [0, 0], "max": [0, 2], "count": [604]}, "eef_acc_mag_state": {"mean": [0.0, 0.5314569536423841], "std": [0.0, 0.787319113968322], "min": [0, 0], "max": [0, 2], "count": [604]}, "eef_direction_action": {"mean": [6.0, 4.597682119205298], "std": [0.0, 2.021096005763885], "min": [6, 0], "max": [6, 6], "count": [604]}, "eef_velocity_action": {"mean": [0.0, 0.5645695364238411], "std": [0.0, 0.7306916211129618], "min": [0, 0], "max": [0, 2], "count": [604]}, "eef_acc_mag_action": {"mean": [0.0, 0.5314569536423841], "std": [0.0, 0.787319113968322], "min": [0, 0], "max": [0, 2], "count": [604]}, "eef_sim_pose_state": {"mean": [-0.31033363938331604, 0.46757251024246216, 0.2282397598028183, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.30972298979759216, -0.4146397113800049, 0.1591080278158188, 1.5063374042510986, -1.4760053157806396, 0.5560051798820496], "std": [1.4959729014663026e-05, 8.17970976640936e-06, 1.386117310175905e-05, 0.0, 0.0, 5.960464477539063e-08, 0.014931757003068924, 0.01881108060479164, 0.049328628927469254, 0.1123453676700592, 0.18470324575901031, 0.28836455941200256], "min": [-0.31037798523902893, 0.4675459861755371, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32590699195861816, -0.4676010012626648, 0.07599899917840958, 1.2796655893325806, -1.7170614004135132, 0.1406589150428772], "max": [-0.3102889955043793, 0.46759700775146484, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2715969979763031, -0.37923699617385864, 0.22833600640296936, 1.6841198205947876, -1.121137022972107, 0.9417332410812378], "count": [604]}, "eef_sim_pose_action": {"mean": [-0.31033363938331604, 0.46757251024246216, 0.22823980450630188, -1.5732380151748657, -1.121137261390686, -0.7462766766548157, -0.30972281098365784, -0.4146401286125183, 0.159107968211174, 1.5063364505767822, -1.476007342338562, 0.5560055375099182], "std": [1.4959714462747797e-05, 8.179693395504728e-06, 1.3861238585377578e-05, 1.1086463928222656e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.014931755140423775, 0.01881108246743679, 0.04932864382863045, 0.11234533041715622, 0.18470339477062225, 0.2883646488189697], "min": [-0.31037798523902893, 0.4675459861755371, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32590699195861816, -0.4676010012626648, 0.07599899917840958, 1.2796655893325806, -1.7170614004135132, 0.1406589150428772], "max": [-0.3102889955043793, 0.46759700775146484, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2715969979763031, -0.37923699617385864, 0.22833600640296936, 1.6841198205947876, -1.121137022972107, 0.9417332410812378], "count": [604]}, "gripper_mode_state": {"mean": [0.0, 0.24006622516556292], "std": [0.0, 0.42712343965219385], "min": [0, 0], "max": [0, 1], "count": [604]}, "gripper_activity_state": {"mean": [2.0, 1.7698675496688743], "std": [0.0, 0.5740116605352377], "min": [2, 0], "max": [2, 2], "count": [604]}, "gripper_mode_action": {"mean": [0.0, 0.24006622516556292], "std": [0.0, 0.42712343965219385], "min": [0, 0], "max": [0, 1], "count": [604]}, "gripper_activity_action": {"mean": [2.0, 1.7698675496688743], "std": [0.0, 0.5740116605352377], "min": [2, 0], "max": [2, 2], "count": [604]}}} +{"episode_index": 179, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41542750041192944]], [[0.424452370654144]], [[0.4217132747706926]]], "std": [[[0.21151490457469832]], [[0.20997949382333725]], [[0.2068345313655956]]], "count": [119]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3291282284972813]], [[0.3120275718130389]], [[0.32389230790355356]]], "std": [[[0.24788671016327576]], [[0.25792447587805595]], [[0.24287469501694056]]], "count": [119]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4379635682704454]], [[0.4423878539160762]], [[0.43585604437853576]]], "std": [[[0.28110893097884865]], [[0.27876148917841265]], [[0.2777328011409937]]], "count": [119]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3788616414703136]], [[0.37986738788652713]], [[0.3819529216098204]]], "std": [[[0.23033143719335814]], [[0.23300851572842424]], [[0.23049895460583503]]], "count": [119]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25394541025161743, -0.1206720620393753, 0.02822197414934635, -0.31036698818206787, 0.4675459861755371, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1814618855714798, 0.27773424983024597, -0.510543704032898, -1.825213074684143, 0.08141960948705673, -0.2166128158569336, -0.028326693922281265, -0.3308050036430359, -0.46759799122810364, 0.08059299737215042, 1.2966378927230835, -1.7199723720550537, 0.17655958235263824, 1008.0, 329.0, 0.0006222397787496448, -0.2961823642253876, -0.8425373435020447, 1.90733003616333, -1.0567772388458252, -0.001022337470203638], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31028398871421814, 0.46759799122810364, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.22232003509998322, 0.708638608455658, -0.0086393803358078, -1.411901593208313, 0.3994709551334381, 0.5001240968704224, 0.42790237069129944, -0.26368099451065063, -0.3892019987106323, 0.2453240007162094, 1.6216914653778076, -1.0805554389953613, 1.0879687070846558, 1008.0, 1003.0, 0.0006241195951588452, -0.2959398627281189, -0.8423765301704407, 1.9073355197906494, -1.0567543506622314, -0.000260093278484419], "mean": [-0.19951575994491577, 0.6046715974807739, 0.4513929784297943, -1.411973237991333, -0.2538934648036957, -0.1205366998910904, 0.02827920950949192, -0.31032776832580566, 0.4675716459751129, 0.22823673486709595, -1.5732378959655762, -1.1211367845535278, -0.7462766766548157, 0.06197648122906685, 0.44029128551483154, -0.29535841941833496, -1.6258224248886108, 0.2127428948879242, 0.1876550018787384, 0.20818476378917694, -0.3062383830547333, -0.42148905992507935, 0.17038866877555847, 1.4593124389648438, -1.4191023111343384, 0.6117120385169983, 1008.0, 789.341796875, 0.0006237834459170699, -0.29604968428611755, -0.84243243932724, 1.9073381423950195, -1.0567622184753418, -0.0006310570752248168], "std": [2.5284603907493874e-05, 1.9952825823565945e-05, 2.4301525627379306e-05, 1.712997618597001e-05, 2.3906866772449575e-05, 2.6389205231680535e-05, 1.715484722808469e-05, 1.457018697692547e-05, 8.020838322408963e-06, 1.3287620276969392e-05, 1.0967254638671875e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.11567829549312592, 0.126950204372406, 0.1618906557559967, 0.09217917174100876, 0.09593839943408966, 0.2749005854129791, 0.16209323704242706, 0.014979546889662743, 0.017808856442570686, 0.05658024549484253, 0.0888383612036705, 0.23027287423610687, 0.32322442531585693, 0.0, 293.1810607910156, 7.211931460915366e-07, 4.2263054638169706e-05, 3.506494249450043e-05, 6.131901500339154e-06, 5.013998361391714e-06, 0.00013093906454741955], "count": [591]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25394541025161743, -0.1206720620393753, 0.02822197414934635, -0.31036698818206787, 0.4675459861755371, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1814618855714798, 0.27773424983024597, -0.510543704032898, -1.825213074684143, 0.08141960948705673, -0.2166128158569336, -0.028326693922281265, -0.3308050036430359, -0.46759799122810364, 0.08059299737215042, 1.2966378927230835, -1.7199723720550537, 0.17655958235263824, 1008.0, 329.0, 0.0006222397787496448, -0.2961823642253876, -0.8425373435020447, 1.90733003616333, -1.0567772388458252, -0.001022337470203638], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31028398871421814, 0.46759799122810364, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.22232003509998322, 0.708638608455658, -0.0086393803358078, -1.411901593208313, 0.3994709551334381, 0.5001240968704224, 0.42790237069129944, -0.26368099451065063, -0.3892019987106323, 0.2453240007162094, 1.6216914653778076, -1.0805554389953613, 1.0879687070846558, 1008.0, 1003.0, 0.0006241195951588452, -0.2959398627281189, -0.8423765301704407, 1.9073355197906494, -1.0567543506622314, -0.000260093278484419], "mean": [-0.19951580464839935, 0.6046715974807739, 0.4513929486274719, -1.4119733572006226, -0.2538934350013733, -0.12053675204515457, 0.028279270976781845, -0.3103277087211609, 0.4675717055797577, 0.22823670506477356, -1.5732378959655762, -1.1211367845535278, -0.7462766766548157, 0.06133568286895752, 0.43980079889297485, -0.2946191430091858, -1.6262412071228027, 0.21249191462993622, 0.18750755488872528, 0.20829997956752777, -0.30622291564941406, -0.4213578402996063, 0.170414999127388, 1.4591196775436401, -1.4190399646759033, 0.6122778654098511, 1008.0, 789.3451538085938, 0.0006237834459170699, -0.29604992270469666, -0.8424326181411743, 1.9073381423950195, -1.0567623376846313, -0.0006302123074419796], "std": [2.5286024538218044e-05, 1.9952825823565945e-05, 2.4300685254274867e-05, 1.7108541214838624e-05, 2.3896500351838768e-05, 2.6457710191607475e-05, 1.7257863873965107e-05, 1.4581525647372473e-05, 8.009276825760026e-06, 1.3280772691359743e-05, 1.0967254638671875e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.1159629076719284, 0.1268738955259323, 0.16217362880706787, 0.09176788479089737, 0.09602413326501846, 0.27508923411369324, 0.16194917261600494, 0.014980031177401543, 0.017754383385181427, 0.05661076679825783, 0.08871445804834366, 0.2303583323955536, 0.32375168800354004, 0.0, 293.18365478515625, 7.211931460915366e-07, 4.2161795136053115e-05, 3.530227331793867e-05, 6.135035619081464e-06, 5.029952262702864e-06, 0.00013002543710172176], "count": [591]}, "timestamp": {"min": [0.0], "max": [19.666666666666668], "mean": [9.833333333333334], "std": [5.686892010645247], "count": [591]}, "frame_index": {"min": [0], "max": [590], "mean": [295.0], "std": [170.60676031935742], "count": [591]}, "episode_index": {"min": [355], "max": [355], "mean": [355.0], "std": [0.0], "count": [591]}, "index": {"min": [213762], "max": [214352], "mean": [214057.0], "std": [170.60676031935742], "count": [591]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [591]}, "gripper_open_scale_state": {"min": [1.0, 0.32899999618530273], "max": [1.0, 1.0], "mean": [1.0, 0.7884890018582545], "std": [0.0, 0.29256390844840896], "count": [591]}, "gripper_open_scale_action": {"min": [1.0, 0.32899999618530273], "max": [1.0, 1.0], "mean": [1.0, 0.7884890018582545], "std": [0.0, 0.29256390844840896], "count": [591]}, "eef_direction_state": {"mean": [6.0, 4.61082910321489], "std": [0.0, 2.0593933584031974], "min": [6, 0], "max": [6, 6], "count": [591]}, "eef_velocity_state": {"mean": [0.0, 0.5922165820642978], "std": [0.0, 0.7790881435979602], "min": [0, 0], "max": [0, 2], "count": [591]}, "eef_acc_mag_state": {"mean": [0.0, 0.5752961082910322], "std": [0.0, 0.8148363305923567], "min": [0, 0], "max": [0, 2], "count": [591]}, "eef_direction_action": {"mean": [6.0, 4.61082910321489], "std": [0.0, 2.0593933584031974], "min": [6, 0], "max": [6, 6], "count": [591]}, "eef_velocity_action": {"mean": [0.0, 0.5922165820642978], "std": [0.0, 0.7790881435979602], "min": [0, 0], "max": [0, 2], "count": [591]}, "eef_acc_mag_action": {"mean": [0.0, 0.5752961082910322], "std": [0.0, 0.8148363305923567], "min": [0, 0], "max": [0, 2], "count": [591]}, "eef_sim_pose_state": {"mean": [-0.3103276789188385, 0.4675717353820801, 0.22823667526245117, -1.5732269287109375, -1.121137022972107, -0.7462754845619202, -0.30623859167099, -0.4214889407157898, 0.17038872838020325, 1.4593126773834229, -1.4191006422042847, 0.611710786819458], "std": [1.4569926861440763e-05, 8.01974965725094e-06, 1.3287514775583986e-05, 0.0, 0.0, 1.1920928955078125e-07, 0.014979543164372444, 0.017808858305215836, 0.05658024176955223, 0.0888383686542511, 0.23027290403842926, 0.32322442531585693], "min": [-0.31036698818206787, 0.4675459861755371, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3308050036430359, -0.46759799122810364, 0.08059299737215042, 1.2966378927230835, -1.7199723720550537, 0.17655958235263824], "max": [-0.31028398871421814, 0.46759799122810364, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.26368099451065063, -0.3892019987106323, 0.2453240007162094, 1.6216914653778076, -1.0805554389953613, 1.0879687070846558], "count": [591]}, "eef_sim_pose_action": {"mean": [-0.31032776832580566, 0.4675716459751129, 0.22823673486709595, -1.5732378959655762, -1.1211367845535278, -0.7462766766548157, -0.3062383830547333, -0.42148905992507935, 0.17038866877555847, 1.4593124389648438, -1.4191023111343384, 0.6117120385169983], "std": [1.457018697692547e-05, 8.020838322408963e-06, 1.3287620276969392e-05, 1.0967254638671875e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.014979546889662743, 0.017808856442570686, 0.05658024549484253, 0.0888383612036705, 0.23027287423610687, 0.32322442531585693], "min": [-0.31036698818206787, 0.4675459861755371, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3308050036430359, -0.46759799122810364, 0.08059299737215042, 1.2966378927230835, -1.7199723720550537, 0.17655958235263824], "max": [-0.31028398871421814, 0.46759799122810364, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.26368099451065063, -0.3892019987106323, 0.2453240007162094, 1.6216914653778076, -1.0805554389953613, 1.0879687070846558], "count": [591]}, "gripper_mode_state": {"mean": [0.0, 0.27918781725888325], "std": [0.0, 0.4486000222393022], "min": [0, 0], "max": [0, 1], "count": [591]}, "gripper_activity_state": {"mean": [2.0, 1.766497461928934], "std": [0.0, 0.5755548338297828], "min": [2, 0], "max": [2, 2], "count": [591]}, "gripper_mode_action": {"mean": [0.0, 0.27918781725888325], "std": [0.0, 0.4486000222393022], "min": [0, 0], "max": [0, 1], "count": [591]}, "gripper_activity_action": {"mean": [2.0, 1.766497461928934], "std": [0.0, 0.5755548338297828], "min": [2, 0], "max": [2, 2], "count": [591]}}} +{"episode_index": 180, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4183353983189321]], [[0.4263803935415974]], [[0.42176507110612604]]], "std": [[[0.21136469072612932]], [[0.21030517566570034]], [[0.20656761914348223]]], "count": [118]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3346170395064806]], [[0.31748625131549796]], [[0.3337542770992578]]], "std": [[[0.25223562848244724]], [[0.2612419132389939]], [[0.24877557675290812]]], "count": [118]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4370840257006757]], [[0.4415234504818876]], [[0.43524411660850776]]], "std": [[[0.27987405277463534]], [[0.2775174993700685]], [[0.27683900751014434]]], "count": [118]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37677813261604076]], [[0.37541831623185995]], [[0.3811530962667553]]], "std": [[[0.24267326314730442]], [[0.24556173919623872]], [[0.24129548713168303]]], "count": [118]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25394541025161743, -0.12060225009918213, 0.02822197414934635, -0.3103789985179901, 0.46755000948905945, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.13089969754219055, 0.24190263450145721, -0.5676683783531189, -1.8332589864730835, 0.061191245913505554, -0.19090411067008972, -0.054995324462652206, -0.3342970013618469, -0.46760401129722595, 0.06768999993801117, 1.2267786264419556, -1.6902896165847778, 0.12474797666072845, 1008.0, 332.0, 0.0006222397787496448, -0.29615792632102966, -0.8425310254096985, 1.90733003616333, -1.05677330493927, -0.0007954677566885948], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25382325053215027, -0.12049752473831177, 0.02834414690732956, -0.31028300523757935, 0.46759799122810364, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2843141555786133, 0.6744126677513123, -0.06801547855138779, -1.411919116973877, 0.46099382638931274, 0.5796412825584412, 0.45614179968833923, -0.2676039934158325, -0.3905929923057556, 0.22827300429344177, 1.6642301082611084, -1.1023555994033813, 1.113390564918518, 1008.0, 1003.0, 0.0006241195951588452, -0.2960207164287567, -0.8423646092414856, 1.9073339700698853, -1.0567559003829956, -0.0002771797007881105], "mean": [-0.1995156854391098, 0.6046686172485352, 0.4513893723487854, -1.411973476409912, -0.2538855969905853, -0.12055237591266632, 0.028278984129428864, -0.3103249669075012, 0.46757277846336365, 0.2282363474369049, -1.5732378959655762, -1.1211365461349487, -0.7462766766548157, 0.08038894087076187, 0.43727371096611023, -0.33048567175865173, -1.62496817111969, 0.21927177906036377, 0.23778675496578217, 0.22451305389404297, -0.310400128364563, -0.41933175921440125, 0.15708418190479279, 1.4438036680221558, -1.4616557359695435, 0.5526525378227234, 1008.0, 779.8556518554688, 0.0006235330365598202, -0.29607313871383667, -0.842462420463562, 1.9073379039764404, -1.056762933731079, -0.0006812007050029933], "std": [2.4531902454327792e-05, 1.849659383879043e-05, 2.481541014276445e-05, 1.711743971100077e-05, 2.3361764760920778e-05, 2.047249290626496e-05, 1.7532211131765507e-05, 1.4510342225548811e-05, 7.74923410062911e-06, 1.3019117432122584e-05, 1.0967254638671875e-05, 4.76837158203125e-07, 1.0728836059570312e-06, 0.14566093683242798, 0.11737006157636642, 0.16621918976306915, 0.07930512726306915, 0.118861123919487, 0.2865498960018158, 0.17885270714759827, 0.017159098759293556, 0.01645074225962162, 0.058447472751140594, 0.11997769773006439, 0.23292535543441772, 0.3362530767917633, 0.0, 296.56475830078125, 8.714839623280568e-07, 2.097828473779373e-05, 5.457706720335409e-05, 6.576592113560764e-06, 4.7413218453584705e-06, 9.181071072816849e-05], "count": [582]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25394541025161743, -0.12060225009918213, 0.02822197414934635, -0.3103789985179901, 0.46755000948905945, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.13089969754219055, 0.24190263450145721, -0.5676683783531189, -1.8332589864730835, 0.061191245913505554, -0.19090411067008972, -0.054995324462652206, -0.3342970013618469, -0.46760401129722595, 0.06768999993801117, 1.2267786264419556, -1.6902896165847778, 0.12474797666072845, 1008.0, 332.0, 0.0006222397787496448, -0.29615792632102966, -0.8425310254096985, 1.90733003616333, -1.05677330493927, -0.0007954677566885948], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25382325053215027, -0.12049752473831177, 0.02834414690732956, -0.31028300523757935, 0.46759799122810364, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2843141555786133, 0.6744126677513123, -0.06801547855138779, -1.411919116973877, 0.46099382638931274, 0.5796412825584412, 0.45614179968833923, -0.2676039934158325, -0.3905929923057556, 0.22827300429344177, 1.6642301082611084, -1.1023555994033813, 1.113390564918518, 1008.0, 1003.0, 0.0006241195951588452, -0.2960207164287567, -0.8423646092414856, 1.9073339700698853, -1.0567559003829956, -0.0002771797007881105], "mean": [-0.19951574504375458, 0.6046685576438904, 0.4513893127441406, -1.411973476409912, -0.2538856863975525, -0.12055237591266632, 0.028278954327106476, -0.3103249669075012, 0.46757271885871887, 0.22823630273342133, -1.5732378959655762, -1.1211365461349487, -0.7462766766548157, 0.07982645183801651, 0.436653196811676, -0.3298282325267792, -1.6252163648605347, 0.2189793735742569, 0.2376660704612732, 0.22446753084659576, -0.31044095754623413, -0.419217973947525, 0.15707917511463165, 1.4433897733688354, -1.4616276025772095, 0.553281843662262, 1008.0, 779.8522338867188, 0.0006235330365598202, -0.2960732579231262, -0.842462420463562, 1.9073379039764404, -1.056762933731079, -0.0006811859784647822], "std": [2.4599166863481514e-05, 1.8363085473538376e-05, 2.4843406208674423e-05, 1.710577453195583e-05, 2.3289641831070185e-05, 2.047249290626496e-05, 1.752524076437112e-05, 1.449615774617996e-05, 7.749075848551001e-06, 1.3008972018724307e-05, 1.0967254638671875e-05, 4.76837158203125e-07, 1.0728836059570312e-06, 0.14583128690719604, 0.11743821948766708, 0.16649606823921204, 0.07886294275522232, 0.11898460239171982, 0.286715567111969, 0.17892040312290192, 0.01718706078827381, 0.016345180571079254, 0.05844149738550186, 0.11994607001543045, 0.23296737670898438, 0.3369569182395935, 0.0, 296.5629577636719, 8.714839623280568e-07, 2.096482421620749e-05, 5.458147279568948e-05, 6.5779954638856e-06, 4.7576472752552945e-06, 9.181582572637126e-05], "count": [582]}, "timestamp": {"min": [0.0], "max": [19.366666666666667], "mean": [9.683333333333335], "std": [5.600289344376837], "count": [582]}, "frame_index": {"min": [0], "max": [581], "mean": [290.5], "std": [168.0086803313051], "count": [582]}, "episode_index": {"min": [357], "max": [357], "mean": [357.0], "std": [0.0], "count": [582]}, "index": {"min": [215027], "max": [215608], "mean": [215317.5], "std": [168.0086803313051], "count": [582]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [582]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.7790137442321712], "std": [0.0, 0.29593588120316217], "count": [582]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.7790137442321712], "std": [0.0, 0.29593588120316217], "count": [582]}, "eef_direction_state": {"mean": [6.0, 4.690721649484536], "std": [0.0, 1.9443856514838402], "min": [6, 0], "max": [6, 6], "count": [582]}, "eef_velocity_state": {"mean": [0.0, 0.563573883161512], "std": [0.0, 0.7543092312590265], "min": [0, 0], "max": [0, 2], "count": [582]}, "eef_acc_mag_state": {"mean": [0.0, 0.5652920962199313], "std": [0.0, 0.8091178221217121], "min": [0, 0], "max": [0, 2], "count": [582]}, "eef_direction_action": {"mean": [6.0, 4.690721649484536], "std": [0.0, 1.9443856514838402], "min": [6, 0], "max": [6, 6], "count": [582]}, "eef_velocity_action": {"mean": [0.0, 0.563573883161512], "std": [0.0, 0.7543092312590265], "min": [0, 0], "max": [0, 2], "count": [582]}, "eef_acc_mag_action": {"mean": [0.0, 0.5652920962199313], "std": [0.0, 0.8091178221217121], "min": [0, 0], "max": [0, 2], "count": [582]}, "eef_sim_pose_state": {"mean": [-0.310325026512146, 0.46757256984710693, 0.22823651134967804, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.3104003965854645, -0.41933169960975647, 0.15708410739898682, 1.443803310394287, -1.4616554975509644, 0.5526524782180786], "std": [1.4510267646983266e-05, 7.746270057396032e-06, 1.3018293429922778e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.017159102484583855, 0.016450736671686172, 0.05844746530056, 0.11997777968645096, 0.23292537033557892, 0.33625319600105286], "min": [-0.3103789985179901, 0.46755000948905945, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3342970013618469, -0.46760401129722595, 0.06768999993801117, 1.2267786264419556, -1.6902896165847778, 0.12474797666072845], "max": [-0.31028300523757935, 0.46759799122810364, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2676039934158325, -0.3905929923057556, 0.22827300429344177, 1.6642301082611084, -1.1023555994033813, 1.113390564918518], "count": [582]}, "eef_sim_pose_action": {"mean": [-0.3103249669075012, 0.46757277846336365, 0.2282363474369049, -1.5732378959655762, -1.1211365461349487, -0.7462766766548157, -0.310400128364563, -0.41933175921440125, 0.15708418190479279, 1.4438036680221558, -1.4616557359695435, 0.5526525378227234], "std": [1.4510342225548811e-05, 7.74923410062911e-06, 1.3019117432122584e-05, 1.0967254638671875e-05, 4.76837158203125e-07, 1.0728836059570312e-06, 0.017159098759293556, 0.01645074225962162, 0.058447472751140594, 0.11997769773006439, 0.23292535543441772, 0.3362530767917633], "min": [-0.3103789985179901, 0.46755000948905945, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3342970013618469, -0.46760401129722595, 0.06768999993801117, 1.2267786264419556, -1.6902896165847778, 0.12474797666072845], "max": [-0.31028300523757935, 0.46759799122810364, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2676039934158325, -0.3905929923057556, 0.22827300429344177, 1.6642301082611084, -1.1023555994033813, 1.113390564918518], "count": [582]}, "gripper_mode_state": {"mean": [0.0, 0.2920962199312715], "std": [0.0, 0.4547263113490727], "min": [0, 0], "max": [0, 1], "count": [582]}, "gripper_activity_state": {"mean": [2.0, 1.761168384879725], "std": [0.0, 0.5800260769974459], "min": [2, 0], "max": [2, 2], "count": [582]}, "gripper_mode_action": {"mean": [0.0, 0.2920962199312715], "std": [0.0, 0.4547263113490727], "min": [0, 0], "max": [0, 1], "count": [582]}, "gripper_activity_action": {"mean": [2.0, 1.761168384879725], "std": [0.0, 0.5800260769974459], "min": [2, 0], "max": [2, 2], "count": [582]}}} +{"episode_index": 181, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41781432135526386]], [[0.42583456219953547]], [[0.4230578157916059]]], "std": [[[0.2106310181104223]], [[0.20993611043683685]], [[0.20640834574852907]]], "count": [121]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33144162041538383]], [[0.31501285414303465]], [[0.33073912082050455]]], "std": [[[0.25065887005246457]], [[0.26013028167995655]], [[0.2472953303246622]]], "count": [121]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43626027149840657]], [[0.44126643608545346]], [[0.4349070028493491]]], "std": [[[0.2799008778100227]], [[0.277535888855389]], [[0.2769477056629361]]], "count": [121]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38123604865499916]], [[0.3811290950953384]], [[0.3871397025063469]]], "std": [[[0.24404380864291725]], [[0.2466854530403977]], [[0.2452571516732723]]], "count": [121]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25394541025161743, -0.1206720620393753, 0.02822197414934635, -0.31037598848342896, 0.46754899621009827, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.18037977814674377, 0.3255038857460022, -0.5651899576187134, -1.8727383613586426, 0.0246265958994627, -0.15426965057849884, -0.028291787952184677, -0.3338559865951538, -0.46759501099586487, 0.07575900107622147, 1.266547679901123, -1.7026047706604004, 0.0747956931591034, 1008.0, 330.0, 0.0006222397787496448, -0.29623690247535706, -0.842562735080719, 1.9073283672332764, -1.0567835569381714, -0.0007328175706788898], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411919116973877, -0.25382325053215027, -0.12048007547855377, 0.028326693922281265, -0.31029099225997925, 0.4675930142402649, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3125884532928467, 0.6321757435798645, -0.0740368664264679, -1.411919116973877, 0.4161737561225891, 0.5255709886550903, 0.48658034205436707, -0.26162099838256836, -0.3812980055809021, 0.2282630056142807, 1.7637258768081665, -1.121137022972107, 1.0428653955459595, 1008.0, 1003.0, 0.0006259994697757065, -0.295915424823761, -0.8423804640769958, 1.9073339700698853, -1.0567543506622314, -0.0002382606326136738], "mean": [-0.19951415061950684, 0.6046677231788635, 0.4513885974884033, -1.411971926689148, -0.253886878490448, -0.12054058909416199, 0.028280258178710938, -0.310327410697937, 0.4675724506378174, 0.2282371073961258, -1.5732380151748657, -1.1211371421813965, -0.7462766766548157, 0.06755776703357697, 0.4622476100921631, -0.33901870250701904, -1.6437486410140991, 0.19835405051708221, 0.2091924548149109, 0.21610845625400543, -0.30559784173965454, -0.41721248626708984, 0.1587928682565689, 1.491023302078247, -1.4244099855422974, 0.5449587106704712, 1008.0, 786.1514282226562, 0.0006241295486688614, -0.29605454206466675, -0.8424654006958008, 1.9073385000228882, -1.0567626953125, -0.0006489316583611071], "std": [2.5230192477465607e-05, 1.8376425941823982e-05, 2.4658069378347136e-05, 1.6967016563285142e-05, 2.477993257343769e-05, 2.0658173525589518e-05, 1.5110167623788584e-05, 1.4879547052260023e-05, 8.236193025368266e-06, 1.2572293599077966e-05, 1.1086463928222656e-05, 1.1920928955078125e-07, 1.0728836059570312e-06, 0.1499853879213333, 0.09036919474601746, 0.14184221625328064, 0.08767186105251312, 0.11891287565231323, 0.27048197388648987, 0.19195574522018433, 0.014671649783849716, 0.020093729719519615, 0.052510254085063934, 0.10818607360124588, 0.23588013648986816, 0.31038588285446167, 0.0, 294.8179016113281, 1.7120805750892032e-07, 5.6722881708992645e-05, 5.122926813783124e-05, 7.69328744354425e-06, 7.071613254083786e-06, 7.973828905960545e-05], "count": [601]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25394541025161743, -0.1206720620393753, 0.02822197414934635, -0.31037598848342896, 0.46754899621009827, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.18037977814674377, 0.3255038857460022, -0.5651899576187134, -1.8727383613586426, 0.0246265958994627, -0.15426965057849884, -0.028291787952184677, -0.3338559865951538, -0.46759501099586487, 0.07575900107622147, 1.266547679901123, -1.7026047706604004, 0.0747956931591034, 1008.0, 330.0, 0.0006222397787496448, -0.29623690247535706, -0.842562735080719, 1.9073283672332764, -1.0567835569381714, -0.0007328175706788898], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411919116973877, -0.25382325053215027, -0.12048007547855377, 0.028326693922281265, -0.31029099225997925, 0.4675930142402649, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3125884532928467, 0.6321757435798645, -0.0740368664264679, -1.411919116973877, 0.4161737561225891, 0.5255709886550903, 0.48658034205436707, -0.26162099838256836, -0.3812980055809021, 0.2282630056142807, 1.7637258768081665, -1.121137022972107, 1.0428653955459595, 1008.0, 1003.0, 0.0006259994697757065, -0.295915424823761, -0.8423804640769958, 1.9073339700698853, -1.0567543506622314, -0.0002382606326136738], "mean": [-0.19951418042182922, 0.6046676635742188, 0.4513885974884033, -1.411971926689148, -0.25388696789741516, -0.12054059654474258, 0.0282802302390337, -0.31032735109329224, 0.46757251024246216, 0.2282371073961258, -1.5732380151748657, -1.1211371421813965, -0.7462766766548157, 0.06692561507225037, 0.4617866575717926, -0.3383943438529968, -1.6441810131072998, 0.1981133222579956, 0.20913638174533844, 0.2161426991224289, -0.30559635162353516, -0.4170810878276825, 0.15878941118717194, 1.4907798767089844, -1.4244126081466675, 0.5454522371292114, 1008.0, 786.1547241210938, 0.0006241295486688614, -0.2960546314716339, -0.8424654603004456, 1.9073385000228882, -1.0567626953125, -0.000648664718028158], "std": [2.523344664950855e-05, 1.8372211343375966e-05, 2.4658069378347136e-05, 1.6967016563285142e-05, 2.4770853997324593e-05, 2.06581134989392e-05, 1.5104677913768683e-05, 1.4858355825708713e-05, 8.20337390905479e-06, 1.2583048373926431e-05, 1.1086463928222656e-05, 1.1920928955078125e-07, 1.0728836059570312e-06, 0.1502281278371811, 0.09034821391105652, 0.14217165112495422, 0.08716706186532974, 0.11894674599170685, 0.27055367827415466, 0.1919139176607132, 0.014671217650175095, 0.020022166892886162, 0.052505698055028915, 0.10816548019647598, 0.2358768880367279, 0.3109407126903534, 0.0, 294.8190612792969, 1.7120805750892032e-07, 5.686365329893306e-05, 5.133530794410035e-05, 7.697895853198133e-06, 7.11215670889942e-06, 8.005223935469985e-05], "count": [601]}, "timestamp": {"min": [0.0], "max": [20.0], "mean": [10.0], "std": [5.783117190965824], "count": [601]}, "frame_index": {"min": [0], "max": [600], "mean": [300.0], "std": [173.49351572897473], "count": [601]}, "episode_index": {"min": [358], "max": [358], "mean": [358.0], "std": [0.0], "count": [601]}, "index": {"min": [215609], "max": [216209], "mean": [215909.0], "std": [173.49351572897473], "count": [601]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [601]}, "gripper_open_scale_state": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.7853344446311576], "std": [0.0, 0.2942206170745232], "count": [601]}, "gripper_open_scale_action": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.7853344446311576], "std": [0.0, 0.2942206170745232], "count": [601]}, "eef_direction_state": {"mean": [6.0, 4.6988352745424296], "std": [0.0, 1.9977063323146478], "min": [6, 0], "max": [6, 6], "count": [601]}, "eef_velocity_state": {"mean": [0.0, 0.5790349417637272], "std": [0.0, 0.7614853689763792], "min": [0, 0], "max": [0, 2], "count": [601]}, "eef_acc_mag_state": {"mean": [0.0, 0.5374376039933444], "std": [0.0, 0.80079791106099], "min": [0, 0], "max": [0, 2], "count": [601]}, "eef_direction_action": {"mean": [6.0, 4.6988352745424296], "std": [0.0, 1.9977063323146478], "min": [6, 0], "max": [6, 6], "count": [601]}, "eef_velocity_action": {"mean": [0.0, 0.5790349417637272], "std": [0.0, 0.7614853689763792], "min": [0, 0], "max": [0, 2], "count": [601]}, "eef_acc_mag_action": {"mean": [0.0, 0.5374376039933444], "std": [0.0, 0.80079791106099], "min": [0, 0], "max": [0, 2], "count": [601]}, "eef_sim_pose_state": {"mean": [-0.31032732129096985, 0.4675723612308502, 0.22823703289031982, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.3055979609489441, -0.41721272468566895, 0.1587928831577301, 1.4910228252410889, -1.4244102239608765, 0.5449590682983398], "std": [1.4879163245495874e-05, 8.236049325205386e-06, 1.2572119885589927e-05, 0.0, 0.0, 5.960464477539063e-08, 0.014671653509140015, 0.02009374462068081, 0.05251024290919304, 0.1081860363483429, 0.2358802706003189, 0.31038591265678406], "min": [-0.31037598848342896, 0.46754899621009827, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3338559865951538, -0.46759501099586487, 0.07575900107622147, 1.266547679901123, -1.7026047706604004, 0.0747956931591034], "max": [-0.31029099225997925, 0.4675930142402649, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.26162099838256836, -0.3812980055809021, 0.2282630056142807, 1.7637258768081665, -1.121137022972107, 1.0428653955459595], "count": [601]}, "eef_sim_pose_action": {"mean": [-0.310327410697937, 0.4675724506378174, 0.2282371073961258, -1.5732380151748657, -1.1211371421813965, -0.7462766766548157, -0.30559784173965454, -0.41721248626708984, 0.1587928682565689, 1.491023302078247, -1.4244099855422974, 0.5449587106704712], "std": [1.4879547052260023e-05, 8.236193025368266e-06, 1.2572293599077966e-05, 1.1086463928222656e-05, 1.1920928955078125e-07, 1.0728836059570312e-06, 0.014671649783849716, 0.020093729719519615, 0.052510254085063934, 0.10818607360124588, 0.23588013648986816, 0.31038588285446167], "min": [-0.31037598848342896, 0.46754899621009827, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3338559865951538, -0.46759501099586487, 0.07575900107622147, 1.266547679901123, -1.7026047706604004, 0.0747956931591034], "max": [-0.31029099225997925, 0.4675930142402649, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.26162099838256836, -0.3812980055809021, 0.2282630056142807, 1.7637258768081665, -1.121137022972107, 1.0428653955459595], "count": [601]}, "gripper_mode_state": {"mean": [0.0, 0.28618968386023297], "std": [0.0, 0.45197914632449093], "min": [0, 0], "max": [0, 1], "count": [601]}, "gripper_activity_state": {"mean": [2.0, 1.7720465890183028], "std": [0.0, 0.5707373032988885], "min": [2, 0], "max": [2, 2], "count": [601]}, "gripper_mode_action": {"mean": [0.0, 0.28618968386023297], "std": [0.0, 0.45197914632449093], "min": [0, 0], "max": [0, 1], "count": [601]}, "gripper_activity_action": {"mean": [2.0, 1.7720465890183028], "std": [0.0, 0.5707373032988885], "min": [2, 0], "max": [2, 2], "count": [601]}}} +{"episode_index": 182, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4136648598541981]], [[0.42249172881403274]], [[0.42006439060667]]], "std": [[[0.2112008747099009]], [[0.20979962869616134]], [[0.2068465813918247]]], "count": [117]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3303023032931121]], [[0.3123939409809508]], [[0.3273454782554047]]], "std": [[[0.2496947622820102]], [[0.259472846589046]], [[0.24428522844932188]]], "count": [117]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4266072495949947]], [[0.43025237591475335]], [[0.42229764049494445]]], "std": [[[0.27698416235306145]], [[0.2723622225713983]], [[0.27501227891827995]]], "count": [117]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40339760697726385]], [[0.39864651416122004]], [[0.4109504147812971]]], "std": [[[0.2697489961403184]], [[0.2697731032491057]], [[0.27092511455604734]]], "count": [117]}, "observation.state": {"min": [-0.19956094026565552, 0.6045994758605957, 0.4513246715068817, -1.4120759963989258, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.31039801239967346, 0.4675379991531372, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.08566076308488846, 0.41750019788742065, -0.6184050440788269, -1.7129359245300293, 0.11065387725830078, -0.12054989486932755, -0.028291787952184677, -0.32584598660469055, -0.46758800745010376, 0.07785599678754807, 1.2561594247817993, -1.755229115486145, 0.05696167051792145, 1008.0, 330.0, 0.0006034409743733704, -0.29667678475379944, -0.8421887159347534, 1.9073307514190674, -1.0567622184753418, -0.000679659831803292], "max": [-0.19943878054618835, 0.6047216653823853, 0.45148175954818726, -1.411884069442749, -0.2537883222103119, -0.12046262621879578, 0.028326693922281265, -0.3102949857711792, 0.4675920009613037, 0.22828799486160278, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4159817695617676, 0.6961769461631775, -0.1229933500289917, -1.392720341682434, 0.5350830554962158, 0.5122017860412598, 0.5072450637817383, -0.26054099202156067, -0.41957101225852966, 0.25874999165534973, 1.6400638818740845, -1.121137022972107, 0.7868514657020569, 1008.0, 1003.0, 0.0006128403474576771, -0.29657524824142456, -0.8421340584754944, 1.9073363542556763, -1.0567502975463867, -0.00041861727368086576], "mean": [-0.19949297606945038, 0.6046630144119263, 0.45138728618621826, -1.4119648933410645, -0.2539096176624298, -0.12052086740732193, 0.028269436210393906, -0.3103421628475189, 0.4675658047199249, 0.22823673486709595, -1.5732378959655762, -1.1211363077163696, -0.7462766766548157, 0.18475422263145447, 0.5172164440155029, -0.3615984618663788, -1.5079668760299683, 0.2804007828235626, 0.16712717711925507, 0.28262996673583984, -0.3066181242465973, -0.449455589056015, 0.1848856806755066, 1.5066858530044556, -1.4546897411346436, 0.5269950032234192, 1008.0, 827.579833984375, 0.0006070504314266145, -0.29662564396858215, -0.8421655297279358, 1.9073377847671509, -1.0567606687545776, -0.0006034185644239187], "std": [2.4842145649017766e-05, 1.9643124687718228e-05, 2.8909660613862798e-05, 3.246872074669227e-05, 4.3171785364393145e-05, 3.0119126677163877e-05, 1.6196123397094198e-05, 1.7696233044262044e-05, 8.33195008453913e-06, 1.4755015399714466e-05, 1.0967254638671875e-05, 7.152557373046875e-07, 1.0728836059570312e-06, 0.08251729607582092, 0.06975970417261124, 0.13274013996124268, 0.1012977659702301, 0.09002842754125595, 0.26835083961486816, 0.1543310284614563, 0.013806101866066456, 0.014695342630147934, 0.05509301275014877, 0.09761837124824524, 0.21339674293994904, 0.26215890049934387, 0.0, 273.6057434082031, 1.7645361367613077e-06, 1.3809572010359261e-05, 1.5365238141384907e-05, 5.880654043721734e-06, 4.0667737266630866e-06, 6.806832971051335e-05], "count": [576]}, "action": {"min": [-0.19956094026565552, 0.6045994758605957, 0.4513246715068817, -1.4120759963989258, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.31039801239967346, 0.4675379991531372, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.08566076308488846, 0.41750019788742065, -0.6184050440788269, -1.7129359245300293, 0.11065387725830078, -0.12054989486932755, -0.028291787952184677, -0.32584598660469055, -0.46758800745010376, 0.07785599678754807, 1.2561594247817993, -1.755229115486145, 0.05696167051792145, 1008.0, 330.0, 0.0006034409743733704, -0.29667678475379944, -0.8421887159347534, 1.9073307514190674, -1.0567622184753418, -0.000679659831803292], "max": [-0.19943878054618835, 0.6047216653823853, 0.45148175954818726, -1.411884069442749, -0.2537883222103119, -0.12046262621879578, 0.028326693922281265, -0.3102949857711792, 0.4675920009613037, 0.22828799486160278, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4159817695617676, 0.6961769461631775, -0.1229933500289917, -1.392720341682434, 0.5350830554962158, 0.5122017860412598, 0.5072450637817383, -0.26054099202156067, -0.41957101225852966, 0.25874999165534973, 1.6400638818740845, -1.121137022972107, 0.7868514657020569, 1008.0, 1003.0, 0.0006128403474576771, -0.29657524824142456, -0.8421340584754944, 1.9073363542556763, -1.0567502975463867, -0.00041861727368086576], "mean": [-0.19949299097061157, 0.604663074016571, 0.45138734579086304, -1.4119651317596436, -0.2539096176624298, -0.12052077800035477, 0.028269615024328232, -0.31034210324287415, 0.4675658047199249, 0.22823674976825714, -1.5732378959655762, -1.1211363077163696, -0.7462766766548157, 0.18458418548107147, 0.516899824142456, -0.36102986335754395, -1.5079716444015503, 0.28018009662628174, 0.16730767488479614, 0.28302252292633057, -0.30662786960601807, -0.44944846630096436, 0.18493713438510895, 1.5064663887023926, -1.454837441444397, 0.5270557403564453, 1008.0, 827.576416015625, 0.0006070439121685922, -0.29662567377090454, -0.842165470123291, 1.9073377847671509, -1.0567606687545776, -0.0006037316634319723], "std": [2.4841909180395305e-05, 1.9638726371340454e-05, 2.8926635422976688e-05, 3.249432484153658e-05, 4.317178172641434e-05, 3.010945874848403e-05, 1.6249770851572976e-05, 1.7686721548670903e-05, 8.329600859724451e-06, 1.4743951396667399e-05, 1.0967254638671875e-05, 7.152557373046875e-07, 1.0728836059570312e-06, 0.08258762210607529, 0.06977585703134537, 0.13305528461933136, 0.10129331052303314, 0.0902484878897667, 0.2681921422481537, 0.1538265496492386, 0.01381070539355278, 0.014687566086649895, 0.05514729022979736, 0.09761052578687668, 0.21319511532783508, 0.26221364736557007, 0.0, 273.603759765625, 1.7639760017118533e-06, 1.3804363334202208e-05, 1.5325049389502965e-05, 5.877599051018478e-06, 4.068984253535746e-06, 6.78941432852298e-05], "count": [576]}, "timestamp": {"min": [0.0], "max": [19.166666666666668], "mean": [9.583333333333334], "std": [5.542554231345635], "count": [576]}, "frame_index": {"min": [0], "max": [575], "mean": [287.5], "std": [166.27662694036906], "count": [576]}, "episode_index": {"min": [360], "max": [360], "mean": [360.0], "std": [0.0], "count": [576]}, "index": {"min": [216874], "max": [217449], "mean": [217161.5], "std": [166.27662694036906], "count": [576]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [576]}, "gripper_open_scale_state": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.8265729174017906], "std": [0.0, 0.27296480723498395], "count": [576]}, "gripper_open_scale_action": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.8265729174017906], "std": [0.0, 0.27296480723498395], "count": [576]}, "eef_direction_state": {"mean": [6.0, 4.545138888888889], "std": [0.0, 2.0441423718189102], "min": [6, 0], "max": [6, 6], "count": [576]}, "eef_velocity_state": {"mean": [0.0, 0.6041666666666666], "std": [0.0, 0.7543277912596514], "min": [0, 0], "max": [0, 2], "count": [576]}, "eef_acc_mag_state": {"mean": [0.0, 0.5364583333333334], "std": [0.0, 0.787526867927902], "min": [0, 0], "max": [0, 2], "count": [576]}, "eef_direction_action": {"mean": [6.0, 4.545138888888889], "std": [0.0, 2.0441423718189102], "min": [6, 0], "max": [6, 6], "count": [576]}, "eef_velocity_action": {"mean": [0.0, 0.6041666666666666], "std": [0.0, 0.7543277912596514], "min": [0, 0], "max": [0, 2], "count": [576]}, "eef_acc_mag_action": {"mean": [0.0, 0.5364583333333334], "std": [0.0, 0.787526867927902], "min": [0, 0], "max": [0, 2], "count": [576]}, "eef_sim_pose_state": {"mean": [-0.3103419840335846, 0.4675658643245697, 0.22823674976825714, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.3066180944442749, -0.44945526123046875, 0.18488572537899017, 1.506687045097351, -1.4546904563903809, 0.5269948840141296], "std": [1.7695303540676832e-05, 8.332064680871554e-06, 1.4754987205378711e-05, 0.0, 0.0, 5.960464477539063e-08, 0.013806101866066456, 0.014695342630147934, 0.05509301647543907, 0.09761834889650345, 0.2133968025445938, 0.26215890049934387], "min": [-0.31039801239967346, 0.4675379991531372, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32584598660469055, -0.46758800745010376, 0.07785599678754807, 1.2561594247817993, -1.755229115486145, 0.05696167051792145], "max": [-0.3102949857711792, 0.4675920009613037, 0.22828799486160278, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.26054099202156067, -0.41957101225852966, 0.25874999165534973, 1.6400638818740845, -1.121137022972107, 0.7868514657020569], "count": [576]}, "eef_sim_pose_action": {"mean": [-0.3103421628475189, 0.4675658047199249, 0.22823673486709595, -1.5732378959655762, -1.1211363077163696, -0.7462766766548157, -0.3066181242465973, -0.449455589056015, 0.1848856806755066, 1.5066858530044556, -1.4546897411346436, 0.5269950032234192], "std": [1.7696233044262044e-05, 8.33195008453913e-06, 1.4755015399714466e-05, 1.0967254638671875e-05, 7.152557373046875e-07, 1.0728836059570312e-06, 0.013806101866066456, 0.014695342630147934, 0.05509301275014877, 0.09761837124824524, 0.21339674293994904, 0.26215890049934387], "min": [-0.31039801239967346, 0.4675379991531372, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32584598660469055, -0.46758800745010376, 0.07785599678754807, 1.2561594247817993, -1.755229115486145, 0.05696167051792145], "max": [-0.3102949857711792, 0.4675920009613037, 0.22828799486160278, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.26054099202156067, -0.41957101225852966, 0.25874999165534973, 1.6400638818740845, -1.121137022972107, 0.7868514657020569], "count": [576]}, "gripper_mode_state": {"mean": [0.0, 0.2222222222222222], "std": [0.0, 0.4157397096415464], "min": [0, 0], "max": [0, 1], "count": [576]}, "gripper_activity_state": {"mean": [2.0, 1.7552083333333333], "std": [0.0, 0.5870186784246693], "min": [2, 0], "max": [2, 2], "count": [576]}, "gripper_mode_action": {"mean": [0.0, 0.2222222222222222], "std": [0.0, 0.4157397096415464], "min": [0, 0], "max": [0, 1], "count": [576]}, "gripper_activity_action": {"mean": [2.0, 1.7552083333333333], "std": [0.0, 0.5870186784246693], "min": [2, 0], "max": [2, 2], "count": [576]}}} +{"episode_index": 183, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42228071620805185]], [[0.42980012495194153]], [[0.42801120963091116]]], "std": [[[0.21263191202583606]], [[0.21203729507858296]], [[0.20863221207929167]]], "count": [119]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3355471367468556]], [[0.3180581575767562]], [[0.3343555105865876]]], "std": [[[0.25610589476690143]], [[0.26558876465736053]], [[0.2520278886954361]]], "count": [119]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4397330902949415]], [[0.4439770915719229]], [[0.4359658132860988]]], "std": [[[0.281749473647427]], [[0.28108877112700953]], [[0.28122191105067323]]], "count": [119]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4085382493683748]], [[0.40117957550667327]], [[0.41472407590487176]]], "std": [[[0.27469522440505184]], [[0.2755984268574952]], [[0.27495791245366835]]], "count": [119]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12065461277961731, 0.02822197414934635, -0.3103649914264679, 0.46755000948905945, 0.22819000482559204, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.10866419970989227, 0.4751659035682678, -0.5884726643562317, -1.6508893966674805, 0.15067428350448608, -0.12362167239189148, -0.028326693922281265, -0.3359760046005249, -0.46758899092674255, 0.09563799947500229, 1.2708778381347656, -1.8889240026474, 0.13114243745803833, 1008.0, 330.0, 0.0006053208489902318, -0.29665419459342957, -0.842164933681488, 1.9073307514190674, -1.0567598342895508, -0.0007052894216030836], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12046262621879578, 0.028326693922281265, -0.31028100848197937, 0.46760499477386475, 0.22828799486160278, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3409675061702728, 0.6561041474342346, -0.264365017414093, -1.4031225442886353, 0.5082921981811523, 0.44917795062065125, 0.565242350101471, -0.2849389910697937, -0.4142580032348633, 0.2287680059671402, 1.665691614151001, -1.121137022972107, 0.7493244409561157, 1008.0, 1001.0, 0.0006053208489902318, -0.2966335415840149, -0.8421364426612854, 1.907332420349121, -1.0567535161972046, -0.0003645102842710912], "mean": [-0.19952476024627686, 0.6046696305274963, 0.4513864815235138, -1.4119632244110107, -0.25388383865356445, -0.1205369085073471, 0.02827657386660576, -0.31032663583755493, 0.4675752818584442, 0.22824078798294067, -1.5732378959655762, -1.1211366653442383, -0.7462766766548157, 0.19349320232868195, 0.5427766442298889, -0.3968890309333801, -1.5047404766082764, 0.3315088450908661, 0.18179340660572052, 0.26550745964050293, -0.3099445104598999, -0.4510542154312134, 0.18323656916618347, 1.4856959581375122, -1.4976160526275635, 0.520129382610321, 1008.0, 825.4098510742188, 0.0006053174729458988, -0.29664182662963867, -0.8421565294265747, 1.90733802318573, -1.0567600727081299, -0.0006681032828055322], "std": [2.5157540221698582e-05, 1.8574261048343033e-05, 2.8044374630553648e-05, 1.9706070816027932e-05, 2.4955772460089065e-05, 3.850949360639788e-05, 1.7534082871861756e-05, 1.4669755728391465e-05, 8.276024345832411e-06, 1.541811798233539e-05, 1.0967254638671875e-05, 3.5762786865234375e-07, 1.0728836059570312e-06, 0.05582794174551964, 0.04700542986392975, 0.08688851445913315, 0.06221180036664009, 0.0946272760629654, 0.16968441009521484, 0.18395444750785828, 0.009146335534751415, 0.014446699060499668, 0.041516903787851334, 0.09622717648744583, 0.24775896966457367, 0.18869590759277344, 0.0, 275.1606750488281, 3.3760443329811096e-09, 2.38887446357694e-06, 4.94513778903638e-06, 5.762775799666997e-06, 3.886288595822407e-06, 2.260577821289189e-05], "count": [588]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12065461277961731, 0.02822197414934635, -0.3103649914264679, 0.46755000948905945, 0.22819000482559204, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.10866419970989227, 0.4751659035682678, -0.5884726643562317, -1.6508893966674805, 0.1506568193435669, -0.12362167239189148, -0.028326693922281265, -0.3359760046005249, -0.46758899092674255, 0.09563799947500229, 1.2708778381347656, -1.8889240026474, 0.13114243745803833, 1008.0, 330.0, 0.0006053208489902318, -0.29665419459342957, -0.842164933681488, 1.9073307514190674, -1.0567598342895508, -0.0007052894216030836], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12046262621879578, 0.028326693922281265, -0.31028100848197937, 0.46760499477386475, 0.22828799486160278, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3409675061702728, 0.6561041474342346, -0.264365017414093, -1.4031225442886353, 0.5082921981811523, 0.44917795062065125, 0.565242350101471, -0.2849389910697937, -0.4142580032348633, 0.2287680059671402, 1.665691614151001, -1.121137022972107, 0.7493244409561157, 1008.0, 1001.0, 0.0006053208489902318, -0.2966335415840149, -0.8421364426612854, 1.907332420349121, -1.0567535161972046, -0.0003645102842710912], "mean": [-0.19952474534511566, 0.6046696901321411, 0.45138654112815857, -1.4119633436203003, -0.2538836598396301, -0.12053678929805756, 0.028276601806282997, -0.31032663583755493, 0.4675752818584442, 0.22824078798294067, -1.5732378959655762, -1.1211366653442383, -0.7462766766548157, 0.19334176182746887, 0.5425662994384766, -0.3965812027454376, -1.5049386024475098, 0.331333190202713, 0.1821313351392746, 0.2656720280647278, -0.30992621183395386, -0.451039582490921, 0.18321791291236877, 1.4855271577835083, -1.4977167844772339, 0.5200926065444946, 1008.0, 825.4098510742188, 0.0006053174729458988, -0.29664182662963867, -0.8421565294265747, 1.90733802318573, -1.0567600727081299, -0.0006681307568214834], "std": [2.5166360501316376e-05, 1.8559057934908196e-05, 2.8063805075362325e-05, 1.9735502064577304e-05, 2.484726792317815e-05, 3.8575661164941266e-05, 1.751550917106215e-05, 1.4677522813144606e-05, 8.286826414405368e-06, 1.5426589015987702e-05, 1.0967254638671875e-05, 3.5762786865234375e-07, 1.0728836059570312e-06, 0.05593208223581314, 0.047004736959934235, 0.0870155617594719, 0.06210140511393547, 0.09486661851406097, 0.16927935183048248, 0.18373475968837738, 0.00915634073317051, 0.014434264972805977, 0.041499096900224686, 0.09616050869226456, 0.2476184219121933, 0.18865379691123962, 0.0, 275.1606750488281, 3.3760443329811096e-09, 2.4026219307415886e-06, 4.945526598021388e-06, 5.764258276030887e-06, 3.885178102791542e-06, 2.2598551367991604e-05], "count": [588]}, "timestamp": {"min": [0.0], "max": [19.566666666666666], "mean": [9.783333333333333], "std": [5.658024455650642], "count": [588]}, "frame_index": {"min": [0], "max": [587], "mean": [293.5], "std": [169.74073366951924], "count": [588]}, "episode_index": {"min": [361], "max": [361], "mean": [361.0], "std": [0.0], "count": [588]}, "index": {"min": [217450], "max": [218037], "mean": [217743.5], "std": [169.74073366951924], "count": [588]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [588]}, "gripper_open_scale_state": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.8247551034096958], "std": [0.0, 0.2747427984545156], "count": [588]}, "gripper_open_scale_action": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.8247551034096958], "std": [0.0, 0.2747427984545156], "count": [588]}, "eef_direction_state": {"mean": [6.0, 4.906462585034014], "std": [0.0, 1.8266058270025156], "min": [6, 0], "max": [6, 6], "count": [588]}, "eef_velocity_state": {"mean": [0.0, 0.4846938775510204], "std": [0.0, 0.6886621221861589], "min": [0, 0], "max": [0, 2], "count": [588]}, "eef_acc_mag_state": {"mean": [0.0, 0.467687074829932], "std": [0.0, 0.7675232434843392], "min": [0, 0], "max": [0, 2], "count": [588]}, "eef_direction_action": {"mean": [6.0, 4.906462585034014], "std": [0.0, 1.8266058270025156], "min": [6, 0], "max": [6, 6], "count": [588]}, "eef_velocity_action": {"mean": [0.0, 0.4846938775510204], "std": [0.0, 0.6886621221861589], "min": [0, 0], "max": [0, 2], "count": [588]}, "eef_acc_mag_action": {"mean": [0.0, 0.467687074829932], "std": [0.0, 0.7675232434843392], "min": [0, 0], "max": [0, 2], "count": [588]}, "eef_sim_pose_state": {"mean": [-0.31032660603523254, 0.467575341463089, 0.22824078798294067, -1.5732269287109375, -1.1211369037628174, -0.7462754845619202, -0.3099444508552551, -0.45105427503585815, 0.18323655426502228, 1.4856964349746704, -1.4976171255111694, 0.5201297402381897], "std": [1.466981484554708e-05, 8.276153494080063e-06, 1.5418116163345985e-05, 0.0, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.009146335534751415, 0.014446698129177094, 0.04151689261198044, 0.09622709453105927, 0.24775922298431396, 0.1886957436800003], "min": [-0.3103649914264679, 0.46755000948905945, 0.22819000482559204, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3359760046005249, -0.46758899092674255, 0.09563799947500229, 1.2708778381347656, -1.8889240026474, 0.13114243745803833], "max": [-0.31028100848197937, 0.46760499477386475, 0.22828799486160278, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2849389910697937, -0.4142580032348633, 0.2287680059671402, 1.665691614151001, -1.121137022972107, 0.7493244409561157], "count": [588]}, "eef_sim_pose_action": {"mean": [-0.31032663583755493, 0.4675752818584442, 0.22824078798294067, -1.5732378959655762, -1.1211366653442383, -0.7462766766548157, -0.3099445104598999, -0.4510542154312134, 0.18323656916618347, 1.4856959581375122, -1.4976160526275635, 0.520129382610321], "std": [1.4669755728391465e-05, 8.276024345832411e-06, 1.541811798233539e-05, 1.0967254638671875e-05, 3.5762786865234375e-07, 1.0728836059570312e-06, 0.009146335534751415, 0.014446699060499668, 0.041516903787851334, 0.09622717648744583, 0.24775896966457367, 0.18869590759277344], "min": [-0.3103649914264679, 0.46755000948905945, 0.22819000482559204, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3359760046005249, -0.46758899092674255, 0.09563799947500229, 1.2708778381347656, -1.8889240026474, 0.13114243745803833], "max": [-0.31028100848197937, 0.46760499477386475, 0.22828799486160278, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2849389910697937, -0.4142580032348633, 0.2287680059671402, 1.665691614151001, -1.121137022972107, 0.7493244409561157], "count": [588]}, "gripper_mode_state": {"mean": [0.0, 0.2261904761904762], "std": [0.0, 0.418363890257278], "min": [0, 0], "max": [0, 1], "count": [588]}, "gripper_activity_state": {"mean": [2.0, 1.7619047619047619], "std": [0.0, 0.5841830545897758], "min": [2, 0], "max": [2, 2], "count": [588]}, "gripper_mode_action": {"mean": [0.0, 0.2261904761904762], "std": [0.0, 0.418363890257278], "min": [0, 0], "max": [0, 1], "count": [588]}, "gripper_activity_action": {"mean": [2.0, 1.7619047619047619], "std": [0.0, 0.5841830545897758], "min": [2, 0], "max": [2, 2], "count": [588]}}} +{"episode_index": 184, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4083675768484477]], [[0.41798686268127044]], [[0.411849405126634]]], "std": [[[0.21133966570188636]], [[0.20891871747847102]], [[0.20476145569370874]]], "count": [128]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32702596188214866]], [[0.31106425047232433]], [[0.33059840303308824]]], "std": [[[0.25657802399429996]], [[0.26449445881894995]], [[0.25346193803774153]]], "count": [128]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44392609081392975]], [[0.44824035086039626]], [[0.439660888671875]]], "std": [[[0.2875745819984301]], [[0.28712378108894293]], [[0.28705741806212]]], "count": [128]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4075976099749796]], [[0.40659305906607435]], [[0.4132784479677287]]], "std": [[[0.2655119219084359]], [[0.2660189655861256]], [[0.26501456742494683]]], "count": [128]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.31036800146102905, 0.4675540030002594, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.024155355989933014, 0.3502701222896576, -0.5571091175079346, -1.8275341987609863, 0.17229889333248138, -0.1206895187497139, -0.028379054740071297, -0.33166199922561646, -0.47020700573921204, 0.08986999839544296, 1.2835911512374878, -1.7811318635940552, 0.08569411188364029, 1008.0, 331.0, 0.0006034409743733704, -0.2968252897262573, -0.8421633839607239, 1.9073315858840942, -1.0567630529403687, -0.0009350068285129964], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12046262621879578, 0.028326693922281265, -0.31027400493621826, 0.46760499477386475, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.28331929445266724, 0.6263637542724609, -0.14147639274597168, -1.3611124753952026, 0.4755673110485077, 0.48865726590156555, 0.5300390124320984, -0.2702130079269409, -0.3939479887485504, 0.23093800246715546, 1.61345374584198, -1.121137022972107, 0.9135363101959229, 1008.0, 1003.0, 0.0006053208489902318, -0.29674068093299866, -0.8421514630317688, 1.907332420349121, -1.0567550659179688, -0.0009179204353131354], "mean": [-0.19953647255897522, 0.6046692728996277, 0.45138421654701233, -1.4119563102722168, -0.2539237141609192, -0.1205115020275116, 0.028277773410081863, -0.3103264570236206, 0.46757954359054565, 0.22824501991271973, -1.5732383728027344, -1.1211384534835815, -0.7462767362594604, 0.14852210879325867, 0.4773053824901581, -0.3311472237110138, -1.5219612121582031, 0.28364497423171997, 0.15734176337718964, 0.24290552735328674, -0.3104553818702698, -0.4457162022590637, 0.18194277584552765, 1.4673724174499512, -1.4643481969833374, 0.6056589484214783, 1008.0, 824.3163452148438, 0.0006041407468728721, -0.29676535725593567, -0.8421592116355896, 1.9073389768600464, -1.0567612648010254, -0.0009258138597942889], "std": [2.6397863621241413e-05, 1.895575951493811e-05, 2.556100116635207e-05, 1.941616937983781e-05, 2.423805017315317e-05, 2.1316087440936826e-05, 1.622698619030416e-05, 1.5076443560246844e-05, 8.283948773168959e-06, 1.323021024290938e-05, 1.1444091796875e-05, 1.430511474609375e-06, 1.1324882507324219e-06, 0.0695689246058464, 0.0844876766204834, 0.12657110393047333, 0.10998822003602982, 0.06418213248252869, 0.23172451555728912, 0.15546558797359467, 0.012457610107958317, 0.020517513155937195, 0.04770929738879204, 0.08949850499629974, 0.21515114605426788, 0.27447256445884705, 0.0, 277.99749755859375, 9.09338382371061e-07, 9.139856047113426e-06, 3.7481795516214333e-06, 6.9913535298837814e-06, 3.948410267184954e-06, 4.060155333718285e-06], "count": [648]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.31036800146102905, 0.4675540030002594, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.024155355989933014, 0.3502701222896576, -0.5571091175079346, -1.8275341987609863, 0.17229889333248138, -0.1206895187497139, -0.028379054740071297, -0.33166199922561646, -0.47020700573921204, 0.08986999839544296, 1.2835911512374878, -1.7811318635940552, 0.08569411188364029, 1008.0, 331.0, 0.0006034409743733704, -0.2968252897262573, -0.8421633839607239, 1.9073315858840942, -1.0567630529403687, -0.0009350068285129964], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12046262621879578, 0.028326693922281265, -0.31027400493621826, 0.46760499477386475, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.28331929445266724, 0.6263637542724609, -0.14147639274597168, -1.3611124753952026, 0.4755673110485077, 0.48865726590156555, 0.5300390124320984, -0.2702130079269409, -0.3939479887485504, 0.23093800246715546, 1.61345374584198, -1.121137022972107, 0.9135363101959229, 1008.0, 1003.0, 0.0006053208489902318, -0.29674068093299866, -0.8421514630317688, 1.907332420349121, -1.0567550659179688, -0.0009179204353131354], "mean": [-0.19953633844852448, 0.6046692132949829, 0.4513842761516571, -1.4119563102722168, -0.2539237141609192, -0.12051153928041458, 0.028277799487113953, -0.3103264570236206, 0.46757954359054565, 0.22824497520923615, -1.5732383728027344, -1.1211384534835815, -0.7462767362594604, 0.14840847253799438, 0.4769163727760315, -0.3306741714477539, -1.5218961238861084, 0.28353559970855713, 0.15738680958747864, 0.2432645857334137, -0.3104708790779114, -0.44571879506111145, 0.18194329738616943, 1.4672117233276367, -1.4646070003509521, 0.6058934926986694, 1008.0, 824.3163452148438, 0.0006041407468728721, -0.29676544666290283, -0.8421592116355896, 1.9073389768600464, -1.0567612648010254, -0.0009258227655664086], "std": [2.6496070859138854e-05, 1.884218363557011e-05, 2.558210508141201e-05, 1.945798794622533e-05, 2.423805017315317e-05, 2.1353713236749172e-05, 1.623579373699613e-05, 1.5093258298293222e-05, 8.2832002590294e-06, 1.3212025805842131e-05, 1.1444091796875e-05, 1.430511474609375e-06, 1.1324882507324219e-06, 0.06954562664031982, 0.08448070287704468, 0.1266934871673584, 0.11006585508584976, 0.06429291516542435, 0.2316731959581375, 0.15510685741901398, 0.01246371679008007, 0.020520422607660294, 0.047709789127111435, 0.08940167725086212, 0.2148391604423523, 0.2746577262878418, 0.0, 277.99749755859375, 9.09338382371061e-07, 9.132811101153493e-06, 3.7451570733537665e-06, 6.9913535298837814e-06, 3.944520358345471e-06, 4.053327756992076e-06], "count": [648]}, "timestamp": {"min": [0.0], "max": [21.566666666666666], "mean": [10.783333333333333], "std": [6.235375482471557], "count": [648]}, "frame_index": {"min": [0], "max": [647], "mean": [323.5], "std": [187.06126447414672], "count": [648]}, "episode_index": {"min": [365], "max": [365], "mean": [365.0], "std": [0.0], "count": [648]}, "index": {"min": [219810], "max": [220457], "mean": [220133.5], "std": [187.06126447414672], "count": [648]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [648]}, "gripper_open_scale_state": {"min": [1.0, 0.3310000002384186], "max": [1.0, 1.0], "mean": [1.0, 0.8231913556839213], "std": [0.0, 0.27727799963359284], "count": [648]}, "gripper_open_scale_action": {"min": [1.0, 0.3310000002384186], "max": [1.0, 1.0], "mean": [1.0, 0.8231913556839213], "std": [0.0, 0.2772779996335928], "count": [648]}, "eef_direction_state": {"mean": [6.0, 5.03858024691358], "std": [0.0, 1.6311188189660295], "min": [6, 0], "max": [6, 6], "count": [648]}, "eef_velocity_state": {"mean": [0.0, 0.5061728395061729], "std": [0.0, 0.6982952219799923], "min": [0, 0], "max": [0, 2], "count": [648]}, "eef_acc_mag_state": {"mean": [0.0, 0.44907407407407407], "std": [0.0, 0.7498142202461902], "min": [0, 0], "max": [0, 2], "count": [648]}, "eef_direction_action": {"mean": [6.0, 5.03858024691358], "std": [0.0, 1.6311188189660295], "min": [6, 0], "max": [6, 6], "count": [648]}, "eef_velocity_action": {"mean": [0.0, 0.5061728395061729], "std": [0.0, 0.6982952219799923], "min": [0, 0], "max": [0, 2], "count": [648]}, "eef_acc_mag_action": {"mean": [0.0, 0.44907407407407407], "std": [0.0, 0.7498142202461902], "min": [0, 0], "max": [0, 2], "count": [648]}, "eef_sim_pose_state": {"mean": [-0.3103262782096863, 0.4675791263580322, 0.22824478149414062, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.3104553818702698, -0.4457162916660309, 0.18194285035133362, 1.4673727750778198, -1.464350700378418, 0.6056591868400574], "std": [1.5075574083311949e-05, 8.272163540823385e-06, 1.3228418538346887e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.01245761290192604, 0.020517518743872643, 0.047709301114082336, 0.08949846774339676, 0.21515129506587982, 0.27447250485420227], "min": [-0.31036800146102905, 0.4675540030002594, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33166199922561646, -0.47020700573921204, 0.08986999839544296, 1.2835911512374878, -1.7811318635940552, 0.08569411188364029], "max": [-0.31027400493621826, 0.46760499477386475, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2702130079269409, -0.3939479887485504, 0.23093800246715546, 1.61345374584198, -1.121137022972107, 0.9135363101959229], "count": [648]}, "eef_sim_pose_action": {"mean": [-0.3103264570236206, 0.46757954359054565, 0.22824501991271973, -1.5732383728027344, -1.1211384534835815, -0.7462767362594604, -0.3104553818702698, -0.4457162022590637, 0.18194277584552765, 1.4673724174499512, -1.4643481969833374, 0.6056589484214783], "std": [1.5076443560246844e-05, 8.283948773168959e-06, 1.323021024290938e-05, 1.1444091796875e-05, 1.430511474609375e-06, 1.1324882507324219e-06, 0.012457610107958317, 0.020517513155937195, 0.04770929738879204, 0.08949850499629974, 0.21515114605426788, 0.27447256445884705], "min": [-0.31036800146102905, 0.4675540030002594, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33166199922561646, -0.47020700573921204, 0.08986999839544296, 1.2835911512374878, -1.7811318635940552, 0.08569411188364029], "max": [-0.31027400493621826, 0.46760499477386475, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2702130079269409, -0.3939479887485504, 0.23093800246715546, 1.61345374584198, -1.121137022972107, 0.9135363101959229], "count": [648]}, "gripper_mode_state": {"mean": [0.0, 0.23148148148148148], "std": [0.0, 0.42177933236779236], "min": [0, 0], "max": [0, 1], "count": [648]}, "gripper_activity_state": {"mean": [2.0, 1.7854938271604939], "std": [0.0, 0.5571970776082986], "min": [2, 0], "max": [2, 2], "count": [648]}, "gripper_mode_action": {"mean": [0.0, 0.23148148148148148], "std": [0.0, 0.42177933236779236], "min": [0, 0], "max": [0, 1], "count": [648]}, "gripper_activity_action": {"mean": [2.0, 1.7854938271604939], "std": [0.0, 0.5571970776082986], "min": [2, 0], "max": [2, 2], "count": [648]}}} +{"episode_index": 185, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40687212291525804]], [[0.41617574691514536]], [[0.41336000183119226]]], "std": [[[0.21046917831187714]], [[0.207917675766471]], [[0.20456100617376347]]], "count": [116]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3316446905989407]], [[0.3148716457488168]], [[0.3221522301808654]]], "std": [[[0.2494667405680055]], [[0.26001939065667107]], [[0.2433891019902915]]], "count": [116]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43625536856265495]], [[0.44039038377563666]], [[0.4327340703882127]]], "std": [[[0.2782773469572955]], [[0.2777050073143086]], [[0.2777937939362474]]], "count": [116]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39707483061471716]], [[0.3943647470841785]], [[0.40045305456952895]]], "std": [[[0.2513480770083419]], [[0.25463410932822]], [[0.2516087982910326]]], "count": [116]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.31036999821662903, 0.46754300594329834, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.06750933825969696, 0.2753256857395172, -0.5250648260116577, -1.7686991691589355, 0.1097463071346283, -0.1310742348432541, -0.02834414690732956, -0.3324280083179474, -0.4756389856338501, 0.08951099961996078, 1.2540006637573242, -1.7957900762557983, 0.14110514521598816, 1008.0, 330.0, 0.0005921616684645414, -0.2970771789550781, -0.8421514630317688, 1.9073331356048584, -1.0567535161972046, -0.0011049218010157347], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.4119539260864258, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102779984474182, 0.46759799122810364, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2402271181344986, 0.6259273886680603, -0.07869689166545868, -1.3449506759643555, 0.4651651680469513, 0.49783772230148315, 0.47078514099121094, -0.27604401111602783, -0.4009830057621002, 0.23764699697494507, 1.5732269287109375, -1.121137022972107, 1.0190272331237793, 1008.0, 1003.0, 0.0006015610997565091, -0.2968234121799469, -0.8421403765678406, 1.9073339700698853, -1.0567448139190674, -0.0009122249321080744], "mean": [-0.1994980126619339, 0.6046743392944336, 0.45138657093048096, -1.4119826555252075, -0.25391873717308044, -0.12054078280925751, 0.02827921323478222, -0.31032976508140564, 0.46756818890571594, 0.22823745012283325, -1.5732377767562866, -1.1211360692977905, -0.7462766766548157, 0.16200469434261322, 0.47176393866539, -0.34049010276794434, -1.5112152099609375, 0.27707332372665405, 0.1854158341884613, 0.25945818424224854, -0.3140571117401123, -0.4476773142814636, 0.17658449709415436, 1.4621882438659668, -1.4873554706573486, 0.569632887840271, 1008.0, 804.8822631835938, 0.0005943964933976531, -0.2969966232776642, -0.842153012752533, 1.9073376655578613, -1.0567561388015747, -0.0010221938136965036], "std": [2.595557270979043e-05, 1.8932225430035032e-05, 2.4216260499088094e-05, 1.7973339708987623e-05, 2.4012788344407454e-05, 2.0253664843039587e-05, 1.652617720537819e-05, 1.5170068763836753e-05, 8.168433851096779e-06, 1.2474759387259837e-05, 1.0848045349121094e-05, 9.5367431640625e-07, 1.0728836059570312e-06, 0.04285759851336479, 0.08876363933086395, 0.11095447838306427, 0.12941646575927734, 0.08344947546720505, 0.24335771799087524, 0.1200781986117363, 0.015720663592219353, 0.02191440761089325, 0.04503386840224266, 0.1083207055926323, 0.19900204241275787, 0.22127841413021088, 0.0, 286.5495910644531, 9.933578439813573e-07, 1.2817698006983846e-05, 5.142733698448865e-06, 4.487143542064587e-06, 6.651934199908283e-06, 3.6579687730409205e-05], "count": [569]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.31036999821662903, 0.46754300594329834, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.06750933825969696, 0.2753256857395172, -0.5250648260116577, -1.7686991691589355, 0.1097463071346283, -0.1310742348432541, -0.02834414690732956, -0.3324280083179474, -0.4756389856338501, 0.08951099961996078, 1.2540006637573242, -1.7957900762557983, 0.14110514521598816, 1008.0, 330.0, 0.0005921616684645414, -0.2970771789550781, -0.8421514630317688, 1.9073331356048584, -1.0567535161972046, -0.0011049218010157347], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.4119539260864258, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102779984474182, 0.46759799122810364, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2402271181344986, 0.6259273886680603, -0.07869689166545868, -1.3449506759643555, 0.4651651680469513, 0.49783772230148315, 0.47078514099121094, -0.27604401111602783, -0.4009830057621002, 0.23764699697494507, 1.5732269287109375, -1.121137022972107, 1.0190272331237793, 1008.0, 1003.0, 0.0006015610997565091, -0.2968234121799469, -0.8421403765678406, 1.9073339700698853, -1.0567448139190674, -0.0009122249321080744], "mean": [-0.1994980275630951, 0.6046743392944336, 0.4513865113258362, -1.4119826555252075, -0.25391870737075806, -0.12054084241390228, 0.028279181569814682, -0.310329794883728, 0.46756818890571594, 0.22823747992515564, -1.5732377767562866, -1.1211360692977905, -0.7462766766548157, 0.16187602281570435, 0.471190869808197, -0.33984193205833435, -1.5111292600631714, 0.2768325209617615, 0.18541377782821655, 0.2597208321094513, -0.3140636682510376, -0.4476897418498993, 0.17659646272659302, 1.4619104862213135, -1.4874695539474487, 0.5701032876968384, 1008.0, 804.8787231445312, 0.000594393175560981, -0.2969965636730194, -0.8421529531478882, 1.9073376655578613, -1.0567561388015747, -0.0010223806602880359], "std": [2.597810271254275e-05, 1.8932225430035032e-05, 2.421718272671569e-05, 1.7973339708987623e-05, 2.4034119633142836e-05, 2.0333491193014197e-05, 1.651888305786997e-05, 1.5204106603050604e-05, 8.176984010788146e-06, 1.247168256668374e-05, 1.0848045349121094e-05, 9.5367431640625e-07, 1.0728836059570312e-06, 0.04285459592938423, 0.08895601332187653, 0.11138095706701279, 0.1294984668493271, 0.08371303230524063, 0.24336034059524536, 0.11961095780134201, 0.01571987383067608, 0.02192765846848488, 0.04504850506782532, 0.10823824256658554, 0.1988099217414856, 0.22193683683872223, 0.0, 286.5477600097656, 9.976473620554316e-07, 1.2873424566350877e-05, 5.07853064846131e-06, 4.485799308895366e-06, 6.643813776463503e-06, 3.637575719039887e-05], "count": [569]}, "timestamp": {"min": [0.0], "max": [18.933333333333334], "mean": [9.466666666666667], "std": [5.475196597180577], "count": [569]}, "frame_index": {"min": [0], "max": [568], "mean": [284.0], "std": [164.25589791541734], "count": [569]}, "episode_index": {"min": [368], "max": [368], "mean": [368.0], "std": [0.0], "count": [569]}, "index": {"min": [221577], "max": [222145], "mean": [221861.0], "std": [164.25589791541734], "count": [569]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [569]}, "gripper_open_scale_state": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.8032196838218844], "std": [0.0, 0.2854023753818517], "count": [569]}, "gripper_open_scale_action": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.8032196838218844], "std": [0.0, 0.2854023753818517], "count": [569]}, "eef_direction_state": {"mean": [6.0, 4.8031634446397184], "std": [0.0, 1.9100852978311182], "min": [6, 0], "max": [6, 6], "count": [569]}, "eef_velocity_state": {"mean": [0.0, 0.546572934973638], "std": [0.0, 0.7440635794299357], "min": [0, 0], "max": [0, 2], "count": [569]}, "eef_acc_mag_state": {"mean": [0.0, 0.492091388400703], "std": [0.0, 0.7664016889111795], "min": [0, 0], "max": [0, 2], "count": [569]}, "eef_direction_action": {"mean": [6.0, 4.8031634446397184], "std": [0.0, 1.9100852978311182], "min": [6, 0], "max": [6, 6], "count": [569]}, "eef_velocity_action": {"mean": [0.0, 0.546572934973638], "std": [0.0, 0.7440635794299357], "min": [0, 0], "max": [0, 2], "count": [569]}, "eef_acc_mag_action": {"mean": [0.0, 0.492091388400703], "std": [0.0, 0.7664016889111795], "min": [0, 0], "max": [0, 2], "count": [569]}, "eef_sim_pose_state": {"mean": [-0.3103296458721161, 0.4675677418708801, 0.22823737561702728, -1.5732269287109375, -1.1211371421813965, -0.7462755441665649, -0.3140570819377899, -0.44767722487449646, 0.17658446729183197, 1.462187647819519, -1.4873591661453247, 0.569631814956665], "std": [1.5169906873779837e-05, 8.155724572134204e-06, 1.2474624782043975e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.015720656141638756, 0.02191440388560295, 0.04503386840224266, 0.10832074284553528, 0.19900193810462952, 0.22127841413021088], "min": [-0.31036999821662903, 0.46754300594329834, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3324280083179474, -0.4756389856338501, 0.08951099961996078, 1.2540006637573242, -1.7957900762557983, 0.14110514521598816], "max": [-0.3102779984474182, 0.46759799122810364, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27604401111602783, -0.4009830057621002, 0.23764699697494507, 1.5732269287109375, -1.121137022972107, 1.0190272331237793], "count": [569]}, "eef_sim_pose_action": {"mean": [-0.31032976508140564, 0.46756818890571594, 0.22823745012283325, -1.5732377767562866, -1.1211360692977905, -0.7462766766548157, -0.3140571117401123, -0.4476773142814636, 0.17658449709415436, 1.4621882438659668, -1.4873554706573486, 0.569632887840271], "std": [1.5170068763836753e-05, 8.168433851096779e-06, 1.2474759387259837e-05, 1.0848045349121094e-05, 9.5367431640625e-07, 1.0728836059570312e-06, 0.015720663592219353, 0.02191440761089325, 0.04503386840224266, 0.1083207055926323, 0.19900204241275787, 0.22127841413021088], "min": [-0.31036999821662903, 0.46754300594329834, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3324280083179474, -0.4756389856338501, 0.08951099961996078, 1.2540006637573242, -1.7957900762557983, 0.14110514521598816], "max": [-0.3102779984474182, 0.46759799122810364, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27604401111602783, -0.4009830057621002, 0.23764699697494507, 1.5732269287109375, -1.121137022972107, 1.0190272331237793], "count": [569]}, "gripper_mode_state": {"mean": [0.0, 0.2548330404217926], "std": [0.0, 0.4357673254515275], "min": [0, 0], "max": [0, 1], "count": [569]}, "gripper_activity_state": {"mean": [2.0, 1.7521968365553602], "std": [0.0, 0.592957725807295], "min": [2, 0], "max": [2, 2], "count": [569]}, "gripper_mode_action": {"mean": [0.0, 0.2548330404217926], "std": [0.0, 0.4357673254515275], "min": [0, 0], "max": [0, 1], "count": [569]}, "gripper_activity_action": {"mean": [2.0, 1.7521968365553602], "std": [0.0, 0.592957725807295], "min": [2, 0], "max": [2, 2], "count": [569]}}} +{"episode_index": 186, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40843074019607845]], [[0.4184083480392157]], [[0.4136480326797386]]], "std": [[[0.2114380446358967]], [[0.2087308236894936]], [[0.20502144459642724]]], "count": [125]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32845235784313725]], [[0.3119532565359477]], [[0.3291601666666667]]], "std": [[[0.2541669097858282]], [[0.2630384984832634]], [[0.2506557004004805]]], "count": [125]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4417431846405229]], [[0.4457025294117647]], [[0.4374525065359477]]], "std": [[[0.28427568099098316]], [[0.2832739652884867]], [[0.283289756178433]]], "count": [125]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39968772875816994]], [[0.39976058986928104]], [[0.40443739379084964]]], "std": [[[0.2577241760921812]], [[0.258092448246916]], [[0.2565685268922952]]], "count": [125]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12061969935894012, 0.02822197414934635, -0.3103640079498291, 0.4675459861755371, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.05394812673330307, 0.32016319036483765, -0.5473527312278748, -1.8101158142089844, 0.06668902933597565, -0.16516050696372986, -0.028379054740071297, -0.3243829905986786, -0.4790419936180115, 0.08871500194072723, 1.313307762145996, -1.7543983459472656, 0.11196969449520111, 1008.0, 328.0, 0.000590281852055341, -0.29705461859703064, -0.8421514630317688, 1.9073331356048584, -1.0567543506622314, -0.001034677610732615], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411919116973877, -0.25385814905166626, -0.12053243815898895, 0.028326693922281265, -0.3102859854698181, 0.46759501099586487, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.25987952947616577, 0.6380748748779297, -0.12697270512580872, -1.3489998579025269, 0.5005778670310974, 0.48233917355537415, 0.5432860851287842, -0.2710129916667938, -0.39630600810050964, 0.23401999473571777, 1.7065728902816772, -1.121137022972107, 0.936301589012146, 1008.0, 1002.0, 0.0005959214176982641, -0.2967820465564728, -0.8421403765678406, 1.9073339700698853, -1.0567479133605957, -0.0009055802365764976], "mean": [-0.19949795305728912, 0.6046716570854187, 0.4513891637325287, -1.4119763374328613, -0.25391554832458496, -0.12058283388614655, 0.028277914971113205, -0.31032899022102356, 0.4675668478012085, 0.22823581099510193, -1.5732381343841553, -1.1211377382278442, -0.7462767362594604, 0.16430002450942993, 0.4855095148086548, -0.3293345868587494, -1.5096434354782104, 0.26430538296699524, 0.15383490920066833, 0.2548260986804962, -0.3081967234611511, -0.45099571347236633, 0.18590937554836273, 1.485097885131836, -1.4452673196792603, 0.5880163311958313, 1008.0, 816.1119995117188, 0.0005921699921600521, -0.29696324467658997, -0.8421505689620972, 1.9073412418365479, -1.0567573308944702, -0.0009690321749076247], "std": [2.535188468755223e-05, 1.909793536469806e-05, 2.440038042550441e-05, 1.6918287656153552e-05, 2.3021982997306623e-05, 1.7912885596160777e-05, 1.5378283933387138e-05, 1.396378138451837e-05, 7.779219231451862e-06, 1.2641057764994912e-05, 1.1205673217773438e-05, 7.152557373046875e-07, 1.1324882507324219e-06, 0.0438496470451355, 0.0910065621137619, 0.11551562696695328, 0.12393216788768768, 0.09304723143577576, 0.21561771631240845, 0.14579623937606812, 0.010535371489822865, 0.026186300441622734, 0.043841321021318436, 0.09503642469644547, 0.20405364036560059, 0.24026304483413696, 0.0, 281.729248046875, 3.526475609305635e-07, 1.6239286196650937e-05, 2.8240347091923468e-06, 7.843627827242017e-06, 6.815532742621144e-06, 3.114120409009047e-05], "count": [625]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12061969935894012, 0.02822197414934635, -0.3103640079498291, 0.4675459861755371, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.05394812673330307, 0.32016319036483765, -0.5473527312278748, -1.8101158142089844, 0.06668902933597565, -0.16516050696372986, -0.028379054740071297, -0.3243829905986786, -0.4790419936180115, 0.08871500194072723, 1.313307762145996, -1.7543983459472656, 0.11196969449520111, 1008.0, 328.0, 0.000590281852055341, -0.29705461859703064, -0.8421514630317688, 1.9073331356048584, -1.0567543506622314, -0.001034677610732615], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411919116973877, -0.25385814905166626, -0.12053243815898895, 0.028326693922281265, -0.3102859854698181, 0.46759501099586487, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.25987952947616577, 0.6380748748779297, -0.12697270512580872, -1.3489998579025269, 0.5005778670310974, 0.48233917355537415, 0.5432860851287842, -0.2710129916667938, -0.39630600810050964, 0.23401999473571777, 1.7065728902816772, -1.121137022972107, 0.936301589012146, 1008.0, 1002.0, 0.0005959214176982641, -0.2967820465564728, -0.8421403765678406, 1.9073339700698853, -1.0567479133605957, -0.0009055802365764976], "mean": [-0.19949795305728912, 0.6046716570854187, 0.4513890743255615, -1.4119763374328613, -0.2539154887199402, -0.12058283388614655, 0.028277887031435966, -0.3103289306163788, 0.4675668478012085, 0.22823581099510193, -1.5732381343841553, -1.1211377382278442, -0.7462767362594604, 0.16421324014663696, 0.48506054282188416, -0.32882121205329895, -1.5095477104187012, 0.26401999592781067, 0.1538970023393631, 0.25509846210479736, -0.3082113564014435, -0.4510115683078766, 0.18591634929180145, 1.4849040508270264, -1.4453577995300293, 0.5882270932197571, 1008.0, 816.1119995117188, 0.0005921699921600521, -0.29696333408355713, -0.8421505689620972, 1.9073412418365479, -1.0567573308944702, -0.0009688453865237534], "std": [2.535188468755223e-05, 1.9081751815974712e-05, 2.4469884010613896e-05, 1.6901938579394482e-05, 2.2991323930909857e-05, 1.7912885596160777e-05, 1.5368854292319156e-05, 1.397430241922848e-05, 7.785049092490226e-06, 1.2648978554352652e-05, 1.1205673217773438e-05, 7.152557373046875e-07, 1.1324882507324219e-06, 0.04383343830704689, 0.09111321717500687, 0.11568474024534225, 0.12403016537427902, 0.09335172176361084, 0.21554437279701233, 0.1454259604215622, 0.010544448159635067, 0.02619936689734459, 0.04384833574295044, 0.09497928619384766, 0.20392248034477234, 0.24045956134796143, 0.0, 281.729248046875, 3.526475609305635e-07, 1.628608697501477e-05, 2.8240347091923468e-06, 7.844936590117868e-06, 6.815532742621144e-06, 3.10969480779022e-05], "count": [625]}, "timestamp": {"min": [0.0], "max": [20.8], "mean": [10.399999999999999], "std": [6.014057606050086], "count": [625]}, "frame_index": {"min": [0], "max": [624], "mean": [312.0], "std": [180.42172818150257], "count": [625]}, "episode_index": {"min": [369], "max": [369], "mean": [369.0], "std": [0.0], "count": [625]}, "index": {"min": [222146], "max": [222770], "mean": [222458.0], "std": [180.42172818150257], "count": [625]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [625]}, "gripper_open_scale_state": {"min": [1.0, 0.328000009059906], "max": [1.0, 1.0], "mean": [1.0, 0.8154576017379761], "std": [0.0, 0.2812996515396531], "count": [625]}, "gripper_open_scale_action": {"min": [1.0, 0.328000009059906], "max": [1.0, 1.0], "mean": [1.0, 0.8154576017379761], "std": [0.0, 0.2812996515396531], "count": [625]}, "eef_direction_state": {"mean": [6.0, 5.0944], "std": [0.0, 1.6421597486237551], "min": [6, 0], "max": [6, 6], "count": [625]}, "eef_velocity_state": {"mean": [0.0, 0.4736], "std": [0.0, 0.7153342155943624], "min": [0, 0], "max": [0, 2], "count": [625]}, "eef_acc_mag_state": {"mean": [0.0, 0.4192], "std": [0.0, 0.7246180787145697], "min": [0, 0], "max": [0, 2], "count": [625]}, "eef_direction_action": {"mean": [6.0, 5.0944], "std": [0.0, 1.6421597486237551], "min": [6, 0], "max": [6, 6], "count": [625]}, "eef_velocity_action": {"mean": [0.0, 0.4736], "std": [0.0, 0.7153342155943624], "min": [0, 0], "max": [0, 2], "count": [625]}, "eef_acc_mag_action": {"mean": [0.0, 0.4192], "std": [0.0, 0.7246180787145697], "min": [0, 0], "max": [0, 2], "count": [625]}, "eef_sim_pose_state": {"mean": [-0.31032875180244446, 0.4675671458244324, 0.22823579609394073, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.30819669365882874, -0.45099586248397827, 0.18590933084487915, 1.485097885131836, -1.4452648162841797, 0.5880172848701477], "std": [1.3961687727714889e-05, 7.77366312831873e-06, 1.2641048670047894e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.010535375215113163, 0.02618630789220333, 0.043841324746608734, 0.09503646194934845, 0.20405352115631104, 0.24026300013065338], "min": [-0.3103640079498291, 0.4675459861755371, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3243829905986786, -0.4790419936180115, 0.08871500194072723, 1.313307762145996, -1.7543983459472656, 0.11196969449520111], "max": [-0.3102859854698181, 0.46759501099586487, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2710129916667938, -0.39630600810050964, 0.23401999473571777, 1.7065728902816772, -1.121137022972107, 0.936301589012146], "count": [625]}, "eef_sim_pose_action": {"mean": [-0.31032899022102356, 0.4675668478012085, 0.22823581099510193, -1.5732381343841553, -1.1211377382278442, -0.7462767362594604, -0.3081967234611511, -0.45099571347236633, 0.18590937554836273, 1.485097885131836, -1.4452673196792603, 0.5880163311958313], "std": [1.396378138451837e-05, 7.779219231451862e-06, 1.2641057764994912e-05, 1.1205673217773438e-05, 7.152557373046875e-07, 1.1324882507324219e-06, 0.010535371489822865, 0.026186300441622734, 0.043841321021318436, 0.09503642469644547, 0.20405364036560059, 0.24026304483413696], "min": [-0.3103640079498291, 0.4675459861755371, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3243829905986786, -0.4790419936180115, 0.08871500194072723, 1.313307762145996, -1.7543983459472656, 0.11196969449520111], "max": [-0.3102859854698181, 0.46759501099586487, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2710129916667938, -0.39630600810050964, 0.23401999473571777, 1.7065728902816772, -1.121137022972107, 0.936301589012146], "count": [625]}, "gripper_mode_state": {"mean": [0.0, 0.2416], "std": [0.0, 0.42805308082059224], "min": [0, 0], "max": [0, 1], "count": [625]}, "gripper_activity_state": {"mean": [2.0, 1.7728], "std": [0.0, 0.5709467225582435], "min": [2, 0], "max": [2, 2], "count": [625]}, "gripper_mode_action": {"mean": [0.0, 0.2416], "std": [0.0, 0.42805308082059224], "min": [0, 0], "max": [0, 1], "count": [625]}, "gripper_activity_action": {"mean": [2.0, 1.7728], "std": [0.0, 0.5709467225582435], "min": [2, 0], "max": [2, 2], "count": [625]}}} +{"episode_index": 187, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40922321025293584]], [[0.41902721983102187]], [[0.4141038893538445]]], "std": [[[0.21151304728144327]], [[0.2091977820445469]], [[0.20496478064269438]]], "count": [123]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.322063345222913]], [[0.30590034506349967]], [[0.3274650751899676]]], "std": [[[0.25090867323409805]], [[0.258910398929595]], [[0.24888752289691152]]], "count": [123]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44341233593708484]], [[0.44745070141877885]], [[0.4395438253892343]]], "std": [[[0.28641433653788473]], [[0.285148926708206]], [[0.28530469469006053]]], "count": [123]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4072518515197407]], [[0.4061329590440513]], [[0.412612774988044]]], "std": [[[0.26179049634584384]], [[0.2640466879519629]], [[0.26120935605287715]]], "count": [123]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12061969935894012, 0.02822197414934635, -0.310371994972229, 0.4675379991531372, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.019739674404263496, 0.33634239435195923, -0.48141416907310486, -1.757459282875061, 0.13465215265750885, -0.1206895187497139, -0.028379054740071297, -0.3368529975414276, -0.47275298833847046, 0.07539299875497818, 1.266525387763977, -1.720489263534546, 0.24249204993247986, 1008.0, 329.0, 0.000584642228204757, -0.2970264256000519, -0.8421554565429688, 1.9073315858840942, -1.056758999824524, -0.0009245651308447123], "max": [-0.19940386712551117, 0.6047216653823853, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12053243815898895, 0.028326693922281265, -0.31027698516845703, 0.46759501099586487, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.20760692656040192, 0.6462604999542236, -0.10161306709051132, -1.3518621921539307, 0.42298054695129395, 0.42179372906684875, 0.43675118684768677, -0.26863500475883484, -0.3968360126018524, 0.24996599555015564, 1.6382596492767334, -1.121137022972107, 0.9242694973945618, 1008.0, 1003.0, 0.0005996812251396477, -0.296864777803421, -0.8421419858932495, 1.9073339700698853, -1.0567495822906494, -0.0009122249321080744], "mean": [-0.19950474798679352, 0.6046698093414307, 0.45138776302337646, -1.4119731187820435, -0.2538992762565613, -0.12056691199541092, 0.028278572484850883, -0.31032758951187134, 0.4675696790218353, 0.22823704779148102, -1.5732381343841553, -1.1211376190185547, -0.7462767362594604, 0.13653196394443512, 0.455601304769516, -0.3066807687282562, -1.5007710456848145, 0.24669718742370605, 0.15541130304336548, 0.229975625872612, -0.3183248043060303, -0.4479411542415619, 0.18754008412361145, 1.44362211227417, -1.4418954849243164, 0.6207936406135559, 1008.0, 826.0016479492188, 0.0005899691605009139, -0.2969838082790375, -0.8421549797058105, 1.9073387384414673, -1.0567572116851807, -0.0009177534375339746], "std": [2.645731728989631e-05, 1.816522126318887e-05, 2.3968977984623052e-05, 1.6159841834451072e-05, 2.514844345569145e-05, 2.1838213797309436e-05, 1.52061047629104e-05, 1.4442442989093252e-05, 8.0163945312961e-06, 1.255054485227447e-05, 1.1205673217773438e-05, 5.960464477539062e-07, 1.1324882507324219e-06, 0.04566119238734245, 0.10001888126134872, 0.11504177749156952, 0.12715786695480347, 0.0646510049700737, 0.18927092850208282, 0.13091734051704407, 0.012953544035553932, 0.026595067232847214, 0.05188246816396713, 0.09170424938201904, 0.19050642848014832, 0.20076680183410645, 0.0, 276.4997253417969, 1.7795852045310312e-06, 1.4384944734047167e-05, 5.288868123898283e-06, 5.742696430388605e-06, 5.318433977663517e-06, 2.057636720564915e-06], "count": [618]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12061969935894012, 0.02822197414934635, -0.310371994972229, 0.4675379991531372, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.019739674404263496, 0.33634239435195923, -0.48141416907310486, -1.757459282875061, 0.13465215265750885, -0.1206895187497139, -0.028379054740071297, -0.3368529975414276, -0.47275298833847046, 0.07539299875497818, 1.266525387763977, -1.720489263534546, 0.24249204993247986, 1008.0, 329.0, 0.000584642228204757, -0.2970264256000519, -0.8421554565429688, 1.9073315858840942, -1.056758999824524, -0.0009245651308447123], "max": [-0.19940386712551117, 0.6047216653823853, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12053243815898895, 0.028326693922281265, -0.31027698516845703, 0.46759501099586487, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.20760692656040192, 0.6462604999542236, -0.10161306709051132, -1.3518621921539307, 0.42298054695129395, 0.42179372906684875, 0.43675118684768677, -0.26863500475883484, -0.3968360126018524, 0.24996599555015564, 1.6382596492767334, -1.121137022972107, 0.9242694973945618, 1008.0, 1003.0, 0.0005996812251396477, -0.296864777803421, -0.8421419858932495, 1.9073339700698853, -1.0567495822906494, -0.0009122249321080744], "mean": [-0.19950474798679352, 0.6046698093414307, 0.4513877332210541, -1.4119731187820435, -0.25389936566352844, -0.12056683748960495, 0.02827860414981842, -0.3103276193141937, 0.4675696790218353, 0.2282370626926422, -1.5732381343841553, -1.1211376190185547, -0.7462767362594604, 0.13640092313289642, 0.4551790654659271, -0.30613428354263306, -1.5006883144378662, 0.2465117871761322, 0.15548823773860931, 0.230253204703331, -0.31834864616394043, -0.4479448199272156, 0.1875690072774887, 1.4433457851409912, -1.4420441389083862, 0.6210588812828064, 1008.0, 826.0048828125, 0.0005899630486965179, -0.2969837486743927, -0.8421549797058105, 1.9073387384414673, -1.0567572116851807, -0.0009177519241347909], "std": [2.645731728989631e-05, 1.816522126318887e-05, 2.391112138866447e-05, 1.614758002688177e-05, 2.5214940251316875e-05, 2.1802816263516434e-05, 1.5214473023661412e-05, 1.4461480532190762e-05, 8.014911145437509e-06, 1.2539126146293711e-05, 1.1205673217773438e-05, 5.960464477539062e-07, 1.1324882507324219e-06, 0.04559639096260071, 0.09994503855705261, 0.11515824496746063, 0.12723220884799957, 0.06479568779468536, 0.1891682893037796, 0.13055218756198883, 0.012952117249369621, 0.026597965508699417, 0.0519099123775959, 0.09156937152147293, 0.1902926117181778, 0.20104043185710907, 0.0, 276.5024719238281, 1.7785012005333556e-06, 1.4374561033037025e-05, 5.283190603222465e-06, 5.742696430388605e-06, 5.313236670190236e-06, 2.0578622752509546e-06], "count": [618]}, "timestamp": {"min": [0.0], "max": [20.566666666666666], "mean": [10.283333333333333], "std": [5.946699987450244], "count": [618]}, "frame_index": {"min": [0], "max": [617], "mean": [308.5], "std": [178.40099962350735], "count": [618]}, "episode_index": {"min": [370], "max": [370], "mean": [370.0], "std": [0.0], "count": [618]}, "index": {"min": [222771], "max": [223388], "mean": [223079.5], "std": [178.40099962350735], "count": [618]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [618]}, "gripper_open_scale_state": {"min": [1.0, 0.32899999618530273], "max": [1.0, 1.0], "mean": [1.0, 0.8243867326708674], "std": [0.0, 0.2754690019270095], "count": [618]}, "gripper_open_scale_action": {"min": [1.0, 0.32899999618530273], "max": [1.0, 1.0], "mean": [1.0, 0.8243867326708674], "std": [0.0, 0.2754690019270095], "count": [618]}, "eef_direction_state": {"mean": [6.0, 4.673139158576052], "std": [0.0, 1.9999895266846963], "min": [6, 0], "max": [6, 6], "count": [618]}, "eef_velocity_state": {"mean": [0.0, 0.5647249190938511], "std": [0.0, 0.7306412079919483], "min": [0, 0], "max": [0, 2], "count": [618]}, "eef_acc_mag_state": {"mean": [0.0, 0.5048543689320388], "std": [0.0, 0.7742680402864822], "min": [0, 0], "max": [0, 2], "count": [618]}, "eef_direction_action": {"mean": [6.0, 4.673139158576052], "std": [0.0, 1.9999895266846963], "min": [6, 0], "max": [6, 6], "count": [618]}, "eef_velocity_action": {"mean": [0.0, 0.5647249190938511], "std": [0.0, 0.7306412079919483], "min": [0, 0], "max": [0, 2], "count": [618]}, "eef_acc_mag_action": {"mean": [0.0, 0.5048543689320388], "std": [0.0, 0.7742680402864822], "min": [0, 0], "max": [0, 2], "count": [618]}, "eef_sim_pose_state": {"mean": [-0.31032752990722656, 0.46756958961486816, 0.228237122297287, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.3183247745037079, -0.44794130325317383, 0.1875401884317398, 1.443619966506958, -1.4418977499008179, 0.6207936406135559], "std": [1.4442374776990619e-05, 8.015838830033317e-06, 1.2550389328680467e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.012953542172908783, 0.026595063507556915, 0.05188246816396713, 0.09170422703027725, 0.19050651788711548, 0.2007666975259781], "min": [-0.310371994972229, 0.4675379991531372, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3368529975414276, -0.47275298833847046, 0.07539299875497818, 1.266525387763977, -1.720489263534546, 0.24249204993247986], "max": [-0.31027698516845703, 0.46759501099586487, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.26863500475883484, -0.3968360126018524, 0.24996599555015564, 1.6382596492767334, -1.121137022972107, 0.9242694973945618], "count": [618]}, "eef_sim_pose_action": {"mean": [-0.31032758951187134, 0.4675696790218353, 0.22823704779148102, -1.5732381343841553, -1.1211376190185547, -0.7462767362594604, -0.3183248043060303, -0.4479411542415619, 0.18754008412361145, 1.44362211227417, -1.4418954849243164, 0.6207936406135559], "std": [1.4442442989093252e-05, 8.0163945312961e-06, 1.255054485227447e-05, 1.1205673217773438e-05, 5.960464477539062e-07, 1.1324882507324219e-06, 0.012953544035553932, 0.026595067232847214, 0.05188246816396713, 0.09170424938201904, 0.19050642848014832, 0.20076680183410645], "min": [-0.310371994972229, 0.4675379991531372, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3368529975414276, -0.47275298833847046, 0.07539299875497818, 1.266525387763977, -1.720489263534546, 0.24249204993247986], "max": [-0.31027698516845703, 0.46759501099586487, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.26863500475883484, -0.3968360126018524, 0.24996599555015564, 1.6382596492767334, -1.121137022972107, 0.9242694973945618], "count": [618]}, "gripper_mode_state": {"mean": [0.0, 0.22653721682847897], "std": [0.0, 0.41859061888686305], "min": [0, 0], "max": [0, 1], "count": [618]}, "gripper_activity_state": {"mean": [2.0, 1.7702265372168284], "std": [0.0, 0.5736559756982854], "min": [2, 0], "max": [2, 2], "count": [618]}, "gripper_mode_action": {"mean": [0.0, 0.22653721682847897], "std": [0.0, 0.41859061888686305], "min": [0, 0], "max": [0, 1], "count": [618]}, "gripper_activity_action": {"mean": [2.0, 1.7702265372168284], "std": [0.0, 0.5736559756982854], "min": [2, 0], "max": [2, 2], "count": [618]}}} +{"episode_index": 188, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40879341662512464]], [[0.4186797454857649]], [[0.41389391028303973]]], "std": [[[0.21132045097915317]], [[0.20899177426986537]], [[0.2049007581354319]]], "count": [118]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32348060332890216]], [[0.307046719217348]], [[0.3276901102248809]]], "std": [[[0.2514521190704324]], [[0.25962838823648393]], [[0.24933536634980655]]], "count": [118]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4424385316273402]], [[0.4464659130248144]], [[0.4390079743408663]]], "std": [[[0.2855686458788836]], [[0.2842594491368415]], [[0.2847350611009075]]], "count": [118]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4009721858729367]], [[0.3982099292400576]], [[0.40521325087238286]]], "std": [[[0.25904686518349446]], [[0.2606664150307707]], [[0.25784346423249355]]], "count": [118]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103710114955902, 0.46754300594329834, 0.22818900644779205, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.05448918044567108, 0.3236887454986572, -0.5704609155654907, -1.7150129079818726, 0.05984733998775482, -0.1206895187497139, -0.02839650586247444, -0.33010900020599365, -0.481224000453949, 0.08532500267028809, 1.2026097774505615, -1.7246432304382324, 0.08878912776708603, 1008.0, 332.0, 0.0005884019774384797, -0.29706212878227234, -0.8421586155891418, 1.907332420349121, -1.0567574501037598, -0.0011343484511598945], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411919116973877, -0.25382325053215027, -0.12048007547855377, 0.028326693922281265, -0.31028300523757935, 0.46759799122810364, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.29792770743370056, 0.645300567150116, -0.09414306282997131, -1.3732948303222656, 0.41809362173080444, 0.5106833577156067, 0.5675636529922485, -0.2892729938030243, -0.40140700340270996, 0.24851299822330475, 1.6883560419082642, -1.121137022972107, 0.8591366410255432, 1008.0, 1003.0, 0.0005884019774384797, -0.29696816205978394, -0.8421379923820496, 1.9073331356048584, -1.0567495822906494, -0.0008590671932324767], "mean": [-0.19950594007968903, 0.6046689748764038, 0.4513902962207794, -1.4119720458984375, -0.25387728214263916, -0.12055723369121552, 0.02827671729028225, -0.31033018231391907, 0.46756917238235474, 0.2282361537218094, -1.5732378959655762, -1.1211365461349487, -0.7462766766548157, 0.16680654883384705, 0.46301352977752686, -0.3336743712425232, -1.5070452690124512, 0.23889027535915375, 0.20939575135707855, 0.22415843605995178, -0.3140050768852234, -0.45283985137939453, 0.1831301748752594, 1.4296406507492065, -1.4363703727722168, 0.572022557258606, 1008.0, 799.75341796875, 0.0005883980775251985, -0.29699817299842834, -0.8421528339385986, 1.90733802318573, -1.0567578077316284, -0.0009655142202973366], "std": [2.5747900508577004e-05, 1.8404241927783005e-05, 2.3854408937040716e-05, 1.7465885321144015e-05, 2.9260661904118024e-05, 2.092159047606401e-05, 1.5189621080935467e-05, 1.4570196071872488e-05, 8.0481486293138e-06, 1.346959743386833e-05, 1.0967254638671875e-05, 4.76837158203125e-07, 1.0728836059570312e-06, 0.05482127517461777, 0.09631957113742828, 0.11998919397592545, 0.09518185257911682, 0.07443708926439285, 0.18366296589374542, 0.16240304708480835, 0.008413184434175491, 0.02446896769106388, 0.05039464309811592, 0.12561959028244019, 0.20215323567390442, 0.22186140716075897, 0.0, 288.4422302246094, 3.899913281202316e-09, 1.5070784684212413e-05, 3.8048931401135633e-06, 5.436404080683133e-06, 5.192774096940411e-06, 4.202432683086954e-05], "count": [584]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103710114955902, 0.46754300594329834, 0.22818900644779205, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.05448918044567108, 0.3236887454986572, -0.5704609155654907, -1.7150129079818726, 0.05984733998775482, -0.1206895187497139, -0.02839650586247444, -0.33010900020599365, -0.481224000453949, 0.08532500267028809, 1.2026097774505615, -1.7246432304382324, 0.08878912776708603, 1008.0, 332.0, 0.0005884019774384797, -0.29706212878227234, -0.8421586155891418, 1.907332420349121, -1.0567574501037598, -0.0011343484511598945], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411919116973877, -0.25382325053215027, -0.12048007547855377, 0.028326693922281265, -0.31028300523757935, 0.46759799122810364, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.29792770743370056, 0.645300567150116, -0.09414306282997131, -1.3732948303222656, 0.41809362173080444, 0.5106833577156067, 0.5675636529922485, -0.2892729938030243, -0.40140700340270996, 0.24851299822330475, 1.6883560419082642, -1.121137022972107, 0.8591366410255432, 1008.0, 1003.0, 0.0005884019774384797, -0.29696816205978394, -0.8421379923820496, 1.9073331356048584, -1.0567495822906494, -0.0008590671932324767], "mean": [-0.19950588047504425, 0.604668915271759, 0.45139041543006897, -1.4119720458984375, -0.25387728214263916, -0.12055718153715134, 0.028276747092604637, -0.31033021211624146, 0.46756917238235474, 0.2282361090183258, -1.5732378959655762, -1.1211365461349487, -0.7462766766548157, 0.16671811044216156, 0.4625374376773834, -0.33306726813316345, -1.5069950819015503, 0.2385682910680771, 0.20964102447032928, 0.22443293035030365, -0.3140098750591278, -0.4528619349002838, 0.18316268920898438, 1.4292927980422974, -1.4364515542984009, 0.5722130537033081, 1008.0, 799.75341796875, 0.0005883980775251985, -0.29699820280075073, -0.8421528935432434, 1.90733802318573, -1.0567578077316284, -0.0009656637557782233], "std": [2.578299245215021e-05, 1.840327422542032e-05, 2.3825779862818308e-05, 1.7465885321144015e-05, 2.9260663723107427e-05, 2.0944933567079715e-05, 1.5202112990664318e-05, 1.4561253010469954e-05, 8.053282726905309e-06, 1.3470299563778099e-05, 1.0967254638671875e-05, 4.76837158203125e-07, 1.0728836059570312e-06, 0.05480996146798134, 0.0963064655661583, 0.12028827518224716, 0.09523955732584, 0.07477720826864243, 0.18331727385520935, 0.16211150586605072, 0.008411867544054985, 0.024488037452101707, 0.05042978748679161, 0.1255023181438446, 0.20203664898872375, 0.22205886244773865, 0.0, 288.4422302246094, 3.899913281202316e-09, 1.5044545762066264e-05, 3.8436173781519756e-06, 5.436404080683133e-06, 5.194069672143087e-06, 4.201002593617886e-05], "count": [584]}, "timestamp": {"min": [0.0], "max": [19.433333333333334], "mean": [9.716666666666665], "std": [5.619534381660696], "count": [584]}, "frame_index": {"min": [0], "max": [583], "mean": [291.5], "std": [168.5860314498209], "count": [584]}, "episode_index": {"min": [371], "max": [371], "mean": [371.0], "std": [0.0], "count": [584]}, "index": {"min": [223389], "max": [223972], "mean": [223680.5], "std": [168.5860314498209], "count": [584]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [584]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.7986455483693783], "std": [0.0, 0.28766568645402146], "count": [584]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.7986455483693783], "std": [0.0, 0.28766568645402146], "count": [584]}, "eef_direction_state": {"mean": [6.0, 4.938356164383562], "std": [0.0, 1.746709637598193], "min": [6, 0], "max": [6, 6], "count": [584]}, "eef_velocity_state": {"mean": [0.0, 0.5308219178082192], "std": [0.0, 0.7232030227552588], "min": [0, 0], "max": [0, 2], "count": [584]}, "eef_acc_mag_state": {"mean": [0.0, 0.5], "std": [0.0, 0.7719393829562683], "min": [0, 0], "max": [0, 2], "count": [584]}, "eef_direction_action": {"mean": [6.0, 4.938356164383562], "std": [0.0, 1.746709637598193], "min": [6, 0], "max": [6, 6], "count": [584]}, "eef_velocity_action": {"mean": [0.0, 0.5308219178082192], "std": [0.0, 0.7232030227552588], "min": [0, 0], "max": [0, 2], "count": [584]}, "eef_acc_mag_action": {"mean": [0.0, 0.5], "std": [0.0, 0.7719393829562683], "min": [0, 0], "max": [0, 2], "count": [584]}, "eef_sim_pose_state": {"mean": [-0.3103301227092743, 0.467568963766098, 0.22823624312877655, -1.5732269287109375, -1.121137022972107, -0.7462754845619202, -0.3140050172805786, -0.4528396725654602, 0.1831301897764206, 1.4296419620513916, -1.4363669157028198, 0.5720228552818298], "std": [1.4569950508303009e-05, 8.04538831289392e-06, 1.3469310943037271e-05, 0.0, 0.0, 1.1920928955078125e-07, 0.00841318629682064, 0.02446897141635418, 0.05039464682340622, 0.12561964988708496, 0.20215332508087158, 0.2218613624572754], "min": [-0.3103710114955902, 0.46754300594329834, 0.22818900644779205, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33010900020599365, -0.481224000453949, 0.08532500267028809, 1.2026097774505615, -1.7246432304382324, 0.08878912776708603], "max": [-0.31028300523757935, 0.46759799122810364, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2892729938030243, -0.40140700340270996, 0.24851299822330475, 1.6883560419082642, -1.121137022972107, 0.8591366410255432], "count": [584]}, "eef_sim_pose_action": {"mean": [-0.31033018231391907, 0.46756917238235474, 0.2282361537218094, -1.5732378959655762, -1.1211365461349487, -0.7462766766548157, -0.3140050768852234, -0.45283985137939453, 0.1831301748752594, 1.4296406507492065, -1.4363703727722168, 0.572022557258606], "std": [1.4570196071872488e-05, 8.0481486293138e-06, 1.346959743386833e-05, 1.0967254638671875e-05, 4.76837158203125e-07, 1.0728836059570312e-06, 0.008413184434175491, 0.02446896769106388, 0.05039464309811592, 0.12561959028244019, 0.20215323567390442, 0.22186140716075897], "min": [-0.3103710114955902, 0.46754300594329834, 0.22818900644779205, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33010900020599365, -0.481224000453949, 0.08532500267028809, 1.2026097774505615, -1.7246432304382324, 0.08878912776708603], "max": [-0.31028300523757935, 0.46759799122810364, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2892729938030243, -0.40140700340270996, 0.24851299822330475, 1.6883560419082642, -1.121137022972107, 0.8591366410255432], "count": [584]}, "gripper_mode_state": {"mean": [0.0, 0.2654109589041096], "std": [0.0, 0.4415517883529739], "min": [0, 0], "max": [0, 1], "count": [584]}, "gripper_activity_state": {"mean": [2.0, 1.7619863013698631], "std": [0.0, 0.5821489710287934], "min": [2, 0], "max": [2, 2], "count": [584]}, "gripper_mode_action": {"mean": [0.0, 0.2654109589041096], "std": [0.0, 0.4415517883529739], "min": [0, 0], "max": [0, 1], "count": [584]}, "gripper_activity_action": {"mean": [2.0, 1.7619863013698631], "std": [0.0, 0.5821489710287934], "min": [2, 0], "max": [2, 2], "count": [584]}}} +{"episode_index": 189, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4155217420654702]], [[0.42286040143458514]], [[0.4208818648222001]]], "std": [[[0.21157557191129597]], [[0.21036566199672568]], [[0.20717674137250874]]], "count": [118]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32276630525091393]], [[0.3064838591863299]], [[0.3194512954192977]]], "std": [[[0.25120237739145956]], [[0.2607310268265555]], [[0.24673071058160714]]], "count": [118]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4426302204497618]], [[0.44568903013182676]], [[0.4373129777334663]]], "std": [[[0.28632898181763033]], [[0.28403142995804787]], [[0.2842636368135583]]], "count": [118]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41172467493353276]], [[0.4100734203639083]], [[0.41731135413204834]]], "std": [[[0.263154023960256]], [[0.2635144617975496]], [[0.26296782921416006]]], "count": [118]}, "observation.state": {"min": [-0.19964821636676788, 0.6045994758605957, 0.4513246715068817, -1.4120759963989258, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.31038999557495117, 0.46753600239753723, 0.22818900644779205, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.05434955283999443, 0.3268652856349945, -0.5262342095375061, -1.7336007356643677, 0.12805481255054474, -0.14205235242843628, -0.028291787952184677, -0.32883399724960327, -0.47266098856925964, 0.08898500353097916, 1.2421739101409912, -1.8093465566635132, 0.19411568343639374, 1008.0, 330.0, 0.000584642228204757, -0.29709410667419434, -0.8421578407287598, 1.90733003616333, -1.0567559003829956, -0.0010394238634034991], "max": [-0.19940386712551117, 0.6047216653823853, 0.45146432518959045, -1.4118491411209106, -0.25382325053215027, -0.12048007547855377, 0.02834414690732956, -0.31024301052093506, 0.4676100015640259, 0.22830399870872498, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.22848103940486908, 0.6047216653823853, -0.10423106700181961, -1.3226104974746704, 0.4394564628601074, 0.42589524388313293, 0.43882814049720764, -0.2635659873485565, -0.40378400683403015, 0.24357900023460388, 1.5839482545852661, -1.121137022972107, 0.9453714489936829, 1008.0, 1003.0, 0.0005940415430814028, -0.2966899275779724, -0.8421419858932495, 1.9073355197906494, -1.0567439794540405, -0.0009293113835155964], "mean": [-0.19953104853630066, 0.6046673655509949, 0.4513939321041107, -1.411961555480957, -0.25391000509262085, -0.12053631991147995, 0.028279051184654236, -0.3103254437446594, 0.4675769805908203, 0.2282383292913437, -1.5732378959655762, -1.1211365461349487, -0.7462766766548157, 0.1472145915031433, 0.44595369696617126, -0.3092077672481537, -1.4919687509536743, 0.25142553448677063, 0.12590178847312927, 0.23076118528842926, -0.3156206011772156, -0.449957937002182, 0.18250931799411774, 1.469802737236023, -1.4394516944885254, 0.6384154558181763, 1008.0, 803.205810546875, 0.0005877733347006142, -0.29697805643081665, -0.842155396938324, 1.9073381423950195, -1.0567570924758911, -0.0009670461295172572], "std": [4.339606675785035e-05, 1.7884029148262925e-05, 2.529004450479988e-05, 2.898959610320162e-05, 3.9299673517234623e-05, 2.569982643763069e-05, 1.6239757314906456e-05, 2.3272903490578756e-05, 1.3525736903829966e-05, 1.429016629117541e-05, 1.0967254638671875e-05, 4.76837158203125e-07, 1.0728836059570312e-06, 0.04396641626954079, 0.08497711271047592, 0.12360218167304993, 0.12170222401618958, 0.09183412790298462, 0.22668932378292084, 0.12557490170001984, 0.013893636874854565, 0.02127683348953724, 0.04769253730773926, 0.08575794845819473, 0.21287280321121216, 0.22169016301631927, 0.0, 286.875732421875, 9.70697669799847e-07, 2.5877518055494875e-05, 4.571537829178851e-06, 5.49416563444538e-06, 5.57102657694486e-06, 2.994580427184701e-05], "count": [583]}, "action": {"min": [-0.19964821636676788, 0.6045994758605957, 0.4513246715068817, -1.4120759963989258, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.31038999557495117, 0.46753600239753723, 0.22818900644779205, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.05434955283999443, 0.3268652856349945, -0.5262342095375061, -1.7336007356643677, 0.12805481255054474, -0.14205235242843628, -0.028291787952184677, -0.32883399724960327, -0.47266098856925964, 0.08898500353097916, 1.2421739101409912, -1.8093465566635132, 0.19411568343639374, 1008.0, 330.0, 0.000584642228204757, -0.29709410667419434, -0.8421578407287598, 1.90733003616333, -1.0567559003829956, -0.0010394238634034991], "max": [-0.19940386712551117, 0.6047216653823853, 0.45146432518959045, -1.4118491411209106, -0.25382325053215027, -0.12048007547855377, 0.02834414690732956, -0.31024301052093506, 0.4676100015640259, 0.22830399870872498, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.22848103940486908, 0.6047216653823853, -0.10423106700181961, -1.3226104974746704, 0.4394564628601074, 0.42589524388313293, 0.43882814049720764, -0.2635659873485565, -0.40378400683403015, 0.24357900023460388, 1.5839482545852661, -1.121137022972107, 0.9453714489936829, 1008.0, 1003.0, 0.0005940415430814028, -0.2966899275779724, -0.8421419858932495, 1.9073355197906494, -1.0567439794540405, -0.0009293113835155964], "mean": [-0.1995309591293335, 0.6046673655509949, 0.4513939321041107, -1.4119614362716675, -0.2539099156856537, -0.12053629010915756, 0.028279047459363937, -0.310325562953949, 0.46757692098617554, 0.22823837399482727, -1.5732378959655762, -1.1211365461349487, -0.7462766766548157, 0.14709527790546417, 0.44548293948173523, -0.3086165487766266, -1.4918268918991089, 0.25121814012527466, 0.1258755326271057, 0.2311144322156906, -0.31564658880233765, -0.4499654769897461, 0.18253444135189056, 1.4695963859558105, -1.4396164417266846, 0.6387262344360352, 1008.0, 803.202392578125, 0.0005877700750716031, -0.2969779968261719, -0.8421553373336792, 1.9073381423950195, -1.0567570924758911, -0.0009669630671851337], "std": [4.346117566456087e-05, 1.7884029148262925e-05, 2.525005220377352e-05, 2.9025875846855342e-05, 3.939802263630554e-05, 2.5694047508295625e-05, 1.6239777323789895e-05, 2.3313208657782525e-05, 1.353855350316735e-05, 1.4285086763266008e-05, 1.0967254638671875e-05, 4.76837158203125e-07, 1.0728836059570312e-06, 0.043918710201978683, 0.08485662937164307, 0.12374476343393326, 0.12184333056211472, 0.09196464717388153, 0.22671863436698914, 0.12513452768325806, 0.013897867873311043, 0.021283907815814018, 0.047720424830913544, 0.08565334975719452, 0.21266350150108337, 0.22196777164936066, 0.0, 286.87335205078125, 9.717339253256796e-07, 2.586819937278051e-05, 4.516292847256409e-06, 5.495363438967615e-06, 5.572450845647836e-06, 2.9922543035354465e-05], "count": [583]}, "timestamp": {"min": [0.0], "max": [19.4], "mean": [9.700000000000001], "std": [5.609911863043047], "count": [583]}, "frame_index": {"min": [0], "max": [582], "mean": [291.0], "std": [168.2973558912914], "count": [583]}, "episode_index": {"min": [372], "max": [372], "mean": [372.0], "std": [0.0], "count": [583]}, "index": {"min": [223973], "max": [224555], "mean": [224264.0], "std": [168.2973558912914], "count": [583]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [583]}, "gripper_open_scale_state": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.8023276186418778], "std": [0.0, 0.2862684478680899], "count": [583]}, "gripper_open_scale_action": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.8023276186418778], "std": [0.0, 0.2862684478680899], "count": [583]}, "eef_direction_state": {"mean": [6.0, 5.005145797598628], "std": [0.0, 1.7340226596650672], "min": [6, 0], "max": [6, 6], "count": [583]}, "eef_velocity_state": {"mean": [0.0, 0.5300171526586621], "std": [0.0, 0.7650431885346614], "min": [0, 0], "max": [0, 2], "count": [583]}, "eef_acc_mag_state": {"mean": [0.0, 0.5300171526586621], "std": [0.0, 0.7893205491939786], "min": [0, 0], "max": [0, 2], "count": [583]}, "eef_direction_action": {"mean": [6.0, 5.005145797598628], "std": [0.0, 1.7340226596650672], "min": [6, 0], "max": [6, 6], "count": [583]}, "eef_velocity_action": {"mean": [0.0, 0.5300171526586621], "std": [0.0, 0.7650431885346614], "min": [0, 0], "max": [0, 2], "count": [583]}, "eef_acc_mag_action": {"mean": [0.0, 0.5300171526586621], "std": [0.0, 0.7893205491939786], "min": [0, 0], "max": [0, 2], "count": [583]}, "eef_sim_pose_state": {"mean": [-0.3103252053260803, 0.4675768315792084, 0.2282383292913437, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.3156205415725708, -0.4499579668045044, 0.18250927329063416, 1.469801902770996, -1.439455270767212, 0.638414204120636], "std": [2.3271932150237262e-05, 1.3524450878321659e-05, 1.4290168110164814e-05, 0.0, 0.0, 5.960464477539063e-08, 0.013893642462790012, 0.021276826038956642, 0.04769250750541687, 0.08575785160064697, 0.21287283301353455, 0.22168989479541779], "min": [-0.31038999557495117, 0.46753600239753723, 0.22818900644779205, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32883399724960327, -0.47266098856925964, 0.08898500353097916, 1.2421739101409912, -1.8093465566635132, 0.19411568343639374], "max": [-0.31024301052093506, 0.4676100015640259, 0.22830399870872498, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2635659873485565, -0.40378400683403015, 0.24357900023460388, 1.5839482545852661, -1.121137022972107, 0.9453714489936829], "count": [583]}, "eef_sim_pose_action": {"mean": [-0.3103254437446594, 0.4675769805908203, 0.2282383292913437, -1.5732378959655762, -1.1211365461349487, -0.7462766766548157, -0.3156206011772156, -0.449957937002182, 0.18250931799411774, 1.469802737236023, -1.4394516944885254, 0.6384154558181763], "std": [2.3272903490578756e-05, 1.3525736903829966e-05, 1.429016629117541e-05, 1.0967254638671875e-05, 4.76837158203125e-07, 1.0728836059570312e-06, 0.013893636874854565, 0.02127683348953724, 0.04769253730773926, 0.08575794845819473, 0.21287280321121216, 0.22169016301631927], "min": [-0.31038999557495117, 0.46753600239753723, 0.22818900644779205, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32883399724960327, -0.47266098856925964, 0.08898500353097916, 1.2421739101409912, -1.8093465566635132, 0.19411568343639374], "max": [-0.31024301052093506, 0.4676100015640259, 0.22830399870872498, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2635659873485565, -0.40378400683403015, 0.24357900023460388, 1.5839482545852661, -1.121137022972107, 0.9453714489936829], "count": [583]}, "gripper_mode_state": {"mean": [0.0, 0.25728987993138935], "std": [0.0, 0.43714047812606144], "min": [0, 0], "max": [0, 1], "count": [583]}, "gripper_activity_state": {"mean": [2.0, 1.7598627787307033], "std": [0.0, 0.5833316345970035], "min": [2, 0], "max": [2, 2], "count": [583]}, "gripper_mode_action": {"mean": [0.0, 0.25728987993138935], "std": [0.0, 0.43714047812606144], "min": [0, 0], "max": [0, 1], "count": [583]}, "gripper_activity_action": {"mean": [2.0, 1.7598627787307033], "std": [0.0, 0.5833316345970035], "min": [2, 0], "max": [2, 2], "count": [583]}}} +{"episode_index": 190, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4119012585750554]], [[0.42118185025387567]], [[0.4184653419218927]]], "std": [[[0.2102848417379892]], [[0.20972753857440118]], [[0.20641717227006878]]], "count": [121]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3236164232566304]], [[0.30751602252471233]], [[0.3280901646815751]]], "std": [[[0.24951488714370382]], [[0.25831265932250463]], [[0.2463262262240348]]], "count": [121]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4426805488035434]], [[0.4457553965456706]], [[0.4372752710932858]]], "std": [[[0.2868452609217837]], [[0.28411950652993817]], [[0.28456914660829397]]], "count": [121]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4123342279749365]], [[0.41196050748122937]], [[0.4144763662696484]]], "std": [[[0.25163323999967585]], [[0.2521055609834433]], [[0.2511305141543617]]], "count": [121]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12058479338884354, 0.02822197414934635, -0.31038400530815125, 0.46753498911857605, 0.22819100320339203, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.03937462717294693, 0.3668856620788574, -0.4770159125328064, -1.7685421705245972, 0.13414600491523743, -0.1206895187497139, -0.028379054740071297, -0.3300490081310272, -0.47832098603248596, 0.08527299761772156, 1.3123517036437988, -1.6763617992401123, 0.2384520024061203, 1008.0, 330.0, 0.0005865221028216183, -0.29702267050743103, -0.8421586155891418, 1.907332420349121, -1.056756615638733, -0.0009606364765204489], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31029701232910156, 0.46759599447250366, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2183232307434082, 0.6178290843963623, -0.08951794356107712, -1.391830325126648, 0.38924333453178406, 0.4300665855407715, 0.47677159309387207, -0.2878040075302124, -0.39804500341415405, 0.25917500257492065, 1.7042129039764404, -1.121137022972107, 0.9310227036476135, 1008.0, 1004.0, 0.0005884019774384797, -0.29681214690208435, -0.8421427607536316, 1.907334804534912, -1.0567471981048584, -0.0009293113835155964], "mean": [-0.19949787855148315, 0.6046685576438904, 0.45138606429100037, -1.4119675159454346, -0.25393053889274597, -0.12052598595619202, 0.028280112892389297, -0.31033748388290405, 0.4675680994987488, 0.2282411754131317, -1.5732380151748657, -1.121137261390686, -0.7462766766548157, 0.14895953238010406, 0.4768819510936737, -0.3103402256965637, -1.5065901279449463, 0.235558420419693, 0.14103639125823975, 0.2236606329679489, -0.3098883628845215, -0.4519147276878357, 0.19455929100513458, 1.4728350639343262, -1.3972545862197876, 0.618434488773346, 1008.0, 827.7322387695312, 0.0005879072705283761, -0.296968936920166, -0.8421560525894165, 1.9073383808135986, -1.0567570924758911, -0.0009405315504409373], "std": [2.6542065825196914e-05, 1.809828245313838e-05, 2.5483881472609937e-05, 2.5471790650044568e-05, 2.5981908038374968e-05, 1.9764711396419443e-05, 1.6518279153387994e-05, 1.5772393453516997e-05, 8.126668944896664e-06, 1.3836671314493287e-05, 1.1086463928222656e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.038375575095415115, 0.08490598201751709, 0.1257699728012085, 0.10400504618883133, 0.05384885147213936, 0.18051522970199585, 0.1516999900341034, 0.008737475611269474, 0.026974162086844444, 0.05096156522631645, 0.11036019027233124, 0.19076023995876312, 0.21857589483261108, 0.0, 275.9130859375, 8.257765671260131e-07, 9.171457350021228e-06, 4.5598048927786294e-06, 5.389641046349425e-06, 5.580787728831638e-06, 3.151549208268989e-06], "count": [605]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12058479338884354, 0.02822197414934635, -0.31038400530815125, 0.46753498911857605, 0.22819100320339203, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.03937462717294693, 0.3668856620788574, -0.4770159125328064, -1.7685421705245972, 0.13414600491523743, -0.1206895187497139, -0.028379054740071297, -0.3300490081310272, -0.47832098603248596, 0.08527299761772156, 1.3123517036437988, -1.6763617992401123, 0.2384520024061203, 1008.0, 330.0, 0.0005865221028216183, -0.29702267050743103, -0.8421586155891418, 1.907332420349121, -1.056756615638733, -0.0009606364765204489], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31029701232910156, 0.46759599447250366, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2183232307434082, 0.6178290843963623, -0.08951794356107712, -1.391830325126648, 0.38924333453178406, 0.4300665855407715, 0.47677159309387207, -0.2878040075302124, -0.39804500341415405, 0.25917500257492065, 1.7042129039764404, -1.121137022972107, 0.9310227036476135, 1008.0, 1004.0, 0.0005884019774384797, -0.29681214690208435, -0.8421427607536316, 1.907334804534912, -1.0567471981048584, -0.0009293113835155964], "mean": [-0.19949796795845032, 0.6046685576438904, 0.45138609409332275, -1.411967396736145, -0.2539304792881012, -0.12052604556083679, 0.028280112892389297, -0.31033745408058167, 0.46756812930107117, 0.2282412201166153, -1.5732380151748657, -1.121137261390686, -0.7462766766548157, 0.1488533318042755, 0.47649839520454407, -0.3097486197948456, -1.5065689086914062, 0.23536719381809235, 0.14111226797103882, 0.22395768761634827, -0.30986523628234863, -0.45192965865135193, 0.19460809230804443, 1.4726349115371704, -1.3973169326782227, 0.6187381744384766, 1008.0, 827.7322387695312, 0.0005879103555344045, -0.296968936920166, -0.8421560525894165, 1.9073383808135986, -1.0567570924758911, -0.0009405395248904824], "std": [2.6546704248175956e-05, 1.8098280634148978e-05, 2.5484736397629604e-05, 2.545976167311892e-05, 2.6013953174697235e-05, 1.9732669898075983e-05, 1.6518279153387994e-05, 1.576968679728452e-05, 8.140415957313962e-06, 1.383020389766898e-05, 1.1086463928222656e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.03832428157329559, 0.08485207706689835, 0.12594659626483917, 0.10402543842792511, 0.05398838222026825, 0.1804148256778717, 0.1513822078704834, 0.008754882030189037, 0.026985369622707367, 0.05100790411233902, 0.11028780043125153, 0.19067654013633728, 0.21888063848018646, 0.0, 275.9130859375, 8.240766078415618e-07, 9.170256817014888e-06, 4.558542514132569e-06, 5.388405497797066e-06, 5.582157427852508e-06, 3.157861101499293e-06], "count": [605]}, "timestamp": {"min": [0.0], "max": [20.133333333333333], "mean": [10.066666666666666], "std": [5.821607261840248], "count": [605]}, "frame_index": {"min": [0], "max": [604], "mean": [302.0], "std": [174.64821785520743], "count": [605]}, "episode_index": {"min": [374], "max": [374], "mean": [374.0], "std": [0.0], "count": [605]}, "index": {"min": [225163], "max": [225767], "mean": [225465.0], "std": [174.64821785520743], "count": [605]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [605]}, "gripper_open_scale_state": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.8257504152857568], "std": [0.0, 0.2746553062635272], "count": [605]}, "gripper_open_scale_action": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.8257504152857568], "std": [0.0, 0.27465530626352724], "count": [605]}, "eef_direction_state": {"mean": [6.0, 5.170247933884298], "std": [0.0, 1.534972184748084], "min": [6, 0], "max": [6, 6], "count": [605]}, "eef_velocity_state": {"mean": [0.0, 0.4925619834710744], "std": [0.0, 0.7421395570855305], "min": [0, 0], "max": [0, 2], "count": [605]}, "eef_acc_mag_state": {"mean": [0.0, 0.4628099173553719], "std": [0.0, 0.7545051721344748], "min": [0, 0], "max": [0, 2], "count": [605]}, "eef_direction_action": {"mean": [6.0, 5.170247933884298], "std": [0.0, 1.534972184748084], "min": [6, 0], "max": [6, 6], "count": [605]}, "eef_velocity_action": {"mean": [0.0, 0.4925619834710744], "std": [0.0, 0.7421395570855305], "min": [0, 0], "max": [0, 2], "count": [605]}, "eef_acc_mag_action": {"mean": [0.0, 0.4628099173553719], "std": [0.0, 0.7545051721344748], "min": [0, 0], "max": [0, 2], "count": [605]}, "eef_sim_pose_state": {"mean": [-0.31033754348754883, 0.46756812930107117, 0.22824107110500336, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.3098883628845215, -0.4519146978855133, 0.19455930590629578, 1.472834587097168, -1.3972522020339966, 0.6184349656105042], "std": [1.5772367987665348e-05, 8.126592547341716e-06, 1.3836253856425174e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.0087374746799469, 0.02697417140007019, 0.05096157267689705, 0.11036030948162079, 0.1907602846622467, 0.2185758501291275], "min": [-0.31038400530815125, 0.46753498911857605, 0.22819100320339203, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3300490081310272, -0.47832098603248596, 0.08527299761772156, 1.3123517036437988, -1.6763617992401123, 0.2384520024061203], "max": [-0.31029701232910156, 0.46759599447250366, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2878040075302124, -0.39804500341415405, 0.25917500257492065, 1.7042129039764404, -1.121137022972107, 0.9310227036476135], "count": [605]}, "eef_sim_pose_action": {"mean": [-0.31033748388290405, 0.4675680994987488, 0.2282411754131317, -1.5732380151748657, -1.121137261390686, -0.7462766766548157, -0.3098883628845215, -0.4519147276878357, 0.19455929100513458, 1.4728350639343262, -1.3972545862197876, 0.618434488773346], "std": [1.5772393453516997e-05, 8.126668944896664e-06, 1.3836671314493287e-05, 1.1086463928222656e-05, 2.384185791015625e-07, 1.0728836059570312e-06, 0.008737475611269474, 0.026974162086844444, 0.05096156522631645, 0.11036019027233124, 0.19076023995876312, 0.21857589483261108], "min": [-0.31038400530815125, 0.46753498911857605, 0.22819100320339203, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3300490081310272, -0.47832098603248596, 0.08527299761772156, 1.3123517036437988, -1.6763617992401123, 0.2384520024061203], "max": [-0.31029701232910156, 0.46759599447250366, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2878040075302124, -0.39804500341415405, 0.25917500257492065, 1.7042129039764404, -1.121137022972107, 0.9310227036476135], "count": [605]}, "gripper_mode_state": {"mean": [0.0, 0.22644628099173553], "std": [0.0, 0.4185311969456371], "min": [0, 0], "max": [0, 1], "count": [605]}, "gripper_activity_state": {"mean": [2.0, 1.7669421487603305], "std": [0.0, 0.578025769357786], "min": [2, 0], "max": [2, 2], "count": [605]}, "gripper_mode_action": {"mean": [0.0, 0.22644628099173553], "std": [0.0, 0.4185311969456371], "min": [0, 0], "max": [0, 1], "count": [605]}, "gripper_activity_action": {"mean": [2.0, 1.7669421487603305], "std": [0.0, 0.578025769357786], "min": [2, 0], "max": [2, 2], "count": [605]}}} +{"episode_index": 191, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41040979305028463]], [[0.41941730906072106]], [[0.4163406418010753]]], "std": [[[0.20997101098053964]], [[0.20923973799518447]], [[0.2060436770572658]]], "count": [124]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31869174474225176]], [[0.30316532587497363]], [[0.32333924665296226]]], "std": [[[0.24593467965380367]], [[0.2550202589077406]], [[0.24317748443160644]]], "count": [124]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4404019789031204]], [[0.44305652573529414]], [[0.43462688929738563]]], "std": [[[0.28491648607037934]], [[0.28184063329449255]], [[0.28199317028337395]]], "count": [124]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4094385047701877]], [[0.407926584242568]], [[0.4147572969375922]]], "std": [[[0.25857328637471866]], [[0.25961649474797743]], [[0.2563025979949548]]], "count": [124]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25394541025161743, -0.12058479338884354, 0.02822197414934635, -0.3103789985179901, 0.4675459861755371, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.02595304511487484, 0.34412655234336853, -0.5074719190597534, -1.7966419458389282, 0.1822996288537979, -0.12060225009918213, -0.028291787952184677, -0.3262520134449005, -0.4809210002422333, 0.08837100118398666, 1.2617480754852295, -1.7368223667144775, 0.18720778822898865, 1008.0, 330.0, 0.000584642228204757, -0.29702454805374146, -0.8421593904495239, 1.9073315858840942, -1.0567598342895508, -0.0009492455283179879], "max": [-0.19943878054618835, 0.6047216653823853, 0.4514293968677521, -1.411901593208313, -0.25382325053215027, -0.12048007547855377, 0.02834414690732956, -0.31029000878334045, 0.46759501099586487, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.22483330965042114, 0.631303071975708, -0.08653342723846436, -1.3755114078521729, 0.48837804794311523, 0.4193153381347656, 0.4731587767601013, -0.2779090106487274, -0.38881999254226685, 0.2666630148887634, 1.627932071685791, -1.121137022972107, 0.9320492744445801, 1008.0, 1003.0, 0.0005865221028216183, -0.2969549894332886, -0.8421483039855957, 1.9073339700698853, -1.0567502975463867, -0.000919818936381489], "mean": [-0.19950418174266815, 0.6046689748764038, 0.45138975977897644, -1.4119746685028076, -0.2538755238056183, -0.12052376568317413, 0.028280509635806084, -0.31033334136009216, 0.46756911277770996, 0.2282366156578064, -1.5732381343841553, -1.1211377382278442, -0.7462767362594604, 0.1351776421070099, 0.4790921211242676, -0.2992287576198578, -1.5243046283721924, 0.2846885621547699, 0.18108540773391724, 0.2573351263999939, -0.3105669617652893, -0.44604402780532837, 0.1926250159740448, 1.4398778676986694, -1.473688006401062, 0.6118577122688293, 1008.0, 795.2689208984375, 0.0005865133716724813, -0.29698359966278076, -0.8421565294265747, 1.9073386192321777, -1.0567570924758911, -0.0009395410306751728], "std": [2.658431913005188e-05, 1.732046075630933e-05, 2.4090013539534993e-05, 1.6082147340057418e-05, 2.351159491809085e-05, 2.0841787772951648e-05, 1.807188891689293e-05, 1.4544271834893152e-05, 8.254061867773999e-06, 1.2804402103938628e-05, 1.1205673217773438e-05, 7.152557373046875e-07, 1.1324882507324219e-06, 0.05809960141777992, 0.08871223777532578, 0.12076511979103088, 0.11878781765699387, 0.06733238697052002, 0.181560218334198, 0.13276438415050507, 0.009134811349213123, 0.027855370193719864, 0.05469007417559624, 0.10044163465499878, 0.1908559650182724, 0.22099196910858154, 0.0, 292.0803527832031, 1.0654568427526101e-07, 1.3530247088056058e-05, 4.031354364997242e-06, 5.794744083686965e-06, 4.479271410673391e-06, 3.7620329749188386e-06], "count": [621]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25394541025161743, -0.12058479338884354, 0.02822197414934635, -0.3103789985179901, 0.4675459861755371, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.02595304511487484, 0.34412655234336853, -0.5074719190597534, -1.7966419458389282, 0.1822996288537979, -0.12060225009918213, -0.028291787952184677, -0.3262520134449005, -0.4809210002422333, 0.08837100118398666, 1.2617480754852295, -1.7368223667144775, 0.18720778822898865, 1008.0, 330.0, 0.000584642228204757, -0.29702454805374146, -0.8421593904495239, 1.9073315858840942, -1.0567598342895508, -0.0009492455283179879], "max": [-0.19943878054618835, 0.6047216653823853, 0.4514293968677521, -1.411901593208313, -0.25382325053215027, -0.12048007547855377, 0.02834414690732956, -0.31029000878334045, 0.46759501099586487, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.22483330965042114, 0.631303071975708, -0.08653342723846436, -1.3755114078521729, 0.48837804794311523, 0.4193153381347656, 0.4731587767601013, -0.2779090106487274, -0.38881999254226685, 0.2666630148887634, 1.627932071685791, -1.121137022972107, 0.9320492744445801, 1008.0, 1003.0, 0.0005865221028216183, -0.2969549894332886, -0.8421483039855957, 1.9073339700698853, -1.0567502975463867, -0.000919818936381489], "mean": [-0.199504092335701, 0.6046689748764038, 0.45138975977897644, -1.4119746685028076, -0.2538755536079407, -0.12052372097969055, 0.028280481696128845, -0.31033334136009216, 0.46756911277770996, 0.228236585855484, -1.5732381343841553, -1.1211377382278442, -0.7462767362594604, 0.1350909322500229, 0.47869405150413513, -0.2986559569835663, -1.5242576599121094, 0.2845779359340668, 0.18135984241962433, 0.25754520297050476, -0.3105708658695221, -0.4460636377334595, 0.19268032908439636, 1.4394192695617676, -1.4738472700119019, 0.6121509075164795, 1008.0, 795.2689208984375, 0.0005865133716724813, -0.29698365926742554, -0.8421565294265747, 1.9073386192321777, -1.0567572116851807, -0.0009395287488587201], "std": [2.659907295310404e-05, 1.732046075630933e-05, 2.410572415101342e-05, 1.6082147340057418e-05, 2.3511791368946433e-05, 2.0865274564130232e-05, 1.8094922779710032e-05, 1.4539547009917442e-05, 8.253080522990786e-06, 1.2826399142795708e-05, 1.1205673217773438e-05, 7.152557373046875e-07, 1.1324882507324219e-06, 0.05804363638162613, 0.08870232850313187, 0.12088576704263687, 0.11883790791034698, 0.06743913143873215, 0.18123264610767365, 0.1324150413274765, 0.009135204367339611, 0.02787478268146515, 0.054743412882089615, 0.10048168897628784, 0.19060279428958893, 0.2212906777858734, 0.0, 292.0803527832031, 1.0654568427526101e-07, 1.3516199942387175e-05, 4.032903689221712e-06, 5.795919150841655e-06, 4.57540500065079e-06, 3.758236516659963e-06], "count": [621]}, "timestamp": {"min": [0.0], "max": [20.666666666666668], "mean": [10.333333333333334], "std": [5.975567538519451], "count": [621]}, "frame_index": {"min": [0], "max": [620], "mean": [310.0], "std": [179.26702615558352], "count": [621]}, "episode_index": {"min": [375], "max": [375], "mean": [375.0], "std": [0.0], "count": [621]}, "index": {"min": [225768], "max": [226388], "mean": [226078.0], "std": [179.26702615558352], "count": [621]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [621]}, "gripper_open_scale_state": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.794214173167608], "std": [0.0, 0.29133345730470783], "count": [621]}, "gripper_open_scale_action": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.794214173167608], "std": [0.0, 0.29133345730470783], "count": [621]}, "eef_direction_state": {"mean": [6.0, 5.019323671497585], "std": [0.0, 1.7230875725033032], "min": [6, 0], "max": [6, 6], "count": [621]}, "eef_velocity_state": {"mean": [0.0, 0.5152979066022544], "std": [0.0, 0.7604396028038806], "min": [0, 0], "max": [0, 2], "count": [621]}, "eef_acc_mag_state": {"mean": [0.0, 0.463768115942029], "std": [0.0, 0.7447451796572452], "min": [0, 0], "max": [0, 2], "count": [621]}, "eef_direction_action": {"mean": [6.0, 5.019323671497585], "std": [0.0, 1.7230875725033032], "min": [6, 0], "max": [6, 6], "count": [621]}, "eef_velocity_action": {"mean": [0.0, 0.5152979066022544], "std": [0.0, 0.7604396028038806], "min": [0, 0], "max": [0, 2], "count": [621]}, "eef_acc_mag_action": {"mean": [0.0, 0.463768115942029], "std": [0.0, 0.7447451796572452], "min": [0, 0], "max": [0, 2], "count": [621]}, "eef_sim_pose_state": {"mean": [-0.3103332221508026, 0.4675690531730652, 0.22823673486709595, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31056684255599976, -0.44604358077049255, 0.192625030875206, 1.4398778676986694, -1.4736864566802979, 0.6118571162223816], "std": [1.4543856195814442e-05, 8.253849046013784e-06, 1.2803836398234125e-05, 0.0, 0.0, 0.0, 0.009134814143180847, 0.027855370193719864, 0.054690077900886536, 0.10044143348932266, 0.19085587561130524, 0.2209920734167099], "min": [-0.3103789985179901, 0.4675459861755371, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3262520134449005, -0.4809210002422333, 0.08837100118398666, 1.2617480754852295, -1.7368223667144775, 0.18720778822898865], "max": [-0.31029000878334045, 0.46759501099586487, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2779090106487274, -0.38881999254226685, 0.2666630148887634, 1.627932071685791, -1.121137022972107, 0.9320492744445801], "count": [621]}, "eef_sim_pose_action": {"mean": [-0.31033334136009216, 0.46756911277770996, 0.2282366156578064, -1.5732381343841553, -1.1211377382278442, -0.7462767362594604, -0.3105669617652893, -0.44604402780532837, 0.1926250159740448, 1.4398778676986694, -1.473688006401062, 0.6118577122688293], "std": [1.4544271834893152e-05, 8.254061867773999e-06, 1.2804402103938628e-05, 1.1205673217773438e-05, 7.152557373046875e-07, 1.1324882507324219e-06, 0.009134811349213123, 0.027855370193719864, 0.05469007417559624, 0.10044163465499878, 0.1908559650182724, 0.22099196910858154], "min": [-0.3103789985179901, 0.4675459861755371, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3262520134449005, -0.4809210002422333, 0.08837100118398666, 1.2617480754852295, -1.7368223667144775, 0.18720778822898865], "max": [-0.31029000878334045, 0.46759501099586487, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2779090106487274, -0.38881999254226685, 0.2666630148887634, 1.627932071685791, -1.121137022972107, 0.9320492744445801], "count": [621]}, "gripper_mode_state": {"mean": [0.0, 0.2721417069243156], "std": [0.0, 0.44506246558953694], "min": [0, 0], "max": [0, 1], "count": [621]}, "gripper_activity_state": {"mean": [2.0, 1.7777777777777777], "std": [0.0, 0.5665577237325313], "min": [2, 0], "max": [2, 2], "count": [621]}, "gripper_mode_action": {"mean": [0.0, 0.2721417069243156], "std": [0.0, 0.44506246558953694], "min": [0, 0], "max": [0, 1], "count": [621]}, "gripper_activity_action": {"mean": [2.0, 1.7777777777777777], "std": [0.0, 0.5665577237325314], "min": [2, 0], "max": [2, 2], "count": [621]}}} +{"episode_index": 192, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4102533849524658]], [[0.4193053178847297]], [[0.4165391952614379]]], "std": [[[0.21010988718253532]], [[0.20950952857391544]], [[0.20619786103581722]]], "count": [110]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32380619243909686]], [[0.30761497140522875]], [[0.32576449606357694]]], "std": [[[0.2507227515170544]], [[0.25997344151794455]], [[0.247148129826222]]], "count": [110]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4397238822043969]], [[0.44261230503565063]], [[0.43447053067439095]]], "std": [[[0.28483314294532225]], [[0.28180819883322084]], [[0.2822172768224847]]], "count": [110]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41651298833927514]], [[0.40748279671717175]], [[0.4231281639928699]]], "std": [[[0.28383185051518844]], [[0.2867384120749224]], [[0.2846970783788592]]], "count": [110]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.02825688011944294, -0.310371994972229, 0.4675469994544983, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.10300932824611664, 0.4734903573989868, -0.5320461392402649, -1.6399112939834595, 0.2537534236907959, -0.1206895187497139, -0.028379054740071297, -0.3336850106716156, -0.4675999879837036, 0.09889400005340576, 1.28986656665802, -1.8555028438568115, 0.20439185202121735, 1008.0, 330.0, 0.0005865221028216183, -0.2970114052295685, -0.8421554565429688, 1.907332420349121, -1.0567550659179688, -0.0009444993338547647], "max": [-0.19943878054618835, 0.6047216653823853, 0.45148175954818726, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102880120277405, 0.46759098768234253, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2399478703737259, 0.6102020740509033, -0.19879300892353058, -1.411919116973877, 0.4426155090332031, 0.3557155728340149, 0.522656261920929, -0.2980960011482239, -0.40821701288223267, 0.24717499315738678, 1.7868688106536865, -1.121137022972107, 0.7612545490264893, 1008.0, 1003.0, 0.0005865221028216183, -0.29696816205978394, -0.8421388268470764, 1.9073355197906494, -1.0567495822906494, -0.0009112757397815585], "mean": [-0.19950781762599945, 0.6046677827835083, 0.451388955116272, -1.4119824171066284, -0.25389137864112854, -0.12053053826093674, 0.028280766680836678, -0.31032830476760864, 0.4675701856613159, 0.2282346785068512, -1.5732375383377075, -1.121134877204895, -0.7462766766548157, 0.16726428270339966, 0.5187547206878662, -0.35476553440093994, -1.4927947521209717, 0.3447530269622803, 0.13258172571659088, 0.31367456912994385, -0.3128761649131775, -0.44753333926200867, 0.1847832202911377, 1.5080333948135376, -1.5395302772521973, 0.5686222314834595, 1008.0, 832.68798828125, 0.000586520996876061, -0.2969898283481598, -0.8421546816825867, 1.9073412418365479, -1.056756854057312, -0.000929624424315989], "std": [2.60084452747833e-05, 1.8816448573488742e-05, 2.5448647647863254e-05, 1.9238044842495583e-05, 2.5756637114682235e-05, 2.039783248619642e-05, 1.674705526966136e-05, 1.5222399269987363e-05, 8.133519258990418e-06, 1.2983242413611151e-05, 1.0609626770019531e-05, 2.1457672119140625e-06, 1.0728836059570312e-06, 0.0359499491751194, 0.04387523606419563, 0.10736341029405594, 0.06600918620824814, 0.04972269386053085, 0.14807705581188202, 0.14075663685798645, 0.006401389371603727, 0.020239055156707764, 0.04840864986181259, 0.09806966036558151, 0.19736021757125854, 0.19574923813343048, 0.0, 268.6266174316406, 1.1059455573558807e-09, 4.406410425872309e-06, 3.697734427987598e-06, 7.882022146077361e-06, 4.435676146385958e-06, 6.201848009368405e-06], "count": [532]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.02825688011944294, -0.310371994972229, 0.4675469994544983, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.10300932824611664, 0.4734903573989868, -0.5320461392402649, -1.6399112939834595, 0.2537534236907959, -0.1206895187497139, -0.028379054740071297, -0.3336850106716156, -0.4675999879837036, 0.09889400005340576, 1.28986656665802, -1.8555028438568115, 0.20439185202121735, 1008.0, 330.0, 0.0005865221028216183, -0.2970114052295685, -0.8421554565429688, 1.907332420349121, -1.0567550659179688, -0.0009444993338547647], "max": [-0.19943878054618835, 0.6047216653823853, 0.45148175954818726, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102880120277405, 0.46759098768234253, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2399478703737259, 0.6102020740509033, -0.19879300892353058, -1.411919116973877, 0.4426155090332031, 0.3557155728340149, 0.522656261920929, -0.2980960011482239, -0.40821701288223267, 0.24717499315738678, 1.7868688106536865, -1.121137022972107, 0.7612545490264893, 1008.0, 1003.0, 0.0005865221028216183, -0.29696816205978394, -0.8421388268470764, 1.9073355197906494, -1.0567495822906494, -0.0009112757397815585], "mean": [-0.1995077133178711, 0.6046679019927979, 0.45138901472091675, -1.4119822978973389, -0.2538914084434509, -0.12053053826093674, 0.02828073501586914, -0.31032830476760864, 0.46757015585899353, 0.22823472321033478, -1.5732375383377075, -1.121134877204895, -0.7462766766548157, 0.16714529693126678, 0.5185427069664001, -0.35430487990379333, -1.4928230047225952, 0.3448132276535034, 0.1328737437725067, 0.31419336795806885, -0.312875360250473, -0.4475303590297699, 0.18481408059597015, 1.5078076124191284, -1.5399783849716187, 0.5686353445053101, 1008.0, 832.6842041015625, 0.000586520996876061, -0.2969897985458374, -0.8421546816825867, 1.9073413610458374, -1.056756854057312, -0.0009296066127717495], "std": [2.6039075237349607e-05, 1.868903018475976e-05, 2.541905632824637e-05, 1.9234834326198325e-05, 2.5770184947759844e-05, 2.039783248619642e-05, 1.674252598604653e-05, 1.5218610315059777e-05, 8.121203791233711e-06, 1.299098312301794e-05, 1.0609626770019531e-05, 2.1457672119140625e-06, 1.0728836059570312e-06, 0.035947538912296295, 0.04373176395893097, 0.10747313499450684, 0.06597793102264404, 0.04963202029466629, 0.14773014187812805, 0.1400017887353897, 0.0064017511904239655, 0.020236195996403694, 0.048441555351018906, 0.0980575755238533, 0.19667868316173553, 0.19576126337051392, 0.0, 268.6254577636719, 1.1059455573558807e-09, 4.410361270856811e-06, 3.6991546039644163e-06, 7.999375156941824e-06, 4.435676146385958e-06, 6.197265975060873e-06], "count": [532]}, "timestamp": {"min": [0.0], "max": [17.7], "mean": [8.850000000000001], "std": [5.119163343099469], "count": [532]}, "frame_index": {"min": [0], "max": [531], "mean": [265.5], "std": [153.57490029298407], "count": [532]}, "episode_index": {"min": [376], "max": [376], "mean": [376.0], "std": [0.0], "count": [532]}, "index": {"min": [226389], "max": [226920], "mean": [226654.5], "std": [153.57490029298407], "count": [532]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [532]}, "gripper_open_scale_state": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.8317537593998408], "std": [0.0, 0.2680401050510465], "count": [532]}, "gripper_open_scale_action": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.8317537593998408], "std": [0.0, 0.2680401050510465], "count": [532]}, "eef_direction_state": {"mean": [6.0, 5.349624060150376], "std": [0.0, 1.2955751218139442], "min": [6, 0], "max": [6, 6], "count": [532]}, "eef_velocity_state": {"mean": [0.0, 0.46616541353383456], "std": [0.0, 0.7489227569960942], "min": [0, 0], "max": [0, 2], "count": [532]}, "eef_acc_mag_state": {"mean": [0.0, 0.4266917293233083], "std": [0.0, 0.7230638880294014], "min": [0, 0], "max": [0, 2], "count": [532]}, "eef_direction_action": {"mean": [6.0, 5.349624060150376], "std": [0.0, 1.2955751218139442], "min": [6, 0], "max": [6, 6], "count": [532]}, "eef_velocity_action": {"mean": [0.0, 0.46616541353383456], "std": [0.0, 0.7489227569960942], "min": [0, 0], "max": [0, 2], "count": [532]}, "eef_acc_mag_action": {"mean": [0.0, 0.4266917293233083], "std": [0.0, 0.7230638880294014], "min": [0, 0], "max": [0, 2], "count": [532]}, "eef_sim_pose_state": {"mean": [-0.31032830476760864, 0.4675699770450592, 0.2282346785068512, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31287649273872375, -0.44753310084342957, 0.18478327989578247, 1.5080338716506958, -1.5395303964614868, 0.5686224102973938], "std": [1.522241291240789e-05, 8.131019967549946e-06, 1.2983246051589958e-05, 0.0, 0.0, 0.0, 0.006401390302926302, 0.020239055156707764, 0.04840864613652229, 0.09806963801383972, 0.19736017286777496, 0.19574911892414093], "min": [-0.310371994972229, 0.4675469994544983, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3336850106716156, -0.4675999879837036, 0.09889400005340576, 1.28986656665802, -1.8555028438568115, 0.20439185202121735], "max": [-0.3102880120277405, 0.46759098768234253, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2980960011482239, -0.40821701288223267, 0.24717499315738678, 1.7868688106536865, -1.121137022972107, 0.7612545490264893], "count": [532]}, "eef_sim_pose_action": {"mean": [-0.31032830476760864, 0.4675701856613159, 0.2282346785068512, -1.5732375383377075, -1.121134877204895, -0.7462766766548157, -0.3128761649131775, -0.44753333926200867, 0.1847832202911377, 1.5080333948135376, -1.5395302772521973, 0.5686222314834595], "std": [1.5222399269987363e-05, 8.133519258990418e-06, 1.2983242413611151e-05, 1.0609626770019531e-05, 2.1457672119140625e-06, 1.0728836059570312e-06, 0.006401389371603727, 0.020239055156707764, 0.04840864986181259, 0.09806966036558151, 0.19736021757125854, 0.19574923813343048], "min": [-0.310371994972229, 0.4675469994544983, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3336850106716156, -0.4675999879837036, 0.09889400005340576, 1.28986656665802, -1.8555028438568115, 0.20439185202121735], "max": [-0.3102880120277405, 0.46759098768234253, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2980960011482239, -0.40821701288223267, 0.24717499315738678, 1.7868688106536865, -1.121137022972107, 0.7612545490264893], "count": [532]}, "gripper_mode_state": {"mean": [0.0, 0.21052631578947367], "std": [0.0, 0.4076824574955184], "min": [0, 0], "max": [0, 1], "count": [532]}, "gripper_activity_state": {"mean": [2.0, 1.7274436090225564], "std": [0.0, 0.6184496188296864], "min": [2, 0], "max": [2, 2], "count": [532]}, "gripper_mode_action": {"mean": [0.0, 0.21052631578947367], "std": [0.0, 0.4076824574955184], "min": [0, 0], "max": [0, 1], "count": [532]}, "gripper_activity_action": {"mean": [2.0, 1.7274436090225564], "std": [0.0, 0.6184496188296864], "min": [2, 0], "max": [2, 2], "count": [532]}}} +{"episode_index": 193, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4104679999732133]], [[0.41946186917389905]], [[0.4170052066591664]]], "std": [[[0.20994818589866762]], [[0.20929259777684633]], [[0.20581975978697573]]], "count": [122]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3234944133049395]], [[0.30765991809975357]], [[0.3243577192489018]]], "std": [[[0.2521217594447639]], [[0.26089966571799406]], [[0.2482861664942035]]], "count": [122]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4403929738562091]], [[0.4432547713757634]], [[0.435031633384228]]], "std": [[[0.2848236265993903]], [[0.2818507832273892]], [[0.2823229349626764]]], "count": [122]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41150693105110897]], [[0.40629352331779706]], [[0.41812320864138003]]], "std": [[[0.26817133014487593]], [[0.27090170265731506]], [[0.2685932071646764]]], "count": [122]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.02822197414934635, -0.3103730082511902, 0.4675469994544983, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.07386232912540436, 0.3828903138637543, -0.5925916433334351, -1.7851053476333618, 0.11369074881076813, -0.12168435752391815, -0.028379054740071297, -0.3277890086174011, -0.4675999879837036, 0.0926159992814064, 1.2325620651245117, -1.7917227745056152, 0.0714436024427414, 1008.0, 331.0, 0.0005865221028216183, -0.2970132827758789, -0.8421593904495239, 1.907332420349121, -1.056756615638733, -0.0016137174097821116], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31027698516845703, 0.4676010012626648, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.32852333784103394, 0.6441487073898315, -0.161268413066864, -1.4061070680618286, 0.46565383672714233, 0.5603204965591431, 0.6023829579353333, -0.272273987531662, -0.40818899869918823, 0.2392980009317398, 1.6870434284210205, -1.121137022972107, 0.8482789397239685, 1008.0, 1003.0, 0.0005865221028216183, -0.2969869375228882, -0.8421467542648315, 1.9073331356048584, -1.0567495822906494, -0.0008837475907057524], "mean": [-0.19951888918876648, 0.6046667695045471, 0.4513932466506958, -1.4119653701782227, -0.2539201080799103, -0.12052880227565765, 0.0282809529453516, -0.31033042073249817, 0.4675731360912323, 0.22823695838451385, -1.5732381343841553, -1.1211373805999756, -0.7462766766548157, 0.17067016661167145, 0.5037208199501038, -0.360394686460495, -1.5052330493927002, 0.2968502342700958, 0.18543076515197754, 0.23934410512447357, -0.31436994671821594, -0.4496419429779053, 0.18553315103054047, 1.4493393898010254, -1.470479965209961, 0.5599930882453918, 1008.0, 828.0491943359375, 0.000586519599892199, -0.296998530626297, -0.8421558737754822, 1.9073383808135986, -1.0567574501037598, -0.0011067863088101149], "std": [2.5421499231015332e-05, 2.097993274219334e-05, 2.3658778445678763e-05, 1.582991171744652e-05, 2.4206043235608377e-05, 1.8821359844878316e-05, 1.534534567326773e-05, 1.3932435649621766e-05, 7.721981091890484e-06, 1.3237609891803004e-05, 1.1205673217773438e-05, 3.5762786865234375e-07, 1.0728836059570312e-06, 0.06450672447681427, 0.07269103825092316, 0.10836389660835266, 0.09095348417758942, 0.07808912545442581, 0.19290904700756073, 0.17852701246738434, 0.011462737806141376, 0.018165096640586853, 0.04614666849374771, 0.11636457592248917, 0.21904592216014862, 0.2296358346939087, 0.0, 275.43585205078125, 2.5029294192790985e-09, 2.8218898933118908e-06, 4.952320068696281e-06, 5.383661118685268e-06, 5.110266556584975e-06, 0.0001494108437327668], "count": [610]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.02822197414934635, -0.3103730082511902, 0.4675469994544983, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.07386232912540436, 0.3828903138637543, -0.5925916433334351, -1.7851053476333618, 0.11369074881076813, -0.12168435752391815, -0.028379054740071297, -0.3277890086174011, -0.4675999879837036, 0.0926159992814064, 1.2325620651245117, -1.7917227745056152, 0.0714436024427414, 1008.0, 331.0, 0.0005865221028216183, -0.2970132827758789, -0.8421593904495239, 1.907332420349121, -1.056756615638733, -0.0016137174097821116], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31027698516845703, 0.4676010012626648, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.32852333784103394, 0.6441487073898315, -0.161268413066864, -1.4061070680618286, 0.46565383672714233, 0.5603204965591431, 0.6023829579353333, -0.272273987531662, -0.40818899869918823, 0.2392980009317398, 1.6870434284210205, -1.121137022972107, 0.8482789397239685, 1008.0, 1003.0, 0.0005865221028216183, -0.2969869375228882, -0.8421467542648315, 1.9073331356048584, -1.0567495822906494, -0.0008837475907057524], "mean": [-0.19951891899108887, 0.6046667098999023, 0.4513932466506958, -1.4119654893875122, -0.25392016768455505, -0.12052886188030243, 0.02828095480799675, -0.3103303909301758, 0.4675731360912323, 0.22823694348335266, -1.5732381343841553, -1.1211373805999756, -0.7462766766548157, 0.1704963892698288, 0.5033634305000305, -0.3599322438240051, -1.5052340030670166, 0.2966204583644867, 0.18554621934890747, 0.2395494282245636, -0.31439241766929626, -0.44963154196739197, 0.18554744124412537, 1.4491101503372192, -1.470566987991333, 0.5601451396942139, 1008.0, 828.0458984375, 0.000586519599892199, -0.2969985604286194, -0.8421558737754822, 1.9073383808135986, -1.0567574501037598, -0.0011072750203311443], "std": [2.547838812461123e-05, 2.0964225768693723e-05, 2.3658778445678763e-05, 1.581323886057362e-05, 2.4101022063405253e-05, 1.877928116300609e-05, 1.5345369320129976e-05, 1.3969240171718411e-05, 7.743218702671584e-06, 1.3230007425590884e-05, 1.1205673217773438e-05, 3.5762786865234375e-07, 1.0728836059570312e-06, 0.06457141041755676, 0.07273034751415253, 0.1085762158036232, 0.09095242619514465, 0.07842063158750534, 0.1927468329668045, 0.17829115688800812, 0.011468123644590378, 0.01815662533044815, 0.0461612194776535, 0.11625806987285614, 0.21891717612743378, 0.22978974878787994, 0.0, 275.43292236328125, 2.5029294192790985e-09, 2.8176443720440147e-06, 4.949166850565234e-06, 5.383661118685268e-06, 5.10792506247526e-06, 0.00014928853488527238], "count": [610]}, "timestamp": {"min": [0.0], "max": [20.3], "mean": [10.15], "std": [5.869719849457137], "count": [610]}, "frame_index": {"min": [0], "max": [609], "mean": [304.5], "std": [176.0915954837141], "count": [610]}, "episode_index": {"min": [378], "max": [378], "mean": [378.0], "std": [0.0], "count": [610]}, "index": {"min": [227535], "max": [228144], "mean": [227839.5], "std": [176.0915954837141], "count": [610]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [610]}, "gripper_open_scale_state": {"min": [1.0, 0.3310000002384186], "max": [1.0, 1.0], "mean": [1.0, 0.8262770473957062], "std": [0.0, 0.27431227656682866], "count": [610]}, "gripper_open_scale_action": {"min": [1.0, 0.3310000002384186], "max": [1.0, 1.0], "mean": [1.0, 0.8262770473957062], "std": [0.0, 0.27431227656682866], "count": [610]}, "eef_direction_state": {"mean": [6.0, 4.970491803278689], "std": [0.0, 1.740298096030552], "min": [6, 0], "max": [6, 6], "count": [610]}, "eef_velocity_state": {"mean": [0.0, 0.5065573770491804], "std": [0.0, 0.7088131045626049], "min": [0, 0], "max": [0, 2], "count": [610]}, "eef_acc_mag_state": {"mean": [0.0, 0.44426229508196724], "std": [0.0, 0.740629902524039], "min": [0, 0], "max": [0, 2], "count": [610]}, "eef_direction_action": {"mean": [6.0, 4.970491803278689], "std": [0.0, 1.740298096030552], "min": [6, 0], "max": [6, 6], "count": [610]}, "eef_velocity_action": {"mean": [0.0, 0.5065573770491804], "std": [0.0, 0.7088131045626049], "min": [0, 0], "max": [0, 2], "count": [610]}, "eef_acc_mag_action": {"mean": [0.0, 0.44426229508196724], "std": [0.0, 0.740629902524039], "min": [0, 0], "max": [0, 2], "count": [610]}, "eef_sim_pose_state": {"mean": [-0.3103305399417877, 0.467572957277298, 0.22823694348335266, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.3143700659275055, -0.44964200258255005, 0.1855330914258957, 1.4493404626846313, -1.4704792499542236, 0.5599942207336426], "std": [1.3931849025539123e-05, 7.719742825429421e-06, 1.3237578968983144e-05, 0.0, 0.0, 5.960464477539063e-08, 0.011462738737463951, 0.018165098503232002, 0.046146683394908905, 0.11636454612016678, 0.21904590725898743, 0.22963590919971466], "min": [-0.3103730082511902, 0.4675469994544983, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3277890086174011, -0.4675999879837036, 0.0926159992814064, 1.2325620651245117, -1.7917227745056152, 0.0714436024427414], "max": [-0.31027698516845703, 0.4676010012626648, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.272273987531662, -0.40818899869918823, 0.2392980009317398, 1.6870434284210205, -1.121137022972107, 0.8482789397239685], "count": [610]}, "eef_sim_pose_action": {"mean": [-0.31033042073249817, 0.4675731360912323, 0.22823695838451385, -1.5732381343841553, -1.1211373805999756, -0.7462766766548157, -0.31436994671821594, -0.4496419429779053, 0.18553315103054047, 1.4493393898010254, -1.470479965209961, 0.5599930882453918], "std": [1.3932435649621766e-05, 7.721981091890484e-06, 1.3237609891803004e-05, 1.1205673217773438e-05, 3.5762786865234375e-07, 1.0728836059570312e-06, 0.011462737806141376, 0.018165096640586853, 0.04614666849374771, 0.11636457592248917, 0.21904592216014862, 0.2296358346939087], "min": [-0.3103730082511902, 0.4675469994544983, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3277890086174011, -0.4675999879837036, 0.0926159992814064, 1.2325620651245117, -1.7917227745056152, 0.0714436024427414], "max": [-0.31027698516845703, 0.4676010012626648, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.272273987531662, -0.40818899869918823, 0.2392980009317398, 1.6870434284210205, -1.121137022972107, 0.8482789397239685], "count": [610]}, "gripper_mode_state": {"mean": [0.0, 0.22459016393442624], "std": [0.0, 0.4173121400083308], "min": [0, 0], "max": [0, 1], "count": [610]}, "gripper_activity_state": {"mean": [2.0, 1.7688524590163934], "std": [0.0, 0.5760353426106547], "min": [2, 0], "max": [2, 2], "count": [610]}, "gripper_mode_action": {"mean": [0.0, 0.22459016393442624], "std": [0.0, 0.4173121400083308], "min": [0, 0], "max": [0, 1], "count": [610]}, "gripper_activity_action": {"mean": [2.0, 1.7688524590163934], "std": [0.0, 0.5760353426106547], "min": [2, 0], "max": [2, 2], "count": [610]}}} +{"episode_index": 194, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40886554901960787]], [[0.41837301797385623]], [[0.41631699346405227]]], "std": [[[0.2077737323144802]], [[0.2074130603644276]], [[0.20392434029560175]]], "count": [125]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3310363447712418]], [[0.31363830555555555]], [[0.32281087745098036]]], "std": [[[0.24354949558317507]], [[0.2550911924141665]], [[0.23774724747413373]]], "count": [125]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.431291658496732]], [[0.4353304836601307]], [[0.4279108431372549]]], "std": [[[0.27241503670425843]], [[0.271677876772279]], [[0.271478984867531]]], "count": [125]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.420600591503268]], [[0.416868183006536]], [[0.4262211078431372]]], "std": [[[0.26510884597192946]], [[0.266565620832996]], [[0.26377653649565624]]], "count": [125]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.3103629946708679, 0.4675520062446594, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.0728849545121193, 0.3531499207019806, -0.5144532322883606, -1.636839509010315, 0.1748470813035965, -0.12161453813314438, -0.02834414690732956, -0.33629798889160156, -0.4758470058441162, 0.09132499992847443, 1.344976782798767, -1.8761391639709473, 0.2048865556716919, 1008.0, 328.0, 0.0005808824207633734, -0.29703208804130554, -0.8421491384506226, 1.9073331356048584, -1.0567519664764404, -0.0010043018264696002], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028398871421814, 0.4675999879837036, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.23719024658203125, 0.6085962653160095, -0.12330751121044159, -1.3684602975845337, 0.49089130759239197, 0.33915236592292786, 0.5440365672111511, -0.29745399951934814, -0.41143301129341125, 0.24681299924850464, 1.810491919517517, -1.121137022972107, 0.9070897102355957, 1008.0, 1003.0, 0.0005808824207633734, -0.29700765013694763, -0.8421443700790405, 1.9073339700698853, -1.0567471981048584, -0.000994809321127832], "mean": [-0.19952265918254852, 0.6046732068061829, 0.45138850808143616, -1.4119648933410645, -0.2539195418357849, -0.12053465098142624, 0.02828168123960495, -0.31032729148864746, 0.46757379174232483, 0.22824151813983917, -1.5732382535934448, -1.1211379766464233, -0.7462767362594604, 0.16232839226722717, 0.47380006313323975, -0.3326907753944397, -1.4633938074111938, 0.28301551938056946, 0.08787261694669724, 0.2698211073875427, -0.3182753920555115, -0.45218655467033386, 0.18594393134117126, 1.5052058696746826, -1.4728466272354126, 0.6191270351409912, 1008.0, 825.7020874023438, 0.0005808791611343622, -0.2970177233219147, -0.842144787311554, 1.9073436260223389, -1.056756854057312, -0.0010006126249209046], "std": [2.4056666006799787e-05, 1.8810244000633247e-05, 2.4760471205809154e-05, 1.6728406990296207e-05, 2.4480574211338535e-05, 1.7307549569522962e-05, 1.698710912023671e-05, 1.4523354366247077e-05, 7.933061169751454e-06, 1.2788228559657e-05, 1.1324882507324219e-05, 9.5367431640625e-07, 1.1324882507324219e-06, 0.03666968643665314, 0.0768977627158165, 0.11382432281970978, 0.07855924963951111, 0.07715578377246857, 0.13541917502880096, 0.1616111695766449, 0.007823052816092968, 0.022167272865772247, 0.047559142112731934, 0.11570198088884354, 0.2220304161310196, 0.19266515970230103, 0.0, 277.3506774902344, 3.259629011154175e-09, 2.430929043839569e-06, 2.064909949694993e-06, 1.0190247849095613e-05, 7.36101856091409e-06, 9.346876481686195e-07], "count": [631]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.3103629946708679, 0.4675520062446594, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.0728849545121193, 0.3531499207019806, -0.5144532322883606, -1.636839509010315, 0.1748470813035965, -0.12161453813314438, -0.02834414690732956, -0.33629798889160156, -0.4758470058441162, 0.09132499992847443, 1.344976782798767, -1.8761391639709473, 0.2048865556716919, 1008.0, 328.0, 0.0005808824207633734, -0.29703208804130554, -0.8421491384506226, 1.9073331356048584, -1.0567519664764404, -0.0010043018264696002], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028398871421814, 0.4675999879837036, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.23719024658203125, 0.6085962653160095, -0.12330751121044159, -1.3684602975845337, 0.49089130759239197, 0.33915236592292786, 0.5440365672111511, -0.29745399951934814, -0.41143301129341125, 0.24681299924850464, 1.810491919517517, -1.121137022972107, 0.9070897102355957, 1008.0, 1003.0, 0.0005808824207633734, -0.29700765013694763, -0.8421443700790405, 1.9073339700698853, -1.0567471981048584, -0.000994809321127832], "mean": [-0.1995226889848709, 0.6046732664108276, 0.4513885974884033, -1.411965012550354, -0.25391966104507446, -0.1205345168709755, 0.02828168496489525, -0.31032729148864746, 0.46757373213768005, 0.2282414436340332, -1.5732382535934448, -1.1211379766464233, -0.7462767362594604, 0.1622256636619568, 0.47340574860572815, -0.3321771025657654, -1.4633358716964722, 0.28289029002189636, 0.0880444124341011, 0.2700824737548828, -0.31828954815864563, -0.45219796895980835, 0.1859707534313202, 1.5048787593841553, -1.4730422496795654, 0.6193758249282837, 1008.0, 825.7020874023438, 0.0005808791611343622, -0.2970177233219147, -0.842144787311554, 1.9073436260223389, -1.056756854057312, -0.001000609714537859], "std": [2.4050232241279446e-05, 1.881933530967217e-05, 2.4753049729042687e-05, 1.6711681382730603e-05, 2.450023930578027e-05, 1.7256175851798616e-05, 1.6987069102469832e-05, 1.45234689625795e-05, 7.925237696326803e-06, 1.2700047591351904e-05, 1.1324882507324219e-05, 9.5367431640625e-07, 1.1324882507324219e-06, 0.036656275391578674, 0.07686350494623184, 0.11401857435703278, 0.07861041277647018, 0.07726693898439407, 0.13522322475910187, 0.1612619161605835, 0.007816755212843418, 0.022177014499902725, 0.047587763518095016, 0.1158011332154274, 0.22177445888519287, 0.1929304599761963, 0.0, 277.35064697265625, 3.259629011154175e-09, 2.4280088837258518e-06, 2.0653528736147564e-06, 1.019155479298206e-05, 7.357039976341184e-06, 9.380780738865724e-07], "count": [631]}, "timestamp": {"min": [0.0], "max": [21.0], "mean": [10.499999999999998], "std": [6.07179270616732], "count": [631]}, "frame_index": {"min": [0], "max": [630], "mean": [315.0], "std": [182.1537811850196], "count": [631]}, "episode_index": {"min": [381], "max": [381], "mean": [381.0], "std": [0.0], "count": [631]}, "index": {"min": [229533], "max": [230163], "mean": [229848.0], "std": [182.1537811850196], "count": [631]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [631]}, "gripper_open_scale_state": {"min": [1.0, 0.328000009059906], "max": [1.0, 1.0], "mean": [1.0, 0.8242757528217394], "std": [0.0, 0.27644331004587913], "count": [631]}, "gripper_open_scale_action": {"min": [1.0, 0.328000009059906], "max": [1.0, 1.0], "mean": [1.0, 0.8242757528217394], "std": [0.0, 0.2764433100458792], "count": [631]}, "eef_direction_state": {"mean": [6.0, 5.175911251980983], "std": [0.0, 1.4742769863147693], "min": [6, 0], "max": [6, 6], "count": [631]}, "eef_velocity_state": {"mean": [0.0, 0.4928684627575277], "std": [0.0, 0.7028557415817956], "min": [0, 0], "max": [0, 2], "count": [631]}, "eef_acc_mag_state": {"mean": [0.0, 0.46275752773375595], "std": [0.0, 0.7456953082276602], "min": [0, 0], "max": [0, 2], "count": [631]}, "eef_direction_action": {"mean": [6.0, 5.175911251980983], "std": [0.0, 1.4742769863147693], "min": [6, 0], "max": [6, 6], "count": [631]}, "eef_velocity_action": {"mean": [0.0, 0.4928684627575277], "std": [0.0, 0.7028557415817956], "min": [0, 0], "max": [0, 2], "count": [631]}, "eef_acc_mag_action": {"mean": [0.0, 0.46275752773375595], "std": [0.0, 0.7456953082276602], "min": [0, 0], "max": [0, 2], "count": [631]}, "eef_sim_pose_state": {"mean": [-0.3103271722793579, 0.4675741195678711, 0.22824138402938843, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.31827521324157715, -0.452186644077301, 0.18594396114349365, 1.5052064657211304, -1.472845435142517, 0.6191262006759644], "std": [1.4523073332384229e-05, 7.926055332063697e-06, 1.278737181564793e-05, 0.0, 0.0, 5.960464477539063e-08, 0.007823048159480095, 0.022167259827256203, 0.04755914956331253, 0.11570202559232712, 0.2220303863286972, 0.19266505539417267], "min": [-0.3103629946708679, 0.4675520062446594, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33629798889160156, -0.4758470058441162, 0.09132499992847443, 1.344976782798767, -1.8761391639709473, 0.2048865556716919], "max": [-0.31028398871421814, 0.4675999879837036, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.29745399951934814, -0.41143301129341125, 0.24681299924850464, 1.810491919517517, -1.121137022972107, 0.9070897102355957], "count": [631]}, "eef_sim_pose_action": {"mean": [-0.31032729148864746, 0.46757379174232483, 0.22824151813983917, -1.5732382535934448, -1.1211379766464233, -0.7462767362594604, -0.3182753920555115, -0.45218655467033386, 0.18594393134117126, 1.5052058696746826, -1.4728466272354126, 0.6191270351409912], "std": [1.4523354366247077e-05, 7.933061169751454e-06, 1.2788228559657e-05, 1.1324882507324219e-05, 9.5367431640625e-07, 1.1324882507324219e-06, 0.007823052816092968, 0.022167272865772247, 0.047559142112731934, 0.11570198088884354, 0.2220304161310196, 0.19266515970230103], "min": [-0.3103629946708679, 0.4675520062446594, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33629798889160156, -0.4758470058441162, 0.09132499992847443, 1.344976782798767, -1.8761391639709473, 0.2048865556716919], "max": [-0.31028398871421814, 0.4675999879837036, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.29745399951934814, -0.41143301129341125, 0.24681299924850464, 1.810491919517517, -1.121137022972107, 0.9070897102355957], "count": [631]}, "gripper_mode_state": {"mean": [0.0, 0.22820919175911253], "std": [0.0, 0.4196781583020094], "min": [0, 0], "max": [0, 1], "count": [631]}, "gripper_activity_state": {"mean": [2.0, 1.7781299524564185], "std": [0.0, 0.5643084675102817], "min": [2, 0], "max": [2, 2], "count": [631]}, "gripper_mode_action": {"mean": [0.0, 0.22820919175911253], "std": [0.0, 0.4196781583020094], "min": [0, 0], "max": [0, 1], "count": [631]}, "gripper_activity_action": {"mean": [2.0, 1.7781299524564185], "std": [0.0, 0.5643084675102816], "min": [2, 0], "max": [2, 2], "count": [631]}}} +{"episode_index": 195, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40780663825264624]], [[0.41639170860084446]], [[0.4130971228093007]]], "std": [[[0.20890012013857132]], [[0.20777228936738484]], [[0.20455641015903628]]], "count": [113]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.337569930664006]], [[0.3194017167707791]], [[0.3326157799034068]]], "std": [[[0.25420189960070644]], [[0.2645629482030436]], [[0.24840124158374471]]], "count": [113]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4397132624067326]], [[0.4437907900254497]], [[0.4367423524350743]]], "std": [[[0.28325198967292553]], [[0.2819797301451593]], [[0.282556678842925]]], "count": [113]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42498075004338015]], [[0.4162011484903696]], [[0.43125019159581235]]], "std": [[[0.28072488455173417]], [[0.28748734149501376]], [[0.28225633548048307]]], "count": [113]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25394541025161743, -0.12061969935894012, 0.028204521164298058, -0.3103629946708679, 0.46755000948905945, 0.22819000482559204, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.07066837698221207, 0.41261330246925354, -0.47945940494537354, -1.6230864524841309, 0.25382325053215027, -0.12072442471981049, -0.02839650586247444, -0.3417710065841675, -0.4699440002441406, 0.09766300022602081, 1.3117868900299072, -1.8422439098358154, 0.314614474773407, 1008.0, 332.0, 0.0005696031730622053, -0.29744938015937805, -0.8421514630317688, 1.9073331356048584, -1.0567535161972046, -0.0008362852968275547], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25382325053215027, -0.12049752473831177, 0.02834414690732956, -0.310261994600296, 0.46759799122810364, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2076592743396759, 0.6313902735710144, -0.14252358675003052, -1.4027211666107178, 0.5048888325691223, 0.294437050819397, 0.48755770921707153, -0.29301899671554565, -0.41016098856925964, 0.23972299695014954, 1.6836748123168945, -1.121137022972107, 0.8131455779075623, 1008.0, 1001.0, 0.0005696031730622053, -0.2973667085170746, -0.8421451449394226, 1.907334804534912, -1.0567479133605957, -0.0008296406012959778], "mean": [-0.19951331615447998, 0.6046742796897888, 0.45139071345329285, -1.4119819402694702, -0.25387632846832275, -0.12056203186511993, 0.0282779261469841, -0.3103224039077759, 0.4675712585449219, 0.22823470830917358, -1.573237657546997, -1.1211355924606323, -0.7462766766548157, 0.15509293973445892, 0.492202490568161, -0.3368281424045563, -1.4737523794174194, 0.341073602437973, 0.12214345484972, 0.2898496389389038, -0.3201881945133209, -0.4491141438484192, 0.18629349768161774, 1.4746363162994385, -1.540558934211731, 0.6163789629936218, 1008.0, 847.7174072265625, 0.0005696027656085789, -0.2974006235599518, -0.8421497941017151, 1.9073408842086792, -1.0567562580108643, -0.0008335884194821119], "std": [2.4732355086598545e-05, 1.961762063729111e-05, 2.316710197192151e-05, 1.8574153727968223e-05, 2.3671547751291655e-05, 2.057979509118013e-05, 1.690545104793273e-05, 1.4425837434828281e-05, 7.920811185613275e-06, 1.2056579180352855e-05, 1.0728836059570312e-05, 1.430511474609375e-06, 1.0728836059570312e-06, 0.031273335218429565, 0.06672985851764679, 0.10112806409597397, 0.07310947775840759, 0.04829464852809906, 0.12232918292284012, 0.13932715356349945, 0.00976368598639965, 0.021160513162612915, 0.042249348014593124, 0.09154349565505981, 0.19643977284431458, 0.1500862091779709, 0.0, 259.0567321777344, 4.0745362639427185e-10, 1.052344850904774e-05, 1.9905896806449164e-06, 6.817786470492138e-06, 5.8274836192140356e-06, 8.106729296741833e-07], "count": [552]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25394541025161743, -0.12061969935894012, 0.028204521164298058, -0.3103629946708679, 0.46755000948905945, 0.22819000482559204, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.07066837698221207, 0.41261330246925354, -0.47945940494537354, -1.6230864524841309, 0.25382325053215027, -0.12072442471981049, -0.02839650586247444, -0.3417710065841675, -0.4699440002441406, 0.09766300022602081, 1.3117868900299072, -1.8422439098358154, 0.314614474773407, 1008.0, 332.0, 0.0005696031730622053, -0.29744938015937805, -0.8421514630317688, 1.9073331356048584, -1.0567535161972046, -0.0008362852968275547], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25382325053215027, -0.12049752473831177, 0.02834414690732956, -0.310261994600296, 0.46759799122810364, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2076592743396759, 0.6313902735710144, -0.14252358675003052, -1.4027211666107178, 0.5048888325691223, 0.294437050819397, 0.48755770921707153, -0.29301899671554565, -0.41016098856925964, 0.23972299695014954, 1.6836748123168945, -1.121137022972107, 0.8131455779075623, 1008.0, 1001.0, 0.0005696031730622053, -0.2973667085170746, -0.8421451449394226, 1.907334804534912, -1.0567479133605957, -0.0008296406012959778], "mean": [-0.199513241648674, 0.6046742796897888, 0.4513906240463257, -1.4119819402694702, -0.25387632846832275, -0.12056208401918411, 0.02827792800962925, -0.3103224039077759, 0.46757131814956665, 0.22823476791381836, -1.573237657546997, -1.1211355924606323, -0.7462766766548157, 0.15497681498527527, 0.49186041951179504, -0.3362809121608734, -1.4738038778305054, 0.34118351340293884, 0.12265361845493317, 0.29035547375679016, -0.32019269466400146, -0.4491164982318878, 0.18630994856357574, 1.4741743803024292, -1.5411714315414429, 0.6164869666099548, 1008.0, 847.7174072265625, 0.0005696027656085789, -0.29740068316459656, -0.8421498537063599, 1.9073408842086792, -1.0567562580108643, -0.0008335884194821119], "std": [2.4789624148979783e-05, 1.961762063729111e-05, 2.31839730986394e-05, 1.849445470725186e-05, 2.367154593230225e-05, 2.059571852441877e-05, 1.6905463780858554e-05, 1.4431496310862713e-05, 7.923700650280807e-06, 1.2075978702341672e-05, 1.0728836059570312e-05, 1.430511474609375e-06, 1.0728836059570312e-06, 0.03122684359550476, 0.06663621962070465, 0.10132339596748352, 0.07307599484920502, 0.04816499352455139, 0.12190182507038116, 0.1386762112379074, 0.009759685955941677, 0.021162645891308784, 0.04226744547486305, 0.09168802201747894, 0.19565679132938385, 0.15020082890987396, 0.0, 259.0567321777344, 4.0745362639427185e-10, 1.0463573744345922e-05, 2.031344592978712e-06, 6.819226655352395e-06, 5.826078449899796e-06, 8.106729296741833e-07], "count": [552]}, "timestamp": {"min": [0.0], "max": [18.366666666666667], "mean": [9.183333333333334], "std": [5.311613760500734], "count": [552]}, "frame_index": {"min": [0], "max": [551], "mean": [275.5], "std": [159.348412815022], "count": [552]}, "episode_index": {"min": [390], "max": [390], "mean": [390.0], "std": [0.0], "count": [552]}, "index": {"min": [235582], "max": [236133], "mean": [235857.5], "std": [159.348412815022], "count": [552]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [552]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8470380432039931], "std": [0.0, 0.2586544563890953], "count": [552]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8470380432039931], "std": [0.0, 0.2586544563890953], "count": [552]}, "eef_direction_state": {"mean": [6.0, 4.913043478260869], "std": [0.0, 1.7936209868549342], "min": [6, 0], "max": [6, 6], "count": [552]}, "eef_velocity_state": {"mean": [0.0, 0.5235507246376812], "std": [0.0, 0.7092732560690834], "min": [0, 0], "max": [0, 2], "count": [552]}, "eef_acc_mag_state": {"mean": [0.0, 0.4782608695652174], "std": [0.0, 0.7563009839500922], "min": [0, 0], "max": [0, 2], "count": [552]}, "eef_direction_action": {"mean": [6.0, 4.913043478260869], "std": [0.0, 1.7936209868549342], "min": [6, 0], "max": [6, 6], "count": [552]}, "eef_velocity_action": {"mean": [0.0, 0.5235507246376812], "std": [0.0, 0.7092732560690834], "min": [0, 0], "max": [0, 2], "count": [552]}, "eef_acc_mag_action": {"mean": [0.0, 0.4782608695652174], "std": [0.0, 0.7563009839500922], "min": [0, 0], "max": [0, 2], "count": [552]}, "eef_sim_pose_state": {"mean": [-0.31032246351242065, 0.46757107973098755, 0.2282346934080124, -1.5732269287109375, -1.1211371421813965, -0.7462755441665649, -0.3201882839202881, -0.44911399483680725, 0.18629346787929535, 1.4746344089508057, -1.540558099746704, 0.6163787841796875], "std": [1.4425628251046874e-05, 7.919589734228794e-06, 1.2056575542374048e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.00976368598639965, 0.021160513162612915, 0.042249348014593124, 0.09154345840215683, 0.19643983244895935, 0.1500859409570694], "min": [-0.3103629946708679, 0.46755000948905945, 0.22819000482559204, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3417710065841675, -0.4699440002441406, 0.09766300022602081, 1.3117868900299072, -1.8422439098358154, 0.314614474773407], "max": [-0.310261994600296, 0.46759799122810364, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.29301899671554565, -0.41016098856925964, 0.23972299695014954, 1.6836748123168945, -1.121137022972107, 0.8131455779075623], "count": [552]}, "eef_sim_pose_action": {"mean": [-0.3103224039077759, 0.4675712585449219, 0.22823470830917358, -1.573237657546997, -1.1211355924606323, -0.7462766766548157, -0.3201881945133209, -0.4491141438484192, 0.18629349768161774, 1.4746363162994385, -1.540558934211731, 0.6163789629936218], "std": [1.4425837434828281e-05, 7.920811185613275e-06, 1.2056579180352855e-05, 1.0728836059570312e-05, 1.430511474609375e-06, 1.0728836059570312e-06, 0.00976368598639965, 0.021160513162612915, 0.042249348014593124, 0.09154349565505981, 0.19643977284431458, 0.1500862091779709], "min": [-0.3103629946708679, 0.46755000948905945, 0.22819000482559204, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3417710065841675, -0.4699440002441406, 0.09766300022602081, 1.3117868900299072, -1.8422439098358154, 0.314614474773407], "max": [-0.310261994600296, 0.46759799122810364, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.29301899671554565, -0.41016098856925964, 0.23972299695014954, 1.6836748123168945, -1.121137022972107, 0.8131455779075623], "count": [552]}, "gripper_mode_state": {"mean": [0.0, 0.19202898550724637], "std": [0.0, 0.39389574030738483], "min": [0, 0], "max": [0, 1], "count": [552]}, "gripper_activity_state": {"mean": [2.0, 1.7445652173913044], "std": [0.0, 0.600397959286009], "min": [2, 0], "max": [2, 2], "count": [552]}, "gripper_mode_action": {"mean": [0.0, 0.19202898550724637], "std": [0.0, 0.39389574030738483], "min": [0, 0], "max": [0, 1], "count": [552]}, "gripper_activity_action": {"mean": [2.0, 1.7445652173913044], "std": [0.0, 0.600397959286009], "min": [2, 0], "max": [2, 2], "count": [552]}}} +{"episode_index": 196, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.407479808360352]], [[0.416139210539859]], [[0.41272997722711136]]], "std": [[[0.20913469097383716]], [[0.20801510832085726]], [[0.20467815472753986]]], "count": [127]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3241607193402295]], [[0.3076192456641449]], [[0.3269614549559981]]], "std": [[[0.25069087342541313]], [[0.2594339570164572]], [[0.24784563149012653]]], "count": [127]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4392512544387834]], [[0.44359651619834284]], [[0.43600369416139156]]], "std": [[[0.28199694718846663]], [[0.2813379434114137]], [[0.2815412888124598]]], "count": [127]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4129540087360403]], [[0.40568054108126195]], [[0.41997450594410995]]], "std": [[[0.2725105671489893]], [[0.2726143595470942]], [[0.27263010701683893]]], "count": [127]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25394541025161743, -0.12060225009918213, 0.02822197414934635, -0.310373991727829, 0.46755000948905945, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.07470009475946426, 0.3634299039840698, -0.5164080262184143, -1.6661261320114136, 0.24431119859218597, -0.12060225009918213, -0.02834414690732956, -0.3357810080051422, -0.4769839942455292, 0.08936899900436401, 1.3178160190582275, -1.854928731918335, 0.20090264081954956, 1008.0, 333.0, 0.0005696031730622053, -0.2974136769771576, -0.8421506881713867, 1.9073339700698853, -1.0567526817321777, -0.0008353360462933779], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25382325053215027, -0.12053243815898895, 0.028326693922281265, -0.3102869987487793, 0.4675939977169037, 0.22826699912548065, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.24813346564769745, 0.6091896891593933, -0.14412929117679596, -1.3468531370162964, 0.440032422542572, 0.38554322719573975, 0.481536328792572, -0.2833789885044098, -0.41409799456596375, 0.23569700121879578, 1.6950197219848633, -1.121137022972107, 0.8856490254402161, 1008.0, 1002.0, 0.0005696031730622053, -0.2973986566066742, -0.8421451449394226, 1.9073339700698853, -1.0567487478256226, -0.0008315391023643315], "mean": [-0.19951213896274567, 0.6046710014343262, 0.45138898491859436, -1.4119738340377808, -0.2538824677467346, -0.12056136876344681, 0.028278477489948273, -0.31032538414001465, 0.467571496963501, 0.22823669016361237, -1.5732382535934448, -1.121138334274292, -0.7462767362594604, 0.1619851291179657, 0.4599180817604065, -0.3279637396335602, -1.4850939512252808, 0.29863715171813965, 0.14173249900341034, 0.30175429582595825, -0.31595855951309204, -0.450602650642395, 0.1754389852285385, 1.4903268814086914, -1.5307211875915527, 0.600522518157959, 1008.0, 819.4077758789062, 0.000569604046177119, -0.29740530252456665, -0.842150092124939, 1.9073454141616821, -1.0567572116851807, -0.000833887024782598], "std": [2.4955488697742112e-05, 1.967939897440374e-05, 2.3076847355696373e-05, 1.630893711990211e-05, 2.3979340767255053e-05, 2.0009434592793696e-05, 1.5794295904925093e-05, 1.4153856682241894e-05, 7.57015459385002e-06, 1.2877162589575164e-05, 1.1324882507324219e-05, 1.3113021850585938e-06, 1.1324882507324219e-06, 0.034103553742170334, 0.06534170359373093, 0.11760582029819489, 0.07838815450668335, 0.05173215642571449, 0.13518649339675903, 0.12124227732419968, 0.010699181817471981, 0.02007630094885826, 0.04620937630534172, 0.08254451304674149, 0.18106934428215027, 0.1895301640033722, 0.0, 279.36248779296875, 8.731149137020111e-10, 1.5173233123277896e-06, 1.825201479732641e-06, 1.1444091796875e-05, 6.967990884731989e-06, 7.17809541583847e-07], "count": [645]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25394541025161743, -0.12060225009918213, 0.02822197414934635, -0.310373991727829, 0.46755000948905945, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.07470009475946426, 0.3634299039840698, -0.5164080262184143, -1.6661261320114136, 0.24431119859218597, -0.12060225009918213, -0.02834414690732956, -0.3357810080051422, -0.4769839942455292, 0.08936899900436401, 1.3178160190582275, -1.854928731918335, 0.20090264081954956, 1008.0, 333.0, 0.0005696031730622053, -0.2974136769771576, -0.8421506881713867, 1.9073339700698853, -1.0567526817321777, -0.0008353360462933779], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25382325053215027, -0.12053243815898895, 0.028326693922281265, -0.3102869987487793, 0.4675939977169037, 0.22826699912548065, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.24813346564769745, 0.6091896891593933, -0.14412929117679596, -1.3468531370162964, 0.440032422542572, 0.38554322719573975, 0.481536328792572, -0.2833789885044098, -0.41409799456596375, 0.23569700121879578, 1.6950197219848633, -1.121137022972107, 0.8856490254402161, 1008.0, 1002.0, 0.0005696031730622053, -0.2973986566066742, -0.8421451449394226, 1.9073339700698853, -1.0567487478256226, -0.0008315391023643315], "mean": [-0.19951216876506805, 0.604671061038971, 0.45138904452323914, -1.4119738340377808, -0.253882497549057, -0.12056130170822144, 0.0282785315066576, -0.31032538414001465, 0.467571496963501, 0.22823670506477356, -1.5732382535934448, -1.121138334274292, -0.7462767362594604, 0.16191473603248596, 0.4595502018928528, -0.32749658823013306, -1.4850022792816162, 0.2986282706260681, 0.14190469682216644, 0.3021564483642578, -0.3159773349761963, -0.4506160318851471, 0.17544756829738617, 1.4900555610656738, -1.5311070680618286, 0.600730299949646, 1008.0, 819.4077758789062, 0.000569604046177119, -0.29740530252456665, -0.8421500325202942, 1.9073454141616821, -1.0567572116851807, -0.0008338899351656437], "std": [2.4960721930256113e-05, 1.9664908904815093e-05, 2.3050331947160885e-05, 1.630893711990211e-05, 2.397941170784179e-05, 1.9949933630414307e-05, 1.5780098692630418e-05, 1.413552035955945e-05, 7.5572129389911424e-06, 1.2876934306405019e-05, 1.1324882507324219e-05, 1.3113021850585938e-06, 1.1324882507324219e-06, 0.03407268971204758, 0.06519324332475662, 0.11771310865879059, 0.07850806415081024, 0.051740314811468124, 0.134922593832016, 0.12057504057884216, 0.010699848644435406, 0.020090505480766296, 0.04621973633766174, 0.08255910128355026, 0.1804601550102234, 0.18976320326328278, 0.0, 279.36248779296875, 8.731149137020111e-10, 1.5173233123277896e-06, 1.7799685565478285e-06, 1.1444091796875e-05, 6.9691477619926445e-06, 7.159586061789014e-07], "count": [645]}, "timestamp": {"min": [0.0], "max": [21.466666666666665], "mean": [10.733333333333333], "std": [6.20650793447819], "count": [645]}, "frame_index": {"min": [0], "max": [644], "mean": [322.0], "std": [186.19523803434572], "count": [645]}, "episode_index": {"min": [391], "max": [391], "mean": [391.0], "std": [0.0], "count": [645]}, "index": {"min": [236134], "max": [236778], "mean": [236456.0], "std": [186.19523803434572], "count": [645]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [645]}, "gripper_open_scale_state": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.8187519364578779], "std": [0.0, 0.27893616054821474], "count": [645]}, "gripper_open_scale_action": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.8187519364578779], "std": [0.0, 0.27893616054821474], "count": [645]}, "eef_direction_state": {"mean": [6.0, 5.043410852713178], "std": [0.0, 1.6930246755822185], "min": [6, 0], "max": [6, 6], "count": [645]}, "eef_velocity_state": {"mean": [0.0, 0.4821705426356589], "std": [0.0, 0.6966642126439203], "min": [0, 0], "max": [0, 2], "count": [645]}, "eef_acc_mag_state": {"mean": [0.0, 0.4992248062015504], "std": [0.0, 0.7688203108609984], "min": [0, 0], "max": [0, 2], "count": [645]}, "eef_direction_action": {"mean": [6.0, 5.043410852713178], "std": [0.0, 1.6930246755822185], "min": [6, 0], "max": [6, 6], "count": [645]}, "eef_velocity_action": {"mean": [0.0, 0.4821705426356589], "std": [0.0, 0.6966642126439203], "min": [0, 0], "max": [0, 2], "count": [645]}, "eef_acc_mag_action": {"mean": [0.0, 0.4992248062015504], "std": [0.0, 0.7688203108609984], "min": [0, 0], "max": [0, 2], "count": [645]}, "eef_sim_pose_state": {"mean": [-0.31032535433769226, 0.4675712287425995, 0.22823680937290192, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.3159584105014801, -0.450602650642395, 0.17543894052505493, 1.4903287887573242, -1.5307204723358154, 0.6005220413208008], "std": [1.4153801203065086e-05, 7.564616680610925e-06, 1.2876425898866728e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.010699180886149406, 0.020076297223567963, 0.04620938375592232, 0.08254460990428925, 0.18106937408447266, 0.18953010439872742], "min": [-0.310373991727829, 0.46755000948905945, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3357810080051422, -0.4769839942455292, 0.08936899900436401, 1.3178160190582275, -1.854928731918335, 0.20090264081954956], "max": [-0.3102869987487793, 0.4675939977169037, 0.22826699912548065, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2833789885044098, -0.41409799456596375, 0.23569700121879578, 1.6950197219848633, -1.121137022972107, 0.8856490254402161], "count": [645]}, "eef_sim_pose_action": {"mean": [-0.31032538414001465, 0.467571496963501, 0.22823669016361237, -1.5732382535934448, -1.121138334274292, -0.7462767362594604, -0.31595855951309204, -0.450602650642395, 0.1754389852285385, 1.4903268814086914, -1.5307211875915527, 0.600522518157959], "std": [1.4153856682241894e-05, 7.57015459385002e-06, 1.2877162589575164e-05, 1.1324882507324219e-05, 1.3113021850585938e-06, 1.1324882507324219e-06, 0.010699181817471981, 0.02007630094885826, 0.04620937630534172, 0.08254451304674149, 0.18106934428215027, 0.1895301640033722], "min": [-0.310373991727829, 0.46755000948905945, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3357810080051422, -0.4769839942455292, 0.08936899900436401, 1.3178160190582275, -1.854928731918335, 0.20090264081954956], "max": [-0.3102869987487793, 0.4675939977169037, 0.22826699912548065, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2833789885044098, -0.41409799456596375, 0.23569700121879578, 1.6950197219848633, -1.121137022972107, 0.8856490254402161], "count": [645]}, "gripper_mode_state": {"mean": [0.0, 0.2372093023255814], "std": [0.0, 0.42537166009948824], "min": [0, 0], "max": [0, 1], "count": [645]}, "gripper_activity_state": {"mean": [2.0, 1.7813953488372094], "std": [0.0, 0.5626305108695321], "min": [2, 0], "max": [2, 2], "count": [645]}, "gripper_mode_action": {"mean": [0.0, 0.2372093023255814], "std": [0.0, 0.42537166009948824], "min": [0, 0], "max": [0, 1], "count": [645]}, "gripper_activity_action": {"mean": [2.0, 1.7813953488372094], "std": [0.0, 0.5626305108695321], "min": [2, 0], "max": [2, 2], "count": [645]}}} +{"episode_index": 197, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.407906906512605]], [[0.41639094271968047]], [[0.41326608374831414]]], "std": [[[0.2092964553517781]], [[0.20817587631472892]], [[0.20484127992626086]]], "count": [126]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33413846256095026]], [[0.31773786829546635]], [[0.32734285519763456]]], "std": [[[0.25463119405526147]], [[0.26450519147342694]], [[0.24931998527104443]]], "count": [126]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4382891070780164]], [[0.44255920608984334]], [[0.43556642610748003]]], "std": [[[0.2804435315815113]], [[0.2798669095050341]], [[0.28063244814261074]]], "count": [126]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4244911654476606]], [[0.411270507508559]], [[0.4327412627087872]]], "std": [[[0.2841040472511381]], [[0.28970321394329845]], [[0.2855609176663551]]], "count": [126]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.4120759963989258, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.31037700176239014, 0.4675469994544983, 0.22818900644779205, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1944296807050705, 0.41224679350852966, -0.6201678514480591, -1.5495730638504028, 0.25389304757118225, -0.12061969935894012, -0.028326693922281265, -0.33838799595832825, -0.4884909987449646, 0.09762100130319595, 1.3670189380645752, -2.011462450027466, 0.03810110688209534, 1008.0, 333.0, 0.0005677232402376831, -0.2974399924278259, -0.8421530723571777, 1.907332420349121, -1.0567550659179688, -0.0008381837978959084], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12049752473831177, 0.02834414690732956, -0.31027498841285706, 0.46759599447250366, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.37549012899398804, 0.6047216653823853, -0.2390751987695694, -1.2726941108703613, 0.5414709448814392, 0.3566405773162842, 0.5954889059066772, -0.27868300676345825, -0.43732699751853943, 0.2293500006198883, 1.7464749813079834, -1.121137022972107, 0.757414698600769, 1008.0, 1003.0, 0.0005696031730622053, -0.29738548398017883, -0.8421348333358765, 1.9073355197906494, -1.056715488433838, -0.0008296406012959778], "mean": [-0.19951286911964417, 0.6046724915504456, 0.45139041543006897, -1.4119726419448853, -0.25392377376556396, -0.1205531656742096, 0.028277955949306488, -0.31032678484916687, 0.46757078170776367, 0.22823728621006012, -1.5732382535934448, -1.121138095855713, -0.7462767362594604, 0.2597889304161072, 0.4950014650821686, -0.4224834442138672, -1.3948298692703247, 0.33614903688430786, 0.13294586539268494, 0.3346159756183624, -0.32117995619773865, -0.4661876857280731, 0.1716606616973877, 1.511435627937317, -1.5597593784332275, 0.5126373767852783, 1008.0, 825.09716796875, 0.0005692890263162553, -0.2974076569080353, -0.8421409726142883, 1.907345175743103, -1.0567293167114258, -0.0008341794018633664], "std": [2.557998050178867e-05, 1.8621101844473742e-05, 2.426477294648066e-05, 2.950921407318674e-05, 2.4750914235482924e-05, 1.930317739606835e-05, 1.676565079833381e-05, 1.6337548004230484e-05, 8.091391464404296e-06, 1.4408444258151576e-05, 1.1324882507324219e-05, 1.0728836059570312e-06, 1.1324882507324219e-06, 0.04487151280045509, 0.05800064653158188, 0.09194745123386383, 0.07107770442962646, 0.08179380744695663, 0.1572621613740921, 0.17232580482959747, 0.012190889567136765, 0.01623801328241825, 0.04329173266887665, 0.08577489107847214, 0.23292434215545654, 0.20548143982887268, 0.0, 276.57171630859375, 7.023614898571395e-07, 3.6908832043991424e-06, 3.935825588996522e-06, 1.0307414413546212e-05, 1.2956239515915513e-05, 1.053119262905966e-06], "count": [638]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.4120759963989258, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.31037700176239014, 0.4675469994544983, 0.22818900644779205, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1944296807050705, 0.41224679350852966, -0.6201678514480591, -1.5495730638504028, 0.25389304757118225, -0.12061969935894012, -0.028326693922281265, -0.33838799595832825, -0.4884909987449646, 0.09762100130319595, 1.3670189380645752, -2.011462450027466, 0.03810110688209534, 1008.0, 333.0, 0.0005677232402376831, -0.2974399924278259, -0.8421530723571777, 1.907332420349121, -1.0567550659179688, -0.0008381837978959084], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12049752473831177, 0.02834414690732956, -0.31027498841285706, 0.46759599447250366, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.37549012899398804, 0.6047216653823853, -0.2390751987695694, -1.2726941108703613, 0.5414709448814392, 0.3566405773162842, 0.5954889059066772, -0.27868300676345825, -0.43732699751853943, 0.2293500006198883, 1.7464749813079834, -1.121137022972107, 0.757414698600769, 1008.0, 1003.0, 0.0005696031730622053, -0.29738548398017883, -0.8421348333358765, 1.9073355197906494, -1.056715488433838, -0.0008296406012959778], "mean": [-0.1995128095149994, 0.6046724915504456, 0.45139041543006897, -1.4119725227355957, -0.25392380356788635, -0.1205531656742096, 0.028278036043047905, -0.31032678484916687, 0.46757078170776367, 0.22823740541934967, -1.5732382535934448, -1.121138095855713, -0.7462767362594604, 0.2598342299461365, 0.4947111904621124, -0.42215803265571594, -1.3946318626403809, 0.3362146317958832, 0.13321621716022491, 0.3350970447063446, -0.32121574878692627, -0.46621909737586975, 0.17165963351726532, 1.511147379875183, -1.5602763891220093, 0.5126404166221619, 1008.0, 825.100341796875, 0.0005692861159332097, -0.2974076569080353, -0.8421409726142883, 1.907345175743103, -1.0567293167114258, -0.0008341779466718435], "std": [2.5515122615615837e-05, 1.862929275375791e-05, 2.4234632292063907e-05, 2.959186713269446e-05, 2.4751279852353036e-05, 1.930317739606835e-05, 1.687559051788412e-05, 1.6338939531124197e-05, 8.094227268884424e-06, 1.4402915439859498e-05, 1.1324882507324219e-05, 1.0728836059570312e-06, 1.1324882507324219e-06, 0.04482521489262581, 0.05791456624865532, 0.09221151471138, 0.0712057426571846, 0.08174465596675873, 0.15697388350963593, 0.1717393696308136, 0.012192439287900925, 0.01625996083021164, 0.04329037666320801, 0.08587557822465897, 0.2323155254125595, 0.20548518002033234, 0.0, 276.5736083984375, 7.049735586406314e-07, 3.6889650800731033e-06, 3.9257470234588254e-06, 1.030632574838819e-05, 1.2943795809405856e-05, 1.0534923831073684e-06], "count": [638]}, "timestamp": {"min": [0.0], "max": [21.233333333333334], "mean": [10.616666666666667], "std": [6.139150321230672], "count": [638]}, "frame_index": {"min": [0], "max": [637], "mean": [318.5], "std": [184.17450963692016], "count": [638]}, "episode_index": {"min": [393], "max": [393], "mean": [393.0], "std": [0.0], "count": [638]}, "index": {"min": [237446], "max": [238083], "mean": [237764.5], "std": [184.17450963692016], "count": [638]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [638]}, "gripper_open_scale_state": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.8242366754896588], "std": [0.0, 0.2760232891228268], "count": [638]}, "gripper_open_scale_action": {"min": [1.0, 0.3330000042915344], "max": [1.0, 1.0], "mean": [1.0, 0.8242366754896588], "std": [0.0, 0.2760232891228268], "count": [638]}, "eef_direction_state": {"mean": [6.0, 5.08307210031348], "std": [0.0, 1.6526776879525256], "min": [6, 0], "max": [6, 6], "count": [638]}, "eef_velocity_state": {"mean": [0.0, 0.4608150470219436], "std": [0.0, 0.6701428942455167], "min": [0, 0], "max": [0, 2], "count": [638]}, "eef_acc_mag_state": {"mean": [0.0, 0.41849529780564265], "std": [0.0, 0.7183900446466935], "min": [0, 0], "max": [0, 2], "count": [638]}, "eef_direction_action": {"mean": [6.0, 5.08307210031348], "std": [0.0, 1.6526776879525256], "min": [6, 0], "max": [6, 6], "count": [638]}, "eef_velocity_action": {"mean": [0.0, 0.4608150470219436], "std": [0.0, 0.6701428942455167], "min": [0, 0], "max": [0, 2], "count": [638]}, "eef_acc_mag_action": {"mean": [0.0, 0.41849529780564265], "std": [0.0, 0.7183900446466935], "min": [0, 0], "max": [0, 2], "count": [638]}, "eef_sim_pose_state": {"mean": [-0.31032687425613403, 0.4675707221031189, 0.22823737561702728, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.3211801052093506, -0.4661876857280731, 0.1716606765985489, 1.5114384889602661, -1.559757113456726, 0.5126366019248962], "std": [1.6337384295184165e-05, 8.091134986898396e-06, 1.4408250535780098e-05, 0.0, 0.0, 5.960464477539063e-08, 0.012190887704491615, 0.01623801328241825, 0.04329172149300575, 0.08577476441860199, 0.2329247146844864, 0.2054816335439682], "min": [-0.31037700176239014, 0.4675469994544983, 0.22818900644779205, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33838799595832825, -0.4884909987449646, 0.09762100130319595, 1.3670189380645752, -2.011462450027466, 0.03810110688209534], "max": [-0.31027498841285706, 0.46759599447250366, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27868300676345825, -0.43732699751853943, 0.2293500006198883, 1.7464749813079834, -1.121137022972107, 0.757414698600769], "count": [638]}, "eef_sim_pose_action": {"mean": [-0.31032678484916687, 0.46757078170776367, 0.22823728621006012, -1.5732382535934448, -1.121138095855713, -0.7462767362594604, -0.32117995619773865, -0.4661876857280731, 0.1716606616973877, 1.511435627937317, -1.5597593784332275, 0.5126373767852783], "std": [1.6337548004230484e-05, 8.091391464404296e-06, 1.4408444258151576e-05, 1.1324882507324219e-05, 1.0728836059570312e-06, 1.1324882507324219e-06, 0.012190889567136765, 0.01623801328241825, 0.04329173266887665, 0.08577489107847214, 0.23292434215545654, 0.20548143982887268], "min": [-0.31037700176239014, 0.4675469994544983, 0.22818900644779205, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33838799595832825, -0.4884909987449646, 0.09762100130319595, 1.3670189380645752, -2.011462450027466, 0.03810110688209534], "max": [-0.31027498841285706, 0.46759599447250366, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27868300676345825, -0.43732699751853943, 0.2293500006198883, 1.7464749813079834, -1.121137022972107, 0.757414698600769], "count": [638]}, "gripper_mode_state": {"mean": [0.0, 0.2304075235109718], "std": [0.0, 0.42109369102435307], "min": [0, 0], "max": [0, 1], "count": [638]}, "gripper_activity_state": {"mean": [2.0, 1.780564263322884], "std": [0.0, 0.5616799098288421], "min": [2, 0], "max": [2, 2], "count": [638]}, "gripper_mode_action": {"mean": [0.0, 0.2304075235109718], "std": [0.0, 0.42109369102435307], "min": [0, 0], "max": [0, 1], "count": [638]}, "gripper_activity_action": {"mean": [2.0, 1.780564263322884], "std": [0.0, 0.5616799098288421], "min": [2, 0], "max": [2, 2], "count": [638]}}} +{"episode_index": 198, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40815868689429796]], [[0.41655280524566146]], [[0.4135071663004282]]], "std": [[[0.20873875339180803]], [[0.20754583646289992]], [[0.2041113978814723]]], "count": [116]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3312312302794681]], [[0.31342871555949964]], [[0.3302812323923822]]], "std": [[[0.2503313825750203]], [[0.25980159726800495]], [[0.2468217849412909]]], "count": [116]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43766229293441516]], [[0.44193919561359024]], [[0.43393359815190446]]], "std": [[[0.27953384761790667]], [[0.2790634218928938]], [[0.2791111183652972]]], "count": [116]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4110396294652919]], [[0.4024275393706333]], [[0.42017913814232594]]], "std": [[[0.2744801545633531]], [[0.275298346661772]], [[0.2746097862638203]]], "count": [116]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31036099791526794, 0.4675520062446594, 0.22819000482559204, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.03862413763999939, 0.35522687435150146, -0.5206840634346008, -1.639527440071106, 0.09407324343919754, -0.1206895187497139, -0.028379054740071297, -0.3320069909095764, -0.467615008354187, 0.07072799652814865, 1.2392629384994507, -1.731393575668335, 0.2432454377412796, 1008.0, 330.0, 0.0005677232402376831, -0.2974757254123688, -0.8421538472175598, 1.9073331356048584, -1.0567352771759033, -0.0008324883528985083], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12049752473831177, 0.028326693922281265, -0.31028300523757935, 0.46759501099586487, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.24331635236740112, 0.6365739107131958, -0.08683013170957565, -1.411884069442749, 0.48691195249557495, 0.5039288997650146, 0.5255884528160095, -0.295415997505188, -0.41330599784851074, 0.23825900256633759, 1.8026458024978638, -1.121137022972107, 0.7838308215141296, 1008.0, 1003.0, 0.0005696031730622053, -0.2974136769771576, -0.8421388268470764, 1.907334804534912, -1.056721806526184, -0.0006825075251981616], "mean": [-0.19951054453849792, 0.6046711802482605, 0.45139098167419434, -1.4119738340377808, -0.25389716029167175, -0.12055201083421707, 0.028279535472393036, -0.3103265166282654, 0.4675712585449219, 0.2282366156578064, -1.5732377767562866, -1.1211360692977905, -0.7462766766548157, 0.15237730741500854, 0.4625493586063385, -0.3280539810657501, -1.5222135782241821, 0.2561222314834595, 0.22372157871723175, 0.2806532084941864, -0.3156481981277466, -0.44698566198349, 0.17639043927192688, 1.447702169418335, -1.500976324081421, 0.5426949262619019, 1008.0, 812.2975463867188, 0.0005678308079950511, -0.2974289357662201, -0.8421453833580017, 1.907344937324524, -1.0567318201065063, -0.000729764811694622], "std": [2.5102599465753883e-05, 1.8492652088752948e-05, 2.4089522412396036e-05, 1.781578248483129e-05, 2.470726212777663e-05, 1.886810605356004e-05, 1.6023413991206326e-05, 1.4271745385485701e-05, 7.521092356910231e-06, 1.2983014130441006e-05, 1.0848045349121094e-05, 9.5367431640625e-07, 1.0728836059570312e-06, 0.050650812685489655, 0.08831138908863068, 0.12306184321641922, 0.06303393095731735, 0.08103876560926437, 0.17904719710350037, 0.1374751329421997, 0.007184854708611965, 0.014409494586288929, 0.04737688973546028, 0.14130696654319763, 0.17853790521621704, 0.1609143316745758, 0.0, 282.14068603515625, 4.3346869915694697e-07, 5.521228104043985e-06, 2.4978696728794603e-06, 1.1048450687667355e-05, 3.7369461551861605e-06, 3.534152710926719e-05], "count": [568]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31036099791526794, 0.4675520062446594, 0.22819000482559204, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.03862413763999939, 0.35522687435150146, -0.5206840634346008, -1.639527440071106, 0.09407324343919754, -0.1206895187497139, -0.028379054740071297, -0.3320069909095764, -0.467615008354187, 0.07072799652814865, 1.2392629384994507, -1.731393575668335, 0.2432454377412796, 1008.0, 330.0, 0.0005677232402376831, -0.2974757254123688, -0.8421538472175598, 1.9073331356048584, -1.0567352771759033, -0.0008324883528985083], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12049752473831177, 0.028326693922281265, -0.31028300523757935, 0.46759501099586487, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.24331635236740112, 0.6365739107131958, -0.08683013170957565, -1.411884069442749, 0.48691195249557495, 0.5039288997650146, 0.5255884528160095, -0.295415997505188, -0.41330599784851074, 0.23825900256633759, 1.8026458024978638, -1.121137022972107, 0.7838308215141296, 1008.0, 1003.0, 0.0005696031730622053, -0.2974136769771576, -0.8421388268470764, 1.907334804534912, -1.056721806526184, -0.0006825075251981616], "mean": [-0.19951064884662628, 0.6046711802482605, 0.45139098167419434, -1.4119738340377808, -0.2538969814777374, -0.12055201083421707, 0.028279535472393036, -0.3103265166282654, 0.46757131814956665, 0.22823667526245117, -1.5732377767562866, -1.1211360692977905, -0.7462766766548157, 0.1520957201719284, 0.4621197283267975, -0.3274226784706116, -1.522408127784729, 0.25584831833839417, 0.22412632405757904, 0.2810247540473938, -0.3156570792198181, -0.4469512104988098, 0.17640618979930878, 1.4473413228988647, -1.501212477684021, 0.5427525639533997, 1008.0, 812.2975463867188, 0.0005678308079950511, -0.2974289357662201, -0.8421453833580017, 1.907344937324524, -1.056731939315796, -0.0007295659161172807], "std": [2.5190207452396862e-05, 1.8492652088752948e-05, 2.405396844551433e-05, 1.780734419298824e-05, 2.4736442355788313e-05, 1.886810605356004e-05, 1.6023413991206326e-05, 1.4269906387198716e-05, 7.539611942775082e-06, 1.3045087143837009e-05, 1.0848045349121094e-05, 9.5367431640625e-07, 1.0728836059570312e-06, 0.050836142152547836, 0.08822006732225418, 0.12335449457168579, 0.06286367774009705, 0.08130914717912674, 0.17853093147277832, 0.13692796230316162, 0.00718180276453495, 0.014383760280907154, 0.047395575791597366, 0.14125266671180725, 0.17812684178352356, 0.16099263727664948, 0.0, 282.14068603515625, 4.3346869915694697e-07, 5.508223239303334e-06, 2.5050710519280983e-06, 1.1049964996345807e-05, 3.82319740310777e-06, 3.5085060517303646e-05], "count": [568]}, "timestamp": {"min": [0.0], "max": [18.9], "mean": [9.450000000000001], "std": [5.465574077807381], "count": [568]}, "frame_index": {"min": [0], "max": [567], "mean": [283.5], "std": [163.96722233422142], "count": [568]}, "episode_index": {"min": [395], "max": [395], "mean": [395.0], "std": [0.0], "count": [568]}, "index": {"min": [238637], "max": [239204], "mean": [238920.5], "std": [163.96722233422142], "count": [568]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [568]}, "gripper_open_scale_state": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.8111338044556093], "std": [0.0, 0.2813581467010274], "count": [568]}, "gripper_open_scale_action": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.8111338044556093], "std": [0.0, 0.2813581467010274], "count": [568]}, "eef_direction_state": {"mean": [6.0, 5.117957746478873], "std": [0.0, 1.6005593382932486], "min": [6, 0], "max": [6, 6], "count": [568]}, "eef_velocity_state": {"mean": [0.0, 0.477112676056338], "std": [0.0, 0.7239641273755499], "min": [0, 0], "max": [0, 2], "count": [568]}, "eef_acc_mag_state": {"mean": [0.0, 0.4876760563380282], "std": [0.0, 0.7644312674571466], "min": [0, 0], "max": [0, 2], "count": [568]}, "eef_direction_action": {"mean": [6.0, 5.117957746478873], "std": [0.0, 1.6005593382932486], "min": [6, 0], "max": [6, 6], "count": [568]}, "eef_velocity_action": {"mean": [0.0, 0.477112676056338], "std": [0.0, 0.7239641273755499], "min": [0, 0], "max": [0, 2], "count": [568]}, "eef_acc_mag_action": {"mean": [0.0, 0.4876760563380282], "std": [0.0, 0.7644312674571466], "min": [0, 0], "max": [0, 2], "count": [568]}, "eef_sim_pose_state": {"mean": [-0.31032654643058777, 0.46757131814956665, 0.2282366156578064, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.31564831733703613, -0.4469856321811676, 0.17639043927192688, 1.4477015733718872, -1.5009760856628418, 0.5426954030990601], "std": [1.42716935442877e-05, 7.520797225879505e-06, 1.298301594943041e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.007184857968240976, 0.014409495517611504, 0.04737688601016998, 0.14130713045597076, 0.17853803932666779, 0.16091427206993103], "min": [-0.31036099791526794, 0.4675520062446594, 0.22819000482559204, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3320069909095764, -0.467615008354187, 0.07072799652814865, 1.2392629384994507, -1.731393575668335, 0.2432454377412796], "max": [-0.31028300523757935, 0.46759501099586487, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.295415997505188, -0.41330599784851074, 0.23825900256633759, 1.8026458024978638, -1.121137022972107, 0.7838308215141296], "count": [568]}, "eef_sim_pose_action": {"mean": [-0.3103265166282654, 0.4675712585449219, 0.2282366156578064, -1.5732377767562866, -1.1211360692977905, -0.7462766766548157, -0.3156481981277466, -0.44698566198349, 0.17639043927192688, 1.447702169418335, -1.500976324081421, 0.5426949262619019], "std": [1.4271745385485701e-05, 7.521092356910231e-06, 1.2983014130441006e-05, 1.0848045349121094e-05, 9.5367431640625e-07, 1.0728836059570312e-06, 0.007184854708611965, 0.014409494586288929, 0.04737688973546028, 0.14130696654319763, 0.17853790521621704, 0.1609143316745758], "min": [-0.31036099791526794, 0.4675520062446594, 0.22819000482559204, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3320069909095764, -0.467615008354187, 0.07072799652814865, 1.2392629384994507, -1.731393575668335, 0.2432454377412796], "max": [-0.31028300523757935, 0.46759501099586487, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.295415997505188, -0.41330599784851074, 0.23825900256633759, 1.8026458024978638, -1.121137022972107, 0.7838308215141296], "count": [568]}, "gripper_mode_state": {"mean": [0.0, 0.24647887323943662], "std": [0.0, 0.43096059945899123], "min": [0, 0], "max": [0, 1], "count": [568]}, "gripper_activity_state": {"mean": [2.0, 1.7570422535211268], "std": [0.0, 0.5851324500744529], "min": [2, 0], "max": [2, 2], "count": [568]}, "gripper_mode_action": {"mean": [0.0, 0.24647887323943662], "std": [0.0, 0.43096059945899123], "min": [0, 0], "max": [0, 1], "count": [568]}, "gripper_activity_action": {"mean": [2.0, 1.7570422535211268], "std": [0.0, 0.5851324500744529], "min": [2, 0], "max": [2, 2], "count": [568]}}} +{"episode_index": 199, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40757766373910675]], [[0.41611460035403053]], [[0.41282401790577344]]], "std": [[[0.2092068800945409]], [[0.20798444119815737]], [[0.20501499336534815]]], "count": [120]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33322953771786495]], [[0.316302049291939]], [[0.32765342626633986]]], "std": [[[0.2522031963956851]], [[0.26226372150348887]], [[0.24731260459419446]]], "count": [120]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43641881638071894]], [[0.4407681219362745]], [[0.43269493974673207]]], "std": [[[0.2789947051246323]], [[0.2788414737017636]], [[0.27897543175405765]]], "count": [120]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41059060968137256]], [[0.4030650071486928]], [[0.4154409960511983]]], "std": [[[0.2754775379513134]], [[0.2763516402698508]], [[0.2747285730392858]]], "count": [120]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31036901473999023, 0.4675469994544983, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1019795835018158, 0.3559947907924652, -0.5736024975776672, -1.6292648315429688, 0.13838715851306915, -0.12072442471981049, -0.028379054740071297, -0.3309830129146576, -0.47077301144599915, 0.07167299836874008, 1.1921225786209106, -1.7977555990219116, 0.1712290495634079, 1006.0, 330.0, 0.0005677232402376831, -0.2974381148815155, -0.8421514630317688, 1.9073331356048584, -1.0567344427108765, -0.0007508532144129276], "max": [-0.19945622980594635, 0.6047216653823853, 0.4514293968677521, -1.411919116973877, -0.25382325053215027, -0.12049752473831177, 0.02834414690732956, -0.3102700114250183, 0.46760299801826477, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3223623037338257, 0.6047565937042236, -0.11676252633333206, -1.411884069442749, 0.5322555899620056, 0.5446474552154541, 0.5169839859008789, -0.2862440049648285, -0.429953008890152, 0.23083700239658356, 1.6518834829330444, -1.121137022972107, 0.8334968686103821, 1008.0, 1003.0, 0.0005696031730622053, -0.2974061369895935, -0.8421332836151123, 1.9073355197906494, -1.056725025177002, -0.0006787105812691152], "mean": [-0.19951306283473969, 0.604665994644165, 0.4513876140117645, -1.4119689464569092, -0.25388476252555847, -0.12055421620607376, 0.028278151527047157, -0.3103272318840027, 0.4675716757774353, 0.22823594510555267, -1.5732380151748657, -1.1211369037628174, -0.7462766766548157, 0.1965683549642563, 0.44887956976890564, -0.3497439920902252, -1.4971399307250977, 0.33069169521331787, 0.2274734377861023, 0.26837819814682007, -0.30671611428260803, -0.45745423436164856, 0.16770267486572266, 1.4305490255355835, -1.5538041591644287, 0.6017504930496216, 1007.9966430664062, 826.73779296875, 0.0005678294692188501, -0.2974257171154022, -0.8421422839164734, 1.907345175743103, -1.0567270517349243, -0.0007175463251769543], "std": [2.5226601792383008e-05, 1.9016582882613875e-05, 2.426033461233601e-05, 1.736662488838192e-05, 2.576639599283226e-05, 1.8748416550806724e-05, 1.5660771168768406e-05, 1.3968235180072952e-05, 7.81582002673531e-06, 1.2680873624049127e-05, 1.1086463928222656e-05, 1.1920928955078125e-07, 1.0728836059570312e-06, 0.04954421520233154, 0.08218293637037277, 0.12459973245859146, 0.06754153221845627, 0.10390238463878632, 0.21090145409107208, 0.13841624557971954, 0.008880463428795338, 0.013871511444449425, 0.05149597302079201, 0.11096856743097305, 0.21003738045692444, 0.22168926894664764, 0.08192305266857147, 274.7480163574219, 4.302820855173195e-07, 2.9975446977914544e-06, 4.575401817419333e-06, 1.1265847206232138e-05, 2.371565187786473e-06, 5.640365088765975e-06], "count": [595]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31036901473999023, 0.4675469994544983, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1019795835018158, 0.3559947907924652, -0.5736024975776672, -1.6292648315429688, 0.13838715851306915, -0.12072442471981049, -0.028379054740071297, -0.3309830129146576, -0.47077301144599915, 0.07167299836874008, 1.1921225786209106, -1.7977555990219116, 0.1712290495634079, 1006.0, 330.0, 0.0005677232402376831, -0.2974381148815155, -0.8421514630317688, 1.9073331356048584, -1.0567344427108765, -0.0007508532144129276], "max": [-0.19945622980594635, 0.6047216653823853, 0.4514293968677521, -1.411919116973877, -0.25382325053215027, -0.12049752473831177, 0.02834414690732956, -0.3102700114250183, 0.46760299801826477, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3223623037338257, 0.6047565937042236, -0.11676252633333206, -1.411884069442749, 0.5322555899620056, 0.5446474552154541, 0.5169839859008789, -0.2862440049648285, -0.429953008890152, 0.23083700239658356, 1.6518834829330444, -1.121137022972107, 0.8334968686103821, 1008.0, 1003.0, 0.0005696031730622053, -0.2974061369895935, -0.8421332836151123, 1.9073355197906494, -1.056725025177002, -0.0006787105812691152], "mean": [-0.19951306283473969, 0.6046660542488098, 0.4513876438140869, -1.4119688272476196, -0.2538847029209137, -0.12055428326129913, 0.028278181329369545, -0.3103272318840027, 0.4675716161727905, 0.22823596000671387, -1.5732380151748657, -1.1211369037628174, -0.7462766766548157, 0.19641925394535065, 0.4484745264053345, -0.3491929769515991, -1.4972938299179077, 0.33050161600112915, 0.22791481018066406, 0.26875147223472595, -0.3066961467266083, -0.4574532210826874, 0.16770155727863312, 1.4302284717559814, -1.5540907382965088, 0.6018339395523071, 1007.9966430664062, 826.7344360351562, 0.0005678294692188501, -0.29742568731307983, -0.8421422839164734, 1.907345175743103, -1.0567270517349243, -0.0007175207138061523], "std": [2.5226601792383008e-05, 1.9016064470633864e-05, 2.4235343516920693e-05, 1.7389964341418818e-05, 2.5786657715798356e-05, 1.8788559827953577e-05, 1.5637275282642804e-05, 1.3977833987155464e-05, 7.817757250450086e-06, 1.2680759937211405e-05, 1.1086463928222656e-05, 1.1920928955078125e-07, 1.0728836059570312e-06, 0.0496683344244957, 0.0820092111825943, 0.12487352639436722, 0.06745148450136185, 0.10414570569992065, 0.21044661104679108, 0.1379145085811615, 0.008885697461664677, 0.013870819471776485, 0.051494672894477844, 0.11083076149225235, 0.20956283807754517, 0.22175289690494537, 0.08192304521799088, 274.7447509765625, 4.302820855173195e-07, 3.01100340038829e-06, 4.575401817419333e-06, 1.1267294212302659e-05, 2.3692730337643297e-06, 5.674196017935174e-06], "count": [595]}, "timestamp": {"min": [0.0], "max": [19.8], "mean": [9.899999999999999], "std": [5.725382083319854], "count": [595]}, "frame_index": {"min": [0], "max": [594], "mean": [297.0], "std": [171.76146249959564], "count": [595]}, "episode_index": {"min": [396], "max": [396], "mean": [396.0], "std": [0.0], "count": [595]}, "index": {"min": [239205], "max": [239799], "mean": [239502.0], "std": [171.76146249959564], "count": [595]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [595]}, "gripper_open_scale_state": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.8257579833519559], "std": [0.0, 0.27412349838326255], "count": [595]}, "gripper_open_scale_action": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.8257579833519559], "std": [0.0, 0.27412349838326255], "count": [595]}, "eef_direction_state": {"mean": [6.0, 5.100840336134453], "std": [0.0, 1.6056358618086195], "min": [6, 0], "max": [6, 6], "count": [595]}, "eef_velocity_state": {"mean": [0.0, 0.5042016806722689], "std": [0.0, 0.7226695326652106], "min": [0, 0], "max": [0, 2], "count": [595]}, "eef_acc_mag_state": {"mean": [0.0, 0.45546218487394957], "std": [0.0, 0.7509878624707731], "min": [0, 0], "max": [0, 2], "count": [595]}, "eef_direction_action": {"mean": [6.0, 5.100840336134453], "std": [0.0, 1.6056358618086195], "min": [6, 0], "max": [6, 6], "count": [595]}, "eef_velocity_action": {"mean": [0.0, 0.5042016806722689], "std": [0.0, 0.7226695326652106], "min": [0, 0], "max": [0, 2], "count": [595]}, "eef_acc_mag_action": {"mean": [0.0, 0.45546218487394957], "std": [0.0, 0.7509878624707731], "min": [0, 0], "max": [0, 2], "count": [595]}, "eef_sim_pose_state": {"mean": [-0.3103272616863251, 0.46757176518440247, 0.22823604941368103, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.3067161738872528, -0.45745453238487244, 0.16770265996456146, 1.4305497407913208, -1.553805947303772, 0.6017507314682007], "std": [1.3968258826935198e-05, 7.814864147803746e-06, 1.2680498912231997e-05, 0.0, 0.0, 5.960464477539063e-08, 0.008880460634827614, 0.013871511444449425, 0.0514959841966629, 0.11096862703561783, 0.21003732085227966, 0.221689373254776], "min": [-0.31036901473999023, 0.4675469994544983, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3309830129146576, -0.47077301144599915, 0.07167299836874008, 1.1921225786209106, -1.7977555990219116, 0.1712290495634079], "max": [-0.3102700114250183, 0.46760299801826477, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2862440049648285, -0.429953008890152, 0.23083700239658356, 1.6518834829330444, -1.121137022972107, 0.8334968686103821], "count": [595]}, "eef_sim_pose_action": {"mean": [-0.3103272318840027, 0.4675716757774353, 0.22823594510555267, -1.5732380151748657, -1.1211369037628174, -0.7462766766548157, -0.30671611428260803, -0.45745423436164856, 0.16770267486572266, 1.4305490255355835, -1.5538041591644287, 0.6017504930496216], "std": [1.3968235180072952e-05, 7.81582002673531e-06, 1.2680873624049127e-05, 1.1086463928222656e-05, 1.1920928955078125e-07, 1.0728836059570312e-06, 0.008880463428795338, 0.013871511444449425, 0.05149597302079201, 0.11096856743097305, 0.21003738045692444, 0.22168926894664764], "min": [-0.31036901473999023, 0.4675469994544983, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3309830129146576, -0.47077301144599915, 0.07167299836874008, 1.1921225786209106, -1.7977555990219116, 0.1712290495634079], "max": [-0.3102700114250183, 0.46760299801826477, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2862440049648285, -0.429953008890152, 0.23083700239658356, 1.6518834829330444, -1.121137022972107, 0.8334968686103821], "count": [595]}, "gripper_mode_state": {"mean": [0.0, 0.2235294117647059], "std": [0.0, 0.4166101461088424], "min": [0, 0], "max": [0, 1], "count": [595]}, "gripper_activity_state": {"mean": [2.0, 1.7697478991596638], "std": [0.0, 0.5731462074380564], "min": [2, 0], "max": [2, 2], "count": [595]}, "gripper_mode_action": {"mean": [0.0, 0.2235294117647059], "std": [0.0, 0.4166101461088424], "min": [0, 0], "max": [0, 1], "count": [595]}, "gripper_activity_action": {"mean": [2.0, 1.7697478991596638], "std": [0.0, 0.5731462074380564], "min": [2, 0], "max": [2, 2], "count": [595]}}} +{"episode_index": 200, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40733610504748774]], [[0.41581515682444853]], [[0.4123122941559436]]], "std": [[[0.20862987182586862]], [[0.20771676056949592]], [[0.20408684406128474]]], "count": [128]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3369834686478758]], [[0.3199144646139706]], [[0.329910564746732]]], "std": [[[0.2534078818138821]], [[0.26453067687617804]], [[0.24812755659906863]]], "count": [128]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4367243987438726]], [[0.44093086831086603]], [[0.4326898105596405]]], "std": [[[0.2788897307782981]], [[0.2783551873569632]], [[0.27854070292527344]]], "count": [128]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42534787964665033]], [[0.420792054419424]], [[0.4316974220026552]]], "std": [[[0.2790218033755446]], [[0.2793093910577464]], [[0.2778913529392295]]], "count": [128]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.31037598848342896, 0.46755000948905945, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1270250678062439, 0.3635695278644562, -0.5433035492897034, -1.569993495941162, 0.23924973607063293, -0.1206895187497139, -0.02839650586247444, -0.33746400475502014, -0.47527599334716797, 0.09575899690389633, 1.3183971643447876, -1.8787389993667603, 0.22556212544441223, 1008.0, 332.0, 0.0005677232402376831, -0.2974306046962738, -0.8421475291252136, 1.9073331356048584, -1.0567305088043213, -0.00070339092053473], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12049752473831177, 0.02834414690732956, -0.3102889955043793, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.27836257219314575, 0.6047391295433044, -0.16919222474098206, -1.3497328758239746, 0.5338438749313354, 0.3246138095855713, 0.549639105796814, -0.3071579933166504, -0.42004600167274475, 0.2284020036458969, 1.760599970817566, -1.121137022972107, 0.8775327801704407, 1008.0, 1003.0, 0.0005677232402376831, -0.2974136769771576, -0.8421435952186584, 1.907334804534912, -1.056725025177002, -0.0006872537778690457], "mean": [-0.19951412081718445, 0.6046640872955322, 0.45138511061668396, -1.4119564294815063, -0.2538990378379822, -0.1205565333366394, 0.02827899344265461, -0.31033065915107727, 0.46757230162620544, 0.22823992371559143, -1.5732383728027344, -1.121138334274292, -0.7462767362594604, 0.19111059606075287, 0.4617443084716797, -0.35162046551704407, -1.4205015897750854, 0.315867155790329, 0.08481471985578537, 0.2661827802658081, -0.3233949542045593, -0.4599485397338867, 0.1827598214149475, 1.480202317237854, -1.5045970678329468, 0.6415435075759888, 1008.0, 846.3493041992188, 0.000567725975997746, -0.29742154479026794, -0.8421415686607361, 1.9073454141616821, -1.056724190711975, -0.0006991751724854112], "std": [2.653670344443526e-05, 1.8564249330665916e-05, 2.4142016627592966e-05, 1.863797297119163e-05, 3.2737683795858175e-05, 2.0249373847036622e-05, 1.5591143892379478e-05, 1.4830983673164155e-05, 8.10207347967662e-06, 1.2599912224686705e-05, 1.1444091796875e-05, 1.3113021850585938e-06, 1.1324882507324219e-06, 0.03610094636678696, 0.08272461593151093, 0.10999756306409836, 0.05611797794699669, 0.06426901370286942, 0.13015103340148926, 0.166472926735878, 0.009805548004806042, 0.017767004668712616, 0.04237401485443115, 0.11222973465919495, 0.21922577917575836, 0.1949533075094223, 0.0, 264.6431884765625, 2.735760062932968e-09, 1.9979747776233125e-06, 4.993427864974365e-06, 1.1569304660952184e-05, 4.205453478789423e-06, 1.8264713617099915e-06], "count": [647]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.31037598848342896, 0.46755000948905945, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1270250678062439, 0.3635695278644562, -0.5433035492897034, -1.569993495941162, 0.23924973607063293, -0.1206895187497139, -0.02839650586247444, -0.33746400475502014, -0.47527599334716797, 0.09575899690389633, 1.3183971643447876, -1.8787389993667603, 0.22556212544441223, 1008.0, 332.0, 0.0005677232402376831, -0.2974306046962738, -0.8421475291252136, 1.9073331356048584, -1.0567305088043213, -0.00070339092053473], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12049752473831177, 0.02834414690732956, -0.3102889955043793, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.27836257219314575, 0.6047391295433044, -0.16919222474098206, -1.3497328758239746, 0.5338438749313354, 0.3246138095855713, 0.549639105796814, -0.3071579933166504, -0.42004600167274475, 0.2284020036458969, 1.760599970817566, -1.121137022972107, 0.8775327801704407, 1008.0, 1003.0, 0.0005677232402376831, -0.2974136769771576, -0.8421435952186584, 1.907334804534912, -1.056725025177002, -0.0006872537778690457], "mean": [-0.19951412081718445, 0.604664146900177, 0.4513850808143616, -1.4119564294815063, -0.25389909744262695, -0.1205565333366394, 0.02827898971736431, -0.3103306293487549, 0.46757227182388306, 0.22823995351791382, -1.5732383728027344, -1.121138334274292, -0.7462767362594604, 0.1910054236650467, 0.46138107776641846, -0.3511965572834015, -1.420526385307312, 0.3158452808856964, 0.08505032956600189, 0.2665081322193146, -0.3233978748321533, -0.4599525034427643, 0.18274356424808502, 1.4799418449401855, -1.50496244430542, 0.6417381763458252, 1008.0, 846.3524169921875, 0.000567725975997746, -0.29742154479026794, -0.8421415686607361, 1.9073454141616821, -1.056724190711975, -0.0006991707487031817], "std": [2.653670344443526e-05, 1.847106068453286e-05, 2.4121321985148825e-05, 1.8672180885914713e-05, 3.269984881626442e-05, 2.0249375666026026e-05, 1.5591169358231127e-05, 1.4812031622568611e-05, 8.09597440820653e-06, 1.25511242003995e-05, 1.1444091796875e-05, 1.3113021850585938e-06, 1.1324882507324219e-06, 0.036176204681396484, 0.08261839300394058, 0.11014475673437119, 0.056117717176675797, 0.06429248303174973, 0.12991967797279358, 0.16610516607761383, 0.009801974520087242, 0.017769010737538338, 0.04235866665840149, 0.11221034079790115, 0.21878497302532196, 0.19511981308460236, 0.0, 264.64459228515625, 2.735760062932968e-09, 1.999805817831657e-06, 4.9920909077627584e-06, 1.1567982255655807e-05, 4.204105607641395e-06, 1.8266000552102923e-06], "count": [647]}, "timestamp": {"min": [0.0], "max": [21.533333333333335], "mean": [10.766666666666666], "std": [6.2257529665093525], "count": [647]}, "frame_index": {"min": [0], "max": [646], "mean": [323.0], "std": [186.77258899528056], "count": [647]}, "episode_index": {"min": [397], "max": [397], "mean": [397.0], "std": [0.0], "count": [647]}, "index": {"min": [239800], "max": [240446], "mean": [240123.0], "std": [186.77258899528056], "count": [647]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [647]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8446939725780045], "std": [0.0, 0.26366591976873205], "count": [647]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8446939725780045], "std": [0.0, 0.26366591976873205], "count": [647]}, "eef_direction_state": {"mean": [6.0, 5.360123647604327], "std": [0.0, 1.299798575590446], "min": [6, 0], "max": [6, 6], "count": [647]}, "eef_velocity_state": {"mean": [0.0, 0.4034003091190108], "std": [0.0, 0.6598586792168246], "min": [0, 0], "max": [0, 2], "count": [647]}, "eef_acc_mag_state": {"mean": [0.0, 0.4080370942812983], "std": [0.0, 0.7166362769861953], "min": [0, 0], "max": [0, 2], "count": [647]}, "eef_direction_action": {"mean": [6.0, 5.360123647604327], "std": [0.0, 1.299798575590446], "min": [6, 0], "max": [6, 6], "count": [647]}, "eef_velocity_action": {"mean": [0.0, 0.4034003091190108], "std": [0.0, 0.6598586792168246], "min": [0, 0], "max": [0, 2], "count": [647]}, "eef_acc_mag_action": {"mean": [0.0, 0.4080370942812983], "std": [0.0, 0.7166362769861953], "min": [0, 0], "max": [0, 2], "count": [647]}, "eef_sim_pose_state": {"mean": [-0.31033065915107727, 0.4675724506378174, 0.2282400280237198, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.32339516282081604, -0.4599481225013733, 0.18275989592075348, 1.480200171470642, -1.5045994520187378, 0.6415433883666992], "std": [1.4830999134574085e-05, 8.100768354779575e-06, 1.259935561392922e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.009805546142160892, 0.017767004668712616, 0.042374011129140854, 0.11222967505455017, 0.21922601759433746, 0.19495302438735962], "min": [-0.31037598848342896, 0.46755000948905945, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33746400475502014, -0.47527599334716797, 0.09575899690389633, 1.3183971643447876, -1.8787389993667603, 0.22556212544441223], "max": [-0.3102889955043793, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3071579933166504, -0.42004600167274475, 0.2284020036458969, 1.760599970817566, -1.121137022972107, 0.8775327801704407], "count": [647]}, "eef_sim_pose_action": {"mean": [-0.31033065915107727, 0.46757230162620544, 0.22823992371559143, -1.5732383728027344, -1.121138334274292, -0.7462767362594604, -0.3233949542045593, -0.4599485397338867, 0.1827598214149475, 1.480202317237854, -1.5045970678329468, 0.6415435075759888], "std": [1.4830983673164155e-05, 8.10207347967662e-06, 1.2599912224686705e-05, 1.1444091796875e-05, 1.3113021850585938e-06, 1.1324882507324219e-06, 0.009805548004806042, 0.017767004668712616, 0.04237401485443115, 0.11222973465919495, 0.21922577917575836, 0.1949533075094223], "min": [-0.31037598848342896, 0.46755000948905945, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33746400475502014, -0.47527599334716797, 0.09575899690389633, 1.3183971643447876, -1.8787389993667603, 0.22556212544441223], "max": [-0.3102889955043793, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3071579933166504, -0.42004600167274475, 0.2284020036458969, 1.760599970817566, -1.121137022972107, 0.8775327801704407], "count": [647]}, "gripper_mode_state": {"mean": [0.0, 0.20247295208655333], "std": [0.0, 0.40184282469630933], "min": [0, 0], "max": [0, 1], "count": [647]}, "gripper_activity_state": {"mean": [2.0, 1.7836166924265842], "std": [0.0, 0.558351427645548], "min": [2, 0], "max": [2, 2], "count": [647]}, "gripper_mode_action": {"mean": [0.0, 0.20247295208655333], "std": [0.0, 0.40184282469630933], "min": [0, 0], "max": [0, 1], "count": [647]}, "gripper_activity_action": {"mean": [2.0, 1.7836166924265842], "std": [0.0, 0.558351427645548], "min": [2, 0], "max": [2, 2], "count": [647]}}} +{"episode_index": 201, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40785017227905657]], [[0.4164203076157999]], [[0.4128955544899119]]], "std": [[[0.20868824183267062]], [[0.20752819861187863]], [[0.204316228414207]]], "count": [115]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3363019341432225]], [[0.3187793353935777]], [[0.32948080953395853]]], "std": [[[0.25203464945386983]], [[0.26260372796290954]], [[0.24667911759019348]]], "count": [115]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4373618179880648]], [[0.44159494884910483]], [[0.43350493393009376]]], "std": [[[0.2793014685960551]], [[0.2787168882553901]], [[0.2786947441397018]]], "count": [115]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4218837595907929]], [[0.41418966503267973]], [[0.428530136402387]]], "std": [[[0.2775991046038288]], [[0.27984456583415696]], [[0.2770095215164241]]], "count": [115]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.310373991727829, 0.46754899621009827, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.05717698484659195, 0.38058650493621826, -0.49637165665626526, -1.6696343421936035, 0.25391051173210144, -0.12060225009918213, -0.028326693922281265, -0.3288950026035309, -0.46894600987434387, 0.08804500102996826, 1.212989091873169, -1.822050929069519, 0.2736412584781647, 1008.0, 332.0, 0.0005658433656208217, -0.2974399924278259, -0.8421506881713867, 1.907332420349121, -1.0567471981048584, -0.0007090864237397909], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12049752473831177, 0.028326693922281265, -0.3102859854698181, 0.4675939977169037, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.21268582344055176, 0.6081425547599792, -0.16191419959068298, -1.4119539260864258, 0.5532344579696655, 0.4512723386287689, 0.4199960231781006, -0.2909010052680969, -0.40391799807548523, 0.22959700226783752, 1.6975843906402588, -1.121137022972107, 0.8623043298721313, 1008.0, 1003.0, 0.0005677232402376831, -0.2973986566066742, -0.8421419858932495, 1.9073339700698853, -1.0567265748977661, -0.0006302990368567407], "mean": [-0.19951245188713074, 0.60466468334198, 0.4513908922672272, -1.4119651317596436, -0.25392770767211914, -0.1205592006444931, 0.02827955037355423, -0.31032881140708923, 0.46757227182388306, 0.22823677957057953, -1.5732377767562866, -1.1211358308792114, -0.7462766766548157, 0.15532203018665314, 0.463997483253479, -0.3301871418952942, -1.5022644996643066, 0.3182821571826935, 0.19461476802825928, 0.2243279367685318, -0.3168240189552307, -0.4508064389228821, 0.180700421333313, 1.4097785949707031, -1.5114128589630127, 0.6263946890830994, 1008.0, 833.9358520507812, 0.0005672896513715386, -0.29741400480270386, -0.8421424031257629, 1.907343864440918, -1.0567363500595093, -0.0006797150708734989], "std": [2.5700926926219836e-05, 2.013487755903043e-05, 2.463651981088333e-05, 1.7542437490192242e-05, 2.335096178285312e-05, 2.0331961422925815e-05, 1.6366542695323005e-05, 1.4278271009970922e-05, 7.902072866272647e-06, 1.2957806575286668e-05, 1.0848045349121094e-05, 1.1920928955078125e-06, 1.0728836059570312e-06, 0.030922139063477516, 0.08525652438402176, 0.10815199464559555, 0.08360857516527176, 0.07434413582086563, 0.1656915545463562, 0.1342606246471405, 0.009182875975966454, 0.022514833137392998, 0.046142060309648514, 0.12703002989292145, 0.21147358417510986, 0.16650083661079407, 0.0, 269.2442321777344, 7.931885193102062e-07, 5.600963959295768e-06, 4.604838068189565e-06, 9.935411071637645e-06, 5.741705535911024e-06, 1.630910992389545e-05], "count": [561]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.310373991727829, 0.46754899621009827, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.05717698484659195, 0.38058650493621826, -0.49637165665626526, -1.6696343421936035, 0.25391051173210144, -0.12060225009918213, -0.028326693922281265, -0.3288950026035309, -0.46894600987434387, 0.08804500102996826, 1.212989091873169, -1.822050929069519, 0.2736412584781647, 1008.0, 332.0, 0.0005658433656208217, -0.2974399924278259, -0.8421506881713867, 1.907332420349121, -1.0567471981048584, -0.0007090864237397909], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12049752473831177, 0.028326693922281265, -0.3102859854698181, 0.4675939977169037, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.21268582344055176, 0.6081425547599792, -0.16191419959068298, -1.4119539260864258, 0.5532344579696655, 0.4512723386287689, 0.4199960231781006, -0.2909010052680969, -0.40391799807548523, 0.22959700226783752, 1.6975843906402588, -1.121137022972107, 0.8623043298721313, 1008.0, 1003.0, 0.0005677232402376831, -0.2973986566066742, -0.8421419858932495, 1.9073339700698853, -1.0567265748977661, -0.0006302990368567407], "mean": [-0.19951248168945312, 0.60466468334198, 0.45139095187187195, -1.411965012550354, -0.2539278566837311, -0.1205592006444931, 0.028279582038521767, -0.31032878160476685, 0.46757227182388306, 0.22823674976825714, -1.5732377767562866, -1.1211358308792114, -0.7462766766548157, 0.1551772505044937, 0.46361950039863586, -0.3296761214733124, -1.5023229122161865, 0.31830400228500366, 0.19496232271194458, 0.22469685971736908, -0.31682896614074707, -0.4508051574230194, 0.18070194125175476, 1.409400463104248, -1.5118540525436401, 0.6265963912010193, 1008.0, 833.9322509765625, 0.0005672896513715386, -0.29741397500038147, -0.8421424031257629, 1.907343864440918, -1.0567363500595093, -0.0006796592497266829], "std": [2.57065512414556e-05, 2.013487755903043e-05, 2.460401810822077e-05, 1.7378764823661186e-05, 2.3353682991000824e-05, 2.0331961422925815e-05, 1.637327477510553e-05, 1.4273783563112374e-05, 7.90339254308492e-06, 1.2940705346409231e-05, 1.0848045349121094e-05, 1.1920928955078125e-06, 1.0728836059570312e-06, 0.03090481273829937, 0.08510198444128036, 0.10825535655021667, 0.08355685323476791, 0.0743270218372345, 0.16523399949073792, 0.13384929299354553, 0.009180117398500443, 0.02251388505101204, 0.04614364355802536, 0.12685848772525787, 0.21091629564762115, 0.16671454906463623, 0.0, 269.24249267578125, 7.931885193102062e-07, 5.605903425021097e-06, 4.606259153661085e-06, 9.935411071637645e-06, 5.734383648814401e-06, 1.6301089999615215e-05], "count": [561]}, "timestamp": {"min": [0.0], "max": [18.666666666666668], "mean": [9.333333333333334], "std": [5.398216440708981], "count": [561]}, "frame_index": {"min": [0], "max": [560], "mean": [280.0], "std": [161.94649322126944], "count": [561]}, "episode_index": {"min": [398], "max": [398], "mean": [398.0], "std": [0.0], "count": [561]}, "index": {"min": [240447], "max": [241007], "mean": [240727.0], "std": [161.94649322126944], "count": [561]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [561]}, "gripper_open_scale_state": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8328716568449602], "std": [0.0, 0.2685808592587941], "count": [561]}, "gripper_open_scale_action": {"min": [1.0, 0.3319999873638153], "max": [1.0, 1.0], "mean": [1.0, 0.8328716568449602], "std": [0.0, 0.2685808592587941], "count": [561]}, "eef_direction_state": {"mean": [6.0, 4.996434937611408], "std": [0.0, 1.7212071738317671], "min": [6, 0], "max": [6, 6], "count": [561]}, "eef_velocity_state": {"mean": [0.0, 0.5098039215686274], "std": [0.0, 0.709241364213828], "min": [0, 0], "max": [0, 2], "count": [561]}, "eef_acc_mag_state": {"mean": [0.0, 0.47593582887700536], "std": [0.0, 0.745664992531536], "min": [0, 0], "max": [0, 2], "count": [561]}, "eef_direction_action": {"mean": [6.0, 4.996434937611408], "std": [0.0, 1.7212071738317671], "min": [6, 0], "max": [6, 6], "count": [561]}, "eef_velocity_action": {"mean": [0.0, 0.5098039215686274], "std": [0.0, 0.709241364213828], "min": [0, 0], "max": [0, 2], "count": [561]}, "eef_acc_mag_action": {"mean": [0.0, 0.47593582887700536], "std": [0.0, 0.745664992531536], "min": [0, 0], "max": [0, 2], "count": [561]}, "eef_sim_pose_state": {"mean": [-0.31032878160476685, 0.4675717353820801, 0.22823688387870789, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.31682416796684265, -0.45080652832984924, 0.18070048093795776, 1.409780740737915, -1.5114115476608276, 0.6263949871063232], "std": [1.4278299204306677e-05, 7.884062142693438e-06, 1.2957447324879467e-05, 0.0, 0.0, 5.960464477539063e-08, 0.009182874113321304, 0.0225148294121027, 0.04614206776022911, 0.12703002989292145, 0.21147331595420837, 0.16650080680847168], "min": [-0.310373991727829, 0.46754899621009827, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3288950026035309, -0.46894600987434387, 0.08804500102996826, 1.212989091873169, -1.822050929069519, 0.2736412584781647], "max": [-0.3102859854698181, 0.4675939977169037, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2909010052680969, -0.40391799807548523, 0.22959700226783752, 1.6975843906402588, -1.121137022972107, 0.8623043298721313], "count": [561]}, "eef_sim_pose_action": {"mean": [-0.31032881140708923, 0.46757227182388306, 0.22823677957057953, -1.5732377767562866, -1.1211358308792114, -0.7462766766548157, -0.3168240189552307, -0.4508064389228821, 0.180700421333313, 1.4097785949707031, -1.5114128589630127, 0.6263946890830994], "std": [1.4278271009970922e-05, 7.902072866272647e-06, 1.2957806575286668e-05, 1.0848045349121094e-05, 1.1920928955078125e-06, 1.0728836059570312e-06, 0.009182875975966454, 0.022514833137392998, 0.046142060309648514, 0.12703002989292145, 0.21147358417510986, 0.16650083661079407], "min": [-0.310373991727829, 0.46754899621009827, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3288950026035309, -0.46894600987434387, 0.08804500102996826, 1.212989091873169, -1.822050929069519, 0.2736412584781647], "max": [-0.3102859854698181, 0.4675939977169037, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2909010052680969, -0.40391799807548523, 0.22959700226783752, 1.6975843906402588, -1.121137022972107, 0.8623043298721313], "count": [561]}, "gripper_mode_state": {"mean": [0.0, 0.21390374331550802], "std": [0.0, 0.4100596687204454], "min": [0, 0], "max": [0, 1], "count": [561]}, "gripper_activity_state": {"mean": [2.0, 1.7468805704099821], "std": [0.0, 0.5971665732589667], "min": [2, 0], "max": [2, 2], "count": [561]}, "gripper_mode_action": {"mean": [0.0, 0.21390374331550802], "std": [0.0, 0.4100596687204454], "min": [0, 0], "max": [0, 1], "count": [561]}, "gripper_activity_action": {"mean": [2.0, 1.7468805704099821], "std": [0.0, 0.5971665732589667], "min": [2, 0], "max": [2, 2], "count": [561]}}} +{"episode_index": 202, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4078195231456497]], [[0.41642809895364874]], [[0.4127703986028662]]], "std": [[[0.20863526939068452]], [[0.20746959093871759]], [[0.20400719280346308]]], "count": [109]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3304269521646579]], [[0.3122769158121964]], [[0.3262645259938838]]], "std": [[[0.247220167948119]], [[0.25786786521976807]], [[0.24248822858055571]]], "count": [109]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43742739813815434]], [[0.4417375633357319]], [[0.43381273235593937]]], "std": [[[0.2790073864213115]], [[0.27868182479294296]], [[0.2786342672457719]]], "count": [109]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4148709412664148]], [[0.40534773190621814]], [[0.4213599774389878]]], "std": [[[0.26397442076802863]], [[0.26516286174677195]], [[0.2637956693155427]]], "count": [109]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103620111942291, 0.46754300594329834, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.06944665312767029, 0.3661177158355713, -0.5696754455566406, -1.6299105882644653, 0.1739744246006012, -0.12072442471981049, -0.028379054740071297, -0.33487799763679504, -0.4676010012626648, 0.08543000370264053, 1.214691162109375, -2.008478879928589, 0.17746014893054962, 1008.0, 330.0, 0.0005658433656208217, -0.29742497205734253, -0.8423701524734497, 1.9072151184082031, -1.056436538696289, -0.0006758628296665847], "max": [-0.19943878054618835, 0.6047391295433044, 0.45148175954818726, -1.411919116973877, -0.25382325053215027, -0.12049752473831177, 0.028326693922281265, -0.31028300523757935, 0.4675939977169037, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.31267574429512024, 0.6152459979057312, -0.09395106881856918, -1.3862801790237427, 0.5905495882034302, 0.373221218585968, 0.6043376922607422, -0.2954759895801544, -0.4081690013408661, 0.25660499930381775, 1.7978132963180542, -1.121137022972107, 0.8949177861213684, 1008.0, 1003.0, 0.0005696031730622053, -0.29739299416542053, -0.8422616124153137, 1.90721595287323, -1.0564175844192505, -0.0006445377366617322], "mean": [-0.19951413571834564, 0.6046690344810486, 0.4513862729072571, -1.4119725227355957, -0.2538861930370331, -0.12055909633636475, 0.028279805555939674, -0.31032395362854004, 0.4675725996494293, 0.22823727130889893, -1.573237419128418, -1.1211344003677368, -0.7462766766548157, 0.16211144626140594, 0.47683125734329224, -0.33341288566589355, -1.456536054611206, 0.356638640165329, 0.1236378401517868, 0.2961300015449524, -0.3236335217952728, -0.4496144652366638, 0.18590886890888214, 1.4518808126449585, -1.5609378814697266, 0.6246268153190613, 1008.0, 823.36083984375, 0.0005672830739058554, -0.29741328954696655, -0.8423076868057251, 1.907222867012024, -1.0564285516738892, -0.0006659392965957522], "std": [2.4948496502474882e-05, 1.9225404685130343e-05, 2.7552436222322285e-05, 1.794500531104859e-05, 3.4869470255216584e-05, 2.0338733520475216e-05, 1.6506855899933726e-05, 1.4463909792539198e-05, 7.934324457892217e-06, 1.3801485692965798e-05, 1.049041748046875e-05, 2.6226043701171875e-06, 1.0728836059570312e-06, 0.056820113211870193, 0.06825695186853409, 0.1303166151046753, 0.07133618742227554, 0.0936245247721672, 0.12958495318889618, 0.15395145118236542, 0.009434451349079609, 0.016969507560133934, 0.049924250692129135, 0.13415539264678955, 0.21898029744625092, 0.19314152002334595, 0.0, 274.2768249511719, 8.04551802957576e-07, 2.59195189755701e-06, 4.0047671063803136e-05, 7.0586825131613296e-06, 4.512955911195604e-06, 2.314425728400238e-06], "count": [521]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103620111942291, 0.46754300594329834, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.06944665312767029, 0.3661177158355713, -0.5696754455566406, -1.6299105882644653, 0.1739744246006012, -0.12072442471981049, -0.028379054740071297, -0.33487799763679504, -0.4676010012626648, 0.08543000370264053, 1.214691162109375, -2.008478879928589, 0.17746014893054962, 1008.0, 330.0, 0.0005658433656208217, -0.29742497205734253, -0.8423701524734497, 1.9072151184082031, -1.0564358234405518, -0.0006758628296665847], "max": [-0.19943878054618835, 0.6047391295433044, 0.45148175954818726, -1.411919116973877, -0.25382325053215027, -0.12049752473831177, 0.028326693922281265, -0.31028300523757935, 0.4675939977169037, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.31267574429512024, 0.6152459979057312, -0.09395106881856918, -1.3862801790237427, 0.5905495882034302, 0.373221218585968, 0.6043376922607422, -0.2954759895801544, -0.4081690013408661, 0.25660499930381775, 1.7978132963180542, -1.121137022972107, 0.8949177861213684, 1008.0, 1003.0, 0.0005696031730622053, -0.29739299416542053, -0.8422616124153137, 1.90721595287323, -1.0564175844192505, -0.0006445377366617322], "mean": [-0.1995142251253128, 0.6046690344810486, 0.45138630270957947, -1.4119726419448853, -0.25388628244400024, -0.12055910378694534, 0.028279773890972137, -0.31032392382621765, 0.4675726294517517, 0.22823722660541534, -1.573237419128418, -1.1211344003677368, -0.7462766766548157, 0.16188600659370422, 0.47638362646102905, -0.33273494243621826, -1.456544041633606, 0.35648927092552185, 0.12387743592262268, 0.296455442905426, -0.32365959882736206, -0.4496006965637207, 0.1859622299671173, 1.4514414072036743, -1.5611695051193237, 0.6248988509178162, 1008.0, 823.36083984375, 0.0005672830739058554, -0.29741328954696655, -0.8423075079917908, 1.907222867012024, -1.0564284324645996, -0.0006659320206381381], "std": [2.4890185159165412e-05, 1.9225406504119746e-05, 2.7594505809247494e-05, 1.794692434486933e-05, 3.4864500776166096e-05, 2.0338706235634163e-05, 1.6500196579727344e-05, 1.44376454045414e-05, 7.91397542343475e-06, 1.3813888472213876e-05, 1.049041748046875e-05, 2.6226043701171875e-06, 1.0728836059570312e-06, 0.05690435320138931, 0.0681813657283783, 0.1306191384792328, 0.07133134454488754, 0.09385018050670624, 0.12924841046333313, 0.1534438133239746, 0.009416737593710423, 0.016957875341176987, 0.049984246492385864, 0.1341341882944107, 0.21857872605323792, 0.1934112012386322, 0.0, 274.2768249511719, 8.04551802957576e-07, 2.5927181468432536e-06, 3.996822488261387e-05, 7.057019047351787e-06, 4.442354565981077e-06, 2.3100512862583855e-06], "count": [521]}, "timestamp": {"min": [0.0], "max": [17.333333333333332], "mean": [8.666666666666666], "std": [5.013315602805526], "count": [521]}, "frame_index": {"min": [0], "max": [520], "mean": [260.0], "std": [150.3994680841658], "count": [521]}, "episode_index": {"min": [399], "max": [399], "mean": [399.0], "std": [0.0], "count": [521]}, "index": {"min": [241008], "max": [241528], "mean": [241268.0], "std": [150.3994680841658], "count": [521]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [521]}, "gripper_open_scale_state": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.8219904044424962], "std": [0.0, 0.273382903089802], "count": [521]}, "gripper_open_scale_action": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.8219904044424962], "std": [0.0, 0.273382903089802], "count": [521]}, "eef_direction_state": {"mean": [6.0, 4.89443378119002], "std": [0.0, 1.7487005638821587], "min": [6, 0], "max": [6, 6], "count": [521]}, "eef_velocity_state": {"mean": [0.0, 0.5738963531669866], "std": [0.0, 0.7244098669152729], "min": [0, 0], "max": [0, 2], "count": [521]}, "eef_acc_mag_state": {"mean": [0.0, 0.510556621880998], "std": [0.0, 0.7790342199748683], "min": [0, 0], "max": [0, 2], "count": [521]}, "eef_direction_action": {"mean": [6.0, 4.89443378119002], "std": [0.0, 1.7487005638821587], "min": [6, 0], "max": [6, 6], "count": [521]}, "eef_velocity_action": {"mean": [0.0, 0.5738963531669866], "std": [0.0, 0.7244098669152729], "min": [0, 0], "max": [0, 2], "count": [521]}, "eef_acc_mag_action": {"mean": [0.0, 0.510556621880998], "std": [0.0, 0.7790342199748683], "min": [0, 0], "max": [0, 2], "count": [521]}, "eef_sim_pose_state": {"mean": [-0.31032392382621765, 0.46757248044013977, 0.22823737561702728, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.3236332833766937, -0.44961461424827576, 0.18590883910655975, 1.4518831968307495, -1.5609363317489624, 0.6246278285980225], "std": [1.446389069315046e-05, 7.933406777738128e-06, 1.3801000022795051e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.00943444762378931, 0.016969505697488785, 0.04992423951625824, 0.13415533304214478, 0.2189801186323166, 0.19314126670360565], "min": [-0.3103620111942291, 0.46754300594329834, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33487799763679504, -0.4676010012626648, 0.08543000370264053, 1.214691162109375, -2.008478879928589, 0.17746014893054962], "max": [-0.31028300523757935, 0.4675939977169037, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2954759895801544, -0.4081690013408661, 0.25660499930381775, 1.7978132963180542, -1.121137022972107, 0.8949177861213684], "count": [521]}, "eef_sim_pose_action": {"mean": [-0.31032395362854004, 0.4675725996494293, 0.22823727130889893, -1.573237419128418, -1.1211344003677368, -0.7462766766548157, -0.3236335217952728, -0.4496144652366638, 0.18590886890888214, 1.4518808126449585, -1.5609378814697266, 0.6246268153190613], "std": [1.4463909792539198e-05, 7.934324457892217e-06, 1.3801485692965798e-05, 1.049041748046875e-05, 2.6226043701171875e-06, 1.0728836059570312e-06, 0.009434451349079609, 0.016969507560133934, 0.049924250692129135, 0.13415539264678955, 0.21898029744625092, 0.19314152002334595], "min": [-0.3103620111942291, 0.46754300594329834, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33487799763679504, -0.4676010012626648, 0.08543000370264053, 1.214691162109375, -2.008478879928589, 0.17746014893054962], "max": [-0.31028300523757935, 0.4675939977169037, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2954759895801544, -0.4081690013408661, 0.25660499930381775, 1.7978132963180542, -1.121137022972107, 0.8949177861213684], "count": [521]}, "gripper_mode_state": {"mean": [0.0, 0.22456813819577734], "std": [0.0, 0.41729760304015573], "min": [0, 0], "max": [0, 1], "count": [521]}, "gripper_activity_state": {"mean": [2.0, 1.7312859884836853], "std": [0.0, 0.6108111695223597], "min": [2, 0], "max": [2, 2], "count": [521]}, "gripper_mode_action": {"mean": [0.0, 0.22456813819577734], "std": [0.0, 0.41729760304015573], "min": [0, 0], "max": [0, 1], "count": [521]}, "gripper_activity_action": {"mean": [2.0, 1.7312859884836853], "std": [0.0, 0.6108111695223597], "min": [2, 0], "max": [2, 2], "count": [521]}}} +{"episode_index": 203, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4074393234108159]], [[0.4160646396663504]], [[0.4127442942230655]]], "std": [[[0.20862694250393887]], [[0.20753791084351184]], [[0.204303106947023]]], "count": [124]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3347433882827324]], [[0.3167960003557875]], [[0.33537971583122494]]], "std": [[[0.2516977743601217]], [[0.2610609706860975]], [[0.24824716868677063]]], "count": [124]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4371759319655281]], [[0.4414532732447818]], [[0.4337311992673413]]], "std": [[[0.27906362088962045]], [[0.27874714527593725]], [[0.2788729682167053]]], "count": [124]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4039951441598144]], [[0.3979315949161923]], [[0.4092191963815096]]], "std": [[[0.26869965682729247]], [[0.2700229876080118]], [[0.2688453518229964]]], "count": [124]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.2540152072906494, -0.12060225009918213, 0.02822197414934635, -0.3103620111942291, 0.46755000948905945, 0.22819100320339203, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.02741912193596363, 0.37404149770736694, -0.5445775985717773, -1.7611593008041382, 0.05159193277359009, -0.12072442471981049, -0.02839650586247444, -0.3317840099334717, -0.46759700775146484, 0.0826369971036911, 1.1984782218933105, -1.7311904430389404, 0.09297911077737808, 1008.0, 330.0, 0.0005658433656208217, -0.2974550426006317, -0.842275083065033, 1.907212734222412, -1.056443691253662, -0.001194150885567069], "max": [-0.19945622980594635, 0.6047391295433044, 0.45148175954818726, -1.411919116973877, -0.25384068489074707, -0.12049752473831177, 0.02834414690732956, -0.31028398871421814, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2862689197063446, 0.630761981010437, -0.11772245913743973, -1.411884069442749, 0.5007873177528381, 0.5522745251655579, 0.4795117676258087, -0.2642279863357544, -0.40208300948143005, 0.23094700276851654, 1.7288110256195068, -1.121137022972107, 0.8354543447494507, 1008.0, 1003.0, 0.0005677232402376831, -0.29729336500167847, -0.8422307372093201, 1.9072190523147583, -1.0564254522323608, -0.0004584855923894793], "mean": [-0.19951751828193665, 0.6046745777130127, 0.45139411091804504, -1.411974549293518, -0.2539255917072296, -0.12055791169404984, 0.02828013151884079, -0.3103239834308624, 0.46757200360298157, 0.22823652625083923, -1.5732381343841553, -1.1211377382278442, -0.7462767362594604, 0.11260096728801727, 0.4791315793991089, -0.3191765546798706, -1.5802828073501587, 0.24958351254463196, 0.24424943327903748, 0.24616602063179016, -0.3113937973976135, -0.4348199963569641, 0.1782190352678299, 1.4354976415634155, -1.4667507410049438, 0.5418333411216736, 1008.0, 785.6376953125, 0.0005661218892782927, -0.2973707318305969, -0.8422529101371765, 1.9072251319885254, -1.0564348697662354, -0.0008733720751479268], "std": [2.5932193238986656e-05, 1.9525474272086285e-05, 2.4382274204981513e-05, 1.6340098227374256e-05, 2.8724311050609685e-05, 2.07569155463716e-05, 1.6628500816295855e-05, 1.4375120372278616e-05, 8.036732651817147e-06, 1.3152322026144248e-05, 1.1205673217773438e-05, 7.152557373046875e-07, 1.1324882507324219e-06, 0.0859040766954422, 0.0754510760307312, 0.1162537932395935, 0.09995930641889572, 0.09176161140203476, 0.23452487587928772, 0.1344596892595291, 0.017619134858250618, 0.017176970839500427, 0.049393706023693085, 0.10642481595277786, 0.19429229199886322, 0.2179800271987915, 0.0, 296.6354064941406, 6.648153885180363e-07, 3.533834751578979e-05, 8.84233941178536e-06, 7.354345598287182e-06, 4.979463483323343e-06, 0.0001164362984127365], "count": [621]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.2540152072906494, -0.12060225009918213, 0.02822197414934635, -0.3103620111942291, 0.46755000948905945, 0.22819100320339203, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.02741912193596363, 0.37404149770736694, -0.5445775985717773, -1.7611593008041382, 0.05159193277359009, -0.12072442471981049, -0.02839650586247444, -0.3317840099334717, -0.46759700775146484, 0.0826369971036911, 1.1984782218933105, -1.7311904430389404, 0.09297911077737808, 1008.0, 330.0, 0.0005658433656208217, -0.2974550426006317, -0.842275083065033, 1.907212734222412, -1.056443691253662, -0.001194150885567069], "max": [-0.19945622980594635, 0.6047391295433044, 0.45148175954818726, -1.411919116973877, -0.25384068489074707, -0.12049752473831177, 0.02834414690732956, -0.31028398871421814, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2862689197063446, 0.630761981010437, -0.11772245913743973, -1.411884069442749, 0.5007873177528381, 0.5522745251655579, 0.4795117676258087, -0.2642279863357544, -0.40208300948143005, 0.23094700276851654, 1.7288110256195068, -1.121137022972107, 0.8354543447494507, 1008.0, 1003.0, 0.0005677232402376831, -0.29729336500167847, -0.8422307372093201, 1.9072190523147583, -1.0564254522323608, -0.0004584855923894793], "mean": [-0.19951744377613068, 0.6046745181083679, 0.4513942003250122, -1.4119746685028076, -0.25392547249794006, -0.12055791169404984, 0.028280135244131088, -0.3103240430355072, 0.46757200360298157, 0.22823645174503326, -1.5732381343841553, -1.1211377382278442, -0.7462767362594604, 0.11223786324262619, 0.4787749648094177, -0.3186573386192322, -1.5805397033691406, 0.24928124248981476, 0.24442259967327118, 0.24635231494903564, -0.31139665842056274, -0.43475961685180664, 0.17821836471557617, 1.4353083372116089, -1.466796636581421, 0.541958749294281, 1008.0, 785.6360473632812, 0.0005661188624799252, -0.29737064242362976, -0.842252790927887, 1.9072251319885254, -1.0564348697662354, -0.0008738413453102112], "std": [2.599036270112265e-05, 1.9639182937680744e-05, 2.438728915876709e-05, 1.6336101907654665e-05, 2.884021887439303e-05, 2.07569155463716e-05, 1.662849899730645e-05, 1.4421609193959739e-05, 8.060795153141953e-06, 1.3241959095466882e-05, 1.1205673217773438e-05, 7.152557373046875e-07, 1.1324882507324219e-06, 0.08601246029138565, 0.07538232207298279, 0.11638186126947403, 0.09973100572824478, 0.09205548465251923, 0.23429498076438904, 0.13415902853012085, 0.01761910691857338, 0.01712755300104618, 0.049393050372600555, 0.10628382861614227, 0.19421394169330597, 0.21811959147453308, 0.0, 296.63433837890625, 6.617812005060841e-07, 3.530476533342153e-05, 8.830362276057713e-06, 7.350174655584851e-06, 4.987178272131132e-06, 0.000116180264740251], "count": [621]}, "timestamp": {"min": [0.0], "max": [20.666666666666668], "mean": [10.333333333333334], "std": [5.975567538519451], "count": [621]}, "frame_index": {"min": [0], "max": [620], "mean": [310.0], "std": [179.26702615558352], "count": [621]}, "episode_index": {"min": [400], "max": [400], "mean": [400.0], "std": [0.0], "count": [621]}, "index": {"min": [241529], "max": [242149], "mean": [241839.0], "std": [179.26702615558352], "count": [621]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [621]}, "gripper_open_scale_state": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.7842979083218629], "std": [0.0, 0.29565680882750206], "count": [621]}, "gripper_open_scale_action": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.7842979083218629], "std": [0.0, 0.29565680882750206], "count": [621]}, "eef_direction_state": {"mean": [6.0, 4.818035426731079], "std": [0.0, 1.9321994022734648], "min": [6, 0], "max": [6, 6], "count": [621]}, "eef_velocity_state": {"mean": [0.0, 0.5265700483091788], "std": [0.0, 0.7342677338659369], "min": [0, 0], "max": [0, 2], "count": [621]}, "eef_acc_mag_state": {"mean": [0.0, 0.4557165861513688], "std": [0.0, 0.7399701936365265], "min": [0, 0], "max": [0, 2], "count": [621]}, "eef_direction_action": {"mean": [6.0, 4.818035426731079], "std": [0.0, 1.9321994022734648], "min": [6, 0], "max": [6, 6], "count": [621]}, "eef_velocity_action": {"mean": [0.0, 0.5265700483091788], "std": [0.0, 0.7342677338659369], "min": [0, 0], "max": [0, 2], "count": [621]}, "eef_acc_mag_action": {"mean": [0.0, 0.4557165861513688], "std": [0.0, 0.7399701936365265], "min": [0, 0], "max": [0, 2], "count": [621]}, "eef_sim_pose_state": {"mean": [-0.3103240728378296, 0.4675721526145935, 0.2282366156578064, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31139376759529114, -0.4348199963569641, 0.17821913957595825, 1.4354965686798096, -1.4667508602142334, 0.5418339371681213], "std": [1.4374791135196574e-05, 8.035725841182284e-06, 1.3152078281564172e-05, 0.0, 0.0, 0.0, 0.017619134858250618, 0.01717696711421013, 0.04939369857311249, 0.10642479360103607, 0.19429221749305725, 0.21797972917556763], "min": [-0.3103620111942291, 0.46755000948905945, 0.22819100320339203, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3317840099334717, -0.46759700775146484, 0.0826369971036911, 1.1984782218933105, -1.7311904430389404, 0.09297911077737808], "max": [-0.31028398871421814, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2642279863357544, -0.40208300948143005, 0.23094700276851654, 1.7288110256195068, -1.121137022972107, 0.8354543447494507], "count": [621]}, "eef_sim_pose_action": {"mean": [-0.3103239834308624, 0.46757200360298157, 0.22823652625083923, -1.5732381343841553, -1.1211377382278442, -0.7462767362594604, -0.3113937973976135, -0.4348199963569641, 0.1782190352678299, 1.4354976415634155, -1.4667507410049438, 0.5418333411216736], "std": [1.4375120372278616e-05, 8.036732651817147e-06, 1.3152322026144248e-05, 1.1205673217773438e-05, 7.152557373046875e-07, 1.1324882507324219e-06, 0.017619134858250618, 0.017176970839500427, 0.049393706023693085, 0.10642481595277786, 0.19429229199886322, 0.2179800271987915], "min": [-0.3103620111942291, 0.46755000948905945, 0.22819100320339203, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3317840099334717, -0.46759700775146484, 0.0826369971036911, 1.1984782218933105, -1.7311904430389404, 0.09297911077737808], "max": [-0.31028398871421814, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2642279863357544, -0.40208300948143005, 0.23094700276851654, 1.7288110256195068, -1.121137022972107, 0.8354543447494507], "count": [621]}, "gripper_mode_state": {"mean": [0.0, 0.286634460547504], "std": [0.0, 0.452189281799278], "min": [0, 0], "max": [0, 1], "count": [621]}, "gripper_activity_state": {"mean": [2.0, 1.7809983896940418], "std": [0.0, 0.5621098124221299], "min": [2, 0], "max": [2, 2], "count": [621]}, "gripper_mode_action": {"mean": [0.0, 0.286634460547504], "std": [0.0, 0.4521892817992779], "min": [0, 0], "max": [0, 1], "count": [621]}, "gripper_activity_action": {"mean": [2.0, 1.7809983896940418], "std": [0.0, 0.5621098124221298], "min": [2, 0], "max": [2, 2], "count": [621]}}} +{"episode_index": 204, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4078662062798092]], [[0.4164117757463346]], [[0.41321130689513047]]], "std": [[[0.20872300443305025]], [[0.2076273865556747]], [[0.2044068861491604]]], "count": [111]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33177711535064475]], [[0.31411107246952835]], [[0.33409258339221576]]], "std": [[[0.2499488273302772]], [[0.25923584424865653]], [[0.24731061775252694]]], "count": [111]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43693606290113646]], [[0.44143217482188074]], [[0.434095547753636]]], "std": [[[0.2793703927980583]], [[0.27889412604150066]], [[0.27893574871333915]]], "count": [111]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.404053391626921]], [[0.399773565845257]], [[0.40779578659541893]]], "std": [[[0.2659923967442774]], [[0.2685530443545683]], [[0.2655695846064804]]], "count": [111]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103730082511902, 0.46754300594329834, 0.22818399965763092, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1013861745595932, 0.3787015378475189, -0.5990318655967712, -1.6154593229293823, 0.25391051173210144, -0.12678071856498718, -0.02834414690732956, -0.33914801478385925, -0.4733850061893463, 0.07848600298166275, 1.244124174118042, -1.9321502447128296, 0.09640584141016006, 1008.0, 331.0, 0.000562083616387099, -0.29737234115600586, -0.8422600626945496, 1.9072190523147583, -1.0564404726028442, -0.0016070726560428739], "max": [-0.19945622980594635, 0.6047565937042236, 0.45148175954818726, -1.411901593208313, -0.25382325053215027, -0.12049752473831177, 0.028326693922281265, -0.3102799952030182, 0.46759799122810364, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3657337427139282, 0.6047565937042236, -0.1284562349319458, -1.3593846559524536, 0.5129871964454651, 0.489041268825531, 0.5486617088317871, -0.2678939998149872, -0.42018699645996094, 0.2448589950799942, 1.6465513706207275, -1.121137022972107, 0.970786988735199, 1008.0, 1003.0, 0.0005658433656208217, -0.2970771789550781, -0.8422370553016663, 1.9072206020355225, -1.056429386138916, -0.0009207681869156659], "mean": [-0.19951847195625305, 0.6046653389930725, 0.4513970911502838, -1.4119758605957031, -0.25387483835220337, -0.12055002897977829, 0.028279142454266548, -0.31032517552375793, 0.46757227182388306, 0.22823117673397064, -1.5732375383377075, -1.1211349964141846, -0.7462766766548157, 0.19095636904239655, 0.469864159822464, -0.35502785444259644, -1.4505126476287842, 0.33056727051734924, 0.12254844605922699, 0.2909278869628906, -0.31843727827072144, -0.45421648025512695, 0.1782689392566681, 1.4788273572921753, -1.5288071632385254, 0.6071004867553711, 1008.0, 814.5764770507812, 0.0005632857792079449, -0.2972066402435303, -0.8422486782073975, 1.907225489616394, -1.056432843208313, -0.0010005636140704155], "std": [2.541804133215919e-05, 2.4641709387651645e-05, 2.4474340534652583e-05, 1.7893389667733572e-05, 2.778601810859982e-05, 1.930547659867443e-05, 1.7202542949235067e-05, 1.4184251995175146e-05, 7.920337338873651e-06, 1.5676627299399115e-05, 1.0609626770019531e-05, 2.0265579223632812e-06, 1.0728836059570312e-06, 0.0757777988910675, 0.070476233959198, 0.13462480902671814, 0.07355217635631561, 0.06649753451347351, 0.20741984248161316, 0.15723922848701477, 0.0155175244435668, 0.013932823203504086, 0.05155213922262192, 0.10039856284856796, 0.21059101819992065, 0.2657327950000763, 0.0, 279.11456298828125, 1.5566027968816343e-06, 0.00011694688146235421, 4.029177489428548e-06, 5.5823261391196866e-06, 3.113928187303827e-06, 7.302140147658065e-05], "count": [536]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103730082511902, 0.46754300594329834, 0.22818399965763092, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1013861745595932, 0.3787015378475189, -0.5990318655967712, -1.6154593229293823, 0.25391051173210144, -0.12678071856498718, -0.02834414690732956, -0.33914801478385925, -0.4733850061893463, 0.07848600298166275, 1.244124174118042, -1.9321502447128296, 0.09640584141016006, 1008.0, 331.0, 0.000562083616387099, -0.29737234115600586, -0.8422600626945496, 1.9072190523147583, -1.0564404726028442, -0.0016070726560428739], "max": [-0.19945622980594635, 0.6047565937042236, 0.45148175954818726, -1.411901593208313, -0.25382325053215027, -0.12049752473831177, 0.028326693922281265, -0.3102799952030182, 0.46759799122810364, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3657337427139282, 0.6047565937042236, -0.1284562349319458, -1.3593846559524536, 0.5129871964454651, 0.489041268825531, 0.5486617088317871, -0.2678939998149872, -0.42018699645996094, 0.2448589950799942, 1.6465513706207275, -1.121137022972107, 0.970786988735199, 1008.0, 1003.0, 0.0005658433656208217, -0.2970771789550781, -0.8422370553016663, 1.9072206020355225, -1.056429386138916, -0.0009207681869156659], "mean": [-0.19951845705509186, 0.6046653985977173, 0.45139697194099426, -1.4119759798049927, -0.2538750469684601, -0.12055009603500366, 0.0282791405916214, -0.31032508611679077, 0.46757230162620544, 0.22823120653629303, -1.5732375383377075, -1.1211349964141846, -0.7462766766548157, 0.1907779425382614, 0.46945953369140625, -0.3544550836086273, -1.4504921436309814, 0.33063367009162903, 0.1226799264550209, 0.2913351356983185, -0.3184524476528168, -0.4542091190814972, 0.17829008400440216, 1.478502631187439, -1.529231309890747, 0.6074692606925964, 1008.0, 814.5802001953125, 0.0005632787942886353, -0.29720622301101685, -0.8422486186027527, 1.907225489616394, -1.0564329624176025, -0.0010007566306740046], "std": [2.5418192308279686e-05, 2.4656981622683816e-05, 2.451495674904436e-05, 1.8002574506681412e-05, 2.7911555662285537e-05, 1.9363034880370833e-05, 1.7202535673277453e-05, 1.4204337276169099e-05, 7.917172297311481e-06, 1.5684916434111074e-05, 1.0609626770019531e-05, 2.0265579223632812e-06, 1.0728836059570312e-06, 0.07586997002363205, 0.07032307237386703, 0.1348665952682495, 0.07356448471546173, 0.06643868237733841, 0.20728787779808044, 0.15669365227222443, 0.015513543970882893, 0.013926787301898003, 0.05157492682337761, 0.10037427395582199, 0.20999737083911896, 0.26606273651123047, 0.0, 279.1170654296875, 1.553529841658019e-06, 0.00011680535681080073, 3.996217401436297e-06, 5.579392563959118e-06, 3.03251044897479e-06, 7.297706906683743e-05], "count": [536]}, "timestamp": {"min": [0.0], "max": [17.833333333333332], "mean": [8.916666666666666], "std": [5.157653428535974], "count": [536]}, "frame_index": {"min": [0], "max": [535], "mean": [267.5], "std": [154.72960285607923], "count": [536]}, "episode_index": {"min": [401], "max": [401], "mean": [401.0], "std": [0.0], "count": [536]}, "index": {"min": [242150], "max": [242685], "mean": [242417.5], "std": [154.72960285607923], "count": [536]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [536]}, "gripper_open_scale_state": {"min": [1.0, 0.3310000002384186], "max": [1.0, 1.0], "mean": [1.0, 0.8137126859110683], "std": [0.0, 0.2785356899775201], "count": [536]}, "gripper_open_scale_action": {"min": [1.0, 0.3310000002384186], "max": [1.0, 1.0], "mean": [1.0, 0.8137126859110683], "std": [0.0, 0.2785356899775201], "count": [536]}, "eef_direction_state": {"mean": [6.0, 4.973880597014926], "std": [0.0, 1.7177922790899787], "min": [6, 0], "max": [6, 6], "count": [536]}, "eef_velocity_state": {"mean": [0.0, 0.5522388059701493], "std": [0.0, 0.7234573312475878], "min": [0, 0], "max": [0, 2], "count": [536]}, "eef_acc_mag_state": {"mean": [0.0, 0.539179104477612], "std": [0.0, 0.776493792449513], "min": [0, 0], "max": [0, 2], "count": [536]}, "eef_direction_action": {"mean": [6.0, 4.973880597014926], "std": [0.0, 1.7177922790899787], "min": [6, 0], "max": [6, 6], "count": [536]}, "eef_velocity_action": {"mean": [0.0, 0.5522388059701493], "std": [0.0, 0.7234573312475878], "min": [0, 0], "max": [0, 2], "count": [536]}, "eef_acc_mag_action": {"mean": [0.0, 0.539179104477612], "std": [0.0, 0.776493792449513], "min": [0, 0], "max": [0, 2], "count": [536]}, "eef_sim_pose_state": {"mean": [-0.31032517552375793, 0.467571884393692, 0.22823113203048706, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.3184373080730438, -0.45421648025512695, 0.17826899886131287, 1.478829264640808, -1.5288076400756836, 0.6070998907089233], "std": [1.4184268366079777e-05, 7.911269676696975e-06, 1.567656363476999e-05, 0.0, 0.0, 5.960464477539063e-08, 0.0155175244435668, 0.013932818546891212, 0.051552142947912216, 0.10039862245321274, 0.21059083938598633, 0.26573264598846436], "min": [-0.3103730082511902, 0.46754300594329834, 0.22818399965763092, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33914801478385925, -0.4733850061893463, 0.07848600298166275, 1.244124174118042, -1.9321502447128296, 0.09640584141016006], "max": [-0.3102799952030182, 0.46759799122810364, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2678939998149872, -0.42018699645996094, 0.2448589950799942, 1.6465513706207275, -1.121137022972107, 0.970786988735199], "count": [536]}, "eef_sim_pose_action": {"mean": [-0.31032517552375793, 0.46757227182388306, 0.22823117673397064, -1.5732375383377075, -1.1211349964141846, -0.7462766766548157, -0.31843727827072144, -0.45421648025512695, 0.1782689392566681, 1.4788273572921753, -1.5288071632385254, 0.6071004867553711], "std": [1.4184251995175146e-05, 7.920337338873651e-06, 1.5676627299399115e-05, 1.0609626770019531e-05, 2.0265579223632812e-06, 1.0728836059570312e-06, 0.0155175244435668, 0.013932823203504086, 0.05155213922262192, 0.10039856284856796, 0.21059101819992065, 0.2657327950000763], "min": [-0.3103730082511902, 0.46754300594329834, 0.22818399965763092, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33914801478385925, -0.4733850061893463, 0.07848600298166275, 1.244124174118042, -1.9321502447128296, 0.09640584141016006], "max": [-0.3102799952030182, 0.46759799122810364, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2678939998149872, -0.42018699645996094, 0.2448589950799942, 1.6465513706207275, -1.121137022972107, 0.970786988735199], "count": [536]}, "gripper_mode_state": {"mean": [0.0, 0.23880597014925373], "std": [0.0, 0.4263539360324101], "min": [0, 0], "max": [0, 1], "count": [536]}, "gripper_activity_state": {"mean": [2.0, 1.7350746268656716], "std": [0.0, 0.608369175856507], "min": [2, 0], "max": [2, 2], "count": [536]}, "gripper_mode_action": {"mean": [0.0, 0.23880597014925373], "std": [0.0, 0.4263539360324101], "min": [0, 0], "max": [0, 1], "count": [536]}, "gripper_activity_action": {"mean": [2.0, 1.7350746268656716], "std": [0.0, 0.6083691758565071], "min": [2, 0], "max": [2, 2], "count": [536]}}} +{"episode_index": 205, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4028658367549299]], [[0.4112132998854812]], [[0.40635589666778393]]], "std": [[[0.20818538280736834]], [[0.2066748150742108]], [[0.20284486386177]]], "count": [117]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32658825798838054]], [[0.31143576825317026]], [[0.33200898692810454]]], "std": [[[0.25339273677581386]], [[0.261928360727555]], [[0.25092263781867874]]], "count": [117]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4378285291324507]], [[0.4405847962404335]], [[0.43227513476900736]]], "std": [[[0.28390481743358054]], [[0.2802606668375179]], [[0.2808427810194181]]], "count": [117]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4107493174264008]], [[0.403715176526451]], [[0.41983836273113234]]], "std": [[[0.2750728461561664]], [[0.277379233084303]], [[0.2764777139789574]]], "count": [117]}, "observation.state": {"min": [-0.1995784044265747, 0.6045646071434021, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31036999821662903, 0.46755099296569824, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.07073819637298584, 0.3658733665943146, -0.5043303370475769, -1.7074730396270752, 0.20605356991291046, -0.21683970093727112, -0.028326693922281265, -0.335904985666275, -0.478300005197525, 0.09647999703884125, 1.3183953762054443, -1.9089977741241455, 0.22433990240097046, 1008.0, 329.0, 0.0005338854971341789, -0.29717496037483215, -0.8422545194625854, 1.9072222709655762, -1.056444525718689, -0.0009350068285129964], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12049752473831177, 0.02834414690732956, -0.31028100848197937, 0.4675920009613037, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.23181462287902832, 0.6617590188980103, -0.15339697897434235, -1.2794311046600342, 0.4881511330604553, 0.39180895686149597, 0.5174028873443604, -0.27638500928878784, -0.4055359959602356, 0.24207499623298645, 1.683720588684082, -1.121137022972107, 0.9806084036827087, 1008.0, 1002.0, 0.0005658433656208217, -0.29642486572265625, -0.842227578163147, 1.9072253704071045, -1.0564310550689697, -0.0008353360462933779], "mean": [-0.19951793551445007, 0.6046674251556396, 0.45138978958129883, -1.4119640588760376, -0.2538926601409912, -0.12055674940347672, 0.02828025072813034, -0.31032782793045044, 0.4675726592540741, 0.22823865711688995, -1.5732377767562866, -1.1211363077163696, -0.7462766766548157, 0.16598661243915558, 0.49003660678863525, -0.3415171504020691, -1.4752986431121826, 0.29573801159858704, 0.10096915811300278, 0.3074580729007721, -0.3166455924510956, -0.44811636209487915, 0.18213297426700592, 1.52508544921875, -1.502652883529663, 0.5808581709861755, 1008.0, 811.5808715820312, 0.0005436376086436212, -0.29672539234161377, -0.8422442078590393, 1.9072259664535522, -1.0564372539520264, -0.0008561188005842268], "std": [2.43629274336854e-05, 2.0141576897003688e-05, 2.4052331355051138e-05, 1.7990934793488123e-05, 2.9156406526453793e-05, 2.0163259250693955e-05, 1.6738958947826177e-05, 1.4090480362938251e-05, 7.556533091701567e-06, 1.3513691555999685e-05, 1.0848045349121094e-05, 7.152557373046875e-07, 1.0728836059570312e-06, 0.031546857208013535, 0.08031601458787918, 0.11500726640224457, 0.12738151848316193, 0.07353195548057556, 0.178662970662117, 0.14829765260219574, 0.01502839382737875, 0.02585996501147747, 0.048047568649053574, 0.09683641791343689, 0.2050216645002365, 0.2260778546333313, 0.0, 282.0364990234375, 8.924078429117799e-06, 0.00029142387211322784, 5.022897767048562e-06, 2.7464518552733352e-06, 2.899213086493546e-06, 2.4771090465947054e-05], "count": [575]}, "action": {"min": [-0.1995784044265747, 0.6045646071434021, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31036999821662903, 0.46755099296569824, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.07073819637298584, 0.3658733665943146, -0.5043303370475769, -1.7074730396270752, 0.20605356991291046, -0.21683970093727112, -0.028326693922281265, -0.335904985666275, -0.478300005197525, 0.09647999703884125, 1.3183953762054443, -1.9089977741241455, 0.22433990240097046, 1008.0, 329.0, 0.0005338854971341789, -0.29717496037483215, -0.8422545194625854, 1.9072222709655762, -1.056444525718689, -0.0009350068285129964], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12049752473831177, 0.02834414690732956, -0.31028100848197937, 0.4675920009613037, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.23181462287902832, 0.6617590188980103, -0.15339697897434235, -1.2794311046600342, 0.4881511330604553, 0.39180895686149597, 0.5174028873443604, -0.27638500928878784, -0.4055359959602356, 0.24207499623298645, 1.683720588684082, -1.121137022972107, 0.9806084036827087, 1008.0, 1002.0, 0.0005658433656208217, -0.29642486572265625, -0.842227578163147, 1.9072253704071045, -1.0564310550689697, -0.0008353360462933779], "mean": [-0.19951795041561127, 0.6046673655509949, 0.45138970017433167, -1.4119640588760376, -0.253892719745636, -0.12055683881044388, 0.028280284255743027, -0.31032779812812805, 0.4675726592540741, 0.22823862731456757, -1.5732377767562866, -1.1211363077163696, -0.7462766766548157, 0.16592156887054443, 0.4896395802497864, -0.3410109579563141, -1.475166916847229, 0.2957296073436737, 0.10129205137491226, 0.3079072833061218, -0.3166889250278473, -0.4481315314769745, 0.18214929103851318, 1.5246599912643433, -1.503137469291687, 0.5809813141822815, 1008.0, 811.5808715820312, 0.0005436048959381878, -0.2967243790626526, -0.8422442674636841, 1.9072259664535522, -1.0564371347427368, -0.0008559603011235595], "std": [2.436202521494124e-05, 2.0125147784710862e-05, 2.4081284209387377e-05, 1.8015671230386943e-05, 2.912087984441314e-05, 2.0171164578641765e-05, 1.6743999367463402e-05, 1.4120907508186065e-05, 7.561170605185907e-06, 1.3500382920028642e-05, 1.0848045349121094e-05, 7.152557373046875e-07, 1.0728836059570312e-06, 0.03151606768369675, 0.08031246066093445, 0.11516290158033371, 0.12748612463474274, 0.0735369548201561, 0.17842984199523926, 0.14766985177993774, 0.015045971609652042, 0.025873925536870956, 0.048064809292554855, 0.0971604660153389, 0.20444774627685547, 0.2261873334646225, 0.0, 282.0364990234375, 8.91837498784298e-06, 0.0002912182826548815, 5.063354819867527e-06, 2.7449398203316377e-06, 2.890829819079954e-06, 2.4556500648031943e-05], "count": [575]}, "timestamp": {"min": [0.0], "max": [19.133333333333333], "mean": [9.566666666666666], "std": [5.53293171233238], "count": [575]}, "frame_index": {"min": [0], "max": [574], "mean": [287.0], "std": [165.98795136997143], "count": [575]}, "episode_index": {"min": [404], "max": [404], "mean": [404.0], "std": [0.0], "count": [575]}, "index": {"min": [243896], "max": [244470], "mean": [244183.0], "std": [165.98795136997143], "count": [575]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [575]}, "gripper_open_scale_state": {"min": [1.0, 0.32899999618530273], "max": [1.0, 1.0], "mean": [1.0, 0.8109460878890493], "std": [0.0, 0.2816099529226055], "count": [575]}, "gripper_open_scale_action": {"min": [1.0, 0.32899999618530273], "max": [1.0, 1.0], "mean": [1.0, 0.8109460878890493], "std": [0.0, 0.28160995292260543], "count": [575]}, "eef_direction_state": {"mean": [6.0, 4.528695652173913], "std": [0.0, 2.059665030486064], "min": [6, 0], "max": [6, 6], "count": [575]}, "eef_velocity_state": {"mean": [0.0, 0.6191304347826087], "std": [0.0, 0.738493843508403], "min": [0, 0], "max": [0, 2], "count": [575]}, "eef_acc_mag_state": {"mean": [0.0, 0.5878260869565217], "std": [0.0, 0.7992548514587423], "min": [0, 0], "max": [0, 2], "count": [575]}, "eef_direction_action": {"mean": [6.0, 4.528695652173913], "std": [0.0, 2.059665030486064], "min": [6, 0], "max": [6, 6], "count": [575]}, "eef_velocity_action": {"mean": [0.0, 0.6191304347826087], "std": [0.0, 0.738493843508403], "min": [0, 0], "max": [0, 2], "count": [575]}, "eef_acc_mag_action": {"mean": [0.0, 0.5878260869565217], "std": [0.0, 0.7992548514587423], "min": [0, 0], "max": [0, 2], "count": [575]}, "eef_sim_pose_state": {"mean": [-0.3103278577327728, 0.46757298707962036, 0.22823862731456757, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31664568185806274, -0.4481165111064911, 0.18213309347629547, 1.5250859260559082, -1.502652645111084, 0.5808577537536621], "std": [1.4090454897086602e-05, 7.550072496087523e-06, 1.3513679732568562e-05, 0.0, 0.0, 0.0, 0.015028396621346474, 0.025859970599412918, 0.04804756119847298, 0.09683646261692047, 0.2050216943025589, 0.2260778546333313], "min": [-0.31036999821662903, 0.46755099296569824, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.335904985666275, -0.478300005197525, 0.09647999703884125, 1.3183953762054443, -1.9089977741241455, 0.22433990240097046], "max": [-0.31028100848197937, 0.4675920009613037, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27638500928878784, -0.4055359959602356, 0.24207499623298645, 1.683720588684082, -1.121137022972107, 0.9806084036827087], "count": [575]}, "eef_sim_pose_action": {"mean": [-0.31032782793045044, 0.4675726592540741, 0.22823865711688995, -1.5732377767562866, -1.1211363077163696, -0.7462766766548157, -0.3166455924510956, -0.44811636209487915, 0.18213297426700592, 1.52508544921875, -1.502652883529663, 0.5808581709861755], "std": [1.4090480362938251e-05, 7.556533091701567e-06, 1.3513691555999685e-05, 1.0848045349121094e-05, 7.152557373046875e-07, 1.0728836059570312e-06, 0.01502839382737875, 0.02585996501147747, 0.048047568649053574, 0.09683641791343689, 0.2050216645002365, 0.2260778546333313], "min": [-0.31036999821662903, 0.46755099296569824, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.335904985666275, -0.478300005197525, 0.09647999703884125, 1.3183953762054443, -1.9089977741241455, 0.22433990240097046], "max": [-0.31028100848197937, 0.4675920009613037, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27638500928878784, -0.4055359959602356, 0.24207499623298645, 1.683720588684082, -1.121137022972107, 0.9806084036827087], "count": [575]}, "gripper_mode_state": {"mean": [0.0, 0.24521739130434783], "std": [0.0, 0.4302160181888153], "min": [0, 0], "max": [0, 1], "count": [575]}, "gripper_activity_state": {"mean": [2.0, 1.7565217391304349], "std": [0.0, 0.5837108329335118], "min": [2, 0], "max": [2, 2], "count": [575]}, "gripper_mode_action": {"mean": [0.0, 0.24521739130434783], "std": [0.0, 0.4302160181888153], "min": [0, 0], "max": [0, 1], "count": [575]}, "gripper_activity_action": {"mean": [2.0, 1.7565217391304349], "std": [0.0, 0.5837108329335118], "min": [2, 0], "max": [2, 2], "count": [575]}}} +{"episode_index": 206, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40400567542590804]], [[0.4121430558903889]], [[0.4077077992740812]]], "std": [[[0.20830149961522518]], [[0.20687956002287877]], [[0.20302654855139204]]], "count": [122]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32105510520465014]], [[0.3052170038438873]], [[0.32779455125629486]]], "std": [[[0.2472970811680615]], [[0.25594925607963803]], [[0.2445541817328207]]], "count": [122]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4384943965632701]], [[0.441075389411229]], [[0.4329354658871745]]], "std": [[[0.2841605786986164]], [[0.2808876229441621]], [[0.28141392761338213]]], "count": [122]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41583698803975144]], [[0.41358789208989605]], [[0.42300117693935496]]], "std": [[[0.2667588465812491]], [[0.26778806770626346]], [[0.26528251478985393]]], "count": [122]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4512898027896881, -1.412023663520813, -0.25394541025161743, -0.12060225009918213, 0.02822197414934635, -0.31036901473999023, 0.4675469994544983, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.05625196173787117, 0.37974873185157776, -0.47458991408348083, -1.6838936805725098, 0.21940533816814423, -0.1206720620393753, -0.028379054740071297, -0.33499500155448914, -0.4693799912929535, 0.1035040020942688, 1.3469001054763794, -1.9064754247665405, 0.22520975768566132, 1008.0, 327.0, 0.0005263659404590726, -0.29674822092056274, -0.8422410488128662, 1.9072229862213135, -1.056439757347107, -0.0008438793011009693], "max": [-0.19943878054618835, 0.6047391295433044, 0.4514293968677521, -1.411901593208313, -0.25382325053215027, -0.12049752473831177, 0.028326693922281265, -0.3102790117263794, 0.46759799122810364, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2010095715522766, 0.6555980443954468, -0.0884183794260025, -1.3921444416046143, 0.46675339341163635, 0.37147587537765503, 0.4982740581035614, -0.28744399547576904, -0.4022659957408905, 0.25516799092292786, 1.7045085430145264, -1.121137022972107, 0.9139365553855896, 1008.0, 1003.0, 0.0005338854971341789, -0.29633277654647827, -0.842218816280365, 1.9072301387786865, -1.0564326047897339, -0.00047462276415899396], "mean": [-0.19951950013637543, 0.6046732068061829, 0.4513874351978302, -1.4119620323181152, -0.25387561321258545, -0.12056586891412735, 0.028279529884457588, -0.3103252947330475, 0.4675736129283905, 0.2282395362854004, -1.5732381343841553, -1.1211373805999756, -0.7462766766548157, 0.131992906332016, 0.48682862520217896, -0.30172857642173767, -1.5049779415130615, 0.2907561957836151, 0.12555056810379028, 0.2604515552520752, -0.3154338598251343, -0.44533735513687134, 0.1949169933795929, 1.4686373472213745, -1.4675358533859253, 0.6232268810272217, 1008.0, 818.70654296875, 0.0005310374544933438, -0.2964482605457306, -0.8422355055809021, 1.907226324081421, -1.0564380884170532, -0.000561305379960686], "std": [2.5548341000103392e-05, 1.901599534903653e-05, 2.5085702873184346e-05, 1.7786538592190482e-05, 2.380665137025062e-05, 2.0519566533039324e-05, 1.5759076632093638e-05, 1.416277518728748e-05, 7.764876500004902e-06, 1.3173736988392193e-05, 1.1205673217773438e-05, 3.5762786865234375e-07, 1.0728836059570312e-06, 0.032107360661029816, 0.08007141947746277, 0.12899921834468842, 0.09893310070037842, 0.06933147460222244, 0.1437077522277832, 0.14395155012607574, 0.009683203883469105, 0.02507627196609974, 0.04845868796110153, 0.10647034645080566, 0.2108001857995987, 0.2235424965620041, 0.0, 281.3395080566406, 2.2813596842752304e-06, 3.7918714951956645e-05, 3.45555031344702e-06, 2.3304939986701356e-06, 1.1908317674169666e-06, 0.00010282668517902493], "count": [610]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4512898027896881, -1.412023663520813, -0.25394541025161743, -0.12060225009918213, 0.02822197414934635, -0.31036901473999023, 0.4675469994544983, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.05625196173787117, 0.37974873185157776, -0.47458991408348083, -1.6838936805725098, 0.21940533816814423, -0.1206720620393753, -0.028379054740071297, -0.33499500155448914, -0.4693799912929535, 0.1035040020942688, 1.3469001054763794, -1.9064754247665405, 0.22520975768566132, 1008.0, 327.0, 0.0005263659404590726, -0.29674822092056274, -0.8422410488128662, 1.9072229862213135, -1.056439757347107, -0.0008438793011009693], "max": [-0.19943878054618835, 0.6047391295433044, 0.4514293968677521, -1.411901593208313, -0.25382325053215027, -0.12049752473831177, 0.028326693922281265, -0.3102790117263794, 0.46759799122810364, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2010095715522766, 0.6555980443954468, -0.0884183794260025, -1.3921444416046143, 0.46675339341163635, 0.37147587537765503, 0.4982740581035614, -0.28744399547576904, -0.4022659957408905, 0.25516799092292786, 1.7045085430145264, -1.121137022972107, 0.9139365553855896, 1008.0, 1003.0, 0.0005338854971341789, -0.29633277654647827, -0.842218816280365, 1.9072301387786865, -1.0564326047897339, -0.00047462276415899396], "mean": [-0.19951952993869781, 0.6046732664108276, 0.4513874351978302, -1.4119620323181152, -0.2538755536079407, -0.1205659732222557, 0.02827949821949005, -0.3103252351284027, 0.4675736129283905, 0.22823961079120636, -1.5732381343841553, -1.1211373805999756, -0.7462766766548157, 0.13185104727745056, 0.48647037148475647, -0.30114439129829407, -1.5049617290496826, 0.29074230790138245, 0.12571775913238525, 0.2608920633792877, -0.3154352009296417, -0.44533711671829224, 0.19495819509029388, 1.468367099761963, -1.4678764343261719, 0.623491644859314, 1008.0, 818.7098388671875, 0.0005310282576829195, -0.29644808173179626, -0.8422355055809021, 1.907226324081421, -1.0564380884170532, -0.0005607265047729015], "std": [2.5545608878019266e-05, 1.8999842723133042e-05, 2.5047798771993257e-05, 1.7785478121368214e-05, 2.3838227207306772e-05, 2.056135781458579e-05, 1.5752606486785226e-05, 1.414878624927951e-05, 7.756059858365916e-06, 1.3129159015079495e-05, 1.1205673217773438e-05, 3.5762786865234375e-07, 1.0728836059570312e-06, 0.03199945017695427, 0.08003689348697662, 0.12912897765636444, 0.09894914925098419, 0.06933972239494324, 0.1434813141822815, 0.14348137378692627, 0.009682543575763702, 0.025076039135456085, 0.048497334122657776, 0.10641474276781082, 0.21041026711463928, 0.22378312051296234, 0.0, 281.3414611816406, 2.2812273527961224e-06, 3.7912184779997915e-05, 3.4504294035286875e-06, 2.3299542135646334e-06, 1.1908317674169666e-06, 0.00010223193385172635], "count": [610]}, "timestamp": {"min": [0.0], "max": [20.3], "mean": [10.15], "std": [5.869719849457137], "count": [610]}, "frame_index": {"min": [0], "max": [609], "mean": [304.5], "std": [176.0915954837141], "count": [610]}, "episode_index": {"min": [405], "max": [405], "mean": [405.0], "std": [0.0], "count": [610]}, "index": {"min": [244471], "max": [245080], "mean": [244775.5], "std": [176.0915954837141], "count": [610]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [610]}, "gripper_open_scale_state": {"min": [1.0, 0.3269999921321869], "max": [1.0, 1.0], "mean": [1.0, 0.8170147529390992], "std": [0.0, 0.2802334091926629], "count": [610]}, "gripper_open_scale_action": {"min": [1.0, 0.3269999921321869], "max": [1.0, 1.0], "mean": [1.0, 0.8170147529390992], "std": [0.0, 0.2802334091926629], "count": [610]}, "eef_direction_state": {"mean": [6.0, 4.859016393442623], "std": [0.0, 1.8668266270516343], "min": [6, 0], "max": [6, 6], "count": [610]}, "eef_velocity_state": {"mean": [0.0, 0.5262295081967213], "std": [0.0, 0.7266364548313862], "min": [0, 0], "max": [0, 2], "count": [610]}, "eef_acc_mag_state": {"mean": [0.0, 0.47540983606557374], "std": [0.0, 0.7597790312299314], "min": [0, 0], "max": [0, 2], "count": [610]}, "eef_direction_action": {"mean": [6.0, 4.859016393442623], "std": [0.0, 1.8668266270516343], "min": [6, 0], "max": [6, 6], "count": [610]}, "eef_velocity_action": {"mean": [0.0, 0.5262295081967213], "std": [0.0, 0.7266364548313862], "min": [0, 0], "max": [0, 2], "count": [610]}, "eef_acc_mag_action": {"mean": [0.0, 0.47540983606557374], "std": [0.0, 0.7597790312299314], "min": [0, 0], "max": [0, 2], "count": [610]}, "eef_sim_pose_state": {"mean": [-0.31032535433769226, 0.4675733149051666, 0.22823971509933472, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.31543388962745667, -0.4453375041484833, 0.19491702318191528, 1.4686392545700073, -1.467532753944397, 0.6232262849807739], "std": [1.4162666957417969e-05, 7.759114851069171e-06, 1.3172546459827572e-05, 0.0, 0.0, 5.960464477539063e-08, 0.009683199226856232, 0.02507627382874489, 0.04845868796110153, 0.10647043585777283, 0.21080009639263153, 0.22354267537593842], "min": [-0.31036901473999023, 0.4675469994544983, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33499500155448914, -0.4693799912929535, 0.1035040020942688, 1.3469001054763794, -1.9064754247665405, 0.22520975768566132], "max": [-0.3102790117263794, 0.46759799122810364, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.28744399547576904, -0.4022659957408905, 0.25516799092292786, 1.7045085430145264, -1.121137022972107, 0.9139365553855896], "count": [610]}, "eef_sim_pose_action": {"mean": [-0.3103252947330475, 0.4675736129283905, 0.2282395362854004, -1.5732381343841553, -1.1211373805999756, -0.7462766766548157, -0.3154338598251343, -0.44533735513687134, 0.1949169933795929, 1.4686373472213745, -1.4675358533859253, 0.6232268810272217], "std": [1.416277518728748e-05, 7.764876500004902e-06, 1.3173736988392193e-05, 1.1205673217773438e-05, 3.5762786865234375e-07, 1.0728836059570312e-06, 0.009683203883469105, 0.02507627196609974, 0.04845868796110153, 0.10647034645080566, 0.2108001857995987, 0.2235424965620041], "min": [-0.31036901473999023, 0.4675469994544983, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33499500155448914, -0.4693799912929535, 0.1035040020942688, 1.3469001054763794, -1.9064754247665405, 0.22520975768566132], "max": [-0.3102790117263794, 0.46759799122810364, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.28744399547576904, -0.4022659957408905, 0.25516799092292786, 1.7045085430145264, -1.121137022972107, 0.9139365553855896], "count": [610]}, "gripper_mode_state": {"mean": [0.0, 0.24098360655737705], "std": [0.0, 0.4276803805740663], "min": [0, 0], "max": [0, 1], "count": [610]}, "gripper_activity_state": {"mean": [2.0, 1.7737704918032786], "std": [0.0, 0.5679706871171668], "min": [2, 0], "max": [2, 2], "count": [610]}, "gripper_mode_action": {"mean": [0.0, 0.24098360655737705], "std": [0.0, 0.4276803805740663], "min": [0, 0], "max": [0, 1], "count": [610]}, "gripper_activity_action": {"mean": [2.0, 1.7737704918032786], "std": [0.0, 0.5679706871171669], "min": [2, 0], "max": [2, 2], "count": [610]}}} +{"episode_index": 207, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4038228637133866]], [[0.4122100278382958]], [[0.4075708155561607]]], "std": [[[0.20874452696734894]], [[0.2071876015868032]], [[0.2035916545579232]]], "count": [108]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32258125302590174]], [[0.3074364806493585]], [[0.32699976171023964]]], "std": [[[0.2531134238359575]], [[0.26147962497165733]], [[0.2507804555181153]]], "count": [108]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4384352683974825]], [[0.4411646771362866]], [[0.4323938683884047]]], "std": [[[0.2843634008738945]], [[0.2810595522734083]], [[0.281329685209623]]], "count": [108]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40327201343500363]], [[0.40101987828310337]], [[0.4104186921296296]]], "std": [[[0.2651759106979346]], [[0.2683788039256009]], [[0.2650454127017276]]], "count": [108]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4512898027896881, -1.412023663520813, -0.25396284461021423, -0.1206720620393753, 0.02822197414934635, -0.3103710114955902, 0.4675480127334595, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.06611307710409164, 0.32567843794822693, -0.4947659373283386, -1.7294816970825195, 0.08098327368497849, -0.12142255157232285, -0.028379054740071297, -0.33443599939346313, -0.47233301401138306, 0.08952599763870239, 1.3263400793075562, -1.7575109004974365, 0.263700932264328, 1008.0, 331.0, 0.0005150866927579045, -0.2965320348739624, -0.8422457575798035, 1.9072270393371582, -1.056443691253662, -0.0005059478571638465], "max": [-0.19945622980594635, 0.6047391295433044, 0.4514293968677521, -1.411901593208313, -0.25382325053215027, -0.12048007547855377, 0.02834414690732956, -0.3102720081806183, 0.4676060080528259, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.23310618102550507, 0.6105161905288696, -0.12370893359184265, -1.3320353031158447, 0.48284536600112915, 0.469563364982605, 0.42692500352859497, -0.2802850008010864, -0.40680500864982605, 0.24317699670791626, 1.738660216331482, -1.121137022972107, 0.8969159126281738, 1008.0, 1003.0, 0.0005301257479004562, -0.29626885056495667, -0.8422061800956726, 1.9072405099868774, -1.0564326047897339, -0.00047462276415899396], "mean": [-0.19951847195625305, 0.6046684980392456, 0.45139268040657043, -1.4119670391082764, -0.25388866662979126, -0.12054775655269623, 0.028279293328523636, -0.31032806634902954, 0.467572957277298, 0.2282368391752243, -1.5732372999191284, -1.1211342811584473, -0.7462766766548157, 0.14671798050403595, 0.4433530271053314, -0.30469566583633423, -1.5003708600997925, 0.24797660112380981, 0.1603439301252365, 0.26269856095314026, -0.31614968180656433, -0.4493817687034607, 0.1801149845123291, 1.4638111591339111, -1.4699900150299072, 0.6063232421875, 1008.0, 818.0135498046875, 0.0005243394989520311, -0.29637306928634644, -0.8422282338142395, 1.907226800918579, -1.0564343929290771, -0.0004899064661003649], "std": [2.5646257199696265e-05, 1.8279086361872032e-05, 2.316078098374419e-05, 1.8131357137463056e-05, 2.6191897632088512e-05, 2.258586755488068e-05, 1.8054422980640084e-05, 1.449327464797534e-05, 7.930502761155367e-06, 1.2426193279679865e-05, 1.0371208190917969e-05, 2.7418136596679688e-06, 1.0728836059570312e-06, 0.03480309620499611, 0.0750880241394043, 0.12005970627069473, 0.10797382146120071, 0.08181551843881607, 0.18567824363708496, 0.11252442002296448, 0.012335137464106083, 0.02073836326599121, 0.047999076545238495, 0.08667334169149399, 0.18545927107334137, 0.20196589827537537, 0.0, 276.6269226074219, 5.748815055994783e-06, 2.1378158635343425e-05, 5.950228114670608e-06, 3.939959697163431e-06, 3.2477134936925722e-06, 4.3185846152482554e-06], "count": [517]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4512898027896881, -1.412023663520813, -0.25396284461021423, -0.1206720620393753, 0.02822197414934635, -0.3103710114955902, 0.4675480127334595, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.06611307710409164, 0.32567843794822693, -0.4947659373283386, -1.7294816970825195, 0.08098327368497849, -0.12142255157232285, -0.028379054740071297, -0.33443599939346313, -0.47233301401138306, 0.08952599763870239, 1.3263400793075562, -1.7575109004974365, 0.263700932264328, 1008.0, 331.0, 0.0005150866927579045, -0.2965320348739624, -0.8422457575798035, 1.9072270393371582, -1.056443691253662, -0.0005059478571638465], "max": [-0.19945622980594635, 0.6047391295433044, 0.4514293968677521, -1.411901593208313, -0.25382325053215027, -0.12048007547855377, 0.02834414690732956, -0.3102720081806183, 0.4676060080528259, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.23310618102550507, 0.6105161905288696, -0.12370893359184265, -1.3320353031158447, 0.48284536600112915, 0.469563364982605, 0.42692500352859497, -0.2802850008010864, -0.40680500864982605, 0.24317699670791626, 1.738660216331482, -1.121137022972107, 0.8969159126281738, 1008.0, 1003.0, 0.0005301257479004562, -0.29626885056495667, -0.8422061800956726, 1.9072405099868774, -1.0564326047897339, -0.00047462276415899396], "mean": [-0.19951854646205902, 0.6046685576438904, 0.45139265060424805, -1.411967158317566, -0.25388869643211365, -0.12054774910211563, 0.028279295191168785, -0.31032803654670715, 0.46757298707962036, 0.22823688387870789, -1.5732372999191284, -1.1211342811584473, -0.7462766766548157, 0.14657244086265564, 0.442823201417923, -0.3040749430656433, -1.5002405643463135, 0.24765369296073914, 0.1604016274213791, 0.26295655965805054, -0.3161872923374176, -0.4493887424468994, 0.18013767898082733, 1.4635010957717896, -1.4700747728347778, 0.6066052317619324, 1008.0, 818.0096435546875, 0.0005243103951215744, -0.29637300968170166, -0.8422281742095947, 1.907226800918579, -1.0564343929290771, -0.0004899027990177274], "std": [2.5573701350367628e-05, 1.8264627215103246e-05, 2.3103328203433193e-05, 1.8124257621821016e-05, 2.6192108634859324e-05, 2.2585871192859486e-05, 1.80544320755871e-05, 1.4442148312809877e-05, 7.893903784861322e-06, 1.2378158317005727e-05, 1.0371208190917969e-05, 2.7418136596679688e-06, 1.0728836059570312e-06, 0.034739043563604355, 0.07491365075111389, 0.12012901902198792, 0.10812069475650787, 0.08212029933929443, 0.18559546768665314, 0.11200857162475586, 0.012346921488642693, 0.020745128393173218, 0.048024632036685944, 0.08656807988882065, 0.18530994653701782, 0.20226217806339264, 0.0, 276.6242370605469, 5.757514372817241e-06, 2.136997318302747e-05, 5.9554099607339595e-06, 3.96520363210584e-06, 3.2477134936925722e-06, 4.3194654608669225e-06], "count": [517]}, "timestamp": {"min": [0.0], "max": [17.2], "mean": [8.6], "std": [4.974825513411389], "count": [517]}, "frame_index": {"min": [0], "max": [516], "mean": [258.0], "std": [149.24476540234167], "count": [517]}, "episode_index": {"min": [406], "max": [406], "mean": [406.0], "std": [0.0], "count": [517]}, "index": {"min": [245081], "max": [245597], "mean": [245339.0], "std": [149.24476540234167], "count": [517]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [517]}, "gripper_open_scale_state": {"min": [1.0, 0.3310000002384186], "max": [1.0, 1.0], "mean": [1.0, 0.8171992251213561], "std": [0.0, 0.27608706589333426], "count": [517]}, "gripper_open_scale_action": {"min": [1.0, 0.3310000002384186], "max": [1.0, 1.0], "mean": [1.0, 0.8171992251213561], "std": [0.0, 0.27608706589333426], "count": [517]}, "eef_direction_state": {"mean": [6.0, 4.7891682785299805], "std": [0.0, 1.9331273418595027], "min": [6, 0], "max": [6, 6], "count": [517]}, "eef_velocity_state": {"mean": [0.0, 0.5841392649903289], "std": [0.0, 0.7688192634871597], "min": [0, 0], "max": [0, 2], "count": [517]}, "eef_acc_mag_state": {"mean": [0.0, 0.5667311411992263], "std": [0.0, 0.8024958355112047], "min": [0, 0], "max": [0, 2], "count": [517]}, "eef_direction_action": {"mean": [6.0, 4.7891682785299805], "std": [0.0, 1.9331273418595027], "min": [6, 0], "max": [6, 6], "count": [517]}, "eef_velocity_action": {"mean": [0.0, 0.5841392649903289], "std": [0.0, 0.7688192634871597], "min": [0, 0], "max": [0, 2], "count": [517]}, "eef_acc_mag_action": {"mean": [0.0, 0.5667311411992263], "std": [0.0, 0.8024958355112047], "min": [0, 0], "max": [0, 2], "count": [517]}, "eef_sim_pose_state": {"mean": [-0.31032806634902954, 0.4675726890563965, 0.22823679447174072, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.3161497414112091, -0.4493817985057831, 0.1801150143146515, 1.463813066482544, -1.4699887037277222, 0.6063241362571716], "std": [1.4493295566353481e-05, 7.926106263766997e-06, 1.242609323526267e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.012335142120718956, 0.02073836885392666, 0.04799908027052879, 0.08667337149381638, 0.18545933067798615, 0.20196570456027985], "min": [-0.3103710114955902, 0.4675480127334595, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33443599939346313, -0.47233301401138306, 0.08952599763870239, 1.3263400793075562, -1.7575109004974365, 0.263700932264328], "max": [-0.3102720081806183, 0.4676060080528259, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2802850008010864, -0.40680500864982605, 0.24317699670791626, 1.738660216331482, -1.121137022972107, 0.8969159126281738], "count": [517]}, "eef_sim_pose_action": {"mean": [-0.31032806634902954, 0.467572957277298, 0.2282368391752243, -1.5732372999191284, -1.1211342811584473, -0.7462766766548157, -0.31614968180656433, -0.4493817687034607, 0.1801149845123291, 1.4638111591339111, -1.4699900150299072, 0.6063232421875], "std": [1.449327464797534e-05, 7.930502761155367e-06, 1.2426193279679865e-05, 1.0371208190917969e-05, 2.7418136596679688e-06, 1.0728836059570312e-06, 0.012335137464106083, 0.02073836326599121, 0.047999076545238495, 0.08667334169149399, 0.18545927107334137, 0.20196589827537537], "min": [-0.3103710114955902, 0.4675480127334595, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33443599939346313, -0.47233301401138306, 0.08952599763870239, 1.3263400793075562, -1.7575109004974365, 0.263700932264328], "max": [-0.3102720081806183, 0.4676060080528259, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2802850008010864, -0.40680500864982605, 0.24317699670791626, 1.738660216331482, -1.121137022972107, 0.8969159126281738], "count": [517]}, "gripper_mode_state": {"mean": [0.0, 0.23210831721470018], "std": [0.0, 0.42217774253797585], "min": [0, 0], "max": [0, 1], "count": [517]}, "gripper_activity_state": {"mean": [2.0, 1.735009671179884], "std": [0.0, 0.604138411632111], "min": [2, 0], "max": [2, 2], "count": [517]}, "gripper_mode_action": {"mean": [0.0, 0.23210831721470018], "std": [0.0, 0.42217774253797585], "min": [0, 0], "max": [0, 1], "count": [517]}, "gripper_activity_action": {"mean": [2.0, 1.735009671179884], "std": [0.0, 0.604138411632111], "min": [2, 0], "max": [2, 2], "count": [517]}}} +{"episode_index": 208, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4038434525857127]], [[0.41212852059683525]], [[0.40748856925811255]]], "std": [[[0.20824226648937572]], [[0.20683461887155918]], [[0.20317473151304563]]], "count": [114]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3210382177359247]], [[0.30533169397144827]], [[0.3271393869682376]]], "std": [[[0.24855722538238106]], [[0.2576049628710285]], [[0.2463515614450592]]], "count": [114]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43806666380002296]], [[0.4409137641898865]], [[0.4326843251920652]]], "std": [[[0.2837348935624564]], [[0.2805048310021747]], [[0.28086696450039017]]], "count": [114]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41587808522531816]], [[0.41157034385391583]], [[0.42404614400584795]]], "std": [[[0.2806835653983461]], [[0.28108998361666804]], [[0.28137212259389427]]], "count": [114]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.02822197414934635, -0.3103649914264679, 0.4675469994544983, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.09049531817436218, 0.41606906056404114, -0.5353972315788269, -1.6399288177490234, 0.20032888650894165, -0.1206895187497139, -0.02839650586247444, -0.34018000960350037, -0.46759799122810364, 0.10307399928569794, 1.333354115486145, -1.9384653568267822, 0.1451874077320099, 1008.0, 330.0, 0.0005113269435241818, -0.29640981554985046, -0.8422291278839111, 1.9072357416152954, -1.056439757347107, -0.0004917092155665159], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411919116973877, -0.25385814905166626, -0.12048007547855377, 0.028326693922281265, -0.3102799952030182, 0.4675939977169037, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.24408428370952606, 0.660083532333374, -0.16601571440696716, -1.4114652872085571, 0.4775395393371582, 0.3865729868412018, 0.6222622394561768, -0.2942180037498474, -0.4144650101661682, 0.24713300168514252, 1.6915041208267212, -1.121137022972107, 0.8052614331245422, 1008.0, 1002.0, 0.0005150866927579045, -0.2963477671146393, -0.8422172665596008, 1.9072381258010864, -1.056434154510498, -0.0004755720146931708], "mean": [-0.19951803982257843, 0.6046716570854187, 0.45139241218566895, -1.4119776487350464, -0.25391992926597595, -0.12053996324539185, 0.028277432546019554, -0.3103245794773102, 0.46757328510284424, 0.22823582589626312, -1.573237657546997, -1.1211355924606323, -0.7462766766548157, 0.1602129489183426, 0.5015897154808044, -0.3499315679073334, -1.4681472778320312, 0.2971649467945099, 0.07069980353116989, 0.2834870219230652, -0.31822848320007324, -0.4487285315990448, 0.1872134804725647, 1.5311925411224365, -1.4749174118041992, 0.5977575182914734, 1008.0, 818.8071899414062, 0.0005121919675730169, -0.29637426137924194, -0.8422240018844604, 1.9072296619415283, -1.0564359426498413, -0.0004879872431047261], "std": [2.460783980495762e-05, 1.666278694756329e-05, 2.4648086764500476e-05, 1.6297482943627983e-05, 2.39210894505959e-05, 1.8036735127680004e-05, 1.6141690139193088e-05, 1.4668728908873163e-05, 8.057882951106876e-06, 1.2522210454335436e-05, 1.0728836059570312e-05, 1.430511474609375e-06, 1.0728836059570312e-06, 0.044355034828186035, 0.07065969705581665, 0.10894521325826645, 0.0632723718881607, 0.09097994118928909, 0.15604916214942932, 0.1714879870414734, 0.010294991545379162, 0.016449816524982452, 0.042973436415195465, 0.08928129076957703, 0.22961999475955963, 0.20544302463531494, 0.0, 277.23736572265625, 1.276339730793552e-06, 1.0890188605117146e-05, 1.8979569631483173e-06, 7.575736162834801e-06, 1.2904778259326122e-06, 1.2997406884096563e-06], "count": [555]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.02822197414934635, -0.3103649914264679, 0.4675469994544983, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.09049531817436218, 0.41606906056404114, -0.5353972315788269, -1.6399288177490234, 0.20032888650894165, -0.1206895187497139, -0.02839650586247444, -0.34018000960350037, -0.46759799122810364, 0.10307399928569794, 1.333354115486145, -1.9384653568267822, 0.1451874077320099, 1008.0, 330.0, 0.0005113269435241818, -0.29640981554985046, -0.8422291278839111, 1.9072357416152954, -1.056439757347107, -0.0004917092155665159], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411919116973877, -0.25385814905166626, -0.12048007547855377, 0.028326693922281265, -0.3102799952030182, 0.4675939977169037, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.24408428370952606, 0.660083532333374, -0.16601571440696716, -1.4114652872085571, 0.4775395393371582, 0.3865729868412018, 0.6222622394561768, -0.2942180037498474, -0.4144650101661682, 0.24713300168514252, 1.6915041208267212, -1.121137022972107, 0.8052614331245422, 1008.0, 1002.0, 0.0005150866927579045, -0.2963477671146393, -0.8422172665596008, 1.9072381258010864, -1.056434154510498, -0.0004755720146931708], "mean": [-0.1995181441307068, 0.6046717166900635, 0.45139241218566895, -1.4119775295257568, -0.25391989946365356, -0.12053994089365005, 0.02827746607363224, -0.3103245794773102, 0.46757328510284424, 0.22823575139045715, -1.573237657546997, -1.1211355924606323, -0.7462766766548157, 0.1600184440612793, 0.5013618469238281, -0.3494317829608917, -1.4682122468948364, 0.29717493057250977, 0.07083238661289215, 0.28398188948631287, -0.3182239532470703, -0.44870758056640625, 0.18724456429481506, 1.53107750415802, -1.475271224975586, 0.5978541970252991, 1008.0, 818.8071899414062, 0.00051218515727669, -0.2963743209838867, -0.8422240018844604, 1.9072296619415283, -1.0564359426498413, -0.00048798901843838394], "std": [2.4670847778907046e-05, 1.651329148444347e-05, 2.464808858348988e-05, 1.6195041098399088e-05, 2.3944525310071185e-05, 1.8034685126622207e-05, 1.6118645362439565e-05, 1.4673464647785295e-05, 8.048981726460624e-06, 1.255500774277607e-05, 1.0728836059570312e-05, 1.430511474609375e-06, 1.0728836059570312e-06, 0.04441867023706436, 0.07053361088037491, 0.10911528021097183, 0.06323327124118805, 0.09097549319267273, 0.15591751039028168, 0.17098428308963776, 0.010299052111804485, 0.01643317937850952, 0.04300903528928757, 0.08926776051521301, 0.2292270064353943, 0.20552535355091095, 0.0, 277.23736572265625, 1.2709092516161036e-06, 1.0828972335730214e-05, 1.8979569631483173e-06, 7.575736162834801e-06, 1.2918957281726762e-06, 1.2990147979508038e-06], "count": [555]}, "timestamp": {"min": [0.0], "max": [18.466666666666665], "mean": [9.233333333333333], "std": [5.340481321074042], "count": [555]}, "frame_index": {"min": [0], "max": [554], "mean": [277.0], "std": [160.21443963222126], "count": [555]}, "episode_index": {"min": [407], "max": [407], "mean": [407.0], "std": [0.0], "count": [555]}, "index": {"min": [245598], "max": [246152], "mean": [245875.0], "std": [160.21443963222126], "count": [555]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [555]}, "gripper_open_scale_state": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.8181639640717893], "std": [0.0, 0.27681464781360315], "count": [555]}, "gripper_open_scale_action": {"min": [1.0, 0.33000001311302185], "max": [1.0, 1.0], "mean": [1.0, 0.8181639640717893], "std": [0.0, 0.27681464781360315], "count": [555]}, "eef_direction_state": {"mean": [6.0, 4.951351351351351], "std": [0.0, 1.78264227739747], "min": [6, 0], "max": [6, 6], "count": [555]}, "eef_velocity_state": {"mean": [0.0, 0.5009009009009009], "std": [0.0, 0.7061500102855011], "min": [0, 0], "max": [0, 2], "count": [555]}, "eef_acc_mag_state": {"mean": [0.0, 0.4828828828828829], "std": [0.0, 0.7671021724909501], "min": [0, 0], "max": [0, 2], "count": [555]}, "eef_direction_action": {"mean": [6.0, 4.951351351351351], "std": [0.0, 1.78264227739747], "min": [6, 0], "max": [6, 6], "count": [555]}, "eef_velocity_action": {"mean": [0.0, 0.5009009009009009], "std": [0.0, 0.7061500102855011], "min": [0, 0], "max": [0, 2], "count": [555]}, "eef_acc_mag_action": {"mean": [0.0, 0.4828828828828829], "std": [0.0, 0.7671021724909501], "min": [0, 0], "max": [0, 2], "count": [555]}, "eef_sim_pose_state": {"mean": [-0.3103245198726654, 0.46757274866104126, 0.2282358855009079, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.31822866201400757, -0.44872817397117615, 0.1872134804725647, 1.5311914682388306, -1.474918246269226, 0.5977583527565002], "std": [1.4668628864455968e-05, 8.041168257477693e-06, 1.2522129509306978e-05, 0.0, 0.0, 5.960464477539063e-08, 0.010294993408024311, 0.0164498183876276, 0.04297344386577606, 0.08928132802248001, 0.22961992025375366, 0.20544296503067017], "min": [-0.3103649914264679, 0.4675469994544983, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34018000960350037, -0.46759799122810364, 0.10307399928569794, 1.333354115486145, -1.9384653568267822, 0.1451874077320099], "max": [-0.3102799952030182, 0.4675939977169037, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2942180037498474, -0.4144650101661682, 0.24713300168514252, 1.6915041208267212, -1.121137022972107, 0.8052614331245422], "count": [555]}, "eef_sim_pose_action": {"mean": [-0.3103245794773102, 0.46757328510284424, 0.22823582589626312, -1.573237657546997, -1.1211355924606323, -0.7462766766548157, -0.31822848320007324, -0.4487285315990448, 0.1872134804725647, 1.5311925411224365, -1.4749174118041992, 0.5977575182914734], "std": [1.4668728908873163e-05, 8.057882951106876e-06, 1.2522210454335436e-05, 1.0728836059570312e-05, 1.430511474609375e-06, 1.0728836059570312e-06, 0.010294991545379162, 0.016449816524982452, 0.042973436415195465, 0.08928129076957703, 0.22961999475955963, 0.20544302463531494], "min": [-0.3103649914264679, 0.4675469994544983, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34018000960350037, -0.46759799122810364, 0.10307399928569794, 1.333354115486145, -1.9384653568267822, 0.1451874077320099], "max": [-0.3102799952030182, 0.4675939977169037, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2942180037498474, -0.4144650101661682, 0.24713300168514252, 1.6915041208267212, -1.121137022972107, 0.8052614331245422], "count": [555]}, "gripper_mode_state": {"mean": [0.0, 0.23243243243243245], "std": [0.0, 0.42238323449916454], "min": [0, 0], "max": [0, 1], "count": [555]}, "gripper_activity_state": {"mean": [2.0, 1.7477477477477477], "std": [0.0, 0.5983230087964906], "min": [2, 0], "max": [2, 2], "count": [555]}, "gripper_mode_action": {"mean": [0.0, 0.23243243243243245], "std": [0.0, 0.42238323449916454], "min": [0, 0], "max": [0, 1], "count": [555]}, "gripper_activity_action": {"mean": [2.0, 1.7477477477477477], "std": [0.0, 0.5983230087964906], "min": [2, 0], "max": [2, 2], "count": [555]}}} +{"episode_index": 209, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4056140519260802]], [[0.4142540849673203]], [[0.4105525297877263]]], "std": [[[0.20752787495024266]], [[0.2064426033562737]], [[0.2029298710028061]]], "count": [113]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3333201981751403]], [[0.3160125151830644]], [[0.3280703427757534]]], "std": [[[0.2472490947999013]], [[0.2583378200925668]], [[0.24189596706401834]]], "count": [113]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4350305089218578]], [[0.43886772839666843]], [[0.43178283699172887]]], "std": [[[0.27657408976766373]], [[0.27564795746679577]], [[0.2759863742736156]]], "count": [113]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41183295375672396]], [[0.40643927678003355]], [[0.4180652456041414]]], "std": [[[0.2666672682323113]], [[0.26846045822874043]], [[0.26556320203761685]]], "count": [113]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12061969935894012, 0.02822197414934635, -0.31035900115966797, 0.46755099296569824, 0.2281779944896698, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.03364994749426842, 0.38643336296081543, -0.5297946929931641, -1.6260883808135986, 0.22357667982578278, -0.12072442471981049, -0.028379054740071297, -0.33176299929618835, -0.467602014541626, 0.10025999695062637, 1.290435791015625, -1.956592321395874, 0.1404442936182022, 1008.0, 327.0, 0.0005075671360827982, -0.2966504395008087, -0.8422568440437317, 1.9072372913360596, -1.056444525718689, -0.0010261344723403454], "max": [-0.19945622980594635, 0.6047391295433044, 0.4514293968677521, -1.411919116973877, -0.25385814905166626, -0.12049752473831177, 0.028326693922281265, -0.3102700114250183, 0.46759599447250366, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.23397883772850037, 0.6872408390045166, -0.12332496792078018, -1.4118491411209106, 0.5344721674919128, 0.32993704080581665, 0.5741783976554871, -0.2850410044193268, -0.41148999333381653, 0.2436619997024536, 1.833161473274231, -1.121137022972107, 0.9167382717132568, 1008.0, 1003.0, 0.0005113269435241818, -0.2961071729660034, -0.8420762419700623, 1.907254695892334, -1.056429386138916, 0.00081160495756194], "mean": [-0.19952066242694855, 0.6046703457832336, 0.45138779282569885, -1.4119815826416016, -0.2539263367652893, -0.12055392563343048, 0.028275158256292343, -0.31031912565231323, 0.46757492423057556, 0.22823478281497955, -1.573237657546997, -1.1211354732513428, -0.7462766766548157, 0.1241532638669014, 0.5158542990684509, -0.33108723163604736, -1.5372850894927979, 0.3338705003261566, 0.14488527178764343, 0.23752903938293457, -0.31242066621780396, -0.44055861234664917, 0.19112777709960938, 1.4609026908874512, -1.4879661798477173, 0.6140122413635254, 1008.0, 811.1766967773438, 0.0005101386341266334, -0.2962966859340668, -0.8422238826751709, 1.9072372913360596, -1.0564364194869995, -0.0007090765866450965], "std": [2.561708060966339e-05, 1.969910408661235e-05, 2.4995810235850513e-05, 2.0763523934874684e-05, 2.3328928364207968e-05, 2.2030631953384727e-05, 1.650208287173882e-05, 1.5118734154384583e-05, 8.410886948695406e-06, 1.4760035810468253e-05, 1.0728836059570312e-05, 1.5497207641601562e-06, 1.0728836059570312e-06, 0.05479145795106888, 0.07954022288322449, 0.11700626462697983, 0.05866239592432976, 0.0721600204706192, 0.13514213263988495, 0.1791103482246399, 0.007775868289172649, 0.01700432039797306, 0.04224097356200218, 0.14413060247898102, 0.21811366081237793, 0.21698899567127228, 0.0, 282.13726806640625, 1.1344773156451993e-06, 6.452658271882683e-05, 1.393169895891333e-05, 9.907758794724941e-06, 3.263883854742744e-06, 0.0003480725863482803], "count": [549]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12061969935894012, 0.02822197414934635, -0.31035900115966797, 0.46755099296569824, 0.2281779944896698, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.03364994749426842, 0.38643336296081543, -0.5297946929931641, -1.6260883808135986, 0.22357667982578278, -0.12072442471981049, -0.028379054740071297, -0.33176299929618835, -0.467602014541626, 0.10025999695062637, 1.290435791015625, -1.956592321395874, 0.1404442936182022, 1008.0, 327.0, 0.0005075671360827982, -0.2966504395008087, -0.8422568440437317, 1.9072372913360596, -1.056444525718689, -0.0010261344723403454], "max": [-0.19945622980594635, 0.6047391295433044, 0.4514293968677521, -1.411919116973877, -0.25385814905166626, -0.12049752473831177, 0.028326693922281265, -0.3102700114250183, 0.46759599447250366, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.23397883772850037, 0.6872408390045166, -0.12332496792078018, -1.4118491411209106, 0.5344721674919128, 0.32993704080581665, 0.5741783976554871, -0.2850410044193268, -0.41148999333381653, 0.2436619997024536, 1.833161473274231, -1.121137022972107, 0.9167382717132568, 1008.0, 1003.0, 0.0005113269435241818, -0.2961071729660034, -0.8420762419700623, 1.907254695892334, -1.056429386138916, 0.00081160495756194], "mean": [-0.19952073693275452, 0.6046703457832336, 0.45138776302337646, -1.4119815826416016, -0.25392624735832214, -0.12055394053459167, 0.028275031596422195, -0.310319185256958, 0.46757492423057556, 0.22823481261730194, -1.573237657546997, -1.1211354732513428, -0.7462766766548157, 0.12385109066963196, 0.5154693722724915, -0.33050888776779175, -1.5375127792358398, 0.3338179886341095, 0.14525409042835236, 0.23768115043640137, -0.31241893768310547, -0.440522164106369, 0.19114936888217926, 1.460421085357666, -1.4882034063339233, 0.6143079400062561, 1008.0, 811.1802978515625, 0.0005101317656226456, -0.29629644751548767, -0.8422239422798157, 1.9072372913360596, -1.0564364194869995, -0.0007100586080923676], "std": [2.5543073206790723e-05, 1.969910408661235e-05, 2.4994160412461497e-05, 2.0763523934874684e-05, 2.3323074856307358e-05, 2.2012098270352e-05, 1.637296190892812e-05, 1.5106720638868865e-05, 8.403612810070626e-06, 1.476273246225901e-05, 1.0728836059570312e-05, 1.5497207641601562e-06, 1.0728836059570312e-06, 0.054832153022289276, 0.07962098717689514, 0.11719489842653275, 0.05841739475727081, 0.07222874462604523, 0.1346924901008606, 0.17892052233219147, 0.0077764480374753475, 0.016967803239822388, 0.04226290062069893, 0.14419330656528473, 0.2177855372428894, 0.21727778017520905, 0.0, 282.1408996582031, 1.1386475762265036e-06, 6.449630745919421e-05, 1.3922508514951915e-05, 9.917415809468366e-06, 3.268460659455741e-06, 0.0003482052416075021], "count": [549]}, "timestamp": {"min": [0.0], "max": [18.266666666666666], "mean": [9.133333333333335], "std": [5.282746199412519], "count": [549]}, "frame_index": {"min": [0], "max": [548], "mean": [274.0], "std": [158.48238598237555], "count": [549]}, "episode_index": {"min": [408], "max": [408], "mean": [408.0], "std": [0.0], "count": [549]}, "index": {"min": [246153], "max": [246701], "mean": [246427.0], "std": [158.48238598237555], "count": [549]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [549]}, "gripper_open_scale_state": {"min": [1.0, 0.3269999921321869], "max": [1.0, 1.0], "mean": [1.0, 0.8103825139434828], "std": [0.0, 0.2816024393114003], "count": [549]}, "gripper_open_scale_action": {"min": [1.0, 0.3269999921321869], "max": [1.0, 1.0], "mean": [1.0, 0.8103825139434828], "std": [0.0, 0.2816024393114003], "count": [549]}, "eef_direction_state": {"mean": [6.0, 4.959927140255009], "std": [0.0, 1.7257919156258104], "min": [6, 0], "max": [6, 6], "count": [549]}, "eef_velocity_state": {"mean": [0.0, 0.5027322404371585], "std": [0.0, 0.692459913340479], "min": [0, 0], "max": [0, 2], "count": [549]}, "eef_acc_mag_state": {"mean": [0.0, 0.4990892531876138], "std": [0.0, 0.7673310789664984], "min": [0, 0], "max": [0, 2], "count": [549]}, "eef_direction_action": {"mean": [6.0, 4.959927140255009], "std": [0.0, 1.7257919156258104], "min": [6, 0], "max": [6, 6], "count": [549]}, "eef_velocity_action": {"mean": [0.0, 0.5027322404371585], "std": [0.0, 0.692459913340479], "min": [0, 0], "max": [0, 2], "count": [549]}, "eef_acc_mag_action": {"mean": [0.0, 0.4990892531876138], "std": [0.0, 0.7673310789664984], "min": [0, 0], "max": [0, 2], "count": [549]}, "eef_sim_pose_state": {"mean": [-0.3103193938732147, 0.4675740897655487, 0.22823479771614075, -1.5732269287109375, -1.1211371421813965, -0.7462755441665649, -0.31242069602012634, -0.4405587613582611, 0.1911277025938034, 1.4609034061431885, -1.48796546459198, 0.6140125393867493], "std": [1.5116551367100328e-05, 8.371442163479514e-06, 1.4760028534510639e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.007775868754833937, 0.01700432598590851, 0.04224097728729248, 0.14413052797317505, 0.21811361610889435, 0.2169889509677887], "min": [-0.31035900115966797, 0.46755099296569824, 0.2281779944896698, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33176299929618835, -0.467602014541626, 0.10025999695062637, 1.290435791015625, -1.956592321395874, 0.1404442936182022], "max": [-0.3102700114250183, 0.46759599447250366, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2850410044193268, -0.41148999333381653, 0.2436619997024536, 1.833161473274231, -1.121137022972107, 0.9167382717132568], "count": [549]}, "eef_sim_pose_action": {"mean": [-0.31031912565231323, 0.46757492423057556, 0.22823478281497955, -1.573237657546997, -1.1211354732513428, -0.7462766766548157, -0.31242066621780396, -0.44055861234664917, 0.19112777709960938, 1.4609026908874512, -1.4879661798477173, 0.6140122413635254], "std": [1.5118734154384583e-05, 8.410886948695406e-06, 1.4760035810468253e-05, 1.0728836059570312e-05, 1.5497207641601562e-06, 1.0728836059570312e-06, 0.007775868289172649, 0.01700432039797306, 0.04224097356200218, 0.14413060247898102, 0.21811366081237793, 0.21698899567127228], "min": [-0.31035900115966797, 0.46755099296569824, 0.2281779944896698, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33176299929618835, -0.467602014541626, 0.10025999695062637, 1.290435791015625, -1.956592321395874, 0.1404442936182022], "max": [-0.3102700114250183, 0.46759599447250366, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2850410044193268, -0.41148999333381653, 0.2436619997024536, 1.833161473274231, -1.121137022972107, 0.9167382717132568], "count": [549]}, "gripper_mode_state": {"mean": [0.0, 0.24408014571949], "std": [0.0, 0.4295404849196915], "min": [0, 0], "max": [0, 1], "count": [549]}, "gripper_activity_state": {"mean": [2.0, 1.7413479052823315], "std": [0.0, 0.6024712352838326], "min": [2, 0], "max": [2, 2], "count": [549]}, "gripper_mode_action": {"mean": [0.0, 0.24408014571949], "std": [0.0, 0.4295404849196915], "min": [0, 0], "max": [0, 1], "count": [549]}, "gripper_activity_action": {"mean": [2.0, 1.7413479052823315], "std": [0.0, 0.6024712352838326], "min": [2, 0], "max": [2, 2], "count": [549]}}} +{"episode_index": 210, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4052671587365833]], [[0.4141189831054746]], [[0.4107783511722732]]], "std": [[[0.20764724459701026]], [[0.20662152533241177]], [[0.20320542690391327]]], "count": [109]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3331073090933621]], [[0.31554421133896987]], [[0.3283934029651616]]], "std": [[[0.24836932979566226]], [[0.2592483508232967]], [[0.24293714018815132]]], "count": [109]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43419418772860824]], [[0.4385921366252923]], [[0.4316333367062421]]], "std": [[[0.27668863867818244]], [[0.2757143292182317]], [[0.27617932934248024]]], "count": [109]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41459320846075437]], [[0.406210439527493]], [[0.4182028504827007]]], "std": [[[0.2778922661575598]], [[0.27959397806967157]], [[0.2764758560753867]]], "count": [109]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.31037598848342896, 0.4675480127334595, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.06421066075563431, 0.44345328211784363, -0.553566038608551, -1.6354085206985474, 0.25391051173210144, -0.12072442471981049, -0.02839650586247444, -0.33406901359558105, -0.4675999879837036, 0.09101200103759766, 1.3205902576446533, -1.907130241394043, 0.14794281125068665, 1006.0, 321.0, 0.0005000476958230138, -0.2962538003921509, -0.842225968837738, 1.907247543334961, -1.05643892288208, -0.0014485486317425966], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12049752473831177, 0.028326693922281265, -0.3102880120277405, 0.46759501099586487, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2924124598503113, 0.6282312273979187, -0.18154916167259216, -1.411884069442749, 0.4631405472755432, 0.3730292022228241, 0.500769853591919, -0.27623000741004944, -0.417043000459671, 0.24106499552726746, 1.6812931299209595, -1.121137022972107, 0.8168488144874573, 1008.0, 1003.0, 0.0005094470689073205, -0.29616355895996094, -0.8422093391418457, 1.9072483777999878, -1.0564358234405518, -0.0009264636319130659], "mean": [-0.1995198130607605, 0.604669988155365, 0.4513905942440033, -1.4119553565979004, -0.25392574071884155, -0.12054761499166489, 0.028275486081838608, -0.3103307783603668, 0.46757328510284424, 0.22824077308177948, -1.573237419128418, -1.1211344003677368, -0.7462766766548157, 0.146570086479187, 0.5115783214569092, -0.3304179906845093, -1.5358633995056152, 0.33080658316612244, 0.17846103012561798, 0.2800556719303131, -0.30646514892578125, -0.44533514976501465, 0.1869177669286728, 1.4724082946777344, -1.5137313604354858, 0.5826727747917175, 1007.9961547851562, 829.0786743164062, 0.0005039042443968356, -0.2962019145488739, -0.842221736907959, 1.907239317893982, -1.0564348697662354, -0.0011821289081126451], "std": [2.4762744942563586e-05, 1.9315430108690634e-05, 2.4752824174356647e-05, 1.971515484910924e-05, 2.3747363229631446e-05, 1.7593298252904788e-05, 1.5441235518665053e-05, 1.4202036254573613e-05, 7.689920494158287e-06, 1.269188396690879e-05, 1.049041748046875e-05, 2.6226043701171875e-06, 1.0728836059570312e-06, 0.06674616038799286, 0.05393844097852707, 0.11826509237289429, 0.050306521356105804, 0.06460116058588028, 0.1350914090871811, 0.14110417664051056, 0.010797074995934963, 0.012749291025102139, 0.04690289497375488, 0.08186211436986923, 0.2021811604499817, 0.20428013801574707, 0.08753745257854462, 272.025390625, 3.8828416109026875e-06, 2.33148366532987e-05, 5.543429324461613e-06, 8.74265970196575e-06, 3.2496029689355055e-06, 0.00019798507855739444], "count": [521]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.31037598848342896, 0.4675480127334595, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.06421066075563431, 0.44345328211784363, -0.553566038608551, -1.6354085206985474, 0.25391051173210144, -0.12072442471981049, -0.02839650586247444, -0.33406901359558105, -0.4675999879837036, 0.09101200103759766, 1.3205902576446533, -1.907130241394043, 0.14794281125068665, 1006.0, 321.0, 0.0005000476958230138, -0.2962538003921509, -0.842225968837738, 1.907247543334961, -1.05643892288208, -0.0014485486317425966], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12049752473831177, 0.028326693922281265, -0.3102869987487793, 0.46759799122810364, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2924124598503113, 0.6282312273979187, -0.18154916167259216, -1.411884069442749, 0.4631405472755432, 0.3730292022228241, 0.500769853591919, -0.27623000741004944, -0.417043000459671, 0.24106499552726746, 1.6812931299209595, -1.121137022972107, 0.8168488144874573, 1008.0, 1003.0, 0.0005094470689073205, -0.29616355895996094, -0.8422093391418457, 1.9072483777999878, -1.0564358234405518, -0.0009264636319130659], "mean": [-0.19951988756656647, 0.604669988155365, 0.4513906240463257, -1.4119553565979004, -0.2539256513118744, -0.12054754793643951, 0.028275487944483757, -0.31033074855804443, 0.4675733149051666, 0.22824080288410187, -1.573237419128418, -1.1211344003677368, -0.7462766766548157, 0.14631427824497223, 0.511358916759491, -0.3299178183078766, -1.5360785722732544, 0.3308299481868744, 0.17875653505325317, 0.2804276645183563, -0.3064466416835785, -0.4453016519546509, 0.1869371235370636, 1.4721821546554565, -1.5140727758407593, 0.5827776789665222, 1007.9961547851562, 829.0786743164062, 0.0005038897506892681, -0.2962018549442291, -0.842221736907959, 1.907239317893982, -1.0564348697662354, -0.0011819248320534825], "std": [2.4920433133956976e-05, 1.929913014464546e-05, 2.475382098054979e-05, 1.971515484910924e-05, 2.377384589635767e-05, 1.7518537788419053e-05, 1.544127553643193e-05, 1.4292887499323115e-05, 7.751774319331162e-06, 1.2677198355959263e-05, 1.049041748046875e-05, 2.6226043701171875e-06, 1.0728836059570312e-06, 0.06679824739694595, 0.05379249528050423, 0.1183033213019371, 0.05001482367515564, 0.06457556039094925, 0.1346043050289154, 0.140545055270195, 0.01079865824431181, 0.012713744305074215, 0.046921998262405396, 0.08174769580364227, 0.2016688883304596, 0.2043776959180832, 0.08753745257854462, 272.025390625, 3.883179488184396e-06, 2.3283886548597366e-05, 5.5456976042478345e-06, 8.74265970196575e-06, 3.2496029689355055e-06, 0.00019818767032120377], "count": [521]}, "timestamp": {"min": [0.0], "max": [17.333333333333332], "mean": [8.666666666666666], "std": [5.013315602805526], "count": [521]}, "frame_index": {"min": [0], "max": [520], "mean": [260.0], "std": [150.3994680841658], "count": [521]}, "episode_index": {"min": [409], "max": [409], "mean": [409.0], "std": [0.0], "count": [521]}, "index": {"min": [246702], "max": [247222], "mean": [246962.0], "std": [150.3994680841658], "count": [521]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [521]}, "gripper_open_scale_state": {"min": [1.0, 0.32100000977516174], "max": [1.0, 1.0], "mean": [1.0, 0.8279616142303152], "std": [0.0, 0.2713162564179021], "count": [521]}, "gripper_open_scale_action": {"min": [1.0, 0.32100000977516174], "max": [1.0, 1.0], "mean": [1.0, 0.8279616142303152], "std": [0.0, 0.2713162564179021], "count": [521]}, "eef_direction_state": {"mean": [6.0, 4.9193857965451055], "std": [0.0, 1.8056289696172607], "min": [6, 0], "max": [6, 6], "count": [521]}, "eef_velocity_state": {"mean": [0.0, 0.5163147792706334], "std": [0.0, 0.7173625777112825], "min": [0, 0], "max": [0, 2], "count": [521]}, "eef_acc_mag_state": {"mean": [0.0, 0.5374280230326296], "std": [0.0, 0.7904421289472777], "min": [0, 0], "max": [0, 2], "count": [521]}, "eef_direction_action": {"mean": [6.0, 4.9193857965451055], "std": [0.0, 1.8056289696172607], "min": [6, 0], "max": [6, 6], "count": [521]}, "eef_velocity_action": {"mean": [0.0, 0.5163147792706334], "std": [0.0, 0.7173625777112825], "min": [0, 0], "max": [0, 2], "count": [521]}, "eef_acc_mag_action": {"mean": [0.0, 0.5374280230326296], "std": [0.0, 0.7904421289472777], "min": [0, 0], "max": [0, 2], "count": [521]}, "eef_sim_pose_state": {"mean": [-0.31033071875572205, 0.4675731658935547, 0.2282407283782959, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.3064650297164917, -0.4453349709510803, 0.18691779673099518, 1.4724096059799194, -1.5137310028076172, 0.5826732516288757], "std": [1.4201967132976279e-05, 7.689499398111366e-06, 1.2691800293396227e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.010797076858580112, 0.012749291025102139, 0.046902887523174286, 0.08186198770999908, 0.20218108594417572, 0.20428001880645752], "min": [-0.31037598848342896, 0.4675480127334595, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33406901359558105, -0.4675999879837036, 0.09101200103759766, 1.3205902576446533, -1.907130241394043, 0.14794281125068665], "max": [-0.3102880120277405, 0.46759501099586487, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27623000741004944, -0.417043000459671, 0.24106499552726746, 1.6812931299209595, -1.121137022972107, 0.8168488144874573], "count": [521]}, "eef_sim_pose_action": {"mean": [-0.3103307783603668, 0.46757328510284424, 0.22824077308177948, -1.573237419128418, -1.1211344003677368, -0.7462766766548157, -0.30646514892578125, -0.44533514976501465, 0.1869177669286728, 1.4724082946777344, -1.5137313604354858, 0.5826727747917175], "std": [1.4202036254573613e-05, 7.689920494158287e-06, 1.269188396690879e-05, 1.049041748046875e-05, 2.6226043701171875e-06, 1.0728836059570312e-06, 0.010797074995934963, 0.012749291025102139, 0.04690289497375488, 0.08186211436986923, 0.2021811604499817, 0.20428013801574707], "min": [-0.31037598848342896, 0.4675480127334595, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33406901359558105, -0.4675999879837036, 0.09101200103759766, 1.3205902576446533, -1.907130241394043, 0.14794281125068665], "max": [-0.3102880120277405, 0.46759501099586487, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27623000741004944, -0.417043000459671, 0.24106499552726746, 1.6812931299209595, -1.121137022972107, 0.8168488144874573], "count": [521]}, "gripper_mode_state": {"mean": [0.0, 0.21689059500959693], "std": [0.0, 0.41212748610833816], "min": [0, 0], "max": [0, 1], "count": [521]}, "gripper_activity_state": {"mean": [2.0, 1.727447216890595], "std": [0.0, 0.615377955734494], "min": [2, 0], "max": [2, 2], "count": [521]}, "gripper_mode_action": {"mean": [0.0, 0.21689059500959693], "std": [0.0, 0.41212748610833816], "min": [0, 0], "max": [0, 1], "count": [521]}, "gripper_activity_action": {"mean": [2.0, 1.727447216890595], "std": [0.0, 0.615377955734494], "min": [2, 0], "max": [2, 2], "count": [521]}}} diff --git a/meta/info.json b/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..b1f46a6fbea21dc1ec7ffd08e6a4e6eb397fbdcc --- /dev/null +++ b/meta/info.json @@ -0,0 +1,389 @@ +{ + "codebase_version": "v2.1", + "robot_type": "AI2_Alphabot_2", + "total_episodes": 211, + "total_frames": 122256, + "total_tasks": 1, + "total_videos": 844, + "total_chunks": 1, + "chunks_size": 1000, + "fps": 30, + "splits": { + "train": "0:210" + }, + "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet", + "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4", + "features": { + "observation.images.cam_front_chest_rgb": { + "dtype": "video", + "shape": [ + 480, + 640, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.height": 480, + "video.width": 640, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "video.fps": 30, + "video.channels": 3, + "has_audio": false + } + }, + "observation.images.cam_front_head_rgb": { + "dtype": "video", + "shape": [ + 480, + 640, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.height": 480, + "video.width": 640, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "video.fps": 30, + "video.channels": 3, + "has_audio": false + } + }, + "observation.images.cam_left_wrist_rgb": { + "dtype": "video", + "shape": [ + 480, + 640, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.height": 480, + "video.width": 640, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "video.fps": 30, + "video.channels": 3, + "has_audio": false + } + }, + "observation.images.cam_right_wrist_rgb": { + "dtype": "video", + "shape": [ + 480, + 640, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.height": 480, + "video.width": 640, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "video.fps": 30, + "video.channels": 3, + "has_audio": false + } + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 34 + ], + "names": [ + "left_arm_joint_1_rad", + "left_arm_joint_2_rad", + "left_arm_joint_3_rad", + "left_arm_joint_4_rad", + "left_arm_joint_5_rad", + "left_arm_joint_6_rad", + "left_arm_joint_7_rad", + "left_eef_pos_x_m", + "left_eef_pos_y_m", + "left_eef_pos_z_m", + "left_eef_rot_euler_x_rad", + "left_eef_rot_euler_y_rad", + "left_eef_rot_euler_z_rad", + "right_arm_joint_1_rad", + "right_arm_joint_2_rad", + "right_arm_joint_3_rad", + "right_arm_joint_4_rad", + "right_arm_joint_5_rad", + "right_arm_joint_6_rad", + "right_arm_joint_7_rad", + "right_eef_pos_x_m", + "right_eef_pos_y_m", + "right_eef_pos_z_m", + "right_eef_rot_euler_x_rad", + "right_eef_rot_euler_y_rad", + "right_eef_rot_euler_z_rad", + "left_gripper_open", + "right_gripper_open", + "neck_joint_1_rad", + "neck_joint_2_rad", + "torso_joint_1_rad", + "torso_joint_2_rad", + "torso_joint_3_rad", + "torso_joint_4_rad" + ] + }, + "action": { + "dtype": "float32", + "shape": [ + 34 + ], + "names": [ + "left_arm_joint_1_rad", + "left_arm_joint_2_rad", + "left_arm_joint_3_rad", + "left_arm_joint_4_rad", + "left_arm_joint_5_rad", + "left_arm_joint_6_rad", + "left_arm_joint_7_rad", + "left_eef_pos_x_m", + "left_eef_pos_y_m", + "left_eef_pos_z_m", + "left_eef_rot_euler_x_rad", + "left_eef_rot_euler_y_rad", + "left_eef_rot_euler_z_rad", + "right_arm_joint_1_rad", + "right_arm_joint_2_rad", + "right_arm_joint_3_rad", + "right_arm_joint_4_rad", + "right_arm_joint_5_rad", + "right_arm_joint_6_rad", + "right_arm_joint_7_rad", + "right_eef_pos_x_m", + "right_eef_pos_y_m", + "right_eef_pos_z_m", + "right_eef_rot_euler_x_rad", + "right_eef_rot_euler_y_rad", + "right_eef_rot_euler_z_rad", + "left_gripper_open", + "right_gripper_open", + "neck_joint_1_rad", + "neck_joint_2_rad", + "torso_joint_1_rad", + "torso_joint_2_rad", + "torso_joint_3_rad", + "torso_joint_4_rad" + ] + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null + }, + "gripper_open_scale_state": { + "names": [ + "left_gripper_open_scale", + "right_gripper_open_scale" + ], + "dtype": "float64", + "shape": [ + 2 + ] + }, + "gripper_open_scale_action": { + "names": [ + "left_gripper_open_scale", + "right_gripper_open_scale" + ], + "dtype": "float64", + "shape": [ + 2 + ] + }, + "eef_sim_pose_state": { + "names": [ + "left_eef_pos_x", + "left_eef_pos_y", + "left_eef_pos_z", + "left_eef_rot_x", + "left_eef_rot_y", + "left_eef_rot_z", + "right_eef_pos_x", + "right_eef_pos_y", + "right_eef_pos_z", + "right_eef_rot_x", + "right_eef_rot_y", + "right_eef_rot_z" + ], + "dtype": "float32", + "shape": [ + 12 + ] + }, + "eef_sim_pose_action": { + "names": [ + "left_eef_pos_x", + "left_eef_pos_y", + "left_eef_pos_z", + "left_eef_rot_x", + "left_eef_rot_y", + "left_eef_rot_z", + "right_eef_pos_x", + "right_eef_pos_y", + "right_eef_pos_z", + "right_eef_rot_x", + "right_eef_rot_y", + "right_eef_rot_z" + ], + "dtype": "float32", + "shape": [ + 12 + ] + }, + "eef_direction_state": { + "names": [ + "left_eef_direction", + "right_eef_direction" + ], + "dtype": "int32", + "shape": [ + 2 + ] + }, + "eef_direction_action": { + "names": [ + "left_eef_direction", + "right_eef_direction" + ], + "dtype": "int32", + "shape": [ + 2 + ] + }, + "eef_velocity_state": { + "names": [ + "left_eef_velocity", + "right_eef_velocity" + ], + "dtype": "int32", + "shape": [ + 2 + ] + }, + "eef_velocity_action": { + "names": [ + "left_eef_velocity", + "right_eef_velocity" + ], + "dtype": "int32", + "shape": [ + 2 + ] + }, + "eef_acc_mag_state": { + "names": [ + "left_eef_acc_mag", + "right_eef_acc_mag" + ], + "dtype": "int32", + "shape": [ + 2 + ] + }, + "eef_acc_mag_action": { + "names": [ + "left_eef_acc_mag", + "right_eef_acc_mag" + ], + "dtype": "int32", + "shape": [ + 2 + ] + }, + "gripper_mode_state": { + "names": [ + "left_gripper_mode", + "right_gripper_mode" + ], + "dtype": "int32", + "shape": [ + 2 + ] + }, + "gripper_mode_action": { + "names": [ + "left_gripper_mode", + "right_gripper_mode" + ], + "dtype": "int32", + "shape": [ + 2 + ] + }, + "gripper_activity_state": { + "names": [ + "left_gripper_activity", + "right_gripper_activity" + ], + "dtype": "int32", + "shape": [ + 2 + ] + }, + "gripper_activity_action": { + "names": [ + "left_gripper_activity", + "right_gripper_activity" + ], + "dtype": "int32", + "shape": [ + 2 + ] + } + } +} \ No newline at end of file diff --git a/meta/tasks.jsonl b/meta/tasks.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..8989b844bdc997d355cff4481f9e4b7cccef8e83 --- /dev/null +++ b/meta/tasks.jsonl @@ -0,0 +1 @@ +{"task_index": 0, "task": "Pick the topmost block from the stack and place it on the table."} diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4e96f1fd0bcf334bc7d8fe2789758d977ca6520a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:148fb9b83058c7ff76de0a51b0ff711f52aa1cd977c909935c626d1e15189c11 +size 1596363 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000001.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..47b0074a02260436ff8538bcfc5de8289259c82f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4b7c274a438f41951b46f9af9199e55ed67b6a58edb8075419a9e668602aa54 +size 1432586 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000002.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..78ac69b9eda51b459f4a8ee3d8196c1e72577454 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eff85629cede3e968f23a9cc3984d585428f1c37b40f23b9a8cc0e98902e775 +size 1477979 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000003.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ad41ed7564f6952a1c6d1b53e6f174c97ac4b288 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9efd265d366adf646ae27bc9417733f8fdc0fa85556937be453635fb141f38ba +size 1410858 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000004.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..981a3a1f4b97710a93c280e9e91ca5e0f55ceb06 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab43f2305ec740f1ec15a834ab65b0cbabd7f9a4c93552a550dbb5c2737fdd40 +size 1311098 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000005.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f517cdce71fa93bc0543722ff2ab5cbf4dc52b1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:947bf5c661d7537b863c39dd2cc21e75df8e58987ae20978fcf1d5aae25e2694 +size 1351195 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000006.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5c7593198e2fbc3f6558643aa17500b9454a5aa4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90afd35c5258df5f33f5be0ebfe541671af2b10824535f38044c363d46f25cfc +size 1236082 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000007.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..984f6b5f9b2620d90b2d978efc715e77cc317be9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9110a540b603845407fb6b91395648ee4fc075e4f00db83de31e0fcc5685558e +size 1452344 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000008.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b65160ab1256172e61fbd7e0f14264d7ef17d8e1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9768e47bfb06d4725ed28e5cc08f32a39d078e7b7d4e7e86e83fe7d75911406e +size 1400383 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000009.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c52fef523e7c15f79bc7b29f3d8bbfa3320b1c00 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37101f5d169c6987d3923ebc8075f747f1315ea684366c4ab81b28d9bf4ce1c4 +size 1358239 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000010.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6edd3e64520cdfa0505a38bccfb95c55bb20ccd9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8749a9d487fe44adeb041388c8c71234d25bf35a3f4c56373b3a289cd3603186 +size 1422042 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000011.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2965d089dc619b1df177c7509149c1169fe230e7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fee3e5108710335931de4eec13b5ad0b8480476d6f1675e5ac572797d3d3ada2 +size 1446933 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000012.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..26a8cd5a2935bd2641489945787a4b0b95f7f04c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:351996d7d2addcb10447873a9ddda9f3de781e1c9fcf83475ee54a8126c05173 +size 1284842 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000013.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4d782eaba812b071026617751db9ad724006bfce --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27714f89d121f31cfac8571f56c4f8854097cf3a5a2d355a99b2e0bf57ae1e67 +size 1383507 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000014.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b391bfe9b08044384a8461944b0696efed686b21 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaaf22929e93be1ec7e6b057749a285cb4274f4aee47c29f3f7ef09674a307cb +size 1189974 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000015.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..90cfa06044e18e2c4d3bf9685a127d15d78ed52e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:966c397f6fb6b7bca3691b4fd03d7eb25b9f04bd8eb123d36cb4ef99dc6c5ba6 +size 1231698 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000016.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b50f0fbf6b036fa206630d074769b437e0735dbf --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72b6b2c83ca42eaebf2f2055397cff8aa76b1bfc0b1408c2090b47e465d3e44c +size 1278295 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000017.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dd27c9ed086d8375fc8372b1b63100e6bd875198 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aab975330614d0ef17ac5b644874afef4768e54f607d249ae6567d5d3b7476c8 +size 1392144 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000018.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe9030412802db9359b32d333a7398e904ea2136 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0ddda78db9aeb5951457082585fd972ac63fdd12ea00f9441358e7bfdea6bb9 +size 1334204 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000019.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f3f88888d791673d5c2a98a1e26a4d7f3cf4e74 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4075b072bec2bffc114dd584396fc4f49baafab7409996e85823352810fc3850 +size 1341607 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000020.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..466817614c139149d38e341287dc4ee04ee62f80 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf15bf5dcddbe70010cd345954b33cca899952f643b13e6c05aaf61f5f5f1f7e +size 1178284 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000021.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f83840941d8bbf245160262c5c86d50fd9da2e19 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3fba6db144d8ef5a40726fd47c1f24d4055af4b7814790fade3fced3e5f10ad +size 1514829 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000022.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6971f335c6aa8728c5369a72218bf732ef3b1824 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b05a29f1c0c02dcc5a112a24485c535f1581b10a978c022b9b75f8d34ffc36d0 +size 1159344 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000023.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eca3d648e5ae94bb28d00696fd82ba7347582580 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41d22bf605ebef8dcf31dc7ec04fe4e7e6d345dcfc62e6ead34b2d506ab4b15f +size 1316260 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000024.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2c9d22f310deea3d6382a7ef19a0ef1c2239ed33 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdcb7be53bcec19b2066ae3d6504a24ad0b4e4d1ed6a64bfe27e754d835b3f02 +size 1386714 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000025.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..017edcfb1e44c8f714314bf6add7ebfd7117c8ac --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71f16866a788d8dc418ca3c2d924f8a8890cd7b3e301322335a15b2aabe62ab1 +size 1208338 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000026.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3e28a0c1f2bc53c9968798843f256fc4dce78183 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:186f7de5d7a66860ef7a9ed4c914513dd659b9169dcdbbaf2e83f3b6f84ef5f5 +size 1213382 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000027.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8b12251e58c80416f4f3d048eac09be12d897884 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94d1c5f3e0d8847ef997f5b97cd8444d23c75cb63fa817348227dd986cc9e9ca +size 1143214 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000028.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d4ede9c4d573183ab2d4420e2834e2b33209fbfc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33dfb29dbad2b228083723b1c838136ce97e4b0c0fe6fee3815cdaf68e863f63 +size 1171941 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000029.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a1eca1f09293ef97ea4f0b17b31a9bccead6a39a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d61ef7f4b0aceff19c93fc60eb565b0dbe0ccf5ca0ef930edd51c408b1d6908 +size 1380514 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000030.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ad0f9a1ebf139b434272f23055e0583a79106be2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee91741fae93d8f8803ee24499af89bd7d581b93afd63fe014b52736d63af860 +size 1192139 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000031.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1bd8802e534c1622a01338c18ebf6d198024f417 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:878e003d980370f4f9c7eb64304a676d9342053876daab8cf2fcb22e2affd833 +size 1134337 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000032.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ebbeb532c1a1f3c4b00d861479244ab95a32ac52 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:750fea7bad76f89ab867cae2d6f2537daa8b3398280247ae34de98c625402902 +size 1386778 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000033.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ad8ecb73cb74dd16de07529fb0fa172991eaf9ba --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85e2d57440d473e481a5ab2192b8513f21c03d349eecc0b82557dc0ed8bddd5d +size 1234479 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000034.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c4f609fba125b3986f0d365f7dc7b1cbb1742a89 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b81a916d3bbae1ef1f1a1a5b697da37724ff0427e29dac64507930cc02705fa1 +size 1280453 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000035.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..86e2fa552cea2878989fe3a79eb29db5eb6a4486 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e01ab94f1de0cfbf2f5de7cc50c4c2585c6812e79814f824aef9dea9addf17d +size 1308165 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000036.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5752f988b9a39c8987888ccc1618a8e20cecbf73 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1621d480fc943b85b15ad1681f681f33c9629096ebed60c638003b78b1e139af +size 1325401 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000037.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e53d755e68dd50600f38998bf5e256c1f882f46c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38e9f8aef39f3fe58b26a6be8ddbe98b594f070a864b72a0677255d0130440fc +size 1557880 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000038.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4f09ca978ef59cc1d25fe1318002b5295e3f0490 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c42bcb8f7caf6f0378d2d179cd0fad3af64859d7dc5a6e86a6b3b2b503e7adaa +size 1279667 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000039.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ee74c6d6ae6e7ed9ffb47ec0b64a9b2d73f21ce --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df6cd68e32a6f83397fbc20a4decc4168b42fe7b0733307a20450258d793b9b6 +size 1120685 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000040.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..81274fb764d0fcd2b65d6dbb13a8ec2acb5be5d2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97495593eaf70d8bb3046502ea808bafd5c9506bdbcf8e0c6eb44cfdcad4fa85 +size 1224145 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000041.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..12617b88d9c67916a6ddd0b522ae5345c347c695 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04e583d68ec8d9f454b77c6ed776a49febf8a297e20e8cb473e1c70cc0ad478e +size 1215769 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000042.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ec367294953db9a499e61881897005da39f167b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cd7f2eb467111ce8f6a7564b3c8162e3540c7d89a3600af68b4af63a03043fa +size 1106359 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000043.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a07b732a41f211cdb31ed7c0a31f80f3a278873 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29660fe885a233059e026b34fa42b4421d96840331cda6745cebb67d366d13d1 +size 1371147 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000044.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..44fb254c692931c9b5a1ae7dce90125df5702316 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d2877be4fbc7f8ef17a448ec734c0a2a20692bbc7ae45045c48fb20aac66e43 +size 1157877 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000045.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3f50256d25bf592e543abced26835ea28d7ab6a1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de9401b420ca56b276fe043ff7fb7ea2b437871f63ecf34ddad1b3651ccc3430 +size 1205819 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000046.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c9590185742e6c0598db51a94ffa79c731109212 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b302d88990f9995a4f39e3872931969cedc4b89f4e62d28e0581a409f1d15cb +size 1241655 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000047.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec92c3b9b0f7b7d74e5ff05af18f93495d197fc7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e28f76d7da270d74a28a15657729b02a965525cbd5ff32cd711c05474d64066 +size 1259729 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000048.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aa6ea6040befc9916c38464546b062eb8837f43e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ef584e1942ca547b5040c32b68b5028c5a251de901eff10fee8f448fa41348f +size 1274586 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000049.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5a2653a3256d47c4062a0b777b9f3549d2275492 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b983f79a2c1d94b5205e7b0cfa9d085545ac5f57fb07d5eaaedb4ac73095953 +size 1349834 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000050.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bbe8be1bb00cf08dd7f27fe09060ab140f0b66ef --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcf8a25a0bf326eb72330fe324fa3db95708fa092e81dbfe68b3ac7b3f3d87c5 +size 1091622 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000051.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..88721e7f0827c28e54c477675565cba80c78569d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd21cc1136500fa0ca3c8b6484be6eacfd729cc567871dcd17973cd70493a2ac +size 1165743 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000052.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e48e35a958318243d8b95d25f31ed9a386f4943c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab21936d435ec8b593745f1fa797656babbacb517d8ac8f7659f74cecab9316e +size 1174472 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000053.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ff85301ed1c5facf90b1acbff97b0dbca30dfa5b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bab91115f70e97a1a023c1290bdd11d9120a4c8aa68fc59b090c1271797514d7 +size 1171978 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000054.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b273556b1e3da7bf5a4a1bb7f96f2662e00cce1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad3804c16d7323f5e9d07b788a5c6e30991c40a71c3e466a99209a55dc227f09 +size 1291731 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000055.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2fafd2bc9200850366aa53b0ff451da32a7380f1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d5b64589783d5d550a33846e39ca3437674de24d2a1d0a29c0470eb7893e00c +size 1177445 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000056.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7260420b387fd473798aa8a6907025716745278d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:020915cabf15e5412c86e9bf5638b0cbaebca4d9151a54ce3b16e907da4c262e +size 1240119 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000057.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a1af6df1247523ee725a4cd00a94b502fd77e8c1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c990042ab8ddbddc716572a9c0af944668de508df9f91fb40cd91d16548e21b +size 1161569 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000058.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d222ce05eb6eb7d55021b13c4004044d7d7581f2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f696276e7ffeba1aeda509b30327c8271614aff7dcddd593b0caf453c9017be5 +size 1376146 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000059.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a8de0941d8cefc5981edd5204e637b9d1fa06818 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b9c1daff7088dda304b1f9ff2942bcca2728414a77ef8f4a48e1d53bee68ee7 +size 1490752 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000060.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fd834ead48c659ccff76a17ada05ba26d34b704f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb3b7b93fbe712237b5f31a09a13d85c99c11822703476587c1b7af2743111ec +size 1368077 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000061.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ccd762b2edb53cb2f434666f4876cd4e0716c497 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5590d12d89c0dc32d0f6e3e6d5f198a472b308377f29b7ec9f25ed54e7a14010 +size 1343906 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000062.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2b7c23b70c49d5a4d49b09deb63a255c9a0bcb27 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67f9e127672a0342679f517f579be33c11e6125aee778d5d5685aa3244f9f554 +size 1390135 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000063.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f8b4ca4c39914d2934ed7cb4b9378d4e89089f10 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0bc3a521e00f5d737ac453e2a22cd01e97af572b34c4dbb61b82f63c5dc2c86 +size 1322359 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000064.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0bacf9547cf16d19f56c3a568a337bf2a3967c70 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3178c1ba98a7017038dcfef7885436ae69e21cfeb715ce0151eddd486fe1d32 +size 1294330 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000065.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..28be0caa5fe0e497e2953426e9b30f2e290df752 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08d9d59226854bc97b71ed39703a81b81e9e2d17a94e60da8cff3f9ff3440836 +size 1257270 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000066.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a931aeff44b5ec0e80d5dbd2cee4354c5c38eb3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c35309054a7dc4b8ff30bcec0a06b7b647b041724808d137a325675d8fff221 +size 1307139 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000067.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0b5005a50401506174caa0dc423730674f237421 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f73eebe522c4f90b66ad8e861de34aee2c81cd6dc3f9ec1e3feb8b1ab534e562 +size 1345950 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000068.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d92be1180bb8de7eda210d9f9cb3eeaab36afc08 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb789cb2a19d985713b76c8ad0fc3e469394b3021c5de7a8a3c5183d30607456 +size 1217872 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000069.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..656965d5656ca5679bdd6a84b38b9ab51746cbd0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82e0a5e7bbe9ceb3da025378dff5509d36a3579f63fd52747e0b3940ef5c9f8e +size 1409942 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000070.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..376b4a2ca0acae49511d317d8d87e2aa5e24d242 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b20f42e5d50f5bbad768bb59d391897e4eace2b96eb9e650da9ea4b614e0bcf5 +size 1180956 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000071.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8dfbadd64b060e21a356b16a8a47e364feda293a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6e1933153855f41825336aebaad6b8487c71e07d9dafc02e0e1346d64cff7b2 +size 1319497 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000072.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d1906d5c64ea37ae99e6d34dc26de7081bf7ae93 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdad0320b6c5a46ca43fca5dc983b47743582d9e3a057ab446e425f48deee831 +size 1408287 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000073.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bd77df5399ddc0cf151d138cd4b794518c32482b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c059156bcb2d5f3c8648692b2bfc92c3f6d92e62db50ddc1ca9ce3d5295ce60f +size 1323666 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000074.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fa50ebfdf68aef9e05f4fe2029e47eaed4a9266b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df12426d025d6fcec7391e9fffe1ac4e4aff9eb805bd3fa93a3e1105fb22d821 +size 1430488 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000075.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ce74e32e18e1e915dc75c80eb22bb9496c2165d0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f2474e44b178f4bb25a46977ed939e732031d16b8624271eddc5a3f6192962b +size 1292292 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000076.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..216a70d8356f3a7531e65600a1c9c479ab21a340 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf74af80d7a93af1f0b625dc89fc5359b0932cd3dd2b9ef444213c7ffb1dbc05 +size 1507007 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000077.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..203cff36b5d5816e91dfeee48ae1df5395d9bbee --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98a7e215ec33c677239699619c3d57216e0f50a71bd2348795781683b2de0713 +size 1326523 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000078.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2cafd77ad20f8d716ff2475448fb0ba5781af5a4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa1a731f999fa297610d2d6da9f8f3e096e68d37f2d3850e2ef68be9162b54d1 +size 1282282 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000079.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5fe5343c179018159d17f09ee0da3ae10f65a42b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b153f96f990856403ebe5f5674106c1b14af8e8d3a3ee0c101a095637ed79937 +size 1385017 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000080.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d435f218f9b4ca6a2448a505b28e55fe7dc6058 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b61d6255363867ffa2face6baefe7647071a0570070bf86cc83df9370c37f34 +size 1482005 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000081.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..72a8604ab9d84f4c1d074cdfa04fe7b2664a6294 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b21d18dfa2261f9b0539592d6ccf9b88c5c706dcc0757f9b48f05a513233a87f +size 1546633 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000082.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4d7b23daa781830576cbe2fd31832f4284f411a7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a27c8d8fb23bb7fb544ef0528417149e41d9c75c47bc2a3c4efb1808ef359b7f +size 1384487 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000083.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f96fce973f68ea0484abf8b1f113dbfe913894fb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b3d5a8565b3bca99d989aae6df046f52548067de4a34f547618df8299ff514e +size 1507384 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000084.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec5e084b6b37b07b2b261cc13d4cff7146746514 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7c2a05e99d9a9f02a6e5226ff7b58cda1f7a82c76905030d3cb869f279d7397 +size 1356545 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000085.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..64eddc8e6f5143e0bdbdd1e654ff35e5518ca73b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56524a7877e9552aa9235097155b7d15ca7ecc831b2f9e57f721fa88fbde105e +size 1319296 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000086.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..deceac17b48cc024c9537b874607eb5ac928eedf --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7b21b8066bb961f21b369f61acc6b6bfe69deb8af851fb5d5861ebe4a832658 +size 1220073 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000087.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c303107b5a869a0eccf1e0176c5b81816b016fb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e28c0609ed5512479845deda3a0b455723e0bed881b446575536f8f45bcbb9fc +size 1398969 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000088.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1b9b9665b3bfb08da6782d5ba4cb3a70c6422476 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:638f17647fa80c6c644290c2efe20fba6e61e77a120acc680e87f650bbd9e12e +size 1228623 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000089.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2d0ec6ebdeeed60a618139e2c3f539848cb01c2b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1c59b53c7f9633a33cefa3ee18dd1738380095707f33bbba70b2fbb23c032a4 +size 1288810 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000090.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9efbba3c41d66e9c87b56a8312e3280e08a5e0e4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cff69177a557e57bd6b04d8ee11ce30fb65539bd2f895ab99d4ed135356bc10f +size 1598863 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000091.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f2c6a0a1cfb5a2215eb9149bcf09397e455f895b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7dcd7635f2b894c69d20e051e6bde20f042785f11b4aca644719e495b077030 +size 1373131 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000092.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3670c347a4a124bfa017294443c89a56ffebf386 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5849f181546171fc3df6bf86eab76444518e1c0471fa931b4da4d894fb643bd +size 1747520 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000093.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c580bf80e9a3f993fa1ea77a5b544399938c444d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c0f4cf9e4ebab6fb92cd121649ec1a52393b3f1ade93c1e26205f12147e4812 +size 1337286 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000094.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..84f528740320299859c78ddb151bef04a279d0d4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e7be22bdbe9a71c30bd934296a2bf7d549b5c131ab2b50daf3fb7e5cf8650f6 +size 1360212 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000095.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..34cadef8e22c97e9b1de3f32f662248bf8881d55 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:856bab27aa8bdb1a6e4d0d694dd334ce347d72e36769e333881c8c8e264a5c6a +size 1447843 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000096.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6c41c6ab6d6ed7204f4dc818775fba980a3afb25 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b861dc4d6824482c3bd77bfb4a5aa23fba6ad8f130e367eb23910f6750db7dc3 +size 1411580 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000097.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2e4ed4da25dc4efa54fbe89cd8338d03b38ab453 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31a856711b47383b9db4dee69285bfc2934c3ae18e535f4ca3f27c409a22bd76 +size 1377147 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000098.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5ae48ea33c66aea914ad2b0671b9cd419f76e438 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1be51ca2da554eef8beca4e69212208b9419810ea4abf86e75814c0c5ea494e2 +size 1334331 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000099.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..90ddb2d75fa71d457fcf564e15d3b9b806fea3c4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9be677d3e73f09e9d80b11e7462fea3ad4b0c1f3098ab9cd950f147033bd4cff +size 1413973 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000100.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ddcbf110ce08f61ca4fedb08f92a99448f83dfa9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c762a193de44753bc4bc7fd2eb04d37764e9570fa2fad8de03a9f58915d3309 +size 1450967 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000101.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..348477f98a78c851ac2534026a139f87e9851412 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3465a438c2dc652daf8dc16ca57c20237c2f37f2354bb153779ee0ac3960d1ee +size 1401066 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000102.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3b2ad1555c74e919717617e5178721388bb5d679 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9405e7b2f377164b60cfbf769336fa95ca12afd857360cb121069cd44487bc93 +size 1395824 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000103.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f5f0fc98e745a3bb275b6a0000500dcbfd8454b6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64a37fa8f1086af99cd5f6a601885ca58837ef8a35c89cbd93ecb07e147ea339 +size 1463006 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000104.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f9089aa3451a384755af5bacdda8ab5620bb52ad --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ba993ab3cf44ae64bdbd5c2a6fa5db4d3e9883490f5b73814fe3ab82853a07a +size 1552866 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000105.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..56d3cd223002df997fdae8c6c3211608fa2aa7f6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b505286c7c07bcd2c6af7a7b51c324c37a2c6a7b2ae0c8df7af1134a5bce82bb +size 1387576 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000106.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..15633e1a9221ac9a22349af0256cfc597d982797 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33834bfeb1da2dd899f4cd0abbc32091423fd755c489178827fdcd7fbdc07f54 +size 1134106 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000107.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..37c8240bc3f085cb8ee44b14f97cece2b20c41fd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5851fe739c9e0e79e201f0f5ed5281816580352e015d1340b0e6f27764a831ba +size 1329137 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000108.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b815c761b0f94c90fb2e7243310b3ccf58c02064 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:693091777bf4d06aecfd2eec2cd3c5d7f5cf6133d4d675035765999b690d0b06 +size 1389105 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000109.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..916fc364d2ed33b13940bfc392866f5d35a58ce7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f965acf92392f0a58f73e3b00e4ca9363d0393ad9ed7aa90d32cec08e8bc8cdb +size 1061008 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000110.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d44651f30f8fd05a5c4533585660412141a9e670 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6d08aa8e5e65b4a2c9b94d8150dc0674de390a6ff386a20409ff02e7f11b32e +size 1367829 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000111.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7348e236b2976ac5aad2cb815588b51152407ee7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b316c1288f913a793dd40cf9d663681145efcf411d47121e4ca45c91991be95a +size 1247314 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000112.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6a58497c0649c7674426ec5eb2b2799cce9eadac --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeef955ca9e4a902769abe757ad24347b49e897139d5c448703047dfb764bedd +size 1419313 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000113.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7cc3786c5349ff12af01a70132fc7eefd64cef72 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd61d3a612f64f11f3773a3727d11a90e84c0b16fc952639c3fc1a3acbd846f6 +size 1421114 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000114.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b8b7b469f943bfaf3c64cb5b7197a513e6e5d5a0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ac068406366c1e1103eb8be63d548fccc6c569a74611efac81280e634e86e7a +size 1245769 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000115.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..790b91026478a0df2931d3678617b7ce50e72610 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:138bbbc9ecaf666b342d1127da5172cba1e586495d7a152d1e4dce87ff2f562d +size 1153867 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000116.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b135aef23e6d4d1880afcd72854b75a20446f95b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f097a657ca34a748f64b4efa5e73794863a734a4bcaf8b0a8f7161610ef852ea +size 1239268 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000117.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0be969d26e3c316b996481073b83e6953ca8f0df --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cfe240869fa9aff80d4095897d4f2cdaa0dded7b94d464702ba25032fa43f61 +size 1088725 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000118.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5863492ef6136a4a0d317b4c9303d03dacd9a832 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b2bdcbc1322f6d88b9c40c6cd85ad4091b730fd3af7bf8a887ef66a09bd3a28 +size 1236834 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000119.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d965bd901d6b732a2f9b3b1f27f77aa00e895e2a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac15b1a3fb5dbe8493b3f6956f5a22a7f81e3a4f6d0c3a64d8f4f1921d83c292 +size 1291205 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000120.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c8a06ba85ee9aec4d692b965130ca9e27480d7a4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:669a4c47511ed844134286fef10f7a78bb4675cb856a7990187d11b6db419603 +size 1255618 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000121.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6c14df03a8a0e5b180f4dbad259d648c7db68b96 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:428ec9cca6b35b005b3a832f657873926c837daef8d5d89ef5efcc3f40eb018a +size 1163121 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000122.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4a49af2df997d492d5321b82a74173de7c3c62b4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d287093cdce5f1a9e481a9d7136e109ed00942d607f4ec61736058614198c23 +size 1345220 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000123.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b2ceca829b57e4ca1d6d4ad509ca50447f1535cc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0e03b8eeded28bbe3fc45b73a3c15393ee3eed2195220ad220185ba93855215 +size 1305847 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000124.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e2087b12b9eba96344f76e093681b30d8c796010 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63e8f5f50ad633fe108d0794b96f7dfc8733c9851a04021cb9c84961bfd6e536 +size 1220030 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000125.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6974fae9849f5dd5b2fdf0c134d0244a2f35619e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a13de617015250e6e34db6db3c5b33cd245808d293db7c9ffe36ccc037bb813 +size 1197803 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000126.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000126.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..edf85cbef3c5c780f938d2370b7877de05c82c56 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000126.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:030f5df7197575e46751edc943d07b589c310abd097a931aa1c9ad3f628545d5 +size 1325587 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000127.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000127.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..acd5ee45e58182223c13427527ea1b54489b1c6e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000127.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d19202cd79031bb575f3e92363664c67a5b0d23490a2f66f377a6565cce1c91 +size 1396215 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000128.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000128.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..00d335791e4ca29d8818f5183064cf8e2cfd207f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000128.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a212c5244af956aa86e0e7e2f95bac6340281eb8887c0b4824d06bab4aa6747 +size 1345289 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000129.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000129.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ebc1043cb668b44dd4cba45041374d438ae4ea3c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000129.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1cec7b1bde2aaa53472635272a99b08adf4d2c0ccbd8066acced95394948d8b +size 1455954 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000130.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000130.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ca17241793d8f64f5cfd10ce4ecfee4b52bda5b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000130.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d96c2cf956584f43acb6d31159ead7aaaeec31f6ad0cb97561c3e25e78ea41ee +size 1552417 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000131.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000131.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ec96c51e241e3fa250397e1cd76d0ac0759290a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000131.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5440c3488abfaeaade68898c961cd7a5e973d0bbb9d5105918b8d3f4b06f39f6 +size 1301427 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000132.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000132.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..52c12571ead5f428565178258c0ecb4a7be7d066 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000132.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efe95637d9f03ec7300a7ea9ee99315f0b9b4d37915556b5e19b54158d3016a3 +size 1427410 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000133.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000133.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..255d57d6fbe620fe16bd2151c6f52b2213cdb476 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000133.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43145b30236e02d9d3e41f4ba47ec74f45c8d5b5869c4ece8fa9eac917c6859b +size 1435410 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000134.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000134.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e07b1c943cac06e2aaa4b6dbb3a605064453e1c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000134.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ae2d8489e92ed3147d8869486ce64f1f2238a90d14f7badd320766098a4e698 +size 1300234 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000135.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000135.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..03a109bc28f2de753a2a949030edbda71d04218a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000135.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c55eab5187e8b15106e39ceb1e3c648e023a07436db7ff04d39f31ba6afc4917 +size 1433365 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000136.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000136.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ccaf39fb6b6fbf4c1afa2dbd221ae88a93b28f1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000136.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb99cb8ae8abc624d027ce03c4c0a6bcc5af0c0d738ac689f9c8f2793cfd7730 +size 1499455 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000137.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000137.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2981e7930707cb9e78b76a4bff83a09eb606ec97 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000137.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1a6f4b7c2fa657afa3de37e93fd340358ee28df485f68564973672879be89cc +size 1800944 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000138.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000138.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5409d9cb7953c3d0fb532703f7d8be22374975ea --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000138.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:937a84a78d0a4c3990ddadb289ccb267939350996a177dc1a81ff98873cb8366 +size 1341794 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000139.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000139.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a6d43dc81c3f797bfe6910be46a4ddc998be3704 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000139.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:527036369ea874932b5f012a9b799c81cd63c5bd2dd8b10ddd6c5008ceae8356 +size 1482079 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000140.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000140.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..23baed01ce2b82c877d48dfef81efb00e837e7a1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000140.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbac70ae79e6434df66fdac5e6de3be29939dcdd47fb606a4ee76789069db9f5 +size 1379443 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000141.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000141.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ec5929d1bd97e16d30ab378d2afe9bedc60509c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000141.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36de88834db636a6e3616079b8dd9c322b33f90d7149a5d282a8f9b04285ada8 +size 1463146 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000142.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000142.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..278f7d490ccb596ceef7ab05829f6b103fa2e24d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000142.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cb0f13956544eb90a1046034b620124a0b981da9187ae8057ca4ac37d69ab46 +size 1588950 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000143.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000143.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e3941d52755c3c8326b40abc8c0037fdbf20e535 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000143.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8912614fa40a9094f0ab126958d3aac5ddb641a59013ce931c69b50b671bc952 +size 1314154 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000144.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000144.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7ebf40cebaec0675011594880ffd6a935d58c821 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000144.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b07ab354c81f3c4ab38ce8beec3fa976299a571ec50b51fe9e71288d778ab1c4 +size 1440955 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000145.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000145.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e9c35484b8a307684a7feeef8bfd21bb0c6493e2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000145.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22ad86714db2085f37e22eeaed9cba41735748a747e76a26fc7d449a98633882 +size 1606022 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000146.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000146.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..83faee1cff460ec95a66bb8039d7153168474c34 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000146.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5b60e0a9d0f781a54066c437ba25eb91bfa875b77b38c57660036700ce81850 +size 1308966 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000147.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000147.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b25ea721890184144c8f4c082ea608993446e6f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000147.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a96b2a5df7fc4f013dd9363caef4c8aa289e63d12801331a923519bcf9e1e1a3 +size 1243895 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000148.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000148.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0149d99400eb36c6ee6373c81d0210242a35f5a9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000148.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b912364840c37548d3d0e6674e7b1876e914556ef724f02e85e79472d7b58d6 +size 1253396 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000149.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000149.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c47c6e03f6c06e77c447a58e5a1a82b992f3900 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000149.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfb4db2345afed3fd84d7b4bd0b552b9a5dfda2b4657cb418260eafb78cd6e79 +size 1186721 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000150.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000150.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1fa8672138ea015ef9558eeeaee9ec3957e8bce7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000150.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1246336994189918cfec46ff1031788306894fe3089487fee8c47c98633ddcf8 +size 1199899 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000151.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000151.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..20c890673e55be9bb4591fd9ffeb8790c483da63 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000151.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32055d7ab5a137408c0925c50f02eb966be8afa1f86e7a2baedbe8d9a061f153 +size 1488491 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000152.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000152.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4f859c4a2081867cad0ae63b8dc5eb343a231457 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000152.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6657052b94fcfd88c33497b285afded8fc4485b4361b62c7cf55f1b2883b3cfc +size 1409987 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000153.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000153.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7dfd62670c7b98db26341e5c98d90aca90e28cbc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000153.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d40e6557f9f6c493c997c43182d4afb5b168d672dc01bca28cb12078a3c9b05 +size 1208126 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000154.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000154.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e1e7aa6086efbdbf0823ffeaa9be9575c9fda432 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000154.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66d25a60f8f64ce361b27500fc77d1274db37ca74541c7b49d8b882403a38960 +size 1464390 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000155.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000155.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..729a96ffef791183e68b8af210da277242eb6289 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000155.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff776e780fe3f3a8176da9c33a5b0cdbf69cb95cca02536ee5cbd11f20dfb0ae +size 1435871 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000156.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000156.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..83f2cd1d4c889c8435852a0d85b397a232c500d8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000156.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd984f4844a7e5b77a492effdc82a6198bee8459e278a0b623f5ea29f0c900eb +size 1491555 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000157.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000157.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..92965fe3124b6ae85aa7cce8a59f09fdfaf643bb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000157.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5fc50355843c5569a1bd48c01dba7251060da1f39b9a41a4f3f116927ddce75 +size 1395134 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000158.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000158.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f37411bd0527101d66abf29a03c47fa3d2f22c1f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000158.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e572c56691399efa58ac776d2f9dcb6d93aaf29db0ac242847cd27df3675c567 +size 1213128 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000159.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000159.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d4f7d604fe758c9f9e80ededea6cf5dce40281d6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000159.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:184acb06c4bb753e78d27cdcdd4b70a60c8db7fdd13ba8adf11a382ffd452a34 +size 1268725 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000160.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000160.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..16f85ead92558d2cb234b5233a2eaccb6116d773 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000160.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7aaee76e82310a59a07516f1dd718a0498ee1647bdc0bedfd5b624bd95da2a3 +size 1237305 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000161.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000161.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d304f524ac22fd26d2487e9bb50921dca0c1c15b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000161.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3563f4244d3983456f772076818725338f840b84065a3200268366e85e14ed1 +size 1437745 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000162.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000162.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..218070cddc9bbc75fcb17fc3f1d67c650d0f226b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000162.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0e2bec81b1f13740d3ceb70c5f8f12e83db14fc95647458a766615cdc241bbf +size 1427477 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000163.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000163.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e1835a1fee0e5e5344a8f9fb9915e39a862dd18 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000163.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b3fd0eefe7dd92911ce7094adb6f60e5c9a19b62ccbe9e38e03451434c1d4db +size 1291004 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000164.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000164.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..428a718bfe3a4682ae64272e5f0969c65ad41554 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000164.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9356b2454e28f4eb4807726639f73ea9306987d06787f246b764b844e7d5174 +size 1243488 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000165.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000165.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7dd8bf0ca89d886463df8fa363c611e7c1eb8866 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000165.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:003c94bcbeea940197e31fadbae85bdac5d647a19d3890c70a2a5f65ef90e50e +size 1223162 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000166.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000166.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0032121375d9dca24b891f89328c72ec13ce9ede --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000166.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:879c18c87b50a63475cdfe9395986f42807d50453f9ae1dcc37a1329d7632a55 +size 1290966 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000167.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000167.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..83d994b2bf5b3c3dbf10bb5c2e0fa5a43691ec2c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000167.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04a31e23427a180fe6687568c596e0dc2cd377ad230c3ce03379e0da746a49e0 +size 1446777 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000168.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000168.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0cb78c8fb78efc0ff9d793b7514cf7b6c1e69822 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000168.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65cbf2eb0659fc1952e7a3a730d305854311eb4e5cfae2797299bd827a0a1137 +size 1521713 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000169.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000169.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ed9d131491ef8e08292684bdc7832e9e9fbc5ce --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000169.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aaf7993e3a391973c69b22adc50b3e57cc9129b83c5e1bc4909be3337a28d80 +size 1390435 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000170.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000170.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fdb758eb54c06b0fce1ce0e4493eee9a4f50e1dd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000170.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6155e22258116dd4af588b21c764655b3280ee322333619a01a12540648edf82 +size 1408587 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000171.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000171.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ee1505c88fb6f7253f15f261fcd8b6dbb1545a1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000171.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d56b70ae0290c37a15825e2efed770840d7fac40905d072f3e63159fd3b25044 +size 1250454 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000172.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000172.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c1fd2859fd35639ccbdaabfbeca14eff0c24919 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000172.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93d21cf4dae0db0534e3bd176ce606140066f7e174f5edee006eec1fcf640131 +size 1372531 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000173.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000173.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4bd65076b26bc3c04200d21fdeda91caf9893097 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000173.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b79a75a15bcc815597915bfb390179f415d9ee37ab9e9440faee7b83f296dea5 +size 1324036 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000174.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000174.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..05a72a2383881e889321edc842bc5856dae38e9b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000174.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3634e77e7e0abae33255333b39c5f88e39662f7a4ab8cc88d92f056c5dc78f64 +size 1207237 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000175.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000175.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d4504337b3571ecbdb12b1cf078b722028f4869a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000175.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b90da2444bb9fcb6a420463559c6c4dbe0639d47fa8e8318b92eb89e1b78fa8 +size 1423911 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000176.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000176.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..48cc02197dd8fc080d86c7801ec31de9bdeab9e2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000176.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:715724831075c2207d041636531ed59dbe1a4e4e05750ca7f54ba9fc5e0a5f94 +size 1468857 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000177.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000177.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fae19ca55ce92a33a74301879da063538b983002 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000177.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3903a73f635f832ede4e436c7514a76d539532f66c7a4098388b99e8b5d0365d +size 1602790 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000178.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000178.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6231642d4af18d33044d618eae5f6c574e0eeb55 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000178.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ac9b78fd0d2f315f8dd4e8c8a5a9327acc63658636bd4cc873651e043f074ed +size 1319034 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000179.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000179.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2046869e3ffa3a418e6ec4f1fc0cb98501d5d701 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000179.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05fda0c9623323c8edaf28b9d1093ab89965dfe96f3ddb1c1508700408e1080e +size 1366917 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000180.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000180.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..909c326b0babf6477dd920e625d245ba33090d8a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000180.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74ce1e4c2f8a3a2481fb7e2a12765b142d95af03050a55743f858964e3e56f00 +size 1383354 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000181.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000181.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e1b5123d2bcc8e4f72a5d87468052b93e927889d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000181.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad040326e383d5e866bb02cb23fc3a9470d5eb2a5b07c9f5da76beac6318520e +size 1467506 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000182.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000182.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..61257d64394852c9a35e402746ca03d91734dc8a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000182.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:511af3c702740b051f632cedf9d942a88aad395737c0b769f37aa8949a1864dd +size 1503938 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000183.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000183.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d250b7288492d6595ae4b75fd2752cdc9105dfea --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000183.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b834e52da0d85ec964d06446c4a14d9a5cd0be308b287d1f6fe5d39837d6e1cd +size 1541938 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000184.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000184.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..74b64c884908572e9924ac2e6ef3133eb980c851 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000184.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f167dec544504fe28b7b8a0fb2006b788a4671af98d33477288ea6feab6c7976 +size 1592020 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000185.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000185.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..39f97b5306fd077833edd35b27fa087f3fa76f66 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000185.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ede40673e92c0be0efc06eea8c3e1330e7f1a7c393c24eb6c93ca2d2dc19b54b +size 1218142 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000186.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000186.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5622e1354da265ed745158bb56bf6213c1f201ce --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000186.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ba683472398ad3337cc1895f02268898e3b4fa3d114f4ff471ff086dd35d3d7 +size 1407106 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000187.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000187.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b8af3c3060aea9eb0d4d7706373401a95301331c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000187.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7177bbf0dde18205f0bfdd9730b25e51cc435e5f92d0dce38744c8b1d4b08cbc +size 1317805 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000188.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000188.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..928dfe7bdb8481142eba3af4471d731f8e94647f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000188.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6996b48efc79757b6d3c94d6f9261c6836367590bb4fecbb2c6aef421ef93e95 +size 1256348 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000189.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000189.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3e3c27bc69ea2a01334c967994dd390f98389adb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000189.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b7ba6ed2f6bf9b11561edd5cb67351ef1988f25d140254c0dcde3fbcb2904fa +size 1352226 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000190.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000190.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9b7d157bc1f434fe78c1a741ef2931276b78a961 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000190.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:628020f57aface307ccf0a815ae523cfe2733e062932c49ef8b7910106dcb0d7 +size 1404168 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000191.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000191.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..17d127281dc65077a6109da2f90897351b87caf6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000191.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c146ffcb84de290a61e75b7d1d9d226f61940e5cc6218ab58545c3564472bcc +size 1453877 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000192.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000192.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..67beb6216140b10b2728519bed891f63c19a1ccb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000192.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c00fca16a0568a23b9f4f5b5a36e70c8cdb04c0384b79368cca815fc0993f860 +size 1218416 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000193.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000193.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b45526b94a3a51abf3a85dd9178acba31bdfdff8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000193.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac0668cf0e9b0f89fec837436b5c6da40b31a59cc244fad8f1ad20330e7e2f0a +size 1437224 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000194.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000194.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cea149263322d012adcaf14e2da5614f97e68eea --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000194.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:769c59c73f8e0a21c04dc21d05b8c05a56c9517398eacdeb417f1a564c8773cc +size 1490650 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000195.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000195.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..718d53d837d40112f8ca10335c387201d5c3c445 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000195.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa699736c21703481789f85e07880b4907cd903b8c8d5546b0965e85466e4e67 +size 1396609 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000196.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000196.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe4d171cafab246b9bd6fd3eb7e285b195b93476 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000196.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19a002a54f6a0399e159afd9b6490aee73b389225b1027a379f8785961f6c152 +size 1501083 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000197.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000197.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ac1365f0da36bce0cfd361b00e330811a8f37bc3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000197.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6771da60e033e1f5df3466d2d191940fd754e92b656671633d0ba5c7f6325c9f +size 1514537 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000198.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000198.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..58586bb16c2b95edb9bec2b6fdbe6d7c4b43ba68 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000198.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f06544e35a064155fe5fe9f651d7622c36a24759fa0b23a455a3508733b8d79 +size 1311043 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000199.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000199.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1181a1b978ca3077cd21793b59293cdbe3159b6b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000199.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6506eabd43249e734094459341a596b680ee3ec48728ffe83feb44feeaeb9d31 +size 1378490 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000200.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000200.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..90654ed72701760ba28a6bf63c988491caf9ca27 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000200.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acd5188bba66098d1d22f9faf8a397b4ea07898ada0968c9bc0607e62b4a0a4b +size 1526042 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000201.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000201.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..68d85582f2b585ecf51e8590bbb373c8716912a8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000201.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58ae3316aef9746d0f3fc94ef7b40748983ec0b1586c6ab7b63a6640c6f07461 +size 1305821 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000202.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000202.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..19ad4c2f8ce922e441c236f77a8e923fe6cc3bf8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000202.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c12af60e7908c2caf69844b56f2bfe25c3395f2f4f29d307124c7a181da40fe +size 1180567 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000203.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000203.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8984db5ed548045935b4c5980abed9e3f53a0329 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000203.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc2fd16bad6f2adae4f4617a59680398e74581d131ee706dab9abe6de9243d23 +size 1452468 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000204.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000204.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bc7c56ef0bfd35f613462a456c9763ac7c34ec2f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000204.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a90c304480ab0208583a75c83e1ae131ca97a60c6816a0a696bf4000cb25caef +size 1222442 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000205.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000205.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7177f7394074145b17317601cc95bfae32224ffa --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000205.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7309c59136b3ba361ebba5f5c7a12402b04af035f49cd169a7d04fffa7a38709 +size 1354153 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000206.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000206.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b92a47ea205e5a3e8eb964f1ca8f48c8a2dcbb5c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000206.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33f2a203e4aff6a90dd486df13931d7b47086ab0e4abdbf5fa245acfcec34bcd +size 1423998 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000207.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000207.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..866a64eeadb51d881df076d877c47f6c8856550a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000207.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c913bdaf6fe89eea2c7e269b5bb9bfeb66d8a5c4bdd3bfdd7ee77958964bf0d1 +size 1210461 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000208.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000208.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f6faad0d7b495618a62e1dc0549a469513d49058 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000208.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fbd0da416286fb79ee8bdd05eb59a934613891fbf82645078b79edf78968503 +size 1281397 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000209.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000209.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..38184788cc77bd87251c32ab7165b4b82d4eb9f1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000209.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7307b1e88f8784e7ac89e63fbf3b12dbc37f85c084cdabfeb205f7bc9bda565a +size 1202706 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000210.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000210.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9cff3ecf71ff5945714de258ee92fe1c869bb231 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000210.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:003c4d0f917943239bdc31ca3274db2558a624e09f4481eb98d7f459c60dafeb +size 1173495 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000000.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b1addeb413f4835c5db6bd7723229103506a1583 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faacb043f4fa66e8d37015b17eee7003cea577def1516ddc54eae5377ce5c694 +size 2865516 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000001.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..272e0f0c6884f2b33ca5bfc9580601981d57d4f7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28cd4cba189a1d10227074ed1f10cbfd36bdd9d0f10e8041986ad70c1d1eeab4 +size 2932855 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000002.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5429408057dc01aa3fb163fd1c25434dd8eeb264 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc3ff4b482289329fbccb6d27cc82fa22502c1b2dfe802136f551be0cf3cb919 +size 2903872 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000003.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8b037031abb5b2d4bd6d75a1104363e0f2802036 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4bfe4f06adb52f0abdd725e178f3410ec84b3551c0c952e466ef13d42308f40 +size 2709349 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000004.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ab4bda83d6a3391bd1341b438f2cf626851e741 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8469562caf3a69743d78993dbe63947c84782a29c10fe08875a7c6113f3c5ad +size 2517677 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000005.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d8b34d867513558a4a7717df1fb1d75cc95069f4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac6f6dfa4b1bd531a21791dfde32952e4dce75e9d3160709f6ec3f8d4be842a5 +size 2747208 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000006.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..db0396adbd1005d517e884e3afe5a4f4c72a4601 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5e3dbc417fec91305159566d2bee9a974dafa20f93a679b42b9abba0eaf11c2 +size 2577176 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000007.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8caf93bb037ed16f5d7afc9e454016a518d433b7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e790f4cc2b8a2a4c743b28b0546d30067119c86d429c28702d41df7177f25e3 +size 3031121 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000008.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6273a54d1aaae28fbb1d5cf083d753c20d3c0ddd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e537a141531a75ab6b34bf9a52b9606be3c67006fc7a686401fd95258d63fe5b +size 2862954 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000009.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..295d64656906687a4ca6307dbc64e01c3a7f6117 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9af6b614df7e358eea829299264ab60304750c4d0d1c9b43275d0030f9b8a6f1 +size 2928248 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000010.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..65833fbda6be39719746e69e524b1d0e54df2a23 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3c61a03a4f6d0fb98c708edb085f634c07beea24c03c4a1a69f99e0c1706ecc +size 2773339 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000011.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..884126eac1ad8104b58e7ad147fadd5fce3496af --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e319ead1121e1957b24b02bca55aefa931747ad3c4fdc60999bf4a6414a3c827 +size 3075358 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000012.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..048e8ad635897d0b8598378a077e9d9e5e6d8d45 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d4596e26fe47f0d081f3305244d48289b861de7ca5a54b2a8cad9543dd83a2f +size 2444478 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000013.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a21213f15ffcf65da45842f03fcfecbc7c25c3df --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72fe8613698531d53b913b179da192469bfe2450b119acd33c905a842f91d0ef +size 2656579 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000014.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e70f574d40a49aaf537dee157e766c7aeae903f6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1daf69ecc7bfc26daf352e0f8ada60a16509eb21ebb0b893a1ecbaddcbb4be21 +size 2475175 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000015.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a64f0c33df96c281e5058e81453f26e304ebd1f6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2cdeefb603a14fff62d665b16705dfe5623b49debccf4c1e4b1f148d4216ea3 +size 2624310 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000016.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b17e3356e9647740884c90ae4a4d8b0ca64006ba --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef88d63a2867bdeab4441c507594a55dcdabf702f813c6c1c3aa2dd407d6a00a +size 2642260 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000017.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ad83b5660d8790da896fabeaeabc7b0c476c9bb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac7783ba9e7881358e6799ebc21423506765d89ee6f43aa0878efe68c44c0ea4 +size 3198574 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000018.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2e33e9fdb71dc29d262bed1e1a44a15a7bd1fe8d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11ee544f63fcb6572aafa9d005af3c2e4a62333afeacea0448b2e6db8129491c +size 2799853 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000019.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b82702534cf7009d13d3052fa1f093d1e0a8cf54 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de06ee3535d9c105b18dcc5fc21c29f43ec29095d033add80685e90fdc80f4f9 +size 2546837 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000020.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8e9b9c99f7426cbe95311cba9b3eca0b295c4b46 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b922713171d4171b72b2771160c0dcb4df6a526e931b466622095dff6847a59b +size 2112239 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000021.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06123532eebe80deebc10e92cd31d86c2189186d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a9baf243c1208c5d8635e53ec411d912b29dcbdcdecda24c0d1b2cd62c98a45 +size 2982604 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000022.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..352cd129a6c8a8d7ccd0a73cf8bd79fd1965c0ef --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9037d6bd5c02f63c59c9620114bcb40a8d53057441c288b47599472ed4b52e6 +size 2247543 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000023.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f1c63b55da3e0400db93b827c75d3d56d9c4818c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a1c7867776f09ca5750727039c95db8b2e42ca77aa59635d960715b3b64d5d1 +size 2563318 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000024.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4f8b06de1bf9c4b2d7528c8ea8a6453d5533d400 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0366251ba617aabb5d39ba3364bedad5f9c80d3c38e8ec4fdd325877194a1ef5 +size 2876209 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000025.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..14744bdcb1a1bfb72b0b77500a0d5fc088fb95d5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7164aef2a664e2a129c066ac2f29f9039c7ec3367ebe3eca7edd3a93bf145cd8 +size 2452483 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000026.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b9544f2ca0d1a43a88b15fb768e148b9be16da9d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e293ca51602c03ccd84c430e2640c0708d65bae67792ccbd201d8833d521fcd +size 2570123 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000027.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..76bc7b3ad13b53836828369fc5645c5ad6d5d1ce --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a71574bbedfd152339e6ca11110a118a13f37bd7a30b1993cc3fdf3462462ae +size 2269344 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000028.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..47b1f7ed6fd68cb295931cd8b8cfe6cf9076956a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2a90760d7d27418da807280c167d4809670439f941fd69103fbdfd0a2356a5c +size 2507837 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000029.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7ad2dddf7751576def0ef38a344a4bf6ab72306e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:335568da12e70ef0bde73c798a39deef2b08eb31d4d447a76f1b181a5e9451ec +size 2704832 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000030.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2220c0328ee9bb6ac311820dd0e5cd74a4bfbe5b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:921527383024c58610fed38fefbab67e91d9d0c41c3f667e0bb98fd5574967da +size 2432061 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000031.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4d8d10ef5cf52b7feab9a096ea88712c49dd6411 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53d1ca63f39ff642176d05d09804558328265afcc5cadb5bf47648d69e4f4eab +size 2307585 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000032.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..15d187215993caad0810f206eaf663b7b21f135b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62056e015b42cbaac484625690da9354077087e74bbfb1d4c4c6b9e0e506ab92 +size 2774702 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000033.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9e84c05462d0c4d005d7084c3674dcf56ad36908 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9491a59111b867a194158fc170e41b6814ed48c58cf3802f1539713a972ca51e +size 2384616 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000034.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7fe438df4a054ad99f161c107af0e4d9589e8fed --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3adce950e21f51e8accc8dfd6a9503ebde88ac3c132ef35e5c0f985e977cd1e4 +size 2327755 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000035.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8fb9e61afb4c418cb1525850d6987d842a8f0f5e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d1827e157e1c4f09c7c560991092340e2b7d53ed8d4539356053b1c7e3553b9 +size 2587226 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000036.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e3cf816db857b8d75e67ab651ae90cb022206f3d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b973bc35051d09cf49d58d2c854ec9d6001ef8d635d847434362ea55ff57361 +size 2110668 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000037.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5476e1ccf0f695e326b9505994092199729e0455 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7f0c24111e9775e4b00a7114718423a1b28f01b5afa8a29d86e9ba505e28c4d +size 2281736 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000038.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d7917b95d20df1ba9e856ebbfc5aeb492d701a81 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a2f6c7338febdec7fdd83298c5f1c5176af99f9a9e2d85c496c0db63f7debad +size 2320651 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000039.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4a6b758aa16a9f0206bd8e4f8d0fa77a637f708 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c764abbcae36232e6b9b6514b691f4fe208b20557ed547d1aeb9e9e4808dc697 +size 1941650 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000040.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ede88a7a4f61131c5250e0abb7f4d3593f751ee --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bac04bb8e6bcdc085380761e1b86bf2ac23058d2810cf2182a4c07d717072f0 +size 2437212 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000041.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d6f27ce10b3084838dadb1edd510b18ea6318485 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbf90b651efd041ecdf7c2e1365212ddfe6ecb9fdfb2cdef1f06d01158cceee3 +size 2443453 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000042.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..239411cc880ad87f76be3734c6aa67bdb605b0ff --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f6cae9b1e1edce2b2dca76dec0fbcef74a6b28d449c14f88324defb2107ee83 +size 2141198 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000043.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..761bf0d69e3ccdd49191e7935c0d5861c1bfc5b7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1307cfef888c3d4d9b5a500ec3e43f7063ae65f11d896f34ed8ee0c804029016 +size 2921015 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000044.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..13fcfe1f9609e39fbbc83128f833cf109e757e5d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:496de0bb6df36a1c1955ee850c58d370ee15c1053e44a5d2615f9b0db89950eb +size 2249403 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000045.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..78b828b2b88c2196e7d0a1bd778e824d1f4bfd81 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bca73af07b446f60d701d1557a76b35fefe9ae3e281957fd80a26843f123670f +size 2170945 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000046.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..72c283c504163f96823f6b59eeeffe093275b119 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad15f68acfe8d2efc5b9bfe9914b7f6454ca2d586a7b8326ce91fbebdd7c2847 +size 2431976 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000047.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cb1f559b2e097ca7db686b3101ddba4e97ead0da --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96f9a6d0f17ec8ec3c853b9efeac67ff4afa57f485afeaae63d1c12e8407a9d7 +size 2510038 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000048.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bbd8eb46d25032650a8e9854a4900a3f4a850935 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9a39bf4cb256eecdecfd6ef459fb1308b72aeaf884d5a8cd8dcc6bda9a5dc7a +size 2439934 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000049.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dfe381912e07cce78e0a4de7f82b52e99b1d7393 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0742e9fd868b7dfa9b0c3d87b2b0ed8a815ca3599f877140902ce1d7859d60ab +size 2769256 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000050.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5ac9a40d86bfee2c90f5bdc565d5c770dba52482 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48a95fea7cc46db48390082da2a9a2bd40bcd464b48f8c13e140cf2a889525cd +size 1790852 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000051.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d19de955bdd56c67971f43e82252e1bb6b878de1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a975a246e4ce4f4e834acc08dbb738ffb400db47b4f4892fd99402ef2a55d98 +size 2206396 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000052.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dc9e4f7e69b957356c8826b37a54c453e69d9b7d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e0c852da699a3d3728e9e9090b392890b71bcab5cac31e9adf249ce4a10f02e +size 2035163 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000053.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b4f659d2131eeae3e9007a5bad73075d9e38b1ae --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3119025202a790b5491ee8f5452a700a8d587ba7e41e766af1e66fb03aa1e8f +size 2290108 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000054.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e28f5e458f72dccd4aec0600098ed0e32316eec --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc120cbf767768cdf242364afde553e17c43be8e934963e2b9b6dd250a06e14c +size 2377536 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000055.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f26e7f11b3ec74e7c3a7a8cb96809fefef5f0930 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bf53ecedd395eb4d0a42512dd5a9de8b006151127ea5bc20a4603c9053d6f19 +size 2256657 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000056.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ce9dd30ea8c01d9780725bf213eef68592259a1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da4a2e27ddb31a956e7ea8bd69466dfc49c4ec1887603e9eb56e80098d22eb82 +size 1945094 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000057.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b388537dc882e27a2c4864e12c1d4eb7e6aa0e69 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0ff6f730df00b74f6886e745aaa28236988678445b76746a99781f5ab9bec1e +size 2049858 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000058.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..109c9f27c420a6b8521fb27481e46ef63c12d460 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e83d7859404071abffd7e0a79b3e2e5a31c2b4bf48fbc4135a3094e5205ac6ce +size 2577411 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000059.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3ea59a4a2f8b0f59b852f8bdebc2895b0ed70af3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b02aab5be4721d4668a67c9ee2de625d76840df10d82d97c51fffaff0a18e471 +size 3080653 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000060.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..82efbdb1ebf55086e7d26e6e90e4470364f5acb4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7afee2713037357184d72557252c6ec07368db5bf4f33614b7985b4c6066f2f6 +size 2555790 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000061.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..977cb7ea98a8f72ff0962ca2867de1f782f8ab1f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bee6aff96b1f46f4d7462aef31dd3138661cca68a36c675b065f2d8d6763d1f +size 3052451 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000062.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..209d877a94c0d2f3fb11c5ca2e9ae740f817e603 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0f7e213e42cd07a7a38ef8bc20284d120cbe4815bd7b9256a9f41531601571e +size 2678308 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000063.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ed4b819c8323cade5110efbc009b2bfb91df5dc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ea4b11ad59ab3fe23e9604f3e6126d2dff3d3a2b4f36b081cbc14e58fef6c60 +size 2768270 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000064.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc609a61c1d8eb158bb247db132c70a35a8912a0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:665b2eb36b17e051cf7965d8458cdc842c19debef76e5cf25b5dccfbc9af2d52 +size 2423430 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000065.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ba3fc91902ac591b0d3a973a568b6ea98b651576 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a1f501aadab36f34d4630704d0a374e58c5df512a4276f17d488e26625fdae8 +size 2481118 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000066.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1b267341d43d1f957807e5bcf39b8f70248ee523 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02960934da8b39712796cbbc70b9ab235e6b768629fc30568d2da4261afbbc89 +size 2402726 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000067.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d773982832dd1df78d6b0b549ca71563dc43bb3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48ca6ad77915aff3a814785ddfd3a0699ff700145752d14a43f6fad1f9fc2f72 +size 2631207 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000068.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0e89601c4b3056f68fc47e03cae355abf579cc41 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ab84a148563f958277e6b2daa002c719ea8289b27faaa6756355123fb9b3c66 +size 2208261 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000069.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b5452499ee1a5b48a366f54340c12ea9fe6fc4d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5db04bcbcd97902c422b436f392a0190068a7a9d64c69ea4b9fb5f09fa0b873d +size 3078334 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000070.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1daa45782005ffe783ce41277984b88e81f11c3b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e73a82c035d037c0cdf1349997a86c99af0f03ef40993af695b2e1eb4d8534da +size 2158777 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000071.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..63a232c5d0ddd4b5f02536ef60d1d7229d2dc726 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:261df043d4dac3e3d9514eb3716dd95c6fcb605f7739ccbad0d03f4a3c0509d6 +size 2534619 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000072.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..87f95df3e085662741913eaa5681223c5597f81e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72349d9c0a035142d88076140299221e2d4cf43bc45979b3eae7d0198320f603 +size 3106165 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000073.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f86abe5f7c685cccde5633bc3daed1d0f3191bae --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9272479eb529e38c963fbb77aec0d073069beeec4b7ade2088974e4b368a75f8 +size 2268922 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000074.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2fb15962edc785f32f8aeb21351e53196fb1b9e6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac8d56eaaeccbb0c807951020a77bf7683093b8746929439eb7770a39f0098ce +size 2691066 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000075.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..00a74e630297804f1e9c4e2ece6cf7abe062c505 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:106e574d3d3f702553f7aab853efd182d13b1b99a3987f690d53ec77157bb910 +size 2218229 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000076.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b93e2bc613ec111776cc54ee555fd9d3959f2dee --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d1339396ba93c198d1a1c44939af420740b21d6bdbeace9c7d922b9466d30a0 +size 2940559 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000077.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dd70bfa4c087877b8f15cc1b616d2d72e3e724a7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1740bfb925995144ba31cb92bff35bebdf3a30bf4cd74b48cd8ce523c2eb167 +size 2267010 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000078.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..280689e37ba709eb89830bf7a3fe17b4f7dc9d90 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de79ac4be54d6b9fc9070be0558b18db9b373e1e7daedc6961609927f2dd73d0 +size 2705991 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000079.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9172f9a4b2d271f5e6a2a8ea6ca67ec4f1b168ed --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32c837c9be8b22d7fee0a6d8d77fcb5cf621813167291fa781c4e9605ed670be +size 2661733 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000080.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1aab3f3f8f39de785f211a8a2a66db7ae3e5cc08 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17e209f3c21269b3eb2edc2dc6bfeff24d6f7c75fdda9c0ac6f754716952d026 +size 2810596 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000081.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..56940b8a5b0db888f4d0c07d92945d747c18b052 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2641ddeeaa9519014a00c2a4065d7fd6eaeb857ba5cb8002d15df3f565d5115d +size 3007232 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000082.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..48b6a2137f88d20fa61c00175f4158656aea52a9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b92575d8a4b5be07ff6c6e7a4f2afffe3ce446b50ffbd2fec2b2c5c1c09ea955 +size 2638007 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000083.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c556687bc06732d879bc7c8e32c5aa7d841df17f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ba96ccf6512d1ff3a4b53c9ccff9886d34fc2eebe5360b12d163f75352ca009 +size 3054007 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000084.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..88b20e504da5ca937ef08306c360df723f3f4570 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfd6cbc24d5cb8fae453b5473975aece7c5a2f91b975a4a6b9f410e9f35e87ce +size 3051423 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000085.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..42d661008898f479394588590edd263d85e9eb9c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8950e091a7a1bf9529e4c4c82f9bf30e46ad93482de65c8004b960453e7ab8ee +size 2656703 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000086.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..89ad81e369fadfec59f912d58a568c48e475bece --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2495b2620e2a0d5a4f681bbb659a07f9fd634091460069f92a666832b0ca142 +size 2395491 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000087.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..beda6fd65c672dab2292e43aaec6201da23fe14c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a702d0719c46bada99a1b97275ae74568308881e60e09967637bc6ac7e237362 +size 2910736 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000088.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..69652a23407eb9785edfbb05df5fde8192d259f1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f42084e2d6e255a491d92d5080ea683ae8816bce1ab000e1a2307df38019cfd +size 2257442 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000089.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..71c7d2c9f546dff66795649bf0c043ae6ac7d47e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adf7aaa8b2dc4ff490dfb2df7a9dc078ffe02eb99f365edbf3451c8f42ee3e8e +size 2288023 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000090.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a8cf29fec569d6bb01b9dcfe6d9a3695ae4357c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f20ae9dab9d157b79659d2d27078260a4a02ff95374c3864a3ec8fb57570df0 +size 3059868 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000091.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..72fb44d911419a1dab17ab722967553fb6c8dd03 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d47946c5db353692bbf67a330f21f6729b4a90ee36bf76280f51c99d96185d1b +size 2850725 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000092.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d2b9dbc357bc9fb627184d5d30e61ed508b9e1f2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abe0f3aa452f52e5a0f0880af1de61c150d076230bab3e2972caa6294d2f1a26 +size 3291361 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000093.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..79682f8f25341f122504b2e432e828943f14b56f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23a8b542186dfe85da18f255f476f038117a2bae2c9a8e768570c9d25c11ba95 +size 2915368 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000094.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..39928287fe72c6f1706c662f9dfe04de7750d093 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43ba0a81b9dad0196181010660a2575753caed4a11e7938b759c67b109bc7174 +size 2994009 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000095.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c4c938d910a08b6d324f0436a8c027d9bf3c2ce1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f114377b7f7541bece97054261cb196d87893b0e3531455286efceb8e954c285 +size 2808316 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000096.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9b886033b6956cd4db67988ac5407f979170c914 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab3bac762b682f6d9968b207a82e2c2f49abeb29e1a8c3bba1030281c3662a4c +size 2919417 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000097.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b5cb784010ee8c8dc463bb0c98720bbcbff54954 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed87944f3545e4f154e2fe3f14f2c9c0db26fc1da7226e8bc1c85705b1cf8c98 +size 3147655 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000098.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3646fe298abe2a010691959103697ff6818e1371 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e04a0fe8c7cfcc1b658c8dee26d6284c6f550e7fd02e334e5783fcc9e0a1aab4 +size 2863710 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000099.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..356437487d98b56c81e54818af413a88beb05a5b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08fc1427ff70f19836a9cd3fbacdc938ebd446be7c34697c246a3bb9ec9d8ca4 +size 2903631 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000100.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..643ff2b2c1514e1dbaa1b61d689bb75b4ef20e2b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd5d97aafcbeb073cd11d85e6ae9d932591b7e3248c5ec550687b467495fc066 +size 3186958 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000101.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b21fc61e5bef26884fff3d11b0bb873b2e36e9bd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:671880f223a81448a1461b75654bdb9ecd2eadcd745441c3e96974b300b804e4 +size 2797097 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000102.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..97190d3141ce8f063579528b54e278c1d7993959 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27b607cbd0a230dc00a2f6bea41e6847a0fd2c5c004ae00dc5431661532dc5e3 +size 2891028 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000103.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6c3e484fa843c44c17569b00be8abbbc0adad96b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d692352dd95cf5e18b21fc4077b742d455f5576cd0230739461c3f9c86b2047c +size 2859741 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000104.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..29aacd9310023a6ed7e08f7d6fcd63dd6088a45c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12a4203123d6019f9d3e81971808436e75abbb024de6118c5a097eb532c266b7 +size 2879694 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000105.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b4b9e4585c5a7a3447e11e780fcd8b4d593c60a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a2a5c3d5cdc30bc6726e25fd8c2db9335b516f3a6a304721fba9d0a6e6ed0aa +size 2656398 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000106.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4863d3b5ba4ff944a89ff0fc6c2131c3ac2c369f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4230410fa8c8d97b8dc0a90f6cea7ac69d46bf880097a3eca8342e0c73e5d346 +size 2089241 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000107.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b392d8887da0f955eae231befcd762ef6eb7cefb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42dbfa2d7f17227fae809a4d7ec47f394f0eeece42b8c384e3a60ed4ff2c468c +size 2498594 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000108.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..692c5a0825690ea8324541c1c52417cbc6b0e4b6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8056c1771808e5fa92c78ab5d2484f987c9b3fb43a2c8395103a99b10723f1bd +size 2695978 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000109.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd448c489e158f25c51bd27ce6c5fad967d71ae6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:821bb27a5e07e08b23743899a345912661afd4186fe6ade450c0d6ed1bb8f385 +size 1842213 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000110.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..47233c9d386f0ad9bfa10e6d5deef421c8aee43d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54853bc15ab8ae21ba3cf9db413805cf9c2fcc27547c05e2bc509503799e8ada +size 2466211 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000111.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a32c4984e7b13adda831174ba14f400469cc5d07 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fa36a58ef1df8361e1412d9c60a5e3f02e66878574c1772d35a9dcf75fe05a7 +size 2177060 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000112.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..46295f572efa02d6503052022424024ec3bb7d4e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18b2033aae412d837cddf81680cf9cd1e34988294e3f5234ed436524ed243889 +size 3009363 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000113.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..283cf23c899451d3224d6eaf51cb122733bf0502 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a77bb2362de77a204fab17f57d1fc020a6422f515dddb22b7486eb94157ed8e7 +size 2574291 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000114.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ba1fc87035bbe177a4a23f22e3c5c7826786eac7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c94dc52ff89cd7d6212bce5a13ded1b2c5dca41ee1142524c726cc567ee7ceb9 +size 2490583 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000115.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6b60f211cafed948150aa9f95118638887e9a8f3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81fc528d9d8ebd7ed231d1d442f33605171f18fea9c3cae2ba8de909011f7399 +size 2243657 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000116.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee79d25b7d42077f464155c12dda63cba9b02e08 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:368d687a575f66cab6b6aa018a5d84b57189dbea0217b34b06d42c7843cd00ca +size 2452978 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000117.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..90b741669428ee0bece619d835364f6c29f427ca --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd18a3e15dc25addd892305bc70920341292c5a5c3ea893de41e28e11eba5878 +size 2115943 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000118.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..468d7bca1a16afc231188b55956fecd167d3531b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85ee28517118c329baf069feec10071607ab2f64f6d9f6cb5d06589a34f3b926 +size 2479310 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000119.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..116e70bf1992f13ef8d08c46d6096ceda8bd7281 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97a01f6b94cda82137c20db2b408534c1bcd169fd3cf84d430cf3b34a184705a +size 2694523 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000120.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0340f747f53352882599280ad7fe2cb7da5ee80f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:107ab5a04efe23602b9ffec95f06747e84403f46b17b2427a719f9add69abb40 +size 2494735 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000121.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8e09402af98f9e37f865b2751875ac73e13f7346 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:075b457fb2a00df6f56a3265320c8b3f63bf93b40568d621060ef14637483a76 +size 2248728 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000122.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..87f16886956aa82f61ec5d0f1f254ed1e8e1624f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45046159e582c0fdc5ca6bdd13e1cdd65003958aae6982ad9bfa919bd5392b00 +size 2432653 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000123.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9f27505a562309b458d1e8e62d7050724eb9ade5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e966ea04577face7ef67efae8a0848e69a7697c2a83b6837edc89d50d445bf75 +size 2850039 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000124.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..19e7e6068ca44bfe3707cdae0138cc073c1fed68 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17b48dc32fac65215d9bc17e525a15fd1db255a9296a710f3ed5e3f7d4995727 +size 2494535 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000125.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..98f13723e18d0a99af5d1143eb551d2496debca0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51859531cdf93c4f5227c564af3751f5aa15ff0ae0c38fee8f34203c7c04f9d2 +size 2425501 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000126.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000126.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..df869da58b65da8f365b2b2b7876769692b0b3b4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000126.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a356a121838acd8235e0e7c5798e26009ffd6eb744d3ca2c27adcae0424a425 +size 2866785 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000127.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000127.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8418e38b0c2a6d95261662a432e71f4908cf67c5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000127.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7547adba4abe2f28efc0540d01291bae9a8b4f07ab87ff2723b2fc43fb8c7052 +size 2900699 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000128.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000128.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..500a8b6c45f2eeabb0200cd27ffbeef0e7304aea --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000128.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:855c7e64eb36f90db42ee206ce4867097a689ebe41899f1f65ea57adb31d9a10 +size 2603891 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000129.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000129.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..98cd7b440dee8be9c228681b949ba1b630b910cd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000129.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feef18b466eb824f6d884cc7f1e351fc016f2cad6d696c4b383cd2419f86cb50 +size 2759644 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000130.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000130.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0241b6d7d2bd475c142c7a6d1c29784372e3252c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000130.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01db6a94df33fb388e829847f28528ac7c8257121a7b57056424c659a70491b7 +size 2791250 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000131.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000131.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0b162b572c71301a0d92cc9ceeaa71f5a6219300 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000131.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eed9f310d7d36141c60359cbe3e5c97e86dd0a0fd09c2dbca79b6e3f7fda11e7 +size 2858314 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000132.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000132.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ac2d1672bc92eb4f6ead60db25ffbe5a3194307d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000132.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f701405822d368b5478a902ec774458400c698fe0ec97cfbd02e62de755dd904 +size 2637274 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000133.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000133.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8c9cea21622de1d2d66f273c8867319985db61e5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000133.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87695b3458b71b12201f5bd8d5325b4389bfe4c25fa52fedc3ef5378afdbb6ec +size 2821696 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000134.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000134.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4f350c25acde62f775edc50e845695b1fc19e1a7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000134.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e78598e9da387ad560e746bd8c38647fc117cfea3bda2948a5a81b9c8b8da2f1 +size 2658074 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000135.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000135.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..783ed9e7336325452912ffb78a30f303146f29c7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000135.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4702cb71df2f163f3e903226204a7b5585642b5824ba15f567df091d78ba0b1 +size 3111069 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000136.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000136.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e6dd71189814a45d71afd5dd5fc694e957ce0b2d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000136.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac6bdabe6c7a9fcc1cc5c3c48a0ca31931461081db4b7e664df74f0c530b80e5 +size 2939217 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000137.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000137.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a07d5d9414afab2ce0ae3e228220953e00c48fd4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000137.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:829983811b2b5dc4ac786b69690b0dd2e52fb35b8966730e7cf9f895d68e3d22 +size 3147494 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000138.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000138.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2906c77ac4d5c207b9283ab666b7d52d64a62e42 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000138.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58b39cc92700c8ece7523f8417db418c130166c2e24289f6c6efe2d3885d58bf +size 2813844 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000139.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000139.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..758215748e449c109e1d214470380baae723176f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000139.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c313c1e543538ae4f8aab44956ec76016e9e571e6335b5d0cf01dab9a713068b +size 2974086 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000140.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000140.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3eeb108387d0490a7b4c56d9501b62e2cb3f0584 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000140.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eef92ccf62c2944e2f4493e645767031e280dd80604368561d683e11243a9cc +size 2820522 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000141.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000141.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b40070e81595cab564dd97568624bb54c6eaec07 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000141.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbb1d69decc2123c103ea1b03fd2c6fb2bc97da38e197b80f093269b9540fcdb +size 2841226 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000142.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000142.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3a0fb0d5ab07cb36310c40456531af628764363e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000142.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5581ba0d96ec7c1879cab975713962465d0f8ac034eb51b133d8ce7fd8b730a5 +size 3090321 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000143.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000143.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d74609284880d4462fe7c396a04453e66e8fb863 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000143.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0724774b0c5dd58826ffe9344bbc2d4d360d4536ff5c749db968835e384ad8ab +size 2518273 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000144.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000144.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..073cd8ee0a854a668fcb5fc8f1db53fbafa4a0e1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000144.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abd35acc5fb1fcce94327d099adbc8a08da93c43f576b6cd1b2df3a5272c8bc1 +size 2976168 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000145.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000145.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f41f934c298ae788ac865f833101da8d68ddc1e0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000145.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c112d231ca199058dcd1cbef290d44e882453e02ea692a2be1f31e165cfdda6 +size 3323239 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000146.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000146.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c0202cbec7afa2f61c0c96ce9a10df4c78c02ef0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000146.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a62d5ba67debb439b7d5b5483a1a75f3e26d8836c617a6ec6019bde8e646ebda +size 2611260 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000147.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000147.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8122a3deb04c9287d19e99b5d4807c9a770f5cd5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000147.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0e8fbc93968f07cac489a13adeb171c9cccc2d0b2cf6b50963ffdb44fefe192 +size 2491545 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000148.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000148.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f1b53a18d3a2cacdb0c864f7ccd1c64f0e113f44 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000148.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2dbc3f46d945eb4dd5320c7dc50447bf83dce3ce8a386e4b6483d78f61de31f +size 2487050 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000149.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000149.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b8fa2da3a5872d3032f59cad74a562a68d8c6304 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000149.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a63503d23fd2f0db610759a12f931ff07ceb7c98093da5a519313ae280fca216 +size 2408084 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000150.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000150.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1fb7430ad016ca3cdff8c6c11098764adee82b1f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000150.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bb703c3470f1f64ce9131d71f594414d77b9f28791cedd76eae9bcab813f7dd +size 2400785 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000151.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000151.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cde341eb19f3152d9482e8f42886b81fe3fa7828 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000151.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b789ea15fe7a8bae1703f77777714da0148b4adddebd0c84a0941de10645217 +size 2715655 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000152.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000152.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6569c1f50691ec7e60d8c2606be9b9f37c186528 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000152.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b62b49861c7b9a1ddd6777e03655ec76df5487361fa522daf5c69f01ade7b39 +size 2553909 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000153.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000153.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a78f28b1a5e779526f5c97e130e96a9e5cce4cef --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000153.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3f47829e51aceb77614ebc1ab298d7b65cfafb67b09e40df201108ba0875b7e +size 2466054 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000154.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000154.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..498700f8c26ed3e6ec9c649a3ed99adc7fcca5c1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000154.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4cfc6574a17e50c04bedcc3c577afa4aaff20b170d088d1fe565de9bf0d72c1 +size 2568475 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000155.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000155.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..14c70987733e24682962ff72cb43a445dcadb972 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000155.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c37baa0b0cb9f5dcc95f92d12f9350eeaa087b207f8eb47346224e93caa557c1 +size 2710603 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000156.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000156.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fab21f1993717d000d88d7d7c977f8c4c77a1959 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000156.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc7079b064d2e66ba822c6dca70fa4644908386ebf5441d956dc7e3cc4d6d643 +size 2145497 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000157.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000157.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..54c391d68058e521598105b5ba4490a23caa70b9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000157.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5947ab30f5d959e3634912e598b44fe087ae92fa71db5ec7baa7216639bb282 +size 2499199 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000158.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000158.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee267a80f5bb3177dfd155c8bc9c3c87bf99f8d3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000158.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a16adc363086d164086068a74771489ac3dd3b2b6c2a64d9f3f83a31d415d55b +size 2538709 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000159.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000159.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..886db7393668f6dfbe5cd3911b6cce182fa164e0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000159.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1124c2e765bbcfd5a042522290b512c435bdbad89c7c6edabe97b0549acfb848 +size 2049858 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000160.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000160.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dbda73da3aac8a02c15359b82c42f6c2f79083cd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000160.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d4b552408e3bbb2295c4c46f693c93e5357a2304404160f6b631210153e024d +size 2506068 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000161.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000161.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..19bfb83bf60adee2550f9df2a36443472d9c7662 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000161.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c20b21b2125bd8dcc08a4691a06509978d142837b76092288724fa4446723b52 +size 2875440 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000162.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000162.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2fa0252ff8831deb42cb2f29e3636df5a7ea0119 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000162.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71b39e7dd94859a7fc68d1d15272c99c68ba63e7ebdaf093196bebf41e39e1e0 +size 2811971 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000163.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000163.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4c1f832594a34b454ac75b9374bd1cbd3f019824 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000163.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a77a9c1998a400136ee1db8c27da16ff806b8278ea7c4f1251e915b3fd92deb +size 1907590 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000164.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000164.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f12d4c567c97bf9e5596746bb205eaf3569c2eea --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000164.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ad4f643aa5411bff44b9fa6df5642efc6aad0b843e47a0b56909f31bdc538e1 +size 2441536 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000165.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000165.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5bc6a56d5bc0f05cb23dcbecfa6f667d64fc25aa --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000165.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:812378bf4c582082e99554c1bd591f12e0bdc549eaa7765a11866c9cef04084b +size 2445727 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000166.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000166.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c3cb87b49826f4bfc0817dd4463a311a350bcc2a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000166.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee83f19625426ae5c6a5a77e518d3853fdf374380169ef669e87f88d822346ce +size 2836484 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000167.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000167.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fd90c597fb5c0443c22878b6a8894e1649574c0e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000167.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0766a57a361ed287cc45608012e2ed9e20d339b07e41aaae2014f99e6b577dba +size 2883094 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000168.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000168.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..82764c4532165b31bb50adaa2c5c79b218698ae4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000168.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bae5fa7dcd1b903ad4f4af95e5972fb4317413a67b1d4b9758e84cab9dfd6bcc +size 3185637 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000169.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000169.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6002cdd1c4fc070a676e8e468035ec69b2604512 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000169.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c480ed2ed2958f0bd33ba236825cb83820eb5803600276e9fa9ab46e33ec355f +size 3100942 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000170.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000170.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae3a8d89c2c02a14ba42fb41da2a32e827fdc146 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000170.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f44ae56053be8f129ae095e07f4f1923acd297fac38913358d2693646e44c8bb +size 3298404 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000171.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000171.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f927e02ebc79724323aba74d7031a3937e0681f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000171.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9a3d8b3b734462355f717d085375b2b52c1d02a15313ff9011c2fb6336acf1c +size 2801294 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000172.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000172.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..955fe49dfcf76462193336bf4ecb5c1e5d1f4d0b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000172.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e92810a34f0bf3e8c17329f6041844fa6d10ee01978af7e5dd36245961e73e6 +size 3062216 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000173.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000173.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a142f7e0ff129c27caa6864659a4fcdde5350ae8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000173.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c49f1b9426be209fb7b10b7ef92dacb11b6575141e077867e4a4380b05ecc28c +size 3079209 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000174.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000174.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..35ca2ee8db5f35b635ac82b8a78980d8571ec64a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000174.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f62ad35c60666bba821055cfaf2fd0819630ff799d57a275c9af496e9a680ab4 +size 2694017 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000175.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000175.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ad76ca3347aab34bbeb784c3f316ab3d32ad4894 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000175.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13d625c5a7544969b4c99fb49b922b76e5d2ee7d2c8f6c5e4d5ea67c8e0d8ccb +size 2941460 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000176.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000176.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e9a6e549848a493c97eec894b7b15964409475a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000176.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de7a6cdb51d8fff20fa3231410b2c380e9d7a1410658eb8d633445f38d1aa222 +size 3060395 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000177.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000177.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..77e2d4fb73435b39ecbf3a108cbe61764dee84a6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000177.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:101ad35acc0026894d1a0b3e9cd1d69aef70f5dec450926e8b8affaa4f84046d +size 3024497 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000178.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000178.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e6d12415aa13d8a944031be041d2cdf9b375557 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000178.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01bc465d1a74c0c429a181ca978a98371397edc6185f57dee405c12bfbd896ee +size 3044461 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000179.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000179.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..499b0151ec813b7358768a45c58330c3a6ae8630 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000179.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29fed33ecbcdd5a0b49407133da2d0310c6d46bb5f9297bb0ce7107bdb8fc837 +size 2945047 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000180.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000180.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..70dd2619f4558b8fe56a9aa4a4e07a71d27c2953 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000180.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77c7cf493c04c8a66e529b88ddd1dac1f9430b5a05fca5d5b3808cc699cec593 +size 2619845 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000181.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000181.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f89c14b28a9a25e96cea492616d9e6c587bd9487 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000181.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82b648a2b32926d16b7e9b0753335459217047439b53526316b71ec562e591b2 +size 2811842 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000182.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000182.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7564b60bc1c627676f04af54aec7fc80e74a58b6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000182.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:612ae7ed122e9052fc78ed540aaf0ba297b4eb932d4101199d8754be040317be +size 2908180 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000183.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000183.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f1722f1c75d5ddfff31dd29835bdb6e48e8d75b8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000183.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2b8aa83d0137581fa6523a5940c6616cb85b25f6659effc2ba0f70d198a456a +size 2917087 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000184.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000184.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2705de8e24540471ef02dcd1f90ed26e4adbc7b5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000184.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbeff1fa85a2ff10eee5dde6e1540a1648640ca05ed15c5e48940506a6543d8a +size 3127786 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000185.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000185.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7eee94ab0d20e8776289ae891aa9fa46f898f261 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000185.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:634a0ffa71e9707e44f106d6049fa024fab09e08241805bfa09c077b63857a12 +size 2767151 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000186.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000186.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..05f6ffbb0dc1ff19460f09f288bc176e961ca30d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000186.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a587404b6028cb34ccba84bae953f59574450dfd6735a6b37a4b888d212fb26 +size 2855362 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000187.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000187.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d05f5d5d01ffc7268050fea930cc2edcba14401 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000187.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b2331012376b7244736765d8ed4dc6a29693768dc8b2225bc23a6c389c04e06 +size 2698656 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000188.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000188.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f5bbe6ad4bcbc4c4b6cdb122755be0c56f19fc83 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000188.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d812502eaf0f84bdab012b7606cba28dcae634816af70ba187e58c6ebf4792d +size 2533332 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000189.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000189.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..80865fccff7b5a799b9151aa7a5f8341a7606022 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000189.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e111e7b32f0db9060ed8e7cf01a9fb74f966d94c846b30894faaafc386c7493c +size 2751580 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000190.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000190.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..821d6ced0567b9f616379c91344f46633504e4b4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000190.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cd52af23ebdbf556e7ac1fe1405b97f16fdaf231c25050efd8535975906b855 +size 2745680 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000191.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000191.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..513665ba2636fe9fef54c78ee1fd458e3c73d9e5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000191.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3efbac11ae98f0fe1ebb44d8f5cb03297bf2ab1f359b445c008175b7087d8571 +size 2805409 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000192.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000192.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9911a13dcec9df450aa7eddf91feb791aec3ccea --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000192.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75b630f549d78a8930714002ed92b8951f0a0ecc9886b283242590e10c8ad442 +size 2477249 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000193.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000193.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ba6ca3b4296db6f4f6cd21c1d8183fe5a445ddc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000193.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:789c49a874b398a26fb869af23848146e5d2d00c54cee66cd6e329f36559e1f3 +size 2886113 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000194.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000194.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..69d645a1f2f5390dda3f50e45e12bf2451b673fb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000194.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:148e4a3b5ec8e5f3efb45c53d8a598c6461296e3e4887ce3d2f60c31589e26ac +size 3310464 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000195.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000195.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a5dec17f26b8fad4df27d22c69cecad23847c20d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000195.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b376dc34ab4bf97aff4378155258fb766db0335ed047563d41b3c65cd47a7e6 +size 2804167 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000196.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000196.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5017ec9ddd0caf863d2f87e4e6fdd9127132b958 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000196.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13206cbccd04e639c6fa31510370bde6c08add9542b512d0c9b4f1626dfa13ca +size 2873446 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000197.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000197.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..22d7a4630e4b76649ca2b1f885916bdbc410cbd6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000197.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:964881808f7f960a44448f2e2f899fad83cffd26539364ff15119d8ad475c352 +size 3074597 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000198.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000198.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..427334dc1cfc05aa450993ee3378b8e8c638966a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000198.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55b0260cac9741288477c9b8177ef8f0f51db59ceed47fcba762fbaa6946e2da +size 2727829 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000199.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000199.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f1641648aa51a546618508003586fec892adab74 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000199.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9089bb6e372f5f27b3b51ea0bed69f85a696847892f0a62d3849c2d2f408db16 +size 2932777 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000200.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000200.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..81808fd3fe51dd252e0eb18be1f02f8d76ec0248 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000200.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d60783ab3c361a40348e6e7d26be57d18316980f3b3ef976c45d623c88a01d2 +size 3329387 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000201.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000201.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..07b8cf1b539380cd395844d2c3f4a45db54da913 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000201.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1633b1ad6b91e706a0192d74238854e5136301de4d05bc9f53e40cb04a02416a +size 2754648 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000202.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000202.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2d7a2ed7d18ca37e99810a052594693d804f877b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000202.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78c7cdceb7aa38213414fd053a23f9534b8a5203d4abf161ffbeab3fa81ca827 +size 2425347 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000203.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000203.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..666e99a60820a80074f51a33b94d4fbbf168c52f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000203.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2d300b1ae82fc916005298bbeb57bb1644e9a30e23a1eee5e810ee052807313 +size 2922520 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000204.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000204.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..62143d7de7b5db36ac6f93dfacb2014627a408fc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000204.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:255f06b1bd960aa202d80aac7d79008dd0a55da6d06a4329aded769ace9caacb +size 2333087 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000205.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000205.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c481a47f839fd65d02a0e6f69ad416187091741e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000205.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0c398eda505bf0397fe90ca99bf0e7b1fe2bf31ffaef63fc30740f42ac8447d +size 2524698 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000206.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000206.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f9c1de257034f9c0c3f9cfc29296c3a752f80131 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000206.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8250166f4d98b165e7b57c4ce2a76633e1a208c2d4322a5d9fc5cba81402c382 +size 2729387 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000207.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000207.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..815b16bb939da79181a341a964fc81507ae1ed47 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000207.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddce253a28fc7c6c86cf540787955a401414e5e8938d2f798b0a4364a2ec529d +size 2156218 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000208.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000208.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b9ee031882d677998017fa5a941b68c68e8f557c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000208.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6031afcd77983daa3fc66df12d505c9bab4ec95140e36601ff55e2224c31dd08 +size 2368015 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000209.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000209.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d62decf83cdbc0fae7ca1ac86a7b0bdec965a382 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000209.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:990a4b4dc53261d1d947d0c584dbc9c839872f6977eaa67fb6a1c3e4e4372a2b +size 2643999 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000210.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000210.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8bb68444f4265150d3ead1d477c120e1a5df1731 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000210.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:442f0577076243ec726763818b134b32d6bdc19c18fd313bc5685a246679f8aa +size 2478519 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000000.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2cf31f3e9a2d3c8755a937118d82f1cb06d1ff80 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c58048920abbc779eff7fce3cd80beca06deb06c21798f3960ce873341e8efa7 +size 2521744 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000001.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8b06e01e2e86ff33901a7307606ad7bf0159fd72 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6a28f161bbde6d1b81771e1c68b8e0c22ba67ab3c30b39b1a6159fe78952755 +size 2411199 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000002.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a1e752953649f11c9698eabcb6aab5d41a73485 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b17faa4c819f25dccba493b61ac7cc593dd3dd458e5637b437073bfd26122a3 +size 2497387 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000003.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a392d1533fa6324d2fc9d328b2cd240f5e4b1a1d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9120ced565b8777425aaaa6636de7ca3928d33c5df3598285d8799a811b474b9 +size 2406049 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000004.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d25e51e53917a266c2653098896c06edbbb82bcf --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:098e425a1e639a30ce9e7667e8bbf56a0647eac7bd38782c1af78269e7943efb +size 2156516 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000005.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f9dd8d117fa9c2a70df6377a3242125f84b9897 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0e7bf1cf232c245caaeda2c9836915ed235e08122beef3adf8f12977c68c1d6 +size 2254231 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000006.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..991e5616cb9c35ddb783dbfd61ada864a67f59fa --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1f441189f3a6b15f911cdc7d98079cb01fec95930dd1b06e658fe7ad73ddda9 +size 1993718 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000007.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ffdc1a53dba5f268d5969defaad7bf57bfb90ab --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8bce1f5ebccd7cd19597ab44a90efe1a4481a39a387de395ef39ffd5a581b3d +size 2432815 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000008.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9b2c8b1b8ed316213c29711d56bc46ba26c0e178 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5a5d601ea67ac648c72170f4680ebecaf17f3279a2d6e6f1d7f4312b5bfeb76 +size 2405472 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000009.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb5e27b5817e7169b1122975caeed00ef9859504 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17d2703a5910753d82461d3629876a34e1a85647e8ede83bc96421df63811c84 +size 2390370 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000010.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0e0b3dffae415811617b208576639572232e6086 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b29cf08f567f810e01bd23ca3aa8d3f97f65cb6919f7ca09c69e2ee8008cb787 +size 2394276 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000011.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d92add5fb30e173759ab81460c1c0774af03e005 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66ff608b611ba5a32fde8ee5d1dadeefb4ff69864faedec7a16741064be713dd +size 2415447 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000012.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0212688919d30637c38b2a3bea8fc1787994aef9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69f1ec711a8bdbf879f19df54d7937363f163dfa98020af6f1fc8ae5ab6a3990 +size 1974993 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000013.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b897252137102a487212d23cdf419e8282a4cab5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca8a4c16ee0fe73e629dd380859a80bb7002ab7ab120bdfd277f2a2ba184f912 +size 2332264 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000014.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7eb6f7bd87e6e32c479f198c4d8c6a6ffee06735 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7da80bfca68eb9c6c339b9add1026d4c8f95b419d7f1a5a097fc2bd759ddf90f +size 2024854 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000015.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..75030454f3e88b46fd1fdb926309a0e70c61af4d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1cb79b10dc5ed506d020c1efa6d1a27d5a0625164ab7da450617c0346db0685 +size 2128883 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000016.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..954640f88d441b3d0e4a6d1afe232966d9eac320 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca41bc1980629a5f9849bab4fb4f3c4882c608ba79ba178e25607cbca47f124f +size 2228010 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000017.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9c03d4116dfd6074ecffb95fba37fc2078be90aa --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac34607ffa5e4ced622a03fe9cafe377d4c805d979be87324a99ef8ff00a4a95 +size 2476658 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000018.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c28d758eb25e8d51c77533f0c47b050ff1c5ace --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:796a78d2806e33a61147d296ee943e751486abf27563928967c25639b3889d39 +size 2378058 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000019.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b9f9fb80c0130594856372eb4d77b730b17b7f4b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e654630a58cdddd0b375e978d728447b4ae3127270f6d7abfc7c864b96bcf27 +size 2252006 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000020.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..81521ffddacea2bdc0b2dc4babed4ae0f2305265 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f28b25590c7dc9521940c8a4bd184118894e1bed07af2543f9afe6667283630 +size 1808632 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000021.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a43220983d71dbfa4fb86157822ae04812365660 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:343bbcee7481063ba07f46feb68bc7a1b917b147c93844da56fdf08a879b31e0 +size 2516857 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000022.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..78b203b85858eec0e7e35796908cfb6812b2f391 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d074d7a8d711c9b7c906a1f43bfc4b0e8eeb6233c76943e110844b94dd4a9f7 +size 1809372 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000023.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..50491aaa42004d7e7ee1bd48cd55758ee9888024 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d6f56bbe74a0dfb89f92a2a3810933554367d46c4d47b6e821fc132de9c171f +size 2148966 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000024.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..729f711456e9c2c786535e1ce2b1e7604fcc3996 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91c888684d427314ad803108c859cef31082506ea5e55d5928115e3ec8ccacdd +size 2232064 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000025.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5d4be66f697b8c28492fc5ad963c5cad58978d31 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2912b1facb75ad725f1846c2978de170ca39de5059fc427c1b42de0c29bdfdf2 +size 1979881 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000026.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d93a460045d2030f46197d0561d68ea3c70bb8c2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dcfa10f16ae6558bd535b6e8e5e1b869a4c02fcdecbbe0611b4766a9b56c586 +size 2026377 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000027.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f00018c3835e6aca52e9232e72a74fab1da20d83 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:665ab037af6e23c9b7b1bac3b40731acce1e64ce099f73549cfbc54a37b3c66e +size 1889474 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000028.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..20e5924c330c02c4fc7ce0eb7e9afe69f3666141 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47ca6bb1a5dcc4cc7b6781b7cbdf6133645e17672d31a5563bfb709664014400 +size 1926181 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000029.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b2d201c59a0af9dff87d3d0147b1c0e2caf11fbe --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3994a63ba0d3d0ad70aaa71d18f3b07b97acf3895d0542c2cc2b28ae532df00 +size 2247456 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000030.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4d1d5e40e384b77735ebbd65c82a5eaada64a408 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2266f4d50e1091748ff7ae6d0da519bfb00684890f3864abb2edf9c6c933d8ba +size 2080264 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000031.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..866c1720e0d49f7baf42ba61623f72d4ad1b158e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:178f04d53fb829177dfc1bab9f3b7a649f6163cfc250f71a58bd81051de5a905 +size 1871215 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000032.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bb9be4ca96e69927f7aff27fa2dea133ea3eb82b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc4637d79ddade08c8e48be6a058a1c6425a5e5ab3115feac6c57a0787fc1342 +size 2208235 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000033.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..adde20466880cc5072ebe8d20ffbdda9036dd633 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aeb3cae1850b57decae9717925dea5c334276e0378fe10965619a86679a412c +size 2011270 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000034.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d3636c9d1ed938a40b7ad587641656b66cfe27d8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fcd58a9c2805b2c0d034c4fea7f24f1bd3ae5a355c9094589678c88b066a261 +size 2010311 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000035.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6043833508286626437e9792260ecc714c20774a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57d37861e39dc33429109445dfa25b5234fee17db7c42b31029680e2c1b65bf6 +size 2087266 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000036.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..16895014f5e6f395ef3cf76b9a686de78edcacff --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98a035b258b8380003c644c5b860b28762f0bb22a9fe93af7d6a9dbf92766ae6 +size 2190593 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000037.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..568aa46c35f23f40d81e72f203b85a9b2d93a003 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48c57393b6c00e6d3313311ecc2bf656fb8db173a4300331821ca34ee21492b2 +size 2526249 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000038.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0cbe0e848d1647291555b75324da7202b9fa1111 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5ca81a706eaa56f7f0d9c00a8678bafc9a12474bf8d6e56f1011d9488cf6bf1 +size 2012332 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000039.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9062b814739a489b459ae969812c21cca2658bd0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a55adb8e3ae939ff493654fed29d8c655142a24b08841539807f9955aca34d76 +size 1709000 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000040.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8eebbc05a8cc6730e1f7f625bda004c2f6347a97 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:012699a31664941f8ee5dab311e3f6d5aea37408f7d63e21399b4575b9e184eb +size 1975934 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000041.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f86914b06bf6fc284bc63fe9c871ac22cb018964 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d703fd29987821ee324b40ec55dc4c1a456e6b3a8a053add1c36a124b191458 +size 2059070 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000042.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea51930ce3bb67154b20e4f34ca3368987248ada --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db0e0463ea15ceb4bca45e559c7754050bedb92b41b95699efae42039ec995df +size 1854705 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000043.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a29b8e536d628bb8d2be55b5522642a7a5a7d26 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1b892ffc5f1152dbbb45bdfb1bfd72d1fcb5864fb188553086f99c2d4b30130 +size 2454828 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000044.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f8f86e22bd1c56414c9afd221a413434eb91b2b6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:406759e3440891591c2907248931df8dca9649a48329b52df324c0ddf626e6f6 +size 2013470 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000045.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8978dec838f39f21710187c939e40b410b7d3f6d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:565846323dbb3b2ff02d9109ce3ee29a4bb8b077961135230de2a7caa9146783 +size 1983701 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000046.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..13f91093b68f24ddf8be3ba3480e8cbf0db47f5f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ad55b56d95ee1568a47c79454712e9af7f25eb10576c515e394b1643f3ffded +size 1957515 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000047.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d32bb7fe1bb10b6fde36a877225e1264cb6f9763 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b467b54e55c1d79a384e891097ba63b3195159030d31b83574044d0c3f1f1e1 +size 1981329 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000048.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d99f90c22bf2ba450d149d7e7aaf76c4d5d062f4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec4a3169802d3a9ad31b57c812f69cb166664c7c398a85c289bdbef68b5cad40 +size 1992516 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000049.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8dabf4dbcda50ff92000b64a62c74c4a36cc2032 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91e79ef4da146c6487717ae240493ae8df1c168dd240558b40c5edd0476464b1 +size 2260704 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000050.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a637da919826cb60fb8487b1077c09fa73290408 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6229bc4c678f12e98b6e14262d07261e66507e4bf37684df81c146f97d4c766 +size 1773245 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000051.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ad1ee3d999d17c9dece01a564aebaffeec9d819c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19ba741df4b08457a2803d77c9eea19d685be30a75e68438d11bb4f2c085afa7 +size 1814366 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000052.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b4c2688b378276cd14efdb4929fecc46ff342c0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1abd0e589f0797118dcca4ef5b504dac0fb7f95e4dd648593eea39afc8a36dd3 +size 1806569 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000053.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..03c3d6c07630a818ef53aa17c80d3a3053b2509d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1b6f4a23cb58d1c8fc65b5e8b9dd004e704b2c7f00b83e5150be0d492017402 +size 1878743 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000054.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..206d5fa2ccf162769a4ac0ebb5f0a005fb6d322f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45837183adc48962c7f95bb55f46d6257d78a0628aa9bdd6531405e32ca49b64 +size 2134918 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000055.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bc054f9391340e1e1b948de050ce691728c2d347 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c75cb08ac7af029638a01b791c313a4bd5e5d8d63ae4b3b9c40e3babc9112fd0 +size 1928678 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000056.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d67cf81abc2fc4ed5fe8499fefe0eda9f6e4ef21 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99c85f902771d3ad111f1b60b2f6ddf0aefa8b5c5260d4f761391de0246a1c6a +size 1952640 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000057.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..76e984aec5494e450318ab5aed57097c5a2e18ed --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4df3c5f1d39fb36fe3f4b6193a3cfcb37e97000c85b299fd1ff9c862fd38b9be +size 1796981 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000058.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6c9585c508d1be01eb697e8c4b3b7132ac79bd35 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce03af80101b83599b5fcfd7d4a23028d055d17207c463683d57f15a36bd4dca +size 2784638 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000059.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..15c17564872e08fedad2405ffc1c1cb486b7e66e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc05bf047fb53b55a4b90e8376657a5fbc32c69b6f9e962c555a555628340cf2 +size 3135279 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000060.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1893e63300eb739d74397c2eba1e71e1ed4c2777 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:964170fd6dc061118b037ab1484ec619225300fc98ccceb30f7d5c40b08fefb2 +size 2857043 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000061.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1589bc10621e0ce8e82b69f3f1d27b6b89ce76f9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:941c3b7e217afa1dcacfe96a839717279e8447ed5a7fd7f00675733190f8a67b +size 3127689 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000062.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7bcdd39262e97a2aa507b622f6f0bb58dca3a283 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24eae987f0cb31cd9cdfbc08117f101a841cfd338c1dbfa102e5e36fb1776c05 +size 2984743 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000063.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..163d63474666fd575092a3c2d3d186b67086a7cb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec7c4ff9a520be5b0aa00f2b2667c7827bb31dd5351527a888476e57e4309f5f +size 3000015 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000064.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b2d5eabd6352cf0f512bb5a089fead6ec2d837f2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3431e6fe5f2aded667f9965f8e2074f111ffb385f74fdb4571c4e8934a4f0cc +size 2664557 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000065.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e2086efc0cd7a833489458ddeb61c11ded916785 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f08c136b963b48b65aa519ee85e014f6756b37b2608ee02b9d262f47bd310924 +size 2625261 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000066.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c4fc498fdca10f23875a888d900a089c75d958d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:917aa2c8728ebfbdcf3019f124e57754dce653d2fc627674b23a81e882dd5376 +size 2547974 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000067.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7b37f0eabf425a7fbfa5168b2d151f9284ce6c5e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de3f287fce687ee6a2f7b97f3c1420fecbf92968c588581a34d83c47b40471a9 +size 3003177 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000068.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ff0f77309739a2f04d360aa3fe74220b8a805ac --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f91e44c01e1d0e59889226cc370d2e974e249d738be3c5c73038bf1b82eb229 +size 2513117 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000069.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ac05e16a29d08ddd63739f7cf8a79938ef1cb0e1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67c9d1873df77e1aa2f48c1c6398056d0385c0c2fc8b648fa2053ef82e79b29a +size 3178377 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000070.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..67a92b5114b6053029494573c67eeb82198c2b6b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7466c6b4a37a153364c3f867546d320ccd6434217e12adc732939235e9bf141e +size 2409573 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000071.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fba6e3cd57e43da42bedb4adf2033446252d02b5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7ba69415d2b8c93ff12c9d3a53ea349ed17a7c82c9b2ac6ea6c880390627a37 +size 2937656 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000072.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a5b55889254c5fed195d39ab4ec0b3e63aeb14e1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c74511530a82101190a441f853f521715f32fe56c03543f1ec256f8018a886eb +size 3312242 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000073.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f07bc8f18a2a485df999ac622369fad46e0c7523 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1af8e9398463903c8510148cc34047d84e45e228fcb027976a8507d970259eb9 +size 2512417 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000074.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4dab30e2a345fa6b9999aaa1b677d9e98218f011 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:253fe0f023c6049de58c8f004d8a377d87c6b4004145f70a2a4a4f7ff7ccd6bb +size 2912739 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000075.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a29d69ac49d99b880299257679e4eb4db1a0b20d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a6e1e284381d12326d27f92fb0449026e707e490b06c508715647926b71b7f7 +size 2586080 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000076.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ce85087f6b1302177a1016fc205739e2cb3df6a9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f614d880fb314c35e97a38b02a289e01cc2febd34adcd503a51c2c532b1094f2 +size 3460818 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000077.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..57ea15fb66fd8d658539039a918ccfc6f582e94a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c50abf63e76c3cd1e232f099b11fc0b48c928775a12161bcc10e2628d000ac29 +size 2601081 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000078.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9ce8f8ccd4864b32cf3e485c961ef5259dd37357 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b61f4bcadc01fb6492bf62507eaedc112f8a3e440dc68f1d0b402335b2234340 +size 2913600 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000079.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f182b1e802e8f6efa2ecc7068fe3c6c77c2dc89e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a5cfd0cda044b77dacaf5bc1b6a9b5d6c5dfa9febe99761367293d634ab6352 +size 3139830 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000080.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..306dfe920a028897487c045f8645613c2007dcd8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b0f0c86f019a0d6503a598d1e716bc37af30cedd29f050d9aabe77c2e150b94 +size 3120508 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000081.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f1d62b7c2f5030e530f7a1806ac73babfcc4e3cf --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86f59bd7e3d1a39995de2601c1504015ff2cc292913e8ae1d8ead4c7874e9ee1 +size 3305508 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000082.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..97aab5e43a598eca8720169adb4fbb844b889f33 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a574968f5d06a923311c73c45710e03e51edb37b80ddb40102e612338f12d79 +size 2982470 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000083.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a438c5d8a2d23d8df7d81599c08c4c3b32ea447 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1fa2a67966dc94a90f4b8906f4c4cd889d99840c07f4172fb7721a3e9797aa4 +size 3272083 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000084.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7180a15b494a81bee6ee4639c479bc878006a64b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57c9de7f8a3501b5bd333ecbf5ac9220a06effb846050ab11e35a4588d921a2a +size 3152803 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000085.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2672f5b235fa29db0f0271d85f9751c2ec11026a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0d798bb97edca5c196083d3749a16cf692c883b159da2539273e1961c4a369b +size 2968167 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000086.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bd242a569e6067fd48e328d6a562bc2c61590535 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef16c7058d657759ef02044595351fc699be584fbb47a1d4d4b6891d48580430 +size 2665814 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000087.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..33bc81ba96663b0d94fc537ca1b955a16d24b333 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:090ea2bcaac2984f43962d664aaf43158d10f4fd5a4373796bed36a175eb7c15 +size 3198240 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000088.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..747774637cc92bb218abf1384614da7c4ec824b7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53176fe0d8e0ab807020654510210a18ebcac16e848b5012078bce02d8e309c1 +size 2644204 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000089.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d18a28457532f03cb67a82fd74109e669598753d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:679a0a87685dcdfe1e191bcff2ae1be6f1c33da95fc91d15328aa0c56f332c42 +size 2664693 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000090.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..563f9fb3a0ce729e055acb4871447dce4d67a506 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d800cd0632764ea388f75c562b2c6b9d4de4895ce33d3ba3b562e9a6bfc322f1 +size 3200189 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000091.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..17d485a0950c844e4d8ba1bfe39f96dd692881c5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e893784e9a2d96fecbf8d4f6d17b2ba4b0b9418d416e5ae3391c63f1ae5b8a0 +size 3068931 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000092.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5e84d82767952447a7c7c69405c20a3a486765b6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a1ca20386ee428f07480f3a30b2972166773f04f2335d176c9c9336e0cd7076 +size 3478875 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000093.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d01267e031206069fe5dbba2d756f04e7c285f1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb2b22c01a8f8c39a5a9db0b611733a0965954179e0093fe17279c6289442199 +size 3137487 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000094.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fb88029191803abbd20f6cbaf68b611292697fb8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6085048c4e22f3576a469683c5021793be667339b1370fae42b03e21c3364d2e +size 3139345 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000095.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2cff9e75ea391df08a0797d6dbe669d00cef7e3f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:401a6790376961a449e77a25bd912660019f90ed2d20166bda8faa781285e5e6 +size 3073792 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000096.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b04f3f033c980e1e60b09292ab81c622d0aeba2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:300be41bbc0eedb3f6f334d00c872b6ed22ad7563fab1f396afd226b80d12d0e +size 2963083 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000097.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..450229d978c3a3020e18d050a88cba26e7c8d9de --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b562c5a881e524825d8390c292d3a8fba65ec0810db824b8363321991ea59cc +size 3198515 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000098.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..436659a51033210e9c5e9448583d6584a50c4bd0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2944e675a1b3f1a6d11956da3be7222f576b26a5cc06c571d5de5a7684cda21d +size 3099501 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000099.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..47fa66ed2331ea453ea9484a7ae55cafcff59df4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11c1ae014773f333f4d886eab796c74f386d69fc5340ba13e15f7c8420de1354 +size 3359821 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000100.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5a5ac30a375b652ee265aa4e322170bc3bccfbe2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d236b4404858c05c82d5b2cb37a9fd2dcc4b055162b049a4a7b6f9a3a275c3e7 +size 3476691 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000101.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ffe9d43ba754b125f6962a79e0588563cea3e16b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af15778d525e2c3aa9bf3fb4145af98175e491e289c26916758ee4643adccd1e +size 3301331 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000102.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8db0d533a3799907384034f7897fe773fcfddb76 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:924081d625e683540b5545443bbb5db478591caab6303aa6cef96d5241e5c80c +size 3181677 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000103.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8067d15838dd89762c58dfd78270e51c5266ff91 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fbe5192e7d5179ce0590447f0682a42dbd85c9ba1cb2483e4f66754781b09d1 +size 3060413 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000104.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec5b42d0479068385bfa1c43d695f24b362edcc3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82f64d8bb95ae83913a2000ced6cbeafc84a39251565f8bd72b0f90d851047c5 +size 3418288 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000105.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d6d44a31f76ebd7e0d8381e4d6378b1e33edf02c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7db35da19753087473eb224a19464ee61006bfa70f0b544bc78832ce05b8ec5 +size 2912911 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000106.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f3ea7d6b01e22b838558322e99787c945445b6d7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6d47433682691131998723e5c0e47048fff39038fb315085f8c1156104c84df +size 2316721 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000107.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3e0ab57201f2f7eb1bef5b6893b15c2f5c0e063b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5be5971887df9f7730673e4a6e0ac4c091cf53e0d3009d1875aaf5065a38addf +size 2733875 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000108.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..07fbd2bfa7ba665fdb2db3573622dacc75689e2b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfd5115c878414e7184adc794bd11327836ffed73ed147782d2282416d9eda5c +size 2944008 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000109.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..975e8ad80fcf04e93c4f8bfb7e260e4694e73225 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94f9d378939f3a96f799f94fec9b0dfb197047d621360dfb34e0576576a20fda +size 2080498 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000110.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b22f5f439dee7c60f08dcaaabd2b635cae3d481a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4d5789d0213af3801c87ca959ae392d4535fbe472ee86a7f739320e687a5469 +size 2816450 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000111.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..84f5b78c601e58c03143d25ae6ac5253a22e4dd7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9de4711852041906fce6cd2e5255d5ae120d7e52149646018b90a42181ef35e +size 2438267 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000112.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9fd6ed201ccaa87fe71083b488d13ebfdb7f1f9d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:717e324eec9d48c3352930e95c950ed80cc4550208c41ef2309ed7517c146656 +size 3318227 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000113.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..00ae07afd8c6723992caeb4d7dfedf57ad9cb129 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bab97721fbe324fb41a1aad9b5ad107f07d816039284b7d5b7031368b23d9328 +size 2996670 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000114.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9e001f3dbc479daf1eb186a2c66eb5634df513cf --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd51db92b859d33d1570fc448f525fc342f6e27cc0df28f3b70b6082a075601d +size 2737254 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000115.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..019bdcb7734315ed82b29fd7fe651319f5453f89 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73316f1671be59bb8d01d04dd50f12ab457acdbebdd5b52ea26da2959bacec8b +size 2409870 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000116.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..39de637b1943a1ed95a01bb1548b6c6106c0479c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c32b01c984cf07e9e92dd1029ce1193dbec499d49932eb4b9874837b47daa2f +size 2647917 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000117.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a43b5380939bad87665cc92d83ce777e0107101d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bb990f75ef8ba67893c7a8a58180146653f2c45b0767111529ab8e1b568bb20 +size 2256851 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000118.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b2f6b57f2305cd781e7f99147a981121d517723f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00c446c9e48b24ca32e7a2b48f8b6206c11d5e541bea61c5b790f573fafe9084 +size 2806605 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000119.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..24b35a984cfd0cb4ff14539a9c40a599defeef3e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d4ac6d830914e349966faa688ec99c55da080baf7009c2963c4065ac15a15e3 +size 2860649 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000120.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a038bd660b90b44e8fc4b48a0f78f46909647e9b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe33f3a539e365195980017a089a22ea4db29220df05dee7be2e073b2b9503d6 +size 2758768 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000121.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..68dcfac81dd5fa30c28d00fe075b9c6070a23667 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aabe2f11b1e63763aed63f8804b66ec65087464b2782e1b6e8ff6ec5b2a779f +size 2444175 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000122.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7e43096fafa004cf1686de229570c1dbeb99bc42 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d742fd4fc1dae3355efbebb13b0656f26f31dd0d4716e8035027a5ac06d585a3 +size 2637298 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000123.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..afbc4426bf446a665f7403bd95e7671a741bb44a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4d5718bdda23aa7ebe6390af449a2b64dd1c28bcb6cbc57fdf6eeadb558a3f6 +size 2865446 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000124.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..84dd5825880640e34cda0141367371e1afe59866 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83ac21ceb4626db2af0807d980e479ea232330adb3dac331143efafc17a8d2d1 +size 2689708 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000125.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..888e35f3d9fce9f9ef210dcb83e8eb653e0a650a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3ad6cca6b15ec5919c5ea5fd7d703db56776c35e37893719e1a20a185e50134 +size 2631408 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000126.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000126.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bfbfc307841482f4d188b2a8c18f8858cd3226f8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000126.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da6e3a5d394ee925d1f10cc6055e8e97a15d03afcae0bfa973b2b02717b4906b +size 3045524 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000127.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000127.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2acaa93352a4c34998e9fa70a811e3781567fcef --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000127.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:098fa6062e5ecef8ac70c5d95d4052232ac50a4deb1007873adeb63acbe6e72c +size 3247907 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000128.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000128.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6f6206d0885b2c4ffe849c45016b45a5c311fc53 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000128.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d764d53a3a7e576895b90af1d05c4f5bf201a15d758fb50d1dfa26c7b41dd1a8 +size 3107164 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000129.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000129.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb823e85abdc0c1a376da3150923a3687209a6ad --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000129.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d071e878ce4dc32a8463e3f887d9f138ee580c0c8a1ec8258d19571017fcc1b +size 3022724 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000130.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000130.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..11c5aed7454506b28abb80c29bc5b31c7cdb1dca --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000130.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c32b377164fd551a25a9746ddf53baffcda0f81c8e80682dcef9c9239c2d60a4 +size 2944851 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000131.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000131.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ad1776bd29ab8a8fe34820b1cea562f8b6aadce8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000131.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3235525cd78ebbc02b6dece21a72cfda9a86576af36c5db2375e3cc6978ca5e0 +size 2877514 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000132.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000132.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..86f6cc0105fee12b1dcf015a37987832dd2c0de1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000132.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb3015c29656b166781795c3908b3122c516c70f1aeb3199531955e4a0eee71c +size 2818745 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000133.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000133.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..01aedb5a5c22ed72560639a8144e8ad9be2f8f3b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000133.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd47603dd5bd2232633f60a6453164ebe8c731502d3929ec2607a1ba831f7b49 +size 2918926 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000134.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000134.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7c8a75e5583799224ee646e4e74003d2af0f152a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000134.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5297aa6f2632425f1df8e5548571c471606b999aa0439d110ca31592c3cdc73 +size 2848005 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000135.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000135.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2c7e4694975d7819245291507da8c1da9d18403d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000135.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59b407482713f3e02ab455a2068ab2a132f59adb843fb1f2fdf5574c7abee5dc +size 3191095 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000136.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000136.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f0a41bf59df28ad32e1d02ff70ac56ba0d0c3254 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000136.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29ff8aef04315301917bd64700ebc2337e8673454b204aee174d6ec47fd70fa1 +size 3242587 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000137.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000137.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..51144bae95688a79a0302ee4b3a3df24709ce791 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000137.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69d3924399e3633437ed698b56d471e152c58e46477fb562fd0108ee50568fe3 +size 3660690 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000138.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000138.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1b538629f6f38cdbc8695c21c87f8de510ca29de --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000138.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:630a8d0d74a4d4ee68c0ac21d43beabd381d00c7d19f9557f9e4424416d366b3 +size 3034556 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000139.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000139.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c16bbd041567934455a5da604fd214a015b7fd30 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000139.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb653a537b770681f34f60a10a6f2080ba59a264e669c3240f2c9a482f6d2324 +size 3214101 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000140.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000140.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6b4c757ee0ba3262f65957c40a17c309eb545348 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000140.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66ee08e6ccbcef09069ad9c1084a63a71b2003e60cd807328f42fe6dc075e778 +size 3017039 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000141.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000141.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2cc70afc7211ae871e2ee2946873f1b0dd419f99 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000141.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b19a44a829b4bee6c082f0c0edb32426f96e574536cfdae9e22b95d8e7ee4ce5 +size 3248473 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000142.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000142.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e3cf1b7d65b2d442c8caa64360bb6d161d331719 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000142.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f29e75b7440e3dda0e2c1c9599e24417d82404ff1a2bceadc4c9f8d870f80c19 +size 3516807 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000143.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000143.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8aab79b315b5340204ca173823c98e07d961ba9e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000143.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5af2c6077c832784071813afac31c3b15ef9e85cbeab5fa31a81091fbda3d46 +size 2805138 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000144.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000144.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ef58716bb7b54b12903d6bcc04d204b34dff0d6c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000144.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17745fe6f82cdc6293fd3d6e2c9dd4989678d180341fe65d2683947cbff3767a +size 3156813 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000145.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000145.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9e3c9193ff8103c58ba9f33d491ea377768ee2fa --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000145.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7622addbca15481ace9508a85a036d06137250e3c97d43fb644521af2a415e3 +size 3481529 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000146.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000146.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..017a18ca7f7acd72b89399ff169ddeccb80c3d8f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000146.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d83b842f03559e48a2c2e7a55bcc602687f8b1eeda5bf6e60e431d9861ec234d +size 2937143 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000147.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000147.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b40abd9b64faa1d963a10f3345852f7cc4f03ab1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000147.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0a059d1b414011bd66655375fe8cd6aae450276aed93829984f0e93cf02f168 +size 2815785 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000148.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000148.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..10fae5fb493f2cae4da07a318492e2abc1b00418 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000148.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72b9309dec6c57b5117c567d8561cc0edcb6b2dec983ad3ddf3a8f8e9a2084c6 +size 2907248 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000149.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000149.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d65171e717d9a92529f905c30f5ed2fbf27a344 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000149.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cab88bdb7d1058ff6f5736171329b40d510682b5993c6ba294c119e701d85629 +size 2613812 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000150.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000150.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b14782afaa9f0409eb17a1110ee9173c247e7fda --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000150.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb4df1bda2827a67040339f61deb223495965deda616dda06c8c5a28d36f7d6f +size 2724514 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000151.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000151.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b0104009124be900c41932bc682551df3e25c75f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000151.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e4f30068e8d68cbed2270bf07380e0dab869e0d91ddf664a89b189e37c09abc +size 3256304 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000152.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000152.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..56f5ffaf04ea788ea7f7287e00e5fb2d6a5eac06 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000152.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:715d585efd4b9a136a917497d114f630aaadcb9d23e864f2702157f42aedec72 +size 3027611 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000153.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000153.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..47dfa3b22ff05ddd4d24b63291ca0b8a0e551455 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000153.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f671f3cd89ad30581c59e04ce1cc9e9de6734df5c55524ec15722ffbcab36720 +size 2734438 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000154.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000154.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c72fd854e8280351785ebe5bb2e1c8a919029b58 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000154.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c2c3a23d433fef772dc5decbcb55ccdd9c04aae78576e7506f02674a31fea66 +size 3201843 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000155.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000155.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..466d97f5f7d25006682ae20f64e1da37c7e8469f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000155.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d2bc529983cfb11ea51992067e87089d060077535d6a491405210417bd8a4bf +size 3134994 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000156.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000156.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..676379646ba080812f3ff4059235b2cb63e3105f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000156.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:921a0ead2ff57cf880f84334ac1933ee384de0f035a2f9970aad80fd2e5dd696 +size 3313659 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000157.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000157.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..30f466de2b6c2b87995e477582d9207169d101f5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000157.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cb3aa91026b3e15943a800e5f5864efc5975e728f5d9237914ad5dedf5e7c2a +size 3155395 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000158.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000158.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1114bdd5fc67ca6a2f71d66e6a0be593febff529 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000158.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e09c033fadc51a3bfdea8ca82051bf70daa3c32c8898a2c3c583cc8129df683c +size 2881419 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000159.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000159.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd0055222a4c443a6892774af3836f836c1e8bcf --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000159.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e75dc49881324240eadca60b120d859e6e20dd12739f434f8d890e2f48ec58b9 +size 2640017 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000160.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000160.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ca587526b9a1c319c4c891b4ca0ce362bfbc4414 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000160.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef41547945d12ec23a0529e3eab803444bc6c56a54f5b6ae7486f6e06cf27a05 +size 2809502 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000161.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000161.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f0b1a72b098c642fb05b9027837d9b87e0047b4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000161.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:458b5805927256ca89e08edd153c3f0619cea1bc1b36366a5d8dcca2e0386a60 +size 3269287 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000162.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000162.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a69c16882f553da5f38231406fe800277a061680 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000162.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a88a0b83f5bf644f1129aee1c57c8dc9b02266f53ccdec15fce826464575c5fb +size 3132206 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000163.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000163.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b05ced46e5f55d7c6850e8cf70955372f1fd7bf7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000163.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c4e8ee123bca755c7e40affd39a5e954a8f5e5586693e2f5610770013627b29 +size 2813641 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000164.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000164.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..da18b02ba5c8ddde39d479c3da21ff6b7d87dfe0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000164.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1930aaffe9c4ec692cfcc3bbda96d4bc6ab434e4ddb47ef15bd70e184a519446 +size 2735165 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000165.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000165.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fbac486865c2e0dfcea61077b0a40cc6277cb04e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000165.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:374f1ea3fbd355e2d5f4764b4477d1258b64e9459d31b54779291feebd39c56c +size 2835405 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000166.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000166.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..169d2d363468350c311815aa8e0cdcefd035e3da --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000166.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e949de76f320f44d8af8f41ec83f9514465b8cf46be1c653fe06cd940a92ac55 +size 3077196 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000167.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000167.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3fe313d83219d8765d6515170a598087b2068053 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000167.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1607859cccbbe2b895a110dd9809704204ade89a395adcae1080976701edcb90 +size 3188703 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000168.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000168.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d2ce6b83bd894458b2a7073df5df8297af833955 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000168.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15f81ca3c91b41454f63279900d8e1c86d3b796f2c7568f9d1aa722577a3c9c3 +size 3475252 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000169.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000169.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c31ea531452e14793fb81404a983bb9a2143c00c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000169.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:691f7cba92520a4d341d5b60d4f6472bf151bf55371efa244fa26b94b026f3aa +size 3414214 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000170.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000170.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b6d562ddaed3daa0379dd910cb1fbbeec5aa8140 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000170.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e86bb62db4d91ba4aa2c6f27e14899b5da4845c1c9aa22d4c72981a526437f1 +size 3456976 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000171.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000171.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9975695459b4f5700de0d63cf4228a2076cd8067 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000171.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:357d7fc28a902a144931799fa8a0fc9f153666c33f5ad8eec94133fa6959c922 +size 2998849 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000172.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000172.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f4040abd63c8f0013f924c937a0cd43657dc6fe3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000172.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9933ca21a507b6208a17a0562596d54be7e473383cfdf20103607be179ede865 +size 3351752 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000173.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000173.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f2430b4ad929062bba1b5484197bd855fc6ec8ad --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000173.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91924a2bdc014e21c5b977fcd549818212915f5838ce56bf76d65030a6f34b4d +size 3198116 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000174.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000174.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f28c4c05306ccfd4f2d7e364e721e7ead69dd54f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000174.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2632c992106ca030a17638ffc3dae8cd8c8007fa2a6dba1fc654a9680688d25 +size 2792399 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000175.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000175.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e8937438f1944613db55416a2d052148c6465996 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000175.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0838e1b934074d57074b079a6188e3b22b7f79f4df01b53fbfa3dcba632748c0 +size 3359598 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000176.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000176.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..301d8fe95c89922ec73546eda0e1bb33f10ee116 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000176.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f340dcbbacf127aa98ce4dd633384f03ff13c90522b4bf0f60185fa705ba4db2 +size 3301877 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000177.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000177.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3a1162e9970b9e9fc91b8ff9961579b3fdcde1d5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000177.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:369a1740aa9e3a7727de866920159f7299d10e035351bdb10b151dfd40604a90 +size 3424671 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000178.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000178.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..63d45aeeb275c9620d79befb006ce64a92770ec0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000178.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b88085291d22bd7bfea985519b77f1ea52a7dd2ab42295d7752354fe1148fcdf +size 3173419 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000179.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000179.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..669d6294f5df2f8f618b0b1ddf8767948fc5f1c4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000179.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29e8e52b1bcd441ed57f853bc99226ecd9e2ff8b7efdf3480dac41b309f4070c +size 3095776 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000180.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000180.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..16eddfc5c347e8b68d115a4dea58d1c3df66e185 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000180.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9730f46bd3987a2c5d40e9ac5561759b238eaad06200ba063b821c1aae2805ad +size 2976215 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000181.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000181.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e0cb44c506325d4de22f13f74e5674fa70323593 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000181.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11f2d91f0374f5048d69d137ed905c76ff79ee224588951b4ccfa0d43a2cec2c +size 3095187 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000182.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000182.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5e2c7f4c6429e5d9dee2582d9b5de54de2433885 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000182.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1e87d5f553a4d5e3fffb01111ca179cbba789c75ee313547eb032596615f54f +size 3001015 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000183.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000183.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6c3378a9bb4dd7d6f73dcc2d84c201be2cdcc85d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000183.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:296afa3b8477737ea01db61eab033f9c67f194c810da06bee11ab071898d33b9 +size 3176353 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000184.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000184.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec03620f1a070bfac31e3de0b2e11237a29055a2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000184.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e36b34da26ff5432d05d0e4da3c259c7137d3652e9eb0ff2820075cd2d02b2d +size 3645394 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000185.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000185.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..53de32b1fc67d0397d3502cca0fb071cec0c6590 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000185.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:919d2677e102a2cdee400f17d1d1a010381f8eb15a391f2d2d37299132649a3b +size 2843398 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000186.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000186.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..242373de5c7ff7c3bebf4b05f741c9d223cf634d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000186.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b9ed9c647a5ff34582028f9db23a634459263ee6d85988493f8f12303563c75 +size 3292458 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000187.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000187.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..65ec85b8f23aa704c6d81ed9e35fa340337c2a35 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000187.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af2cfb276e65f42a89c7607997bd632e9f7ae1150f60ddeeba69da26e9036e8d +size 3247893 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000188.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000188.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..31d02cecca30994076e6ff03efedd822b7b30a53 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000188.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d24cd2d8cb62b05292f2c038158ae72b0f6903f42d1d41b276c5c7f43762a84 +size 3033146 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000189.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000189.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9157351ea30bc677149eb15f07b7616a98d57d38 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000189.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d010c74d6acf9835e5bde411a62d98afff0df1b3ad1850705939a0d0babdc184 +size 3054513 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000190.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000190.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..687d6de4d793e4e5e22c366ecff0f554040d8c62 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000190.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d903ffdcac8e1a7314074c4bdeebef96053ab41e6dbd1473a4e31acb2a1f1190 +size 3250204 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000191.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000191.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..43546e2e80f542680a95eac6faafd856c5d87926 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000191.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56768bf6b1541f3016a93d0b1b19c0ae4be36370146e17e395885f11e9e659ea +size 3291005 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000192.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000192.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..75cc1b4a766e757b014d3e2506f52ed124a8c6f2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000192.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18c4ff68d7fdb96d010903f327029e9227108eabf5ceb983a49cea3271a75d61 +size 2637438 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000193.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000193.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9848552cde8839a697dbee2ca69627fd781c505b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000193.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1e7dcd1730735fca8fb73a0ee0bbbf3796b351ae308a43baa236d711cf72d2d +size 3226595 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000194.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000194.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..34ad5c16aa8a5360e5fa8e3314d26c3a6956f942 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000194.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2346079543e8a5bad28731a336de9ecfdc6b0587086d4899522ddb41635ac240 +size 3275065 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000195.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000195.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cb2eba18b0581f3f6c69e093b1ef353725d9452f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000195.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f555d61ab9e1f0e14c2f4542628ee126a6d7af831f46d88101d2b9e8153f4da +size 2869980 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000196.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000196.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd7967caf6029d42d791c9f5c11f45e7c9425f9d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000196.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d26e143acf2720ea5405736567c8b92b6d26a048ea413e741a5aaa68bcc8fbc7 +size 3445965 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000197.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000197.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cc21873acdc1dc87d6eb49f721fb74cb12c6c501 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000197.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7560f1e7ee9b6764fd708d78aa60a45209faf43e93bba1e6dd1ecff2a38bee1 +size 3343018 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000198.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000198.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bb46cb1aa46177ba13a82f7f2f12559739aad192 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000198.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a8513ba8b42e6707dfc81e292e5905da0509156526c1fbc0a20e64c032e6cc3 +size 2843699 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000199.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000199.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e3b0d56ee42147cd7b2f327d65c0c94f5463cc73 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000199.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09803cfb831d5fd8fc3d722281d48bb062164404bf90e77847f20ba07f087d62 +size 3005795 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000200.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000200.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..419407c4a3b26ee4500a7509219b74ae936f663c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000200.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24d48619764789b3f71b5e8c53e6edb16490fdf56125a1e948690b1452922fda +size 3483286 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000201.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000201.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f4c80ba0c4523ae4b362ceb25362c9200ca5c867 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000201.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:039adc5271a639447fd39d4007cb688874cecca79b9ecc94801db803373ffe12 +size 2784458 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000202.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000202.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ef6b68c42dd904af4c02292aaeaf1a8b07bffe28 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000202.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c19bae4bee08d065fdb75fd4240d40efaf0c013ed4d938ff506298d172e01187 +size 2455120 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000203.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000203.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8196ecaa265eedf3797d754e5890aa37ce0ba9e9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000203.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3dde538bcddbf44354acd1b032d8dcc7f182aed202317e3e5420277a85a27bf +size 3236237 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000204.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000204.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d00e7d130a2a79300b26ecfe785b6e8e237c73e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000204.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eb8da9c3e443a890b41e449c16d833e967a3279a988b44d5aeff1b176f56362 +size 2612630 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000205.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000205.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2e54ec5e34f607555732f7b656bbfb869a7215b6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000205.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6c1c59964784485506c981910362eba8ba7a6f47be32dd755135600134c6bc5 +size 3021683 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000206.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000206.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1d9b8d044ec9927a4b3decacbef517ccf0b21c73 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000206.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cecdefa235bc2d8d24a13dab982d29539ce22bc19d9e7b96e8a11dc1f3c24300 +size 3272429 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000207.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000207.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..994b42aac689b00cc1847a91748d8e91ed6d51e0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000207.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c0ffdffa1da7633268f43ecb0b793d8bcd70faf11fb9d7b6682d0a210c737af +size 2575189 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000208.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000208.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d2775ca3f43fc19b50f259cad53db1bac0353090 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000208.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aff890e08e7e767e4e0656d6aa1a202c24ffa2be0c894ae0731604b697555e02 +size 2856677 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000209.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000209.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d94fd4c8d46b635ab9b1ecf943c77554035859f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000209.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e11b5edc7a52894b824716b5431291edef87f576ba1c0677852c0cb67f72056b +size 2693465 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000210.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000210.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dae61006e40a9ee9f06ac4afe738f895626e635c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000210.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e47e04246fcbd590684349c15ee19aafd677bc5a120612a5750f4de9d73afbd +size 2526534 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000000.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b9fca8d9848728051f005d74353217178601803c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29bd0b8dcedc117535e63ba22f6f10e64c86da42f54103bfe0cd829c4395a28a +size 3289821 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000001.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5157b249ed8304de2ac7e5f8b96d783e329ba2c3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52e5a78d066d913b51abd002fce53b7f3083851f637155ebf494303334dbb144 +size 2158866 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000002.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..659a3803b5e97c40f83334d8070e15e11d7ab3b7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86651b464a5eee9ecd27fc5558e001d097171c29e34716c60b1a98df1911764d +size 3031881 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000003.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2df96c5b3449456b0ec97227b65aab5731258e7f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a205c7b9a7917aedf92d3366dad3de178ed95090cfc343e9ec24c06dce6631d +size 2305683 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000004.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..35e09ff068f1fa1b1f88935082f76f6f6584206d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c823056345fff79530b9311da7ae5b857cd539bec0ba5e2363fdeed0e7ff013b +size 2106954 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000005.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..07f0d270315abf79a3876e34f863bc27fa131980 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c89886d915d3699fe80bbb6175b35b07c2df382ea385ebfb423d0d32b083c452 +size 3106921 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000006.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4a763a81d4b0ba27e834a08cf5ab5782153b66b8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7a307c764f28efd89bf0fe5b757242c7676108f9a2b281894e117120616a92e +size 3026087 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000007.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3859aad580ec34143c00b1e55b856ddb6c55d62a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:611012b3db42719f01ba8731568e3292c6e40c2bf4a50ff489f7d8c6d7006f7e +size 2435417 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000008.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d8c24a8819727f409052f8ff607269c888812b6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dc31687481d4d0ed4b5f76ae99918e000a9fd75c35e54babc0873990b706f5c +size 2532317 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000009.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9321683fe2e971efc438a7d695c1f65897f4e71a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a645fbffaf7ec2e75512e00f8ce99936c6bfff5c49d33f1a6b853f1e1f53d2ae +size 3747015 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000010.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..059d3b4d24b2ba3cf196ba5dd43d3c58d4ef279a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc3eb5ed8fc5f3fd81667f79b8e35eee287b6c41620ea371bdbc30094ce76c6e +size 2160839 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000011.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..61b243058f2aa35a4ec579d4b1d0afc98e67bb73 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35c2862257d948f4adbf932ca1eff9e79c115ab61be638f36124a95615a922a8 +size 2146171 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000012.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3b9a745e23574d55882abd0e5dc334f212b44848 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e09c1cf6775ad250e72180b3305f8547c5589d9e5f2a9608d46caa5cc400828 +size 2585130 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000013.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f88df84bba12d566c820489416ef8048123726c0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8536d2b0e713f95c389380885689a26710767bf3da80799c215df74723b6b6e3 +size 2077037 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000014.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..24820653cc5dd69c97d36a457e74f82b4caafd66 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a62dfd45cf2cce6185a3a50584babc9df151088c119955387e0b453c202f74fb +size 2887278 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000015.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c5b728dbc20f3b73769f1f3f43c84c18f15b77b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6f20134c7304c1734934b7a0e04ecd38a9d7f4ed5e957d380e28c11f1bb4f2f +size 3287833 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000016.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e7b22af74f270deac50116b71ffdeceaef0e17b9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e543bc6f443b5799d3b2184bbe30740b3aa4c6c4cb925d105eed92d80ec5faa +size 3027808 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000017.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc0890b29ca14ece9a4c4872c76038e440fe96ae --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04d6ad20c9c4228dc95054377aa65b23b91a76bc40810af32635130cf957f7cf +size 3291689 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000018.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..64d34115b88b9407ff0df8c6bf8ec0e80a119817 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e70fd3b61bf1e95fd56debb711c218a74a8fa631f2db82a9f79103a227bdfb4 +size 2232275 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000019.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d34a87c8d9124e9ef75b812057b85a2c4341fb44 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bf912ea2fe1c8df19965038a85ec5b3b91eb3710cc4755ce701225d32e1d0e6 +size 2092766 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000020.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d55174657dec0ed9e5df91ab3c6c002279b1786b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cea87a66210e90af497303316612a3b5f71c92beb26d5336f1afbdb5fcb0a770 +size 1969132 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000021.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e1a8643f64cb506f59c14a7393606406046a2431 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c416791a6f9da32b5405bad53ce0635f1ba6344088169cd6063a575fa4ad91f1 +size 2279025 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000022.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..07666f59c541d9f00197c8b2dd417e4c466db00d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4e7768bedded455f340cb1d1004dd8d3ce16456563f8d65e0b28fb57facce04 +size 1905682 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000023.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d3f14078af3e0b752ab3158599123b89ab34e695 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7151a01e0bf1761a8c1c9d3dd03754227dd13e34d7573d83ff18b51fad016de2 +size 2109553 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000024.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6802b1a8fc002ac18f8f771b63831f008f3a1c01 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7eb6d489a657b9aa8c3cf295580d3e19fadbbf912557308a90f85ce1b26626a +size 2022033 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000025.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..578b4c97efaa887151a2865a04c6947cd91408b1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9943dfbd05bd86add8efd5220cfb1ae595db0241357377bda1833ec56490c2c0 +size 1817290 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000026.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..88dd3d8264091fa19b367b5a2a0d36876a642b04 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:081e846296b9d7938d61370f90dfc846e6f452053e2f09cd529bf569c31da753 +size 2218450 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000027.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c6eff5d459bfce9c60ab8303367b73b7ae489eb6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6763328863502519f2228ace65ed5d1dfb3bc2c9842d6da1e1f767d823a14bb5 +size 1880273 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000028.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5a9a7caaab599552ea099c5ee9e88e26790d6a07 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5d397f05d8945ccf6eed01426304dfae94c57a0606ab68e14bc23e18352d98b +size 1965484 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000029.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..876898f597bae4af417441edd1d6a6e99bd45222 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99a55b1fbc4eff4609a8ba30c7f47329a23e612c8a21d5871a5b8b9c2f2481c1 +size 2202580 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000030.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eafcc67f979dfcd95532da5a7b96cc94f18beb84 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f74314ddbd1c6e3ba0372dbee1cdc4ad7300c34ebb50a0f520f695f206938216 +size 3058529 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000031.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bdfd8a86f6c1a071d4bf55bf30a168c51a25e33a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5da500301f05a915cb82dd37983095e6f964ba4666d75771f368eb25ca997a40 +size 1850213 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000032.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9f774dfe9bf31853a7aebd6c8c2349a424aade7d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:622514a20a4e0aa8bc7589eef4411f8e093d3f690506432634e7c5fa50a8c040 +size 2208394 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000033.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9b44922ff61801cfc01a70bd1e4ba5738fa5f3fb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20c513a67b5eae4204e59005fefe85235b45d79313a7fc61bfebe3f705237ecc +size 1913466 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000034.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d872deb5ffbf7392cf25c88a4244a6fc58998a8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13dce2adce0d74134c82d981626ce01f616dbb4bf6ac81bed4f156b8b602c1b6 +size 2008613 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000035.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d2ceef2832567050ef4b6ddd4e6c42a6f801e2e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85770dabd69c95c7c239371409a0e84fcdb838020b90bfd8b96fd84b274521df +size 2019979 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000036.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..058879f1907e426265d08d01d1412760486cdd83 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cbbbc0760ab81607d74f2ef9e216c666c7eb8f820edee41c9e2e76cf5a330f2 +size 2139130 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000037.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..526b5ca853e19e4cc47c5cc7d5e10bf821a63345 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b01579d2f5eabb1b65cc281eeb2e2c3dfc9b52eef34eb146c8f155098319c32 +size 2130816 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000038.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..68e3d819ef2f88a175f23db87b5f6a533fd615df --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8da239425cce0a4688be7b86d686a24951f5856a7d86d0e416f870c9528f62bd +size 2746445 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000039.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..77aea9a4629d97569b9a1814415902ce9faa3176 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fb0c4844e9faf0cdf99b422ce7ddd521f78a76763823787789ed7967f280ed9 +size 1786010 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000040.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..614e29a770fd68b38769d46ffb6a7e3ec2620e3f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21d8485455f61f7d74051c7d8d43cb7aae9b29c8d420c097c9aa297898656b8a +size 2917969 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000041.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..482cc16cbe38766b3446254a93469169953dc139 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62221de653ad18adc5cce423112567e34f431ede295353c7df2b83bb647b4c32 +size 2015780 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000042.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6bb20712ddbe1c2915d810c194fceff1cb2eb6ab --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fa45d23632bd71bb8845561bd114c966279a9fcf5de328edf8f790fe6fc2abf +size 2366671 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000043.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..91855f4e2efaf7243c98d68fec60617cac2acb85 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bbac2ca000125f22013abe954ae22951c2ca2d8b4e0b30ed2f61fb995428b95 +size 3198054 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000044.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3ab419534b6c01399f88a305826c0598b7eea9b9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f555cf27f6d6b423e35a9806edbae6b2d33977ab6738ce0d1cad7f7bb67b9ba +size 1886279 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000045.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ebbca81a2dd7b443bb1c6a0529ed8ec15a73ce58 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df589889a3ba2e891c2bb2b5620b0a15fbf2dcb88c1fee6dd8cde8c48016633e +size 1718832 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000046.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8fd8499d5bece053c698ee11c2229382c557eb29 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89581080563b17eb528ab8222eb6777432a7073f4662e194f6dee3c614746756 +size 1959742 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000047.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cb7caadeaf7a2b93de6bb4763459a10bec4a4729 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2095af69a0918b13a82b3b75ca3f8e0de1c6660f8821088e01b18c9b69730d6 +size 1882374 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000048.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a07da7c6eb624cd94a918c720ee0124bda902bf4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79bd257113cad6a7fba241de2d4e582c3bc47d10eebff42c2c500645d1b0be86 +size 1931336 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000049.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..48e3345e45eed01b70c97bfd7cc5463ca9467c8d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0037e10681b68d72f8950949e9fb552dc84bb6bb1fff89b31934ea81f70b2207 +size 2220134 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000050.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e076970da8ea9cb8c4b6da4ece7e56fd8479333a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df8c21789f4c60d8df37ae55bcc9698d03a3aae913713a6da0973297ddc0cb9c +size 1711767 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000051.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea599e9cf370d63e568b763093ff3c9783b581fa --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5626774c4e0e4e5e6aaf290c127f43fee7e6b866c8c3447cc8556aef09caed24 +size 1892274 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000052.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..78a550f1486d31d6f008b5e6f5ee1b0fdfd88f99 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e80515db654c52aeda760984f66ef0c77699407f2d92c667c6dd003cc6a751ef +size 2319822 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000053.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..818c3f60773882d7a62766dabf0e1999e7db43d4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a751bf960265822bba1a3c0dd0d354efa7ecca9a9b64be02a4ea9135f7de87b7 +size 2531524 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000054.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ad7fc9895018c4eddff32be5d725278e67b20a36 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d67f76483ca06c1716c743cb4639fb140255e3c89e71c3cdebe7786fcac1beaa +size 2048599 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000055.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a2f397d3f85cfe0f6cd4907e026cce34b4c06179 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fed9a4bcb64aed0821a7db0f4e8cd8803a660264cad1af6712fa1321b584762 +size 2622161 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000056.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5ec5ee22965b802d1595f8db7cd1384b83614ed1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0b9e27cbb01182c9a66060a6a4367553afde3286a13a9535a9e0045a79f6ca1 +size 2625785 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000057.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..335112b6cdc2b7dccb540bab303c76d9fba753ae --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eb481c1653ee6ab3523e2f712f37b4edef7b59f3911b508e4cc88f518db95f8 +size 1750403 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000058.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4eacb6cfece4235a12fa6a5559e4f074a2b15f77 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28612bdfafd632daf5c962eed4c4a25a676e074c15f1b4de4cc83f63f8a4ab68 +size 2851992 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000059.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1d66fbcac5ab6de1e65a0b6635e9810751d612f9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:873bf9d88133e3d133940f143889f3e802f3032bdfd633900fe42bb24b6d7596 +size 3007751 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000060.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6b28dede90d226b4f8ba4022516cd9b97e723ee3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb1155fa009fed09c5e263a603e272f4de6603dc6a19a4a5e7feb795b0f1078e +size 2840668 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000061.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a88d69577932b3f6c24c2359556d6b1f15482d2e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5913fa012d4682b0608f6992a20171da584a401dfce0469eb9cdd8c1f69c8333 +size 2273282 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000062.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4c59b41ac748928dd9b71d6f4ef9f95a690ec71c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07844166bd2f3f47d4d6714c1ee0b999123719b990b2d81d4f8c786130c099a4 +size 2011965 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000063.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd6a32e32e72fc866f67881f944e378673d72792 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dc8332387cc6112aa2355dd357867b8a9e137f2cabfaf466afe63d6a7a13d91 +size 3227022 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000064.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..56bb2c68223d4c32ed8864b3910a4ef5121b993d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52a0ffec6e90221e69640c95cbd95b7bcfc7cccf2a7bb42b4d5fd714a86e278b +size 2556197 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000065.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..59b989467ba20babd8f66f4a6a9aeab69990db09 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f3e9c5b2f098a5b0e7dcbac5c82d10dfb77bc90798563b51c41795d037a3e65 +size 2864822 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000066.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..decd8e3daba492b94d15f277c11468250dc0482c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1fac711863bc8a556b12499a37ad8de2ababf588eae30b694bd7831ebeb3f0f +size 2903063 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000067.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7160ba1e98b871f0b66d6452ed1050473948984e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2219775045e27a65f38ee17a0df61f905790e63071eafb2990548eef5c47e39 +size 2503410 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000068.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0e949fac45648ed791525ef10269b38428148914 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca197a9b7fe1a3fe25935ecae56011b4743d3426877023e7e8696cb3961b82c4 +size 1901619 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000069.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f0dc2a500a82a1553cdf5a6eca30c13766f3cff6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:803708dd707920815abe9007b286fb2adbdec88ba588f3eeb88ec8793bff0d81 +size 3445762 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000070.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a0706313257fc9f58dd29ac2984ad153ddff76ea --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9887b89ca72f63f6351edbb6eca10be57bb41ac18ac2362b7f693f63d00c5ee4 +size 1880729 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000071.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ffa96374e35f5017a8a712074a9219c6f752337 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f48f1eb8a44d91ed5fc95fdc2100d108291f0298ef381cf4f6a3541dfe34bd4a +size 1938914 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000072.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..95ab983a4de7a3da1dee0d40839576a9da47a7d7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dda2d5166174a212f590d0d48447e3ce656a337048c31a6859ec8bfd0d43c88 +size 2793642 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000073.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cc0e3d21c6c0edc925e33b67712790294d7f18db --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf295f297fd9a74b0b1c09940e353eae01e366fce6d959cbe31c62ef84ddff01 +size 2690136 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000074.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f279af1f383dfdeea738b7c8ad4c35c8eddab105 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86e1ab107968f07faf2baed8f3036de06f9d476d71a2b64fb8d1c6fc6fa11116 +size 2216800 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000075.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fab69f8fccc113ac911f29061be160d03ee39f7b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f74db8fe519391d0f53da4ebac2f7a4a8675a7388e97dd30903b38ea3749e5d +size 2081879 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000076.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e56e5d9334c36a75733930ea4eb69ea4ad3f6dba --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecc0b835d67adddd96dca20c6b12de46199237f030a8c1fb2264e25cbd495d2b +size 2255963 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000077.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cba33af8116e609a1b5d9fffbeebe85fc9c7eb15 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54b765cd9d629bff67e8e4178511f3b7002b62d99e8700d7b741567914644717 +size 1865963 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000078.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ea4cd9a5f676909a997c9f326564368367d5846 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:319beba115fb733e24e077c09cc1e6ec949d476683c90acd09d8f124444aa529 +size 3449391 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000079.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..73bc3c4564fe69d7e24741117ca2d0ed208f131c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c4b327c8af8a26aedff138d651a3378a9d61cf0ab80db99da8f514eb3f37e39 +size 3393255 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000080.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0e19ba12604eb819b3be86f7f99c5668fe2a3187 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3f5e270f234b31c14ee0c46211a458a4cefa056d208db0c57b4a2982b7d74dd +size 2111583 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000081.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a3a7f9c480dc6210db597617069cf793cc1a4f7e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52db3eb29a1736fc456ad3d88c187d0f4ecf2734a8269a72edba78619b686c2d +size 3077836 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000082.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a5583bb603a9b81cac2028e76ed963a6ad6ad12 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60e6c5b67a3dccfc53ccb2a222459f224cb21e7b5408f5121e6e1173e4088674 +size 2110468 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000083.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c043c87d33a52118120ce0c4e0680aa8843d90bf --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00e4d9a8905edaad64fa73b0080bed56a8956830e8063aec4541a4a1422f4fca +size 2278624 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000084.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1cbc46807a901cb76efd23b542895a7392eff27e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4eb321d249fb2eff80026a7749e284e6a1acdcd7b5208bd9ed6db71119ac290 +size 2288049 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000085.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ffb02f57e6526847f25249431ce43ee12e36d28 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78b328cc8adaaa0f772eb96531dbda7c3d39ad6a8b19be3f6ba34f0316efbdba +size 2335697 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000086.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5defe6c5a1acb1ea2151eb37086eac834dc8f1af --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b67b808ef1303943151eba96185d7a206f67ea9e9fe810b2e76673124ba7b413 +size 1872638 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000087.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..577ce1209886e1ce48c2fe561c3c091347090f85 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6724cc176c9aceef9dacdf13e823555b58e07dff64075aff12429b99747f8d41 +size 2084838 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000088.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..27db7c7834e889e920947af3f0704c57da7034f5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8414c067494a4aa6b68f906f8a70b8a50e8ec1571bc110dc2d8b638bce860b36 +size 1885898 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000089.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bfa23efbb32fde51b42772da9bc40395bdc87677 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aece5e077cd4721c096bcadb3c7854869c187ed1ebfefa50902f3c7265a5afd +size 1868751 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000090.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..605d75df0e974653fba9f5eec4fdeb6b2f402ac0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97fda7c09e09c9178643c40f46e5b3818eaea7f2f036d5251ccc8be14591c2db +size 2193134 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000091.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2fe3540f38cfe306dbd97087caea0b874a5fed7b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c081c4e3826298cfdf4427f1301684cf5df2d0986841bb5b61c55d72f17b77ca +size 2277197 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000092.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e2368b8422e18647e7e4ec01c88bc7b4373426a1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96c6f004279c0ad7e3e2e097d041f358063888cbe8bade3c603499e465d7dc09 +size 2361751 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000093.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0789371837b682a6227d0642e41e8315832d054c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5a1f643cc286d0137618c3fb90366e2db78dfa1eea0e0de0540d4acc50372ec +size 2091548 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000094.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..045be0c7db1913cf73689e30223aa1afc9185877 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:944c69a4b109a13e813bbebbb84f06fd8999ccc907fac4887d21654c6ff20405 +size 3216884 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000095.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d77ff26d2942bcb27bc9597066553c7fac5ed665 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8afdd712259dfffb63f73b0c39e749aa8de41f61c6088cfd8d6946b97ea8e52f +size 2116443 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000096.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f55a820fd77f0ff47a75394a4b4cf29422beb997 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04de719f75f8a3b8cc00fd0c7e199eefa913e167927533a3fcbf1968dedd92a9 +size 2232305 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000097.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f197e99dfc514deb2c88a9892ef1a7e82936c5ae --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fda9afaf9886a4bd7aaa52ba894728b668a49945cc9d7cf79acbf81112c60e9 +size 2203467 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000098.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..23edc9bc7ecffc1c66ff80de67dd76fb49bb35cb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dd7822d0717b6c4e677571466662bb9d4cc1dd87c0a07dcedd2daf2fb7d42bf +size 2018642 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000099.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0578ac84d4f50a54c041f686242976dcf03ceb12 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae259b30af30524660e5b89ead5a848ae86a195ce851a05fd3ed0f7f39e76de4 +size 2315927 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000100.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..00bdfd42000e2879f84eac5d151a95cd88ed988a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77baad2b72abcc946b0d109903e3df80736a6eb1ec931c1dc729d178fd5fe42c +size 2250496 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000101.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..28642c6f3876105fc8e47dc9d11912d98c5118bd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:086a36a93e810290ca634b4f7b309f0d4ff42e3f68476dd388605a6e1c9d6a04 +size 2314652 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000102.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0cd652f10be86866b5ff1a9256c3262ef057dc23 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c15dedded191b10afcf0f142e49e66cd3f8a0933cbbb61ac363726f6aea7baaf +size 2155924 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000103.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9a67dacc96035e1754604bb83cc2f174ecece0f0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a62eaa306b5b75d206f65aa4de9bdd8d4bbb5af954cab98ea08c2e1c17c4e22d +size 2300687 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000104.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..95f588ad2460a978353825ec5101afd22278eacc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddda9b37ae2b2455f7a0ef07b3cefa273e65135de870a9ac809eead9cca804d2 +size 2190100 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000105.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..22691a7834fe3d209f32a7a2da73f5f42a996e9b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b885f645a9009c2c8f99eab5e253ff3ea1fbb8077737bd2b1da9764963f904ec +size 2001299 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000106.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ef887f9d267294ac2b9b16709c00f7c8139afcc4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c004ba4b2373436ed0555241b71cd9f3d61794e9b9afcfab2d1c7b4499820456 +size 1834882 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000107.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d20cc089a86d7d7070c99ab40d98ee2dcbd13c1c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22d7b602470cd9cb65d998f6d46f88825660f2912604cc32a58440a94e69ca2d +size 3106954 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000108.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c87ad657cdc2485d19ac93b13685a57fb1304552 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce7bb39edc21e8b08a18cab68666d932027c9734648d0c9bdc28354c0b8472fd +size 2270171 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000109.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..14ff6ff73187813b2cf74283873c3993f49acbee --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d083f1dddc898e6500c5545016a19ce380164e6de5de0ad039f1618757f8217 +size 2436532 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000110.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0289c3748161fb07bd96f95d748c0e2bbb6842d2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7f6dc2e21cc2971ec1571b99ed4bf9d91f1f6192356f5271dbd4cd4acb4b24f +size 2096890 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000111.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0273efc3753cb75b5f847af1ff9f7429f9ecfcc7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22d84b3dbb023be216960203ab957a3234b6e324905e527069335c849afa22f7 +size 2559966 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000112.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a0f17874e1b6e6a192ba8cd7e329aa81242be123 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94e2bddb03bd1eff05ff61c256ea5a5cc12b35a7fed380a82d298e6d82f1ed2c +size 3594132 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000113.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4bda071c544cb8dc52045775b455a47196e8a995 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a10af3b112ee82da375204dbaad984c4bb0eb8fad1512eb5f6a235643785879 +size 2149024 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000114.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8effcbc424f6e22512cdc734a02ca286d3ab29c9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7128bc7405aa63f40c1425dbe3106ce88dc00a9427a7ca00945a3925aa4d691e +size 2035815 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000115.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1d6532a672e151e97881b8e94c67e5ba47540a35 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3261c2e78aa9970fd1094e9f8cb1c1f1a77e5489d07b2826aff0b97bd36be198 +size 1913055 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000116.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..31b8433fc0c2673ad84a07c28cf3ba1d40464ed6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59921fee72287652ebf5365abf474d568fd96a332771bb91b481fd79e64a2b30 +size 1840438 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000117.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f41e41f8d8008311390af84581fa1940adaf2c08 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a800ccc77fa28b3b09c0499eb5928118d72344317e852b4a9cd0ab4ca1953b5 +size 1883151 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000118.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..62f38c3e7183691f7c26650eceeea4df8a6a64ef --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6fcf0f05f0e3067d46e2207477902b06d0f19fb040c489600a19e2903b20d43 +size 2270272 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000119.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..43acc0ba1eae7442aa28b07ad6097c0ab9ad4c57 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:304e5148070e55ffdc252189047a3bfabc1f60f3a863047e0d7b4c71cb03a3ed +size 2171453 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000120.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d61962c00ddbc0be0c6d31f7754a1fa637d941c0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4ddcf211c211a1cbe6f23aa5fe5bcfc87438f38066ec8cc79a5c363959ac475 +size 2057526 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000121.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f44e80c27c6a6a41a8130391d86003001b83adfe --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d322a0e780f8eee610e0f19d29935a01076ebccb9bab77526cb7c007f6523945 +size 2010471 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000122.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5ddc079e6c7c864c45723503255581e13cd18384 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0fc8fcbed4482a53df30ffdb686b89d2556146c883084d6e39f407142e06300 +size 1882496 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000123.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..245b9aff646642e071bca6466e6b7b0714fa2d2f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a248763d6b0a97e4ec1eb02fc7f11aef70f37e3fb2f7f764e379fdfe2aea2d7b +size 2034734 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000124.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d45c135f79073ea919ebbef8a12d8f65a64f67b3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:615cc1422369dd12a12064274368fba5f9af9a5edf5a96d13dd2349fa643554b +size 2923283 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000125.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c1546c8aa26009b3d7edcf987130163edd430759 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b5b621395973b791954744435b0a2f9230c4f9369ed8f1217e4e99677926e35 +size 2056453 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000126.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000126.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec5227641950f881febce547731ca4bb4a6c80c5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000126.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c645a4eeda1adce048e96bc78364dfb7c45da2ac179f4ce48d361b50d7aa389 +size 2021708 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000127.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000127.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b5edf1f3151fa23dcabee07a5010dd7d70fa12cf --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000127.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebbb319e66cac638cc614b78500057edf72827feb330b848bfaccac41277223c +size 2223931 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000128.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000128.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..88977a7d243b383046ae4166b18cda58fcc0147f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000128.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd1d97aa8d682379abaef5a045d3487120f2a4cbcc3660235489535d692b5a5d +size 2193996 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000129.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000129.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e810fb3cd1a1ecd9c8a61f0f4f2ca0e153e616f2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000129.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8db6c0cbaf191c5585677520ba494ae9dfbc0c4c06c3a205717fd5a33d08752f +size 3157994 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000130.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000130.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea5dffa7734262935cd763ea0669c56a711e65b9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000130.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e5706e0f2cf5ba36fc608ffc72659987640d5197812df061b1cf4121c03b9fc +size 2052340 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000131.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000131.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..09e42213c0cf33378adc7ecf2a101e48376a4cdc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000131.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6b4639af2dae748d6c428648094dcaa85212da3520015f687ba6d96230d8b25 +size 3253521 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000132.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000132.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..274fb91ce9a624a073024cce959b506fd4fecfaa --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000132.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:979b30177f645ef1cca864adc373899c127b444e82fdccb216922240d6f5248e +size 3313868 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000133.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000133.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..86415ec23030b3b5a0b32418b92ecca3321566f2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000133.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b93f7f672908ff16c4f0d687c09679c8018d5fbaebcf496838a1b20132fc8b8 +size 1818907 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000134.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000134.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a75f7e6a87693de74ed0eab18f4731bf91b614df --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000134.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75ed6ada5965d51e2338e2274090f92d19d35d6333ef696f2f1d3e63ff1aff8b +size 3362780 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000135.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000135.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..732d90a633f84300677adc343f2afc648a0036f8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000135.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34c5fe0680e7625b58953160f18cbfb7ca19893c9cb45e1ee358bb8f891fd73c +size 2204872 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000136.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000136.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..88482e026448b2359c617ee142f97d4ae7fbca6f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000136.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5132ba2393fa8af6a97ab1105e3024838bb21d35cfa51f34678c770651c23fd7 +size 3063253 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000137.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000137.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b1b4d8607e9dd9c1b3881f9e72c76c54effc8b8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000137.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2f7890c4a3290658e7a7c5a54b21a65c4e99f5eb00538fef42b27e0da66ba01 +size 2687269 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000138.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000138.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea07ac63e98ce798f6206e19e7827a5a1740dda7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000138.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0dc1151b1b2e3151c3023cb7b06c879e9ba6e8b53aebc96eac9280c12323e8a +size 2193257 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000139.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000139.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b0b3525f2fea9037b375c3950cebf522aba78337 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000139.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c543d84ba0257fcce4613735c4bd2bb3d27b721636ee0d5b38b4b4e0d8dd0655 +size 2317124 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000140.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000140.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2f9b2186aef3a2cfc2259a3aaaf500ad515f16b1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000140.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c73bce67716e7ac9dff241aa747f5f5854dcd0907caf9f6aca3fe526bc83b48 +size 2041829 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000141.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000141.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b33955b4e55bb5b027bb8c9c61907634bdf094df --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000141.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7602f38ca51172c6d31ce06eda70ebad36b2e8c738f0d5f6c1284c87459a8e9 +size 3126912 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000142.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000142.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..484241e89ebb604f6064bfd9f2b790098e60f397 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000142.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a89d1a33b74884da8a9faa196574a5cfec44aca2ab713c074584768d3a48f145 +size 2320001 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000143.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000143.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cdebf96b9d2c3a8fc596d36b6fa3a1b667e79cf0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000143.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3079af005a401a57adc911230649026a8aa3adffa79848b7c3156f7ed30317cf +size 2844379 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000144.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000144.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5fa675a7f60261a39a815ec48612cac1c666906d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000144.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81e39c51e6b0ad3636b6051719dc8d7cf62a5149587beef8210029f4170e72b7 +size 3264166 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000145.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000145.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d1865ea7cb026dc0ab6169ff239dd67ee6f8f7e2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000145.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15d6aabef091a1a2260f3b0f6337771d0ee638c057a0fef233ecbb812fe39dc7 +size 3862976 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000146.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000146.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b8f154f97c8cef9698465220ccc82b6064edb08d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000146.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34290aec4d5c5c5c380b1e86cc9c498087989b47f97bdeed41d3947b563ea507 +size 1871764 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000147.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000147.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c4cb9fdc361e1f12c07ab75b3cbdd871bb64d8d5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000147.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec6def358eca3ac60c085663b3e2be9d22add149d493ddf7098c424c43fc4005 +size 3053365 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000148.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000148.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4389c2b297f3e058d34a1e07432abc497e31f924 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000148.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f244249f82b13e1b84af2b1cf545728b97a969e2d8cd658be37cd35993b5872 +size 2957999 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000149.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000149.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eafb8cc4c8588080645698d932dc2a9e1b07369f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000149.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23e14aa21c607afba323850d4426ff8c0c1ee37fda73fe9afa55255cef265fc4 +size 3063743 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000150.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000150.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b20bc5ed4853bc3e8de767acf2127677326b1760 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000150.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:122c18b43984904cc29e0dfad252bd36949fb394057a7929ff6f06474bdd4df0 +size 2677294 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000151.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000151.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..146afef074a66ad177eb1aa2dc6a743deeb04bbc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000151.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3451c0b6f9106dbf0f6a2dea9abe29f27f31cc510129b73d11c8da8deee5e87c +size 2159551 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000152.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000152.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d23263c6f77fa89e5cc4e734f399271a21f80da1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000152.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2add1cf4a8d3e8ceef1a59c20fe717f2bd0afa9cae6bfe5d2ac4012ec7d9254b +size 3108386 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000153.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000153.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..52dbe69f5d0e3ed0ad72859a59b5baf365a8afdf --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000153.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb0325f941f1df187eabffc0e0d3775d516289e0c8567416224304a5eaa83b0c +size 2642478 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000154.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000154.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d5034f3996fe7a356851ddb07df116fd414c6409 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000154.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1618110cda5d16c7d03749a597f13592359f4400e12c3590fd9d143bfab1cf75 +size 2821377 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000155.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000155.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..41e98d5d2608f9c1db8eaf56f1e931b5a93c037a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000155.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a405c3cf476019e3f53456de7a2c7391318cb895eafe8e92e6afe373bb397977 +size 2002996 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000156.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000156.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..db259dc13058054680ee8af0464dd8fd4c3b0741 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000156.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55a2486e142452845b6f8c29ed24de424650bae9ab11ba4580c97ec7303b58fa +size 2132190 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000157.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000157.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..85c9136a88bffb1f2b619ef3a95246017ad42d4b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000157.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67968599ed88b8eab054f85c3fb7b710d355a4ed69870d0e20aa23eb5f015307 +size 2361035 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000158.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000158.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d1e4425397e2eb97a9242fbc24bdeb8cd1b1715a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000158.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae48d0dee8c61f7dd1675a663be99a363e8ffe54bb39e5298ca2ada54936b7b5 +size 3370555 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000159.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000159.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7db9ee826db3a055fa617ec7dc68827ec9a9c0ea --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000159.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea70b9e69f2fa498ff5f2e80d829534ee6a230fdbfe03355882d5e9fcbc250a5 +size 1941000 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000160.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000160.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9b573a5d16ce92543dc904a2d9bbbaa3a0ac1839 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000160.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c8855eafdf3ea40f9bf2c38b7ec06cc2f02e779c8381b43a0442c1ae5e31f6a +size 1944971 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000161.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000161.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b5bf2889090f8f9e800db0daa1e8f4c59361b85f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000161.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1fd5420432a8dcead3c47dde02a6808d002b7d6bbd44109889c3724edd2516d +size 2200178 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000162.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000162.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..260a98e719e740f5a227a3d6375337045bf0f4c2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000162.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84bc898af7d53c14b9eca11e8ec1e34c2f0dc59dad35773b48f720020572e1a6 +size 1990052 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000163.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000163.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f0710fa23e84f5670da653a09733088f2952d326 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000163.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7cb1f09b667993a9d2509e62a84fae6e89431b89a51d9322dc674a39f418cf7 +size 1788472 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000164.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000164.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c649cdc09ec495caf559abfe5becd147e96c0df1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000164.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52f0cdeba89dd587a267ab3c5e2b5cf50c7fd4a654254033bb82379a7c649483 +size 2062837 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000165.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000165.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d6723d638d0bacb25537431aa20b0f6fe362b0ba --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000165.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1ea768526c3e3c0d378bfdf6b81980c31def0fc208ecb2d6b38f0ed3c361398 +size 1947126 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000166.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000166.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a725eb22dadc95d37596a70b2aee425f23fa0472 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000166.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9b262004de67445d16c3859ff7743eaffe03adcbf0962d2ce6aa6f6cf9930a6 +size 2134204 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000167.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000167.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d00b8e83ae9cb087bbc6e3e7184416c5d8c67377 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000167.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77a6dd1108db7b56756ad36398e2dc3db82bd19d0ff77935f25b1e7bfac6742c +size 2085336 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000168.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000168.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..abb6eada665b2f763acf138cc50a28df224dcfd3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000168.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cab1b6ffac9abb2dc828a6ce428f31b3ff46ccf120ece1fcc6a6b974393b1fb +size 2411312 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000169.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000169.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9819d72750b58bb8111bbafc952a977e41bb994b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000169.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acb924410866596eae833f031cb26dfe3725930445e70371878d38c6dd4cad6c +size 2173269 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000170.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000170.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..254dbf571beba09b1503a290e2bf549776bc4933 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000170.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d803d342bd4d1550bd7d7e60b2fbc4c0184c8b151233dd9d18b6ea95e011394d +size 3887299 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000171.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000171.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f986054f19e253d2a186399fa47c35d3a2c1b997 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000171.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97356b6c028d7ee2377ce7f82d567b7e2285072ca2dc8a5c82ddcce02501e2e1 +size 2118086 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000172.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000172.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d6875e3850a0bda77916d71eb340deb41f2aecd3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000172.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd50801c4fe6c256facc8818c32e56f86f640fe4fd71a1a98df6afc90c7f7bc2 +size 2097696 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000173.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000173.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5ab62ede4f23d8fa02af3b2daf76c9d8f3e9cb11 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000173.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:799c03bfef0476e3daf50f382f6ec36f833a235194509d735cb502c85f2f1e3b +size 1892237 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000174.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000174.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0af1dc112b7aec59b07310775fd7036a9926f519 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000174.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9404a2c39329a77b96167a2915feff79fe63207c186edf8aa3720bfbd954aac1 +size 3220709 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000175.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000175.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..17e9408ab819caf4788f62b3fd35cec7d6bed622 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000175.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83afcd0dcc93efe3091548fccfcbd8a27550cd78b10f8e6ac3ebbe8b34e719f7 +size 2148340 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000176.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000176.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f88e604bc09218c9f7c7c3bb5e83ff5db3265ec4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000176.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:547cdd3d55ff1fc18b7285ae647e9eb82dfa4d427ac638643c746b60103541cd +size 1967212 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000177.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000177.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..49361e779db3d8737903ca9b8c6ff1213b724828 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000177.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83ca0340c446a6319c2bcc87a38d9bb99bef426ee1b9c4edc45deff695d740fc +size 2444915 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000178.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000178.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..54b935b980c858d0b8e8e36c5d4eb9dd15a924de --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000178.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99ffab531b851defefc4262a454eb8a48de57c0a5615a9c6ecc6dff41fce1c4c +size 2281726 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000179.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000179.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a50adb56e144cc7fb129967245d12d0e32d07d6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000179.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08a380a1b0b9581a180b558214adccb057874bf80810763b0ca38335882d1763 +size 1887980 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000180.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000180.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..17bae113112913d2ae32339d64dd0aa79661d35f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000180.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12674bd7f6ecc89d5c8f1583e7ba8fb595679896cd11dcad517ae067b1094468 +size 1995955 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000181.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000181.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..be9d1188a04245ea465e46cb3566b161b6258ea0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000181.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03e5b3254ef958b546f65f65f37c3a292b11d28e138595742420968147ced7b2 +size 2049452 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000182.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000182.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a3d3197932541b11c0ecdba97bc2e9889c74909d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000182.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e040a5277f3dfffe5392f72941a95335b124a37a27cfb198d54195160171439 +size 3111521 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000183.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000183.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..972e01491b7641dace5db369c526023234566052 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000183.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c37d3a6a9993ea52140a1085a3bf12a15b93c4b79c67f1245c9331c36d38820 +size 3142331 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000184.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000184.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ccaa60ab2daeabf82d886422211555ee0e9eff9e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000184.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8caee24276b4b595973a13676458f66c7b0d8d58015aea38cf2870848c0e6b8f +size 2692965 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000185.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000185.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..672af52ed88867aa0242b8d47d610585ef825dd0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000185.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2862770053c85f2d3861ee5326757cea060a8df2c915628b722c02628922d4d8 +size 1886297 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000186.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000186.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fd64e0b2b299e291a4c5eb24b9c97ff6767e7df9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000186.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a27f6d8e73c373387308a6c8dc6f4e36ea189a9d7de15df2b4c96aa29e8595dc +size 2302742 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000187.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000187.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5d0ea2aeb654b9965444670964f7cee6aca10982 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000187.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1107efb9955129075d362d4aaf76b23225d3efed9d18148377489cb022672a9b +size 2382672 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000188.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000188.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5c765f1efa33bc9d5769469912e7a4da7a947169 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000188.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c738aee3530bb8d0427073b081ff0d5729dc46621f1ef29a9a8e9c0ce5e783e1 +size 2205893 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000189.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000189.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..22b738b822d6a3089384414edb7bafa28bcfa821 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000189.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c8897f72a43b87a23ccf081aa8ba647b8ff87fa2a93059cf528d8c7a8b1ab7a +size 2175518 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000190.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000190.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a1c591d06a47a8b169fe19978ae710e14e6734a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000190.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdbe0d9375b2fe3ad163278a068ccee910a18c777d77139181bec9392f2067e6 +size 2017641 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000191.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000191.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2e5bf963e4e2dc569bc388235273e62c3836ed36 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000191.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6f8af26e1de8fb9ac08dc800e31125cc2177c77bacee10ff2a94d4ccfbde134 +size 2402383 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000192.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000192.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5482b1048ff7947be4e73548b716aaf5dcd3c733 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000192.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af4e5d86632dd33752abb72637b5c70972a95a9f18bb17846313a5a9fad2c9cd +size 2994253 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000193.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000193.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..588845b70f3be980e2eaee6dab3a9c35ad9e4ae1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000193.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:062f956a0762ef2ed58a6375ee78752d22b1e5c584b8c1d0b796918634fc229b +size 2991594 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000194.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000194.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c05e09f80e7df78194c47b99128f8d4da755ef6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000194.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dad5038890e6f937f28ae00b7cfd62d3f78dfb3594ecfe9e809bb278f58e23c8 +size 3347995 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000195.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000195.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4f42b47fe7fc168bac7a24875c78b532a49f4d99 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000195.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86f3ee20ba04694a7ccc7a092acd56aa0416f21112e5878b44958293bdda7600 +size 3319171 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000196.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000196.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d5c9c0119f0293127d692c966acc97a39516d141 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000196.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:218f9891578293e8408c78fe17339d7a03f70594bc0ac7d5c60b6ea6a62ad718 +size 3491527 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000197.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000197.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6f8d4fff13093014a59283502e0e6101140d62d9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000197.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9dfe2baf7fe5181b48f1ce6f718d2ac9cd9c6ee149927058606d704c6255ea2 +size 2427003 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000198.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000198.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e8c01a14b8383cf8162958e8ab716dd90ffec52a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000198.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1456011fc6edd1d459d168c00395b42619965a04530890bbee6d5c040393cd68 +size 3254700 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000199.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000199.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6655e92ba9036b86497481a4813acef977cf2048 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000199.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d8912cfab676a65d07c37f1c44bf294c1ae2a6434a4fddf1e5ecd74c306075c +size 3281410 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000200.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000200.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9101e2e7b84fd1b34755d5b9105f8c70b8218004 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000200.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9223258e76d13fa1608d121a429706096d2c3191f0825d962219a1e407b741d8 +size 3642772 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000201.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000201.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f333414130c4b72913699471f68b72690ef70cc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000201.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb99c2c7dfb17fe0b6f44968bab9cf59ed7d68614da51166bbb5e672dce3279c +size 3177202 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000202.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000202.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d3be981a6ba895862384cc14c4e93dc289dac39 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000202.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d3122f1327ce4b6bdd464df39cd0742b4c1cfbd3b3ac7d50f4f44bfb8c91196 +size 2554936 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000203.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000203.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..92a53e30241db8817315a8e30c8caeb30e63407a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000203.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8826f2fccb76a9e92877b96afc5fa7080d897ce55020d1d29c9154e08f2a422 +size 3015563 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000204.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000204.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d0b4ae32fd426eb47efbfc90e4b878a18ed3b9d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000204.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f842cfc09d6f7530284a06553941b56615846e41ededfc935d40e498537bed28 +size 2564018 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000205.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000205.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a32d302d8db2580d3a8d2b6854fc55c492d07526 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000205.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3897c2242325367d4fa1b5d23929816ac3fc46a1b6d89d7c6f9e123f3adf07d +size 3652260 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000206.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000206.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c4a667d61a05591f8cc8dd53f47caaf7cf7dcd37 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000206.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5813e304e2665f29317112a64be0a0daf214cc1c169ff0525a0df582d816a034 +size 3095072 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000207.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000207.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..26aa822f316f7c885bbaa694257ccecfae834c84 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000207.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef17a223ad4a8eac73dfc6b710a73732b9164b75adf02cca565f8f139a297c40 +size 2045364 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000208.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000208.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2c4c91bd7445a12045a8e89210118b761c0f7204 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000208.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad614e3737fc2fcf18f7e7981966654bea4ae19333cbbbaff09923e05de1c1e7 +size 3088835 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000209.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000209.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ebf446bbcbfeadbaf4220a19e12f03bf29921689 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000209.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18f239f5ef79fb7ab2d561650c9f7bf166ca0e394d9c0c4806e49807e37e8ea5 +size 2824596 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000210.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000210.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d89182729b15dbc76d64ec8e28adf71daf7f7475 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000210.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:114107feb11a02ea02f5f3f8fc965e8bcce4a3dc1c41b19b58d9619d7a6de77c +size 2695117